kaz 02/03/17 08:42:05
Modified: src/dvsl/xdocs site.dvsl
xdocs project.xml
Log:
Maven now produces standard navigation links for all of its documents.
These links are appended after the user's xdocs/project.xml file has
been parsed in a section called "Maven Generated Docs". There are links
to the mailing lists, developers, dependencies, metrics, junit report,
xref source, and javadocs. Using Maven is now even easier because the
links are automatically added to a project's pages.
I've modified Maven's xdocs/project.xml file and removed the links to
any auto-generated documentation because the standard navigation links
(describe above) will add them to the site automatically.
Revision Changes Path
1.2 +14 -0 jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl
Index: site.dvsl
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- site.dvsl 11 Mar 2002 20:20:38 -0000 1.1
+++ site.dvsl 17 Mar 2002 16:42:05 -0000 1.2
@@ -74,6 +74,20 @@
## LEFT SIDE NAVIGATION
<td width="20%" valign="top" nowrap="true">
$context.applyTemplates( $project, "body/menu" )
+
+ ## Standard Maven Navigation
+ <p><strong>Maven Generated Docs</strong></p>
+ <ul>
+ <li><a href="${relative-path}/index.html">Front Page</a></li>
+ <li><a href="${relative-path}/mail-lists.html">Mailing Lists</a></li>
+ <li><a href="${relative-path}/developer-list.html">Developers</a></li>
+ <li><a href="${relative-path}/dependencies.html">Dependencies</a></li>
+ <li><a href="${relative-path}/changelog.html">Change Log</a></li>
+ <li><a href="${relative-path}/jdepend-report.html">Metric
Results</a></li>
+ <li><a href="${relative-path}/junit-report.html">Unit Tests</a></li>
+ <li><a href="${relative-path}/apidocs">JavaDocs</a></li>
+ <li><a href="${relative-path}/xref">Source XReference</a></li>
+ </ul>
</td>
<!-- RIGHT SIDE MAIN BODY -->
1.17 +4 -15 jakarta-turbine-maven/xdocs/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/project.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- project.xml 9 Mar 2002 15:55:46 -0000 1.16
+++ project.xml 17 Mar 2002 16:42:05 -0000 1.17
@@ -5,16 +5,11 @@
<logo href="/images/logo.gif">Maven</logo>
<body>
- <menu name="Maven">
- <item name="Front Page" href="/index.html"/>
+ <menu name="Overview">
<item name="Goals" href="/goals.html"/>
- </menu>
- <menu name="Get Involved">
- <item name="Developers" href="/developer-list.html"/>
- <item name="Mail Lists" href="/mail-lists.html"/>
- </menu>
- <menu name="Documentation">
<item name="Getting Started" href="/getting-started.html"/>
+ </menu>
+ <menu name="Reference">
<item name="Project Descriptor" href="/project-descriptor.html"/>
<item name="Build File" href="/build-file.html"/>
<item name="Directory Layout" href="/dirlayout.html"/>
@@ -22,14 +17,8 @@
<item name="Metrics" href="/metrics.html"/>
</menu>
<menu name="Development">
- <item name="Building" href="/bootstrap.html"/>
- <item name="Dependencies" href="/dependencies.html"/>
+ <item name="Building Maven" href="/bootstrap.html"/>
<item name="Musings" href="/musings.html"/>
- <item name="JavaDocs" href="/apidocs/index.html"/>
- <item name="Source XReference" href="/xref/index.html"/>
- <item name="Change Log" href="/changelog.html"/>
- <item name="Metrics Results" href="/jdepend-report.html"/>
- <item name="Unit Tests" href="/junit-report.html"/>
</menu>
</body>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>