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/05/23 09:52:58 UTC

svn commit: r777822 - in /attic/site: docs/process.html xdocs/process.xml

Author: bayard
Date: Sat May 23 07:52:58 2009
New Revision: 777822

URL: http://svn.apache.org/viewvc?rev=777822&view=rev
Log:
Making the README a README.html. Noting the need for unix group changing early on

Modified:
    attic/site/docs/process.html
    attic/site/xdocs/process.xml

Modified: attic/site/docs/process.html
URL: http://svn.apache.org/viewvc/attic/site/docs/process.html?rev=777822&r1=777821&r2=777822&view=diff
==============================================================================
--- attic/site/docs/process.html (original)
+++ attic/site/docs/process.html Sat May 23 07:52:58 2009
@@ -64,11 +64,12 @@
     <li>Open a JIRA item - 'Move ${project} to the Attic'. </li>
     <li>Open a subtask: Board resolution successful. </li>
     <li>Ensure a Board resolution is on the next Board agenda. Once this is successful, continue. </li>
+    <li>Open a ticket with Infra to have website and downloads chgrp'd to attic</li>
     <li>Open the following subtasks (see below for more information): 
       <ul>
         <li>Inform users</li>
         <li>Update website with Attic notice</li>
-        <li>Update README in downloads</li>
+        <li>Update README.html in downloads</li>
         <li>Make SVN + JIRA/Bugzilla read-only</li>
         <li>Create page on Attic site</li>
         <li>Turn off automated builds</li>
@@ -120,14 +121,16 @@
 </div>
                  
 <h4 id="downloads">
-   Update README in downloads
+   Update README.html in downloads
 </h4>
 <div class="section-content">
 <p>Another area to take note of the move to the Attic is the download section. Add or update a README.html file that says something like: </p>
 <pre>
-YYYY/MM/DD - Apache ${project} has been retired.
+&lt;h1&gt;Project Retired&lt;/h1&gt;
 
-For more information, please explore the Attic at http://attic.apache.org 
+&lt;p&gt;yyyy/mm/dd - Apache ${project} has been retired.&lt;/p&gt;
+
+&lt;p&gt;For more information, please explore the Attic at http://attic.apache.org&lt;/p&gt;
   </pre>
 </div>
                  

Modified: attic/site/xdocs/process.xml
URL: http://svn.apache.org/viewvc/attic/site/xdocs/process.xml?rev=777822&r1=777821&r2=777822&view=diff
==============================================================================
--- attic/site/xdocs/process.xml (original)
+++ attic/site/xdocs/process.xml Sat May 23 07:52:58 2009
@@ -34,11 +34,12 @@
     <li>Open a JIRA item - 'Move ${project} to the Attic'. </li>
     <li>Open a subtask: Board resolution successful. </li>
     <li>Ensure a Board resolution is on the next Board agenda. Once this is successful, continue. </li>
+    <li>Open a ticket with Infra to have website and downloads chgrp'd to attic</li>
     <li>Open the following subtasks (see below for more information): 
       <ul>
         <li>Inform users</li>
         <li>Update website with Attic notice</li>
-        <li>Update README in downloads</li>
+        <li>Update README.html in downloads</li>
         <li>Make SVN + JIRA/Bugzilla read-only</li>
         <li>Create page on Attic site</li>
         <li>Turn off automated builds</li>
@@ -91,14 +92,16 @@
 </section>
 
 <section id="downloads">
-  <title>Update README in downloads</title>
+  <title>Update README.html in downloads</title>
 
   <p>Another area to take note of the move to the Attic is the download section. Add or update a README.html file that says something like: </p>
 
   <pre>
-YYYY/MM/DD - Apache ${project} has been retired.
+&lt;h1&gt;Project Retired&lt;/h1&gt;
 
-For more information, please explore the Attic at http://attic.apache.org 
+&lt;p&gt;yyyy/mm/dd - Apache ${project} has been retired.&lt;/p&gt;
+
+&lt;p&gt;For more information, please explore the Attic at http://attic.apache.org&lt;/p&gt;
   </pre>
 </section>