You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by ba...@apache.org on 2009/01/08 09:52:31 UTC

svn commit: r732646 - in /attic/site: docs/index.html xdocs/index.xml xdocs/stylesheets/project.xml

Author: bayard
Date: Thu Jan  8 00:52:31 2009
New Revision: 732646

URL: http://svn.apache.org/viewvc?rev=732646&view=rev
Log:
Updating the navigation and filling in the Process section based on mailing list and ApacheCon discussions

Modified:
    attic/site/docs/index.html
    attic/site/xdocs/index.xml
    attic/site/xdocs/stylesheets/project.xml

Modified: attic/site/docs/index.html
URL: http://svn.apache.org/viewvc/attic/site/docs/index.html?rev=732646&r1=732645&r2=732646&view=diff
==============================================================================
--- attic/site/docs/index.html (original)
+++ attic/site/docs/index.html Thu Jan  8 00:52:31 2009
@@ -102,7 +102,19 @@
    Process of moving into the Attic
 </h4>
 <div class="section-content">
-<p>To be defined. </p>
+<p>This won't be defined fully until we actually start moving projects into the Attic. The following is a rough general plan of action. </p>
+<ol start="0">
+    <li>Prior to this the Apache Board has moved the oversight of the project from its prior PMC to the Attic PMC. </li>
+    <li>Indicate on websites that the project is in the Attic</li>
+    <li>Make the SVN read only</li>
+    <li>Inform user email list</li>
+    <li>Consider killing user email list</li>
+    <li>Kill the dev list</li>
+    <li>README on archives for downloads</li>
+    <li>Kill automated builds</li>
+    <li>Retire in issue-trackers</li>
+    <li>Remove from www.apache.org navigation</li>
+  </ol>
 </div>
                  
 <h4 id="departure">
@@ -117,13 +129,6 @@
   </ul>
 </div>
                  
-<h4 id="attic-projects">
-   Projects in the Attic
-</h4>
-<div class="section-content">
-<p>There are currently no projects in the Attic. </p>
-</div>
-                 
 <h4 id="contact">
    Contacting the Attic PMC
 </h4>
@@ -144,16 +149,20 @@
       <div class="block">
         <div class="nav column span-11">
           <div>
-               <div class="menuheader"><a 
-href="">The Apache Attic</a></div> 
+               <div class="menuheader">The Apache Attic</div>
+  <ul>
+          <li><a href="http://attic.apache.org/">Home</a></li> 
+      </ul>
+      <div class="menuheader">Related Links</div>
   <ul>
+          <li><a href="http://incubator.apache.org/">Apache Incubator</a></li> 
       </ul>
           </div>
         </div>
         <div class="nav column prepend-1 span-12 last">
-               <h6><a 
-href="#attic-projects">Projects in the Attic</a></h6>
+               <h6>Projects in the Attic</h6>
   <ul>
+          <li>None yet</li> 
       </ul>
         </div>
       </div>

Modified: attic/site/xdocs/index.xml
URL: http://svn.apache.org/viewvc/attic/site/xdocs/index.xml?rev=732646&r1=732645&r2=732646&view=diff
==============================================================================
--- attic/site/xdocs/index.xml (original)
+++ attic/site/xdocs/index.xml Thu Jan  8 00:52:31 2009
@@ -71,7 +71,19 @@
 <section id="process">
   <title>Process of moving into the Attic</title>
 
-  <p>To be defined. </p>
+  <p>This won't be defined fully until we actually start moving projects into the Attic. The following is a rough general plan of action. </p>
+  <ol start="0">
+    <li>Prior to this the Apache Board has moved the oversight of the project from its prior PMC to the Attic PMC. </li>
+    <li>Indicate on websites that the project is in the Attic</li>
+    <li>Make the SVN read only</li>
+    <li>Inform user email list</li>
+    <li>Consider killing user email list</li>
+    <li>Kill the dev list</li>
+    <li>README on archives for downloads</li>
+    <li>Kill automated builds</li>
+    <li>Retire in issue-trackers</li>
+    <li>Remove from www.apache.org navigation</li>
+  </ol>
 </section>
 
 <section id="departure">
@@ -85,12 +97,6 @@
   </ul>
 </section>
 
-<section id="attic-projects">
-  <title>Projects in the Attic</title>
-
-  <p>There are currently no projects in the Attic. </p>
-</section>
-
 <section id="contact">
   <title>Contacting the Attic PMC</title>
 

Modified: attic/site/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/attic/site/xdocs/stylesheets/project.xml?rev=732646&r1=732645&r2=732646&view=diff
==============================================================================
--- attic/site/xdocs/stylesheets/project.xml (original)
+++ attic/site/xdocs/stylesheets/project.xml Thu Jan  8 00:52:31 2009
@@ -21,10 +21,16 @@
   <body>
 
 
-    <projects><title href="">The Apache Attic</title>
+    <projects><title>The Apache Attic</title>
+      <li><a href="http://attic.apache.org/">Home</a></li>
     </projects>
 
-    <menu><title href="#attic-projects">Projects in the Attic</title>
+    <projects><title>Related Links</title>
+      <li><a href="http://incubator.apache.org/">Apache Incubator</a></li>
+    </projects>
+
+    <menu><title>Projects in the Attic</title>
+      <li>None yet</li>
     </menu>
 
   </body>