You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/05/12 04:53:38 UTC

svn commit: r169747 - in /maven/components/trunk/maven-site/src/site: css/ css/site.css fml/ fml/about.fml fml/general.fml fml/maven1.fml site.xml xdoc/about.fml xdoc/general.fml xdoc/index.xml xdoc/maven1.fml xdoc/style/project.css

Author: brett
Date: Wed May 11 19:53:37 2005
New Revision: 169747

URL: http://svn.apache.org/viewcvs?rev=169747&view=rev
Log:
rearrange for m2 site:site

Added:
    maven/components/trunk/maven-site/src/site/css/
    maven/components/trunk/maven-site/src/site/css/site.css
      - copied, changed from r169746, maven/components/trunk/maven-site/src/site/xdoc/style/project.css
    maven/components/trunk/maven-site/src/site/fml/
    maven/components/trunk/maven-site/src/site/fml/about.fml
      - copied unchanged from r169746, maven/components/trunk/maven-site/src/site/xdoc/about.fml
    maven/components/trunk/maven-site/src/site/fml/general.fml
      - copied unchanged from r169746, maven/components/trunk/maven-site/src/site/xdoc/general.fml
    maven/components/trunk/maven-site/src/site/fml/maven1.fml
      - copied unchanged from r169746, maven/components/trunk/maven-site/src/site/xdoc/maven1.fml
Removed:
    maven/components/trunk/maven-site/src/site/xdoc/about.fml
    maven/components/trunk/maven-site/src/site/xdoc/general.fml
    maven/components/trunk/maven-site/src/site/xdoc/maven1.fml
    maven/components/trunk/maven-site/src/site/xdoc/style/project.css
Modified:
    maven/components/trunk/maven-site/src/site/site.xml
    maven/components/trunk/maven-site/src/site/xdoc/index.xml

Copied: maven/components/trunk/maven-site/src/site/css/site.css (from r169746, maven/components/trunk/maven-site/src/site/xdoc/style/project.css)
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/css/site.css?p2=maven/components/trunk/maven-site/src/site/css/site.css&p1=maven/components/trunk/maven-site/src/site/xdoc/style/project.css&r1=169746&r2=169747&rev=169747&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/xdoc/style/project.css (original)
+++ maven/components/trunk/maven-site/src/site/css/site.css Wed May 11 19:53:37 2005
@@ -6,3 +6,41 @@
 body ul {
   list-style-type: square;
 }
+
+#downloadbox {
+  float: right;
+  margin: 0 10px 20px 20px;
+  padding: 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+}
+
+#downloadbox h5 {
+  color: #000;
+  margin: 0;
+  border-bottom: 1px solid #aaaaaa;
+  font-size: smaller;
+  padding: 0;
+}
+
+#downloadbox p {
+  font-size: smaller;
+}
+
+#downloadbox ul {
+  margin-top: 0;
+  list-style-type: disc;
+}
+
+#downloadbox li {
+  font-size: smaller;
+}
+
+h4 {
+  padding: 0;
+  border: none;
+  color: #000;
+  margin: 0;
+  font-size: larger;
+  font-weight: bold;
+}
\ No newline at end of file

Modified: maven/components/trunk/maven-site/src/site/site.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/site.xml?rev=169747&r1=169746&r2=169747&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/site.xml (original)
+++ maven/components/trunk/maven-site/src/site/site.xml Wed May 11 19:53:37 2005
@@ -2,34 +2,40 @@
 <project name="Maven">
   <bannerLeft>
     <name>Maven</name>
-    <href>http://www.apache.org</href>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href>
   </bannerLeft>
   <bannerRight>
-    <name>http://codehaus.org/codehaus-small.png</name>
-    <href>http://www.codehaus.org</href>
+    <src>http://maven.apache.org/images/maven-small.gif</src>
   </bannerRight>
   <body>
     <links>
+      <item name="Apache" href="http://www.apache.org/" />
       <item name="Maven 1.0" href="http://maven.apache.org/"/>
       <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
     </links>
+
     <menu name="Maven 2.0">
       <item name="Introduction" href="index.html"/>
       <item name="Download" href="download.html"/>
       <item name="General Information" href="about.html"/>
       <item name="For Maven 1.0 Users" href="maven1.html"/>
+      <item name="Road Map" href="roadmap.html" />
     </menu>
     <menu name="User's Guide">
       <item name="Getting Started" href="getting-started.html"/>
-      <!-- TODO
-            <item name="Configuration" href="configuration.html"/>
-      -->
-      <item name="Developing Plugins with Marmalade" href="developing-plugins-with-marmalade.html"/>
+      <item name="Configuration" href="configuration.html"/>
+      <item name="Dependency Mechanism" href="dependencies.html"/>
+      <item name="Developing Plugins with Marmalade" href="developers/developing-plugins-with-marmalade.html"/>
     </menu>
     <menu name="Reference">
       <item name="Project Descriptor" href="project-descriptor.html"/>
       <item name="Settings Descriptor" href="settings-descriptor.html"/>
       <item name="Available Plugins" href="plugin-list.html"/>
-    </menu>      
+      <item name="Ant Tasks" href="ant-tasks.html"/>
+    </menu>
+    <menu name="Developers">
+      <item name="Documentation Needed" href="docs-required.html"/>
+    </menu>
   </body>
 </project>

Modified: maven/components/trunk/maven-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/xdoc/index.xml?rev=169747&r1=169746&r2=169747&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/xdoc/index.xml (original)
+++ maven/components/trunk/maven-site/src/site/xdoc/index.xml Wed May 11 19:53:37 2005
@@ -6,9 +6,9 @@
   </properties>
   <body>
     <section name="Welcome to Maven 2">
-      <div style="float: right; margin: 0 10px 20px 20px; padding: 5px; border: 1px solid #999; background-color: #eee;">
-        <h5 style="margin: 0; font-size: smaller; border-bottom: 1px solid #aaaaaa">Get Maven 2.0</h5>
-        <p style="font-size: smaller">
+      <div id="downloadbox">
+        <h5>Get Maven 2.0</h5>
+        <p>
           <a href="download.html">
             <img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/>
             Download
@@ -16,14 +16,14 @@
           <small>(685K)</small>
           <br/>
         </p>
-        <ul style="margin-top: 0; list-style-type: disc">
-          <li style="font-size: smaller">
+        <ul>
+          <li>
             <a href="download.html#requirements">System Requirements</a>
           </li>
-          <li style="font-size: smaller">
+          <li>
             <a href="download.html#installation">Installation Instructions</a>
           </li>
-          <li style="font-size: smaller">
+          <li>
             <a href="getting-started.html">Getting Started</a>
           </li>
         </ul>
@@ -33,7 +33,7 @@
         (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
       </p>
       <p>
-        <b style="font-size: larger">About Maven 2.0</b>
+        <h4>About Maven 2.0</h4>
       </p>
       <p>
         Maven 2.0 is a rewrite of the popular Maven application to achieve a number of goals, and to provide a stable
@@ -77,7 +77,7 @@
         </li>
       </ul>
       <p>
-        <b style="font-size: larger">Information for Maven 1.0 Users</b>
+        <h4>Information for Maven 1.0 Users</h4>
       </p>
       <p>
         Maven 1.0 users will likely have a lot of questions about Maven 2.0 and how it will impact the future of Maven
@@ -106,7 +106,7 @@
         </li>
       </ul>
       <p>
-        <b style="font-size: larger">User's Guide</b>
+        <h4>User's Guide</h4>
       </p>
       <p>
         Maven is now simpler than ever to use!
@@ -151,7 +151,7 @@
       </p>
       <subsection name="Developing Maven 2">
         <p>
-          <b style="font-size: larger">Developers and Prospective Contributors</b>
+          <h4>Developers and Prospective Contributors</h4>
         </p>
         <p>
           There is plenty of work to be done. If you are interested in getting involved, the following may help:



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