[prev in list] [next in list] [prev in thread] [next in thread] 

List:       incubator-cvs
Subject:    svn commit: r708369 - in /incubator/public/trunk: clutch.py
From:       crossley () apache ! org
Date:       2008-10-27 23:00:43
Message-ID: 20081027230043.E5180238889E () eris ! apache ! org
[Download RAW message or body]

Author: crossley
Date: Mon Oct 27 16:00:42 2008
New Revision: 708369

URL: http://svn.apache.org/viewvc?rev=708369&view=rev
Log:
Be fair to log4php. Their start date was reset.

Modified:
    incubator/public/trunk/clutch.py
    incubator/public/trunk/site-author/clutch.xml
    incubator/public/trunk/site-publish/clutch.html
    incubator/public/trunk/site-publish/sitemap.html

Modified: incubator/public/trunk/clutch.py
URL: http://svn.apache.org/viewvc/incubator/public/trunk/clutch.py?rev=708369&r1=708368&r2=708369&view=diff
 ==============================================================================
--- incubator/public/trunk/clutch.py (original)
+++ incubator/public/trunk/clutch.py Mon Oct 27 16:00:42 2008
@@ -352,7 +352,10 @@
   projects[k]['startDate'] = projectsTable[k]['startDate']
   projects[k]['statusFileName'] = projectsTable[k]['statusFileName']
 
-  match = re.search(startDateRE, projects[k]['startDate'])
+  startDate = projects[k]['startDate']
+  if k == "log4php":
+    startDate = "2007-07-04" # they had a reset, so be fair
+  match = re.search(startDateRE, startDate)
   if match:
     if match.group(3) != None:
       entryDateDay = int(match.group(3))
@@ -361,10 +364,11 @@
     try:
       entryDate = datetime.datetime(
           int(match.group(1)), int(match.group(2)), entryDateDay)
-      projects[k]['elapsedDays'] = (gatherDate-entryDate).days
-      projects[k]['entryDate'] = entryDate
     except ValueError:
       print 'ERROR: %s: ValueError with date' % k
+    else:
+      projects[k]['elapsedDays'] = (gatherDate-entryDate).days
+      projects[k]['entryDate'] = entryDate
 
   # Add the number of committers
   # Sometimes the committer SVN group name contains the sponsor TLP,

Modified: incubator/public/trunk/site-author/clutch.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-author/clutch.xml?rev=708369&r1=708368&r2=708369&view=diff
 ==============================================================================
--- incubator/public/trunk/site-author/clutch.xml (original)
+++ incubator/public/trunk/site-author/clutch.xml Mon Oct 27 16:00:42 2008
@@ -97,7 +97,7 @@
         </li>
       </ul>
       <p>
-        Clutch last gathered: Mon Oct 27 05:28:18 2008 UTC.<br />
+        Clutch last gathered: Mon Oct 27 22:27:41 2008 UTC.<br />
         Number of podlings in incubation: 35
       </p>
       <table id="clutch">
@@ -255,7 +255,7 @@
           <td>3,-,-</td>
           <td>-</td>
           <td>False</td>
-          <td>False</td>
+          <td class="cool1"><a \
                href="http://issues.apache.org/jira/browse/DROIDS">True</a></td>
           <td class="cool1"><a \
                href="http://mail-archives.apache.org/mod_mbox/incubator-droids-dev/">True</a></td>
                
           <td class="cool1"><a \
href="http://mail-archives.apache.org/mod_mbox/incubator-droids-commits/">True</a></td>
  <td>False</td>
@@ -385,7 +385,7 @@
           <td>log4php</td>
           <td>Logging Services</td>
           <td>2004-01-31</td>
-          <td class="cool4">1731</td>
+          <td class="cool2">481</td>
           <td>False</td>
           <td>group-3</td>
           <td>True</td>

Modified: incubator/public/trunk/site-publish/clutch.html
URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/clutch.html?rev=708369&r1=708368&r2=708369&view=diff
 ==============================================================================
--- incubator/public/trunk/site-publish/clutch.html (original)
+++ incubator/public/trunk/site-publish/clutch.html Mon Oct 27 16:00:42 2008
@@ -186,7 +186,7 @@
         </li>
       </ul>
 <p>
-        Clutch last gathered: Mon Oct 27 05:28:18 2008 UTC.<br />
+        Clutch last gathered: Mon Oct 27 22:27:41 2008 UTC.<br />
         Number of podlings in incubation: 35
       </p>
 <table id="clutch" class="colortable" width="100%">
@@ -344,7 +344,7 @@
           <td>3,-,-</td>
           <td>-</td>
           <td>False</td>
-          <td>False</td>
+          <td class="cool1"><a \
                href="http://issues.apache.org/jira/browse/DROIDS">True</a></td>
           <td class="cool1"><a \
                href="http://mail-archives.apache.org/mod_mbox/incubator-droids-dev/">True</a></td>
                
           <td class="cool1"><a \
href="http://mail-archives.apache.org/mod_mbox/incubator-droids-commits/">True</a></td>
  <td>False</td>
@@ -474,7 +474,7 @@
           <td>log4php</td>
           <td>Logging Services</td>
           <td>2004-01-31</td>
-          <td class="cool4">1731</td>
+          <td class="cool2">481</td>
           <td>False</td>
           <td>group-3</td>
           <td>True</td>

Modified: incubator/public/trunk/site-publish/sitemap.html
URL: http://svn.apache.org/viewvc/incubator/public/trunk/site-publish/sitemap.html?rev=708369&r1=708368&r2=708369&view=diff
 ==============================================================================
--- incubator/public/trunk/site-publish/sitemap.html (original)
+++ incubator/public/trunk/site-publish/sitemap.html Mon Oct 27 16:00:42 2008
@@ -125,6 +125,7 @@
 Site map of <a href="http://incubator.apache.org">incubator.apache.org</a>:
 </p>
 <ul>
+
 <li>
 <a href="clutch.html">Status of the clutch</a>
 <ul>
@@ -135,7 +136,8 @@
 <a href="clutch.html#notes">Notes</a>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="faq.html">Frequently Asked Questions</a>
 <ul>
 <li>
@@ -212,7 +214,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/branding.html">Incubator Branding Guide</a>
 <ul>
 <li>
@@ -240,7 +243,8 @@
 <a href="guides/branding.html#termination">Termination</a>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/chair.html">Chair
 </a>
 <ul>
@@ -266,7 +270,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/committer.html">Committers</a>
 <ul>
 <li>
@@ -290,7 +295,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/community.html">Guide to successful community building (DRAFT)</a>
 <ul>
 <li>
@@ -333,7 +339,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/entry.html">Enter The Incubator (DRAFT)</a>
 <ul>
 <li>
@@ -368,7 +375,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/graduation.html">Guide to Successful Graduation</a>
 <ul>
 <li>
@@ -488,7 +496,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/index.html">Guides</a>
 <ul>
 <li>
@@ -509,7 +518,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/lists.html">Incubator Mailing List Guide
 </a>
 <ul>
@@ -545,7 +555,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/mentor.html">Projects</a>
 <ul>
 <li>
@@ -680,7 +691,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/participation.html">A Guide To Participation</a>
 <ul>
 <li>
@@ -721,7 +733,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/pmc.html">PMC
 </a>
 <ul>
@@ -740,7 +753,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/ppmc.html">Apache Incubator: Podling Project Management \
Committee</a>  <ul>
 <li>
@@ -762,7 +776,8 @@
 <a href="guides/ppmc.html#Voting+in+a+new+PPMC+member">Voting in a new PPMC \
member</a>  </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/proposal.html">A Guide To Proposal Creation</a>
 <ul>
 <li>
@@ -918,7 +933,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/releasemanagement.html">Apache Incubator: Release Management \
(DRAFT)</a>  <ul>
 <li>
@@ -1309,7 +1325,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/releasing-eclipse-update-site.html">Apache Incubator: Releasing \
Eclipse Update Sites (DRAFT)</a>  <ul>
 <li>
@@ -1342,7 +1359,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/sites.html">Podling Web Site Guide</a>
 <ul>
 <li>Abstract</li>
@@ -1360,7 +1378,8 @@
 </li>
 <li>Main Incubator Website</li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="guides/website.html">Updating the top-level Incubator website</a>
 <ul>
 <li>
@@ -1395,7 +1414,8 @@
 <a href="guides/website.html#other">Other notes</a>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="incubation/Incubation_Policy.html">Incubation Policy
 </a>
 <ul>
@@ -1566,7 +1586,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="incubation/Process_Description.html">Process Description
 </a>
 <ul>
@@ -1604,7 +1625,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="incubation/Roles_and_Responsibilities.html">Roles_and_ Responsibilities
 </a>
 <ul>
@@ -1668,7 +1690,8 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="learn/rules-for-revolutionaries.html">Apache Archive: Rules for \
Revolutionaries  </a>
 <ul>
@@ -1677,7 +1700,8 @@
 </a>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="learn/theapacheway.html">The Apache Way
 </a>
 <ul>
@@ -1718,21 +1742,24 @@
 </ul>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="official/mailing-lists.html">Mailing List Resolutions</a>
 <ul>
 <li>
 <a href="official/mailing-lists.html#july-2005">Resolution Of July 2005</a>
 </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="official/resolution.html">Incubator Formation Resolution</a>
 <ul>
 <li>
 <a href="official/resolution.html#Resolution+that+Created+the+Incubator+Project">Resolution \
that Created the Incubator Project</a>  </li>
 </ul>
-</li><li>
+</li>
+<li>
 <a href="official/whoweare.html">Who we are</a>
 <ul>
 <li>



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic