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 2012/08/11 04:27:48 UTC

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

Author: bayard
Date: Sat Aug 11 02:27:48 2012
New Revision: 1371856

URL: http://svn.apache.org/viewvc?rev=1371856&view=rev
Log:
Adding to the process to redirect the download section to the Attic page (which should point to the Archive) per Henk's email

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=1371856&r1=1371855&r2=1371856&view=diff
==============================================================================
--- attic/site/docs/process.html (original)
+++ attic/site/docs/process.html Sat Aug 11 02:27:48 2012
@@ -82,7 +82,16 @@
         <li>Announce on announce at apache.org</li>
       </ul>
     </li>
-    <li>Open a new ticket to consider deleting the user list with a due date 6 months in the future</li>
+    <li>Open a new ticket with a due date 6 months in the future: 
+      <ul>
+        <li>to consider deleting the user list</li>
+        <li>to strip dist/project and add a .htaccess containing:
+          <pre>RedirectMatch permanent .* http://attic.apache.org/projects/${project}.html</pre>
+        </li>
+      </ul>
+    </li>
+
+
   </ol>
 </div>
                  

Modified: attic/site/xdocs/process.xml
URL: http://svn.apache.org/viewvc/attic/site/xdocs/process.xml?rev=1371856&r1=1371855&r2=1371856&view=diff
==============================================================================
--- attic/site/xdocs/process.xml (original)
+++ attic/site/xdocs/process.xml Sat Aug 11 02:27:48 2012
@@ -51,7 +51,16 @@
         <li>Announce on announce at apache.org</li>
       </ul>
     </li>
-    <li>Open a new ticket to consider deleting the user list with a due date 6 months in the future</li>
+    <li>Open a new ticket with a due date 6 months in the future: 
+      <ul>
+        <li>to consider deleting the user list</li>
+        <li>to strip dist/project and add a .htaccess containing:
+          <pre>RedirectMatch permanent .* http://attic.apache.org/projects/${project}.html</pre>
+        </li>
+      </ul>
+    </li>
+
+
   </ol>
 
 </section>