|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
Preparing for July reportHi,
It's a week until the next podling report deadline on July 4th. The day is a probably a bit inconvenient for many people in the US, so I think we should be prepared for some podlings reporting a bit late this time. Of course if you already know that you'll be otherwise occupied at that time there's no stopping a podling submitting its report already a few days before the deadline. Or alternatively, if you know your podling can't submit the report in time, you can let us know by replying here or adding a short note about the delay to the report wiki page [1]. Speaking of the wiki page, now that the reporting schedule has been migrated from the wiki [2] to the podlings.xml file [3], we unfortunately no longer have the nice per-group listing of podlings that I used for pre-filling the report wiki page. It would be great if someone with XSLT skills could adjust the stylesheet [4] to output a list of the podlings expected to report next month. Finally, I'll assign shepherds for podling reports tomorrow evening after we list of expected reports in place. Meanwhile please check that the list of volunteer shepherds [5] is up to date. If you want to volunteer but aren't on the list yet, feel free to add yourself. And if you already volunteered but want to resign or take a temporary break, please update the page accordingly. [1] http://wiki.apache.org/incubator/July2012 [2] http://wiki.apache.org/incubator/ReportingSchedule [3] http://incubator.apache.org/podlings.xml [4] http://incubator.apache.org/podlings.xsl [5] http://wiki.apache.org/incubator/IncubatorShepherds BR, Jukka Zitting --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportOn 28/06/2012 01:48, Jukka Zitting wrote:
> [...] > > Speaking of the wiki page, now that the reporting schedule has been > migrated from the wiki [2] to the podlings.xml file [3], we > unfortunately no longer have the nice per-group listing of podlings > that I used for pre-filling the report wiki page. It would be great if > someone with XSLT skills could adjust the stylesheet [4] to output a > list of the podlings expected to report next month. Jukka, I've drafted a couple of XSLTs for this need: 1. podlings-report-per-month.xsl taking as input parameter the full name of the month for which you want the list of podlings expected to report in that month; this version doesn't have any requirement on XSLT processor. 2. podlings-report-per-month-exslt.xsl this will derive next month via EXSLT datetime and output the list of podlings expected to report in that month; Which version would you prefer? How should I provide the file(s)? How are you going to make this available? Do you need a Cocoon instance? ;-) Regards. > [...] > [1] http://wiki.apache.org/incubator/July2012 > [2] http://wiki.apache.org/incubator/ReportingSchedule > [3] http://incubator.apache.org/podlings.xml > [4] http://incubator.apache.org/podlings.xsl > [5] http://wiki.apache.org/incubator/IncubatorShepherds -- Francesco Chicchiriccò ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportFrancesco Chicchiriccò wrote:
> On 28/06/2012 01:48, Jukka Zitting wrote: > > [...] > > > > Speaking of the wiki page, now that the reporting schedule has been > > migrated from the wiki [2] to the podlings.xml file [3], we > > unfortunately no longer have the nice per-group listing of podlings > > that I used for pre-filling the report wiki page. It would be great if > > someone with XSLT skills could adjust the stylesheet [4] to output a > > list of the podlings expected to report next month. > > Jukka, > I've drafted a couple of XSLTs for this need: > > 1. podlings-report-per-month.xsl > taking as input parameter the full name of the month for which you want > the list of podlings expected to report in that month; this version > doesn't have any requirement on XSLT processor. > > 2. podlings-report-per-month-exslt.xsl > this will derive next month via EXSLT datetime and output the list of > podlings expected to report in that month; > > Which version would you prefer? > How should I provide the file(s)? > How are you going to make this available? Do you need a Cocoon instance? ;-) > > Regards. Sounds great. Note that Seb had already done a simple one. See http://incubator.apache.org/report-groups.txt The XSL is at https://svn.apache.org/repos/asf/incubator/public/trunk See report-groups.xsl The CMS magically generates stuff. See the ant "build.xml" file the with the "report-groups" target. Follow his svn trail. You might be able to install yours similarly. -David > > > [...] > > [1] http://wiki.apache.org/incubator/July2012 > > [2] http://wiki.apache.org/incubator/ReportingSchedule > > [3] http://incubator.apache.org/podlings.xml > > [4] http://incubator.apache.org/podlings.xsl > > [5] http://wiki.apache.org/incubator/IncubatorShepherds > > -- > Francesco Chicchiriccò > > ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member > http://people.apache.org/~ilgrosso/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@... > For additional commands, e-mail: general-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportOn 28/06/2012 09:38, David Crossley wrote:
> Francesco Chicchiriccò wrote: >> On 28/06/2012 01:48, Jukka Zitting wrote: >>> [...] >>> >>> Speaking of the wiki page, now that the reporting schedule has been >>> migrated from the wiki [2] to the podlings.xml file [3], we >>> unfortunately no longer have the nice per-group listing of podlings >>> that I used for pre-filling the report wiki page. It would be great if >>> someone with XSLT skills could adjust the stylesheet [4] to output a >>> list of the podlings expected to report next month. >> Jukka, >> I've drafted a couple of XSLTs for this need: >> >> 1. podlings-report-per-month.xsl >> taking as input parameter the full name of the month for which you want >> the list of podlings expected to report in that month; this version >> doesn't have any requirement on XSLT processor. >> >> 2. podlings-report-per-month-exslt.xsl >> this will derive next month via EXSLT datetime and output the list of >> podlings expected to report in that month; >> >> Which version would you prefer? >> How should I provide the file(s)? >> How are you going to make this available? Do you need a Cocoon instance? ;-) >> >> Regards. > Sounds great. Note that Seb had already done a simple one. > See http://incubator.apache.org/report-groups.txt > > The XSL is at https://svn.apache.org/repos/asf/incubator/public/trunk > See report-groups.xsl > The CMS magically generates stuff. See the ant "build.xml" > file the with the "report-groups" target. > Follow his svn trail. You might be able to install yours similarly. Hi David, thanks for the info: I've taken a quick look. However, I need to know which version to install and, in case of (2), how the target month parameter can be provided. Regards. >>> [...] >>> [1] http://wiki.apache.org/incubator/July2012 >>> [2] http://wiki.apache.org/incubator/ReportingSchedule >>> [3] http://incubator.apache.org/podlings.xml >>> [4] http://incubator.apache.org/podlings.xsl >>> [5] http://wiki.apache.org/incubator/IncubatorShepherds -- Francesco Chicchiriccò ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportOn 28/06/2012 09:53, Francesco Chicchiriccò wrote:
> On 28/06/2012 09:38, David Crossley wrote: >> Francesco Chicchiriccò wrote: >>> On 28/06/2012 01:48, Jukka Zitting wrote: >>>> [...] >>>> >>>> Speaking of the wiki page, now that the reporting schedule has been >>>> migrated from the wiki [2] to the podlings.xml file [3], we >>>> unfortunately no longer have the nice per-group listing of podlings >>>> that I used for pre-filling the report wiki page. It would be great if >>>> someone with XSLT skills could adjust the stylesheet [4] to output a >>>> list of the podlings expected to report next month. >>> Jukka, >>> I've drafted a couple of XSLTs for this need: >>> >>> 1. podlings-report-per-month.xsl >>> taking as input parameter the full name of the month for which you want >>> the list of podlings expected to report in that month; this version >>> doesn't have any requirement on XSLT processor. >>> >>> 2. podlings-report-per-month-exslt.xsl >>> this will derive next month via EXSLT datetime and output the list of >>> podlings expected to report in that month; >>> >>> Which version would you prefer? >>> How should I provide the file(s)? >>> How are you going to make this available? Do you need a Cocoon instance? ;-) >>> >>> Regards. >> Sounds great. Note that Seb had already done a simple one. >> See http://incubator.apache.org/report-groups.txt >> >> The XSL is at https://svn.apache.org/repos/asf/incubator/public/trunk >> See report-groups.xsl >> The CMS magically generates stuff. See the ant "build.xml" >> file the with the "report-groups" target. >> Follow his svn trail. You might be able to install yours similarly. > Hi David, > thanks for the info: I've taken a quick look. > > However, I need to know which version to install and, in case of (2), > how the target month parameter can be provided. In case of (1), I mean... > Regards. > >>>> [...] >>>> [1] http://wiki.apache.org/incubator/July2012 >>>> [2] http://wiki.apache.org/incubator/ReportingSchedule >>>> [3] http://incubator.apache.org/podlings.xml >>>> [4] http://incubator.apache.org/podlings.xsl >>>> [5] http://wiki.apache.org/incubator/IncubatorShepherds -- Francesco Chicchiriccò ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportJukka - I'm happy to do the usual shepherd work but given the fact
that you expect some US people to report late (seems reasonable) I need to point out that I will be unable to review reports after July 5th. So any that are assigned to me that come in later than that will need to be reassigned. Thanks Ross On 28 June 2012 00:48, Jukka Zitting <jukka.zitting@...> wrote: > Hi, > > It's a week until the next podling report deadline on July 4th. > > The day is a probably a bit inconvenient for many people in the US, so > I think we should be prepared for some podlings reporting a bit late > this time. Of course if you already know that you'll be otherwise > occupied at that time there's no stopping a podling submitting its > report already a few days before the deadline. Or alternatively, if > you know your podling can't submit the report in time, you can let us > know by replying here or adding a short note about the delay to the > report wiki page [1]. > > Speaking of the wiki page, now that the reporting schedule has been > migrated from the wiki [2] to the podlings.xml file [3], we > unfortunately no longer have the nice per-group listing of podlings > that I used for pre-filling the report wiki page. It would be great if > someone with XSLT skills could adjust the stylesheet [4] to output a > list of the podlings expected to report next month. > > Finally, I'll assign shepherds for podling reports tomorrow evening > after we list of expected reports in place. Meanwhile please check > that the list of volunteer shepherds [5] is up to date. If you want to > volunteer but aren't on the list yet, feel free to add yourself. And > if you already volunteered but want to resign or take a temporary > break, please update the page accordingly. > > [1] http://wiki.apache.org/incubator/July2012 > [2] http://wiki.apache.org/incubator/ReportingSchedule > [3] http://incubator.apache.org/podlings.xml > [4] http://incubator.apache.org/podlings.xsl > [5] http://wiki.apache.org/incubator/IncubatorShepherds > > BR, > > Jukka Zitting > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@... > For additional commands, e-mail: general-help@... > -- Ross Gardler (@rgardler) Programme Leader (Open Development) OpenDirective http://opendirective.com --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportFrancesco Chicchiriccò wrote:
> David Crossley wrote: > > Francesco Chicchiriccò wrote: > >> Jukka Zitting wrote: > >>> [...] > >>> > >>> Speaking of the wiki page, now that the reporting schedule has been > >>> migrated from the wiki [2] to the podlings.xml file [3], we > >>> unfortunately no longer have the nice per-group listing of podlings > >>> that I used for pre-filling the report wiki page. It would be great if > >>> someone with XSLT skills could adjust the stylesheet [4] to output a > >>> list of the podlings expected to report next month. > >> Jukka, > >> I've drafted a couple of XSLTs for this need: > >> > >> 1. podlings-report-per-month.xsl > >> taking as input parameter the full name of the month for which you want > >> the list of podlings expected to report in that month; this version > >> doesn't have any requirement on XSLT processor. > >> > >> 2. podlings-report-per-month-exslt.xsl > >> this will derive next month via EXSLT datetime and output the list of > >> podlings expected to report in that month; > >> > >> Which version would you prefer? > >> How should I provide the file(s)? > >> How are you going to make this available? Do you need a Cocoon instance? ;-) > >> > >> Regards. > >> > > Sounds great. Note that Seb had already done a simple one. > > See http://incubator.apache.org/report-groups.txt > > > > The XSL is at https://svn.apache.org/repos/asf/incubator/public/trunk > > See report-groups.xsl > > The CMS magically generates stuff. See the ant "build.xml" > > file the with the "report-groups" target. > > Follow his svn trail. You might be able to install yours similarly. > > Hi David, > thanks for the info: I've taken a quick look. > > However, I need to know which version to install and, in case of (2), > how the target month parameter can be provided. Wait, no, i did not mean installing Cocoon. Just showing that Seb has already done a simple job which will keep Jukka going. If people want to add more then follow Seb/Joe clever example of using the Apache CMS in conjunction with Ant to do the processing. -David > Regards. > > >>> [...] > >>> [1] http://wiki.apache.org/incubator/July2012 > >>> [2] http://wiki.apache.org/incubator/ReportingSchedule > >>> [3] http://incubator.apache.org/podlings.xml > >>> [4] http://incubator.apache.org/podlings.xsl > >>> [5] http://wiki.apache.org/incubator/IncubatorShepherds --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportOn 28/06/2012 10:04, David Crossley wrote:
> Francesco Chicchiriccò wrote: >> David Crossley wrote: >>> Francesco Chicchiriccò wrote: >>>> Jukka Zitting wrote: >>>>> [...] >>>>> >>>>> Speaking of the wiki page, now that the reporting schedule has been >>>>> migrated from the wiki [2] to the podlings.xml file [3], we >>>>> unfortunately no longer have the nice per-group listing of podlings >>>>> that I used for pre-filling the report wiki page. It would be great if >>>>> someone with XSLT skills could adjust the stylesheet [4] to output a >>>>> list of the podlings expected to report next month. >>>> Jukka, >>>> I've drafted a couple of XSLTs for this need: >>>> >>>> 1. podlings-report-per-month.xsl >>>> taking as input parameter the full name of the month for which you want >>>> the list of podlings expected to report in that month; this version >>>> doesn't have any requirement on XSLT processor. >>>> >>>> 2. podlings-report-per-month-exslt.xsl >>>> this will derive next month via EXSLT datetime and output the list of >>>> podlings expected to report in that month; >>>> >>>> Which version would you prefer? >>>> How should I provide the file(s)? >>>> How are you going to make this available? Do you need a Cocoon instance? ;-) >>>> >>>> Regards. >>>> >>> Sounds great. Note that Seb had already done a simple one. >>> See http://incubator.apache.org/report-groups.txt >>> >>> The XSL is at https://svn.apache.org/repos/asf/incubator/public/trunk >>> See report-groups.xsl >>> The CMS magically generates stuff. See the ant "build.xml" >>> file the with the "report-groups" target. >>> Follow his svn trail. You might be able to install yours similarly. >> Hi David, >> thanks for the info: I've taken a quick look. >> >> However, I need to know which version to install and, in case of (2), >> how the target month parameter can be provided. > Wait, no, i did not mean installing Cocoon. > > Just showing that Seb has already done a simple job which > will keep Jukka going. If people want to add more then > follow Seb/Joe clever example of using the Apache CMS > in conjunction with Ant to do the processing. "I don't know which version to install" was meaning between the two options provided above: don't worry, I didn't mean to install Cocoon only for this :) I am not sure whether it is more handy to have the month report produced based on current date (1) or on provided input parameter, but I interpreted your initial suggestion to replicate what done by Sebb, i.e. ANT-based transformation triggered by someone (the CMS?) on podlings.xml publish. Regards. >>>>> [...] >>>>> [1] http://wiki.apache.org/incubator/July2012 >>>>> [2] http://wiki.apache.org/incubator/ReportingSchedule >>>>> [3] http://incubator.apache.org/podlings.xml >>>>> [4] http://incubator.apache.org/podlings.xsl >>>>> [5] http://wiki.apache.org/incubator/IncubatorShepherds -- Francesco Chicchiriccò ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportHi,
On Thu, Jun 28, 2012 at 9:38 AM, David Crossley <crossley@...> wrote: > Note that Seb had already done a simple one. > See http://incubator.apache.org/report-groups.txt Thanks! I missed that one. I've now added placeholders for all incoming podling reports and assigned shepherds as follows: * Benson Margulies - Chukwa, DirectMemory, Mesos * Dave Fisher - Any23, EasyAnt * Jukka Zitting - AWF, JSPWiki, Tashi * Matt Franklin - Celix, Kafka, VXQuery * Matt Hogstrom - DeviceMap, Oozie * Mohammad Nour - Kitty * Ross Gardler - ODF Toolkit I decided to leave the podlings that are still getting started (Allura, CloudStack, Crunch and cTAKES) without shepherds since they're unlikely to exhibit the issues that the shepherd model has so far been most useful in addressing. Of course anyone is still welcome to review their reports and provide feedback where needed. That left us with 15 podling reports that I distributed among the seven volunteer shepherds based on the expressed interests, the number of podlings they're mentoring and other available constraints. The result is 1-3 reports to review per shepherd. Let me know if any updates or changes are needed. And as usual, anyone is of course very much welcome to participate in the report-review-feedback loop! PS. Ross, the ODF Toolkit report got already submitted, so no need to worry about a potentially late report. BR, Jukka Zitting --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportHi,
On Thu, Jun 28, 2012 at 9:04 AM, Francesco Chicchiriccò <ilgrosso@...> wrote: > I've drafted a couple of XSLTs for this need: Great! > 2. podlings-report-per-month-exslt.xsl > this will derive next month via EXSLT datetime and output the list of > podlings expected to report in that month; This seems pretty powerful! Could you also make the script include not just the podling names, but also their descriptions, current mentors and whether a podling is just starting (first three months in Incubator)? Those are the key details I'm currently using when assigning shepherds. BR, Jukka Zitting --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportHi,
On Thu, Jun 28, 2012 at 1:48 AM, Jukka Zitting <jukka.zitting@...> wrote: > It's a week until the next podling report deadline on July 4th. Podlings, when preparing your reports, please pay special attention to the things you've done (and/or plan to do) to resolve the key issues identified in April [1]: No release: Any23, DirectMemory, JSPWiki, Mesos Low activity: AWF, Celix, EasyAnt, Kitty, VXQuery Low diversity: Chukwa, Kafka, ODF Toolkit, Oozie, Tashi I'm looking forward to reading plenty of reports that show progress towards graduation! :-) [1] http://wiki.apache.org/incubator/April2012 BR, Jukka Zitting --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportOn 29/06/2012 01:04, Jukka Zitting wrote:
> Hi, > > On Thu, Jun 28, 2012 at 9:04 AM, Francesco Chicchiriccò > <ilgrosso@...> wrote: >> I've drafted a couple of XSLTs for this need: > Great! > >> 2. podlings-report-per-month-exslt.xsl >> this will derive next month via EXSLT datetime and output the list of >> podlings expected to report in that month; > This seems pretty powerful! Could you also make the script include not > just the podling names, but also their descriptions, current mentors > and whether a podling is just starting (first three months in > Incubator)? Those are the key details I'm currently using when > assigning shepherds. I've put the result at [1] for the moment: if this is fine for you, I'll add it to the incubator public build.xml (as suggested yesterday by David). Regards. [1] http://people.apache.org/~ilgrosso/incubator/podlings-report-next-month.html -- Francesco Chicchiriccò ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportOn 29/06/2012 09:14, Francesco Chicchiriccò wrote:
> On 29/06/2012 01:04, Jukka Zitting wrote: >> Hi, >> >> On Thu, Jun 28, 2012 at 9:04 AM, Francesco Chicchiriccò >> <ilgrosso@...> wrote: >>> I've drafted a couple of XSLTs for this need: >> Great! >> >>> 2. podlings-report-per-month-exslt.xsl >>> this will derive next month via EXSLT datetime and output the list of >>> podlings expected to report in that month; >> This seems pretty powerful! Could you also make the script include not >> just the podling names, but also their descriptions, current mentors >> and whether a podling is just starting (first three months in >> Incubator)? Those are the key details I'm currently using when >> assigning shepherds. > I've put the result at [1] for the moment: if this is fine for you, I'll > add it to the incubator public build.xml (as suggested yesterday by David). Hum, I've just realized that this wouldn't work: re-generation of this HTML should be issued once a month and anytime podlings.xml gets updated; the ANT-based stuff would be enough for latter but not for former: ideas? > Regards. > > [1] http://people.apache.org/~ilgrosso/incubator/podlings-report-next-month.html -- Francesco Chicchiriccò ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportAsk infra to add it as a cron task.
Upayavira On Fri, Jun 29, 2012, at 09:29 AM, Francesco Chicchiriccò wrote: > On 29/06/2012 09:14, Francesco Chicchiriccò wrote: > > On 29/06/2012 01:04, Jukka Zitting wrote: > >> Hi, > >> > >> On Thu, Jun 28, 2012 at 9:04 AM, Francesco Chicchiriccò > >> <ilgrosso@...> wrote: > >>> I've drafted a couple of XSLTs for this need: > >> Great! > >> > >>> 2. podlings-report-per-month-exslt.xsl > >>> this will derive next month via EXSLT datetime and output the list of > >>> podlings expected to report in that month; > >> This seems pretty powerful! Could you also make the script include not > >> just the podling names, but also their descriptions, current mentors > >> and whether a podling is just starting (first three months in > >> Incubator)? Those are the key details I'm currently using when > >> assigning shepherds. > > I've put the result at [1] for the moment: if this is fine for you, I'll > > add it to the incubator public build.xml (as suggested yesterday by David). > > Hum, I've just realized that this wouldn't work: re-generation of this > HTML should be issued once a month and anytime podlings.xml gets > updated; the ANT-based stuff would be enough for latter but not for > former: ideas? > > > Regards. > > > > [1] http://people.apache.org/~ilgrosso/incubator/podlings-report-next-month.html > > -- > Francesco Chicchiriccò > > ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member > http://people.apache.org/~ilgrosso/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@... > For additional commands, e-mail: general-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportOr just do it every time the Incubator site is built.
There are likely to be enough changes to ensure it runs once a month. On 29 June 2012 08:57, Upayavira <uv@...> wrote: > Ask infra to add it as a cron task. > > Upayavira > > On Fri, Jun 29, 2012, at 09:29 AM, Francesco Chicchiriccò wrote: >> On 29/06/2012 09:14, Francesco Chicchiriccò wrote: >> > On 29/06/2012 01:04, Jukka Zitting wrote: >> >> Hi, >> >> >> >> On Thu, Jun 28, 2012 at 9:04 AM, Francesco Chicchiriccò >> >> <ilgrosso@...> wrote: >> >>> I've drafted a couple of XSLTs for this need: >> >> Great! >> >> >> >>> 2. podlings-report-per-month-exslt.xsl >> >>> this will derive next month via EXSLT datetime and output the list of >> >>> podlings expected to report in that month; >> >> This seems pretty powerful! Could you also make the script include not >> >> just the podling names, but also their descriptions, current mentors >> >> and whether a podling is just starting (first three months in >> >> Incubator)? Those are the key details I'm currently using when >> >> assigning shepherds. >> > I've put the result at [1] for the moment: if this is fine for you, I'll >> > add it to the incubator public build.xml (as suggested yesterday by David). >> >> Hum, I've just realized that this wouldn't work: re-generation of this >> HTML should be issued once a month and anytime podlings.xml gets >> updated; the ANT-based stuff would be enough for latter but not for >> former: ideas? >> >> > Regards. >> > >> > [1] http://people.apache.org/~ilgrosso/incubator/podlings-report-next-month.html >> >> -- >> Francesco Chicchiriccò >> >> ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member >> http://people.apache.org/~ilgrosso/ >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: general-unsubscribe@... >> For additional commands, e-mail: general-help@... >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@... > For additional commands, e-mail: general-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportOn 29 June 2012 08:14, Francesco Chicchiriccò <ilgrosso@...> wrote:
> On 29/06/2012 01:04, Jukka Zitting wrote: >> Hi, >> >> On Thu, Jun 28, 2012 at 9:04 AM, Francesco Chicchiriccò >> <ilgrosso@...> wrote: >>> I've drafted a couple of XSLTs for this need: >> Great! >> >>> 2. podlings-report-per-month-exslt.xsl >>> this will derive next month via EXSLT datetime and output the list of >>> podlings expected to report in that month; >> This seems pretty powerful! Could you also make the script include not >> just the podling names, but also their descriptions, current mentors >> and whether a podling is just starting (first three months in >> Incubator)? Those are the key details I'm currently using when >> assigning shepherds. > > I've put the result at [1] for the moment: if this is fine for you, I'll > add it to the incubator public build.xml (as suggested yesterday by David). There seems to be a problem: the report is headed Apache Incubator Podlings needing to prepare report in June but all except the first podling are shown as being in: Group 1 = January, April, July, October I suspect the report header should be for July. It would help if the page showed the year as well; also the report generation date would be useful. Also, I think it would be more useful if the podling names linked to i.a.o/projects/<podling> rather than the podling website. The former has a link to the latter anyway (or should!). > Regards. > > [1] > http://people.apache.org/~ilgrosso/incubator/podlings-report-next-month.html > > -- > Francesco Chicchiriccò > > ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member > http://people.apache.org/~ilgrosso/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@... > For additional commands, e-mail: general-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportOn 29/06/2012 14:55, sebb wrote:
> On 29 June 2012 08:14, Francesco Chicchiriccò <ilgrosso@...> wrote: >> On 29/06/2012 01:04, Jukka Zitting wrote: >>> Hi, >>> >>> On Thu, Jun 28, 2012 at 9:04 AM, Francesco Chicchiriccò >>> <ilgrosso@...> wrote: >>>> I've drafted a couple of XSLTs for this need: >>> Great! >>> >>>> 2. podlings-report-per-month-exslt.xsl >>>> this will derive next month via EXSLT datetime and output the list of >>>> podlings expected to report in that month; >>> This seems pretty powerful! Could you also make the script include not >>> just the podling names, but also their descriptions, current mentors >>> and whether a podling is just starting (first three months in >>> Incubator)? Those are the key details I'm currently using when >>> assigning shepherds. >> I've put the result at [1] for the moment: if this is fine for you, I'll >> add it to the incubator public build.xml (as suggested yesterday by David). > There seems to be a problem: the report is headed > > Apache Incubator Podlings needing to prepare report in June > > but all except the first podling are shown as being in: > > Group 1 = January, April, July, October Actually, not: you can also find some Group 2: the point is that the XSLT [2] takes the current month via EXSLT, than chooses the group to which next month belongs to and finally outputs the podlings that needs to report on next month (hence should prepare the report during this month) + all podlings with report/@monthly = 'true', i.e. the ones labeled as 'starting0 in the output HTML. > I suspect the report header should be for July. > > It would help if the page showed the year as well; also the report > generation date would be useful. Ok. > Also, I think it would be more useful if the podling names linked to > i.a.o/projects/<podling> rather than the podling website. > The former has a link to the latter anyway (or should!). Fine: I've taken [3] as starting point, so each podling's section is pretty similar. >> Regards. >> >> [1] http://people.apache.org/~ilgrosso/incubator/podlings-report-next-month.html [2] http://people.apache.org/~ilgrosso/incubator/podlings-report-next-month.xsl [3] http://incubator.apache.org/podlings.xsl -- Francesco Chicchiriccò ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/ |
|
|
Re: Preparing for July reportOn 29/06/2012 15:03, Francesco Chicchiriccò wrote:
> On 29/06/2012 14:55, sebb wrote: >> On 29 June 2012 08:14, Francesco Chicchiriccò <ilgrosso@...> wrote: >>> On 29/06/2012 01:04, Jukka Zitting wrote: >>>> Hi, >>>> >>>> On Thu, Jun 28, 2012 at 9:04 AM, Francesco Chicchiriccò >>>> <ilgrosso@...> wrote: >>>>> I've drafted a couple of XSLTs for this need: >>>> Great! >>>> >>>>> 2. podlings-report-per-month-exslt.xsl >>>>> this will derive next month via EXSLT datetime and output the list of >>>>> podlings expected to report in that month; >>>> This seems pretty powerful! Could you also make the script include not >>>> just the podling names, but also their descriptions, current mentors >>>> and whether a podling is just starting (first three months in >>>> Incubator)? Those are the key details I'm currently using when >>>> assigning shepherds. >>> I've put the result at [1] for the moment: if this is fine for you, I'll >>> add it to the incubator public build.xml (as suggested yesterday by David). >> There seems to be a problem: the report is headed >> >> Apache Incubator Podlings needing to prepare report in June >> >> but all except the first podling are shown as being in: >> >> Group 1 = January, April, July, October > Actually, not: you can also find some Group 2: the point is that the > XSLT [2] takes the current month via EXSLT, than chooses the group to > which next month belongs to and finally outputs the podlings that needs > to report on next month (hence should prepare the report during this > month) + all podlings with report/@monthly = 'true', i.e. the ones > labeled as 'starting0 in the output HTML. > >> I suspect the report header should be for July. >> >> It would help if the page showed the year as well; also the report >> generation date would be useful. > Ok. > >> Also, I think it would be more useful if the podling names linked to >> i.a.o/projects/<podling> rather than the podling website. >> The former has a link to the latter anyway (or should!). > Fine: I've taken [3] as starting point, so each podling's section is > pretty similar. I've put an updated version at [1]: if it's fine, I am going to to add it to incubator's build.xml. Regards. [1] http://people.apache.org/~ilgrosso/incubator/podlings-report-next-month.html [2] http://people.apache.org/~ilgrosso/incubator/podlings-report-next-month.xsl [3] http://incubator.apache.org/podlings.xsl -- Francesco Chicchiriccò ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportHI,
On Mon, Jul 2, 2012 at 12:07 PM, Francesco Chicchiriccò <ilgrosso@...> wrote: > I've put an updated version at [1]: if it's fine, I am going to to add it to > incubator's build.xml. +1 Looks great. BR, Jukka Zitting --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
|
|
Re: Preparing for July reportOn 02/07/2012 12:14, Jukka Zitting wrote:
> HI, > > On Mon, Jul 2, 2012 at 12:07 PM, Francesco Chicchiriccò > <ilgrosso@...> wrote: >> I've put an updated version at [1]: if it's fine, I am going to to add it to >> incubator's build.xml. > +1 Looks great. Done: http://incubator.apache.org/report-next-month.html Regards. -- Francesco Chicchiriccò ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@... For additional commands, e-mail: general-help@... |
| < Prev | 1 - 2 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |