You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2006/06/05 15:47:54 UTC

[Jakarta-commons Wiki] Update of "MavenWebsiteStucture" by DennisLundberg

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.

The following page has been changed by DennisLundberg:
http://wiki.apache.org/jakarta-commons/MavenWebsiteStucture

The comment on the change is:
Add a section on the organization logo. Use wiki syntax to make bullets.

------------------------------------------------------------------------------
  == Converting from commons-build relative ==
  To convert a website to the new design, perform the following steps:
  
- * Delete all css files from xdocs/style
+  * Delete all css files from xdocs/style
  
- * Add a project.css file to xdocs/style identical to http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/io/trunk/xdocs/style/project.css?rev=385205&view=markup
+  * Add a project.css file to xdocs/style identical to http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/io/trunk/xdocs/style/project.css?rev=385205&view=markup
  
- * In maven.xml, remove the commons-build section (clearly indicated)
+  * In maven.xml, remove the commons-build section (clearly indicated)
  
- * In project.properties, remove the maven.xdoc.jsl line
+  * In project.properties, remove the maven.xdoc.jsl line
  
- * In navigation.xml, change the DOCTYPE line URL to http://jakarta.apache.org/commons/build/maven-build.dtd
+  * In navigation.xml, change the DOCTYPE line URL to http://jakarta.apache.org/commons/build/maven-build.dtd
  
- * In navigation.xml, change the entity from &common-menus; to &commons;
+  * In navigation.xml, change the entity from &common-menus; to &commons;
+ 
+  * In project.xml, make sure that the organization logo is the correct one. It should look like this: {{{
+ <project>
+   ...
+   <organization>
+     <name>The Apache Software Foundation</name>
+     <url>http://jakarta.apache.org</url>
+     <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
+   </organization>
+   ...
+ </project>
+ }}}
+ 
  
  In addition to these changes, you may wish to examine the lang/io sites to see if you can group your own menu structure in navigation.xml to be similar. The main aspect is to separate the user information from the developer information.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org