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 2007/08/05 23:02:10 UTC

[Commons Wiki] Update of "MavenWebsiteStucture" by DennisLundberg

Dear Wiki user,

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

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

The comment on the change is:
TLP changes

------------------------------------------------------------------------------
  == Sharing the navigation ==
  The commons community has expressed a desire to share some menu items across all components. Previously this was achieved by including a relative file path URL DOCTYPE at the top of navigation.xml and a single common-menus entity.
  
- The new structure uses the same basic entity idea, but removes the relative dependency on commons-build. Instead, an absolute dependency on http://jakarta.apache.org/commons/build/maven-build.dtd is added. To accomodate this, the entity must be changed from common-menus to commons.
+ The new structure uses the same basic entity idea, but removes the relative dependency on commons-build. Instead, an absolute dependency on http://commons.apache.org/build/maven-build.dtd is added. To accommodate this, the entity must be changed from common-menus to commons.
  
  As part of this change, the included section has been greatly simplified. Only items truly worth sharing have been shared.
  
@@ -27, +27 @@

  
   * 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/viewvc/commons/proper/io/trunk/xdocs/style/project.css?rev=385205&view=markup
  
   * In {{{maven.xml}}}, remove the commons-build section (clearly indicated)
  
   * 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://commons.apache.org/build/maven-build.dtd}}}
  
   * In {{{navigation.xml}}}, change the entity from {{{&common-menus;}}} to {{{&commons;}}}
  
@@ -42, +42 @@

    ...
    <organization>
      <name>The Apache Software Foundation</name>
-     <url>http://jakarta.apache.org</url>
+     <url>http://commons.apache.org</url>
-     <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
+     <logo>http://commons.apache.org/images/logo.png</logo>
    </organization>
    ...
  </project>
  }}}
  
  
- In addition to these changes, you may wish to examine the [http://jakarta.apache.org/commons/lang/ lang]/[http://jakarta.apache.org/commons/io/ 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.
+ In addition to these changes, you may wish to examine the [http://commons.apache.org/lang/ lang]/[http://commons.apache.org/io/ 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: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org