Author: rgardler
Date: Fri Apr 13 05:44:45 2007
New Revision: 528472
URL: http://svn.apache.org/viewvc?view=rev&rev=528472
Log:
Add some samples links
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml?view=diff&rev=528472&r1=528471&r2=528472
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml
Fri Apr 13 05:44:45 2007
@@ -67,7 +67,7 @@
<p>
You can use the projectInfo plugin to pull together project
information for multiple projects. For example, take a look at the
- project details for <a href="projectDetails.forrest.html">Apache
+ project details for <a href="projectDetails/forrest.html">Apache
Forrest</a>.
</p>
<p>
@@ -77,7 +77,7 @@
</p>
<p>
To retrieve the project details of another project make a request for
- <code>projectDetails/projectDetails.[PROJECT_NAME].html</code>. For
+ <code>projectDetails/[PROJECT_NAME].html</code>. For
this to work your project locationmap must have an entry like this:
</p>
<source>
@@ -128,7 +128,7 @@
<section>
<title>Dispatcher</title>
<p>
- The DOAP plugin provides dispatcher templates for oring with DOAP
+ The DOAP plugin provides dispatcher templates for working with DOAP
files. For usage instructions see the docs for the
<a
href="/ls.contracts.org.apache.forrest.plugin.input.doap.html">doap
templates</a>.
@@ -142,14 +142,15 @@
The plugin is intended to be self documenting through these samples. If
you require further help please ask on the user mailing list.
</p>
+
<ul>
- <li><fixme author="rdg">
- Add a link to a sample here...
- </fixme></li>
- <li><fixme author="rdg">
- Add another sample link here...
- </fixme></li>
+ <li><a href="projectDetails/projectDetails.html">Descriptor page for
this plugin</a></li>
+ <li><a href="projectDetails/forrest.html">Descriptor page for
Forrest</a></li>
+ <li><a href="projectDetails/index/byLang.html">Index by
language</a></li>
+ <li><a href="projectDetails/index/byLang/Java.html">Index by specific
language (Java)</a></li>
+ <li><a href="projectDetails/index/byCategory.html">Index by
category</a></li>
</ul>
+
<note>
The more samples included here the easier it is for users to understand
this plugin. If you can provide additional samples please do so.