brett 2005/04/07 00:39:14
Modified: maven-site/src/site/xdoc about.fml index.xml navigation.xml
Added: maven-site/src/site/xdoc configuration.xml download.xml
getting-started.xml maven1.fml
Log:
update the site skeleton
Revision Changes Path
1.2 +1 -1 maven-components/maven-site/src/site/xdoc/about.fml
Index: about.fml
===================================================================
RCS file: /home/cvs/maven-components/maven-site/src/site/xdoc/about.fml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- about.fml 7 Apr 2005 07:01:44 -0000 1.1
+++ about.fml 7 Apr 2005 07:39:14 -0000 1.2
@@ -1,6 +1,6 @@
<faqs title="About Maven 2.0">
- <part id="About Maven 2.0">
+ <part id="about">
<faq id="what-is-maven">
<question>What is Maven?</question>
<answer>
1.3 +10 -10 maven-components/maven-site/src/site/xdoc/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/maven-components/maven-site/src/site/xdoc/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml 7 Apr 2005 07:01:44 -0000 1.2
+++ index.xml 7 Apr 2005 07:39:14 -0000 1.3
@@ -8,7 +8,7 @@
<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">
- <a href="http://maven.apache.org/start/download.html">
+ <a href="download.html">
<img valign="top"
src="http://maven.apache.org/images/folder-open.gif" border="0" alt=""
title="download"/>
Download
</a> Maven 2.0 Build 1
@@ -17,13 +17,13 @@
</p>
<ul style="margin-top: 0">
<li style="font-size: smaller">
- <a href="#">System Requirements</a>
+ <a href="download.html#requirements">System Requirements</a>
</li>
<li style="font-size: smaller">
- <a href="#">Installation Instructions</a>
+ <a href="download.html#installation">Installation
Instructions</a>
</li>
<li style="font-size: smaller">
- <a href="#">Getting Started</a>
+ <a href="getting-started.html">Getting Started</a>
</li>
</ul>
</div>
@@ -85,22 +85,22 @@
<ul style="list-style-type: square">
<li>
<i>
- <a href="#">What's changed?</a>
+ <a href="maven1.html#">What's changed?</a>
</i>
</li>
<li>
<i>
- <a href="#">Should I use Maven 2.0, or Maven 1.0?</a>
+ <a href="maven1.html#m1-or-m2">Should I use Maven 2.0, or Maven
1.0?</a>
</i>
</li>
<li>
<i>
- <a href="#">What will happen</a> to Maven 1.0?
+ <a href="maven1.html#">What will happen</a> to Maven 1.0?
</i>
</li>
<li>
<i>Will my
- <a href="#">Maven 1.0 plugins</a> be supported?
+ <a href="maven1.html#">Maven 1.0 plugins</a> be supported?
</i>
</li>
</ul>
@@ -113,12 +113,12 @@
<ul style="list-style-type: square">
<li>
<i>
- <a href="#">Getting Started</a>
+ <a href="getting-started.html">Getting Started</a>
</i>
</li>
<li>
<i>
- <a href="#">Configuring Maven</a>
+ <a href="configuration.html">Configuring Maven</a>
</i>
</li>
</ul>
1.2 +8 -0 maven-components/maven-site/src/site/xdoc/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/maven-components/maven-site/src/site/xdoc/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 7 Apr 2005 07:01:44 -0000 1.1
+++ navigation.xml 7 Apr 2005 07:39:14 -0000 1.2
@@ -7,5 +7,13 @@
<item name="Maven 2" href="http://maven.apache.org/maven2/"/>
</links>
+ <menu name="Maven 2.0">
+ <item name="General Information" href="about.html"/>
+ <item name="For Maven 1.0 Users" href="maven1.html"/>
+ </menu>
+ <menu name="User's Guide">
+ <item name="Getting Started" href="getting-started.html"/>
+ <item name="Configuration" href="configuration.html"/>
+ </menu>
</body>
</project>
\ No newline at end of file
1.1
maven-components/maven-site/src/site/xdoc/configuration.xml
Index: configuration.xml
===================================================================
<document>
<properties>
<title>Configuring Maven</title>
<author email="[EMAIL PROTECTED]">Brett Porter</author>
</properties>
<body>
<section name="Configuring Maven">
<p>
...
</p>
</section>
</body>
</document>
1.1 maven-components/maven-site/src/site/xdoc/download.xml
Index: download.xml
===================================================================
<document>
<properties>
<title>Download Maven 2.0</title>
<author email="[EMAIL PROTECTED]">Brett Porter</author>
</properties>
<body>
<section name="Download Maven 2.0 Technology Preview">
<p>
...
</p>
<a name="requirements"/>
<subsection name="System Requirements">
<p>
...
</p>
</subsection>
<a name="installation"/>
<subsection name="Installation Instructions">
<p>
...
</p>
</subsection>
</section>
</body>
</document>
1.1
maven-components/maven-site/src/site/xdoc/getting-started.xml
Index: getting-started.xml
===================================================================
<document>
<properties>
<title>Getting Started</title>
<author email="[EMAIL PROTECTED]">Brett Porter</author>
</properties>
<body>
<section name="Getting Started">
<p>
...
</p>
</section>
</body>
</document>
1.1 maven-components/maven-site/src/site/xdoc/maven1.fml
Index: maven1.fml
===================================================================
<faqs title="Information for Maven 1.0 Users">
<part id="maven1">
</part>
</faqs>