You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2005/12/30 01:02:58 UTC

svn commit: r359933 - in /jakarta/commons/trunks-sandbox/src/site: resources/ site.xml

Author: brett
Date: Thu Dec 29 16:02:55 2005
New Revision: 359933

URL: http://svn.apache.org/viewcvs?rev=359933&view=rev
Log:
updated stylesheet to be based off classic

Removed:
    jakarta/commons/trunks-sandbox/src/site/resources/
Modified:
    jakarta/commons/trunks-sandbox/src/site/site.xml

Modified: jakarta/commons/trunks-sandbox/src/site/site.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/trunks-sandbox/src/site/site.xml?rev=359933&r1=359932&r2=359933&view=diff
==============================================================================
--- jakarta/commons/trunks-sandbox/src/site/site.xml (original)
+++ jakarta/commons/trunks-sandbox/src/site/site.xml Thu Dec 29 16:02:55 2005
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project name="Maven">
+  <!-- TODO: inherit from a common commons site descriptor -->
   <bannerLeft>
     <name>The Jakarta Project</name>
     <src>http://jakarta.apache.org/images/jakarta-logo.gif</src>
@@ -14,26 +15,93 @@
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-classic-skin</artifactId>
   </skin>
-  <publishDate format="MMM dd, yyyy" />
+  <publishDate format="MMM dd, yyyy" position="left" />
   <body>
     <breadcrumbs>
-      <breadcrumb name="Apache" href="http://www.apache.org/" />
-      <breadcrumb name="Jakarta Commons" href="http://jakarta.apache.org/commons/" />
-      <breadcrumb name="Sandbox" href="http://jakarta.apache.org/commons/sandbox/" />
+      <item name="Apache"                   href="http://www.apache.org/" />
+      <item name="Jakarta"                  href="http://jakarta.apache.org/" />
+      <item name="Jakarta Commons"          href="http://jakarta.apache.org/commons/" />
+      <item name="Sandbox"                  href="http://jakarta.apache.org/commons/sandbox/" />
     </breadcrumbs>
 
-<!--  TODO: proper menu -->
+    <head>
+      <!-- some customisations. site.css would not be inherited, so include it here. Another alternative is to copy and modify classic skin -->
+      <style type="text/css" media="all">
+#banner {
+  background: #fff;
+}
 
-    <menu name="Quick Links" inherit="top">
-      <item name="Introduction" href="/index.html" />
-      <item name="Usage" href="/usage.html" />
-    </menu>
-    <menu name="Special" inherit="off">
-      <item name="Special" href="/special.html" />
+#banner img {
+  padding: 10px;
+}
+
+/* centering */
+#bannerLeft img {
+  padding-top: 35px;
+}
+
+#breadcrumbs div {
+  font-size: small;
+  padding: 2px 8px;
+}
+      </style>
+    </head>
+
+    <!-- Can probably be removed when breadcrumbs work -->
+    <links>
+      <item name="Jakarta"                  href="http://jakarta.apache.org"/>
+    </links>
+
+    <!-- TODO: replace absolute links -->
+    <menu name="About Us" inherit="top">
+      <item name="Home"                     href="http://jakarta.apache.org/commons/" />
+      <!-- replace with project info reports -->
+      <item name="Contributors"             href="http://jakarta.apache.org/commons/contributors.html"/>
+      <item name="License"                  href="http://jakarta.apache.org/commons/license.html"/>
+      <item name="Components"               href="http://jakarta.apache.org/commons/components.html" />
+      <item name="Sandbox"                  href="/" />
+      <item name="Dormant"                  href="http://jakarta.apache.org/commons/dormant/index.html" />
     </menu>
+
     ${modules}
-    <menu name="Other Links" inherit="bottom">
-      <item name="Copyright" href="/copyright.html" />
+
+    <menu name="Download" inherit="top">
+      <item name="Releases (mirrored)" href="http://jakarta.apache.org/site/downloads/downloads_commons.html"/>
+      <item name="Nightly Snapshots"   href="http://cvs.apache.org/builds/jakarta-commons/nightly/"/>
+    </menu>
+
+    <!-- TODO: remove in favour of project info reports? -->
+    <menu name="View Source Code Repository" inherit="top">
+      <item name="General Information"      href="http://jakarta.apache.org/commons/svninfo.html"/>
+      <item name="Components"               href="http://svn.apache.org/viewcvs/jakarta/commons/proper/"/>
+      <item name="Sandbox"                  href="http://svn.apache.org/viewcvs/jakarta/commons/sandbox/"/>
+      <item name="Dormant"                  href="http://svn.apache.org/viewcvs/jakarta/commons/dormant/"/>
+    </menu>
+
+    <!-- TODO: remove in favour of project info reports? -->
+    <menu name="Support" inherit="top">
+      <item name="Mailing Lists"            href="http://jakarta.apache.org/site/mail2.html#Commons"/>
+      <item name="Bug Database"             href="http://jakarta.apache.org/site/bugs.html"/>
+    </menu>
+
+    <menu name="General Information" inherit="bottom">
+      <item name="Charter"                  href="http://jakarta.apache.org/commons/charter.html"/>
+      <item name="Volunteering"             href="http://jakarta.apache.org/commons/volunteering.html"/>
+      <item name="Contributing Patches"     href="http://jakarta.apache.org/commons/patches.html"/>
+      <item name="Building Components"      href="http://jakarta.apache.org/commons/building.html"/>
+      <item name="Releasing Components"     href="http://jakarta.apache.org/commons/releases/index.html"/>
+      <item name="Wiki"                     href="http://wiki.apache.org/jakarta-commons/FrontPage"/>
+
+      <!-- Yet to come?
+        <item name="Guidelines"             href="http://jakarta.apache.org/commons/guidelines.html"/>
+        <item name="News"                   href="http://jakarta.apache.org/commons/news.html"/>
+      -->
+    </menu>
+
+    <menu name="Related" inherit="bottom">
+      <item name="DB Commons"               href="http://db.apache.org/commons/"/>
+      <item name="XML Commons"              href="http://xml.apache.org/commons/"/>
     </menu>
   </body>
 </project>
+



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