update the site skeleton

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-07 07:39:14 +00:00
parent 9bba438d1f
commit 5a0e7c0663
7 changed files with 79 additions and 11 deletions

View File

@ -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>

View File

@ -0,0 +1,14 @@
<document>
<properties>
<title>Configuring Maven</title>
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<section name="Configuring Maven">
<p>
...
</p>
</section>
</body>
</document>

View File

@ -0,0 +1,26 @@
<document>
<properties>
<title>Download Maven 2.0</title>
<author email="brett@apache.org">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>

View File

@ -0,0 +1,14 @@
<document>
<properties>
<title>Getting Started</title>
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<section name="Getting Started">
<p>
...
</p>
</section>
</body>
</document>

View File

@ -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>

View File

@ -0,0 +1,6 @@
<faqs title="Information for Maven 1.0 Users">
<part id="maven1">
</part>
</faqs>

View File

@ -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>