You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by ja...@apache.org on 2017/04/04 10:55:53 UTC

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

Author: jani
Date: Tue Apr  4 10:55:53 2017
New Revision: 1790091

URL: http://svn.apache.org/viewvc?rev=1790091&view=rev
Log:
updated process 5.1


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=1790091&r1=1790090&r2=1790091&view=diff
==============================================================================
--- attic/site/docs/process.html (original)
+++ attic/site/docs/process.html Tue Apr  4 10:55:53 2017
@@ -168,14 +168,10 @@ ${Name} on behalf of ${project} + the At
 <p>The Attic website is built using Anakia. Anakia is an old site technology built on top of Apache Velocity. 
      You can get the source for the site from Subversion: </p>
 <pre>svn co https://svn.apache.org/repos/asf/attic/site</pre>
-<p>When adding a project to the Attic, you should create a project page. Specifically you should: </p>
+<p>To create a project page do:</p>
 <ul>
-    <li>Add a files in xdocs/projects/</li>
-    <li><ul>
-       <li>Specifically, in xdocs/projects/ copy one of the files to the new project name (eg. devicemap.xml)</li>
-       <li>Edit the new file</li>
-       <li>Add the new file as a link in the xdocs/stylesheets/project.xml navigation</li>
-    </ul></li>
+    <li>in xdocs/projects/ copy one of the files to the new project name (eg. devicemap.xml)</li>
+    <li>Add the new file as a link in the xdocs/stylesheets/project.xml navigation</li>
     <li>Run 'ant' from the root (ie: the attic/site/ directory you checked out)</li>
     <li>Review the generated files in docs/** in your browser</li>
     <li>SVN commit all changes. Remember to add both the new xdocs/ project file and the new generated docs/ project file</li>

Modified: attic/site/xdocs/process.xml
URL: http://svn.apache.org/viewvc/attic/site/xdocs/process.xml?rev=1790091&r1=1790090&r2=1790091&view=diff
==============================================================================
--- attic/site/xdocs/process.xml (original)
+++ attic/site/xdocs/process.xml Tue Apr  4 10:55:53 2017
@@ -139,18 +139,13 @@ ${Name} on behalf of ${project} + the At
 
   <p>The Attic website is built using Anakia. Anakia is an old site technology built on top of Apache Velocity. 
      You can get the source for the site from Subversion: </p>
-
   <pre>svn co https://svn.apache.org/repos/asf/attic/site</pre>
 
-  <p>When adding a project to the Attic, you should create a project page. Specifically you should: </p>
+  <p>To create a project page do:</p>
 
   <ul>
-    <li>Add a files in xdocs/projects/</li>
-    <li><ul>
-       <li>Specifically, in xdocs/projects/ copy one of the files to the new project name (eg. devicemap.xml)</li>
-       <li>Edit the new file</li>
-       <li>Add the new file as a link in the xdocs/stylesheets/project.xml navigation</li>
-    </ul></li>
+    <li>in xdocs/projects/ copy one of the files to the new project name (eg. devicemap.xml)</li>
+    <li>Add the new file as a link in the xdocs/stylesheets/project.xml navigation</li>
     <li>Run 'ant' from the root (ie: the attic/site/ directory you checked out)</li>
     <li>Review the generated files in docs/** in your browser</li>
     <li>SVN commit all changes. Remember to add both the new xdocs/ project file and the new generated docs/ project file</li>