Skip to content

Commit 38fc1c3

Browse files
committed
Small doc corrections
1 parent 85e984c commit 38fc1c3

File tree

5 files changed

+25
-94
lines changed

5 files changed

+25
-94
lines changed

src/site/apt/download-binaries.apt

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/site/apt/irc.apt

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/site/site.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
</custom>
2323

2424
<body>
25-
26-
<head><![CDATA[
27-
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
28-
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />]]>
29-
</head>
30-
3125
<links>
3226
<item name="Plexus" href="http://codehaus-plexus.github.io/" />
3327
</links>
@@ -41,14 +35,14 @@
4135
</menu>
4236

4337
<menu name="Old IoC Documentation">
44-
<item name="Books" collapse="true">
38+
<item name="Books">
4539
<item name="Writing Components" href="/writing-components-trail/index.html" />
4640
<!-- this is not really ready for publishing yet !
4741
<item name="Developer Guide" href="/Plexus_developer_reference" />
4842
-->
4943
</item>
5044

51-
<item name="Guides" collapse="true">
45+
<item name="Guides">
5246
<!-- 5 minute tutorial -->
5347
<item name="Quick Start" href="/guides/quick-start/getting-started.html" />
5448
<!-- Guide to writing components, touches upon basic plexus concepts to get started -->
@@ -60,7 +54,7 @@
6054
<item name="Developer Guide" href="/guides/developer-guide/index.html" />
6155
</item>
6256

63-
<item name="Reference" collapse="true">
57+
<item name="Reference">
6458
<!-- A background on Component oriented programming -->
6559
<item name="Why Use Components?" href="/ref/why-use-components.html" />
6660
<!-- Discuss elements for plexus.xml and components.xml and differences -->

src/site/xdoc/get-involved.xml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,19 @@
99
<subsection name="Interested in being a part of Plexus development team.... that's great!">
1010
<p>You can contribute:
1111
<ul>
12-
<li>by asking questions and sharing ideas on Plexus <a href="mail-lists.html">mailing lists</a> and on <a href="irc.html">IRC</a>
12+
<li>by asking questions and sharing ideas on Plexus mailing lists
1313
</li>
1414
<li>by picking up issues of interest and submitting patches with Plexus team.</li>
1515
</ul>
1616
</p>
1717
</subsection>
1818
<subsection name="Reporting Issues">
19-
<p>Before reporting please chose the correct project :
20-
<ul>
21-
<li>Plexus Container issue <a href="http://jira.codehaus.org/browse/PLX">Plexus (PLX)</a>
22-
</li>
23-
<li>Plexus Components issue <a href="http://jira.codehaus.org/browse/PLXCOMP">Plexus Components (PLXCOMP)</a>
24-
</li>
25-
<li>Plexus Redback issue <a href="http://jira.codehaus.org/browse/PLXREDBACK">Plexus Redback (PLXREDBACK)</a>
26-
</li>
27-
<li>Plexus Redback issue <a href="http://jira.codehaus.org/browse/PLXUTILS">Plexus Utils (PLXUTILS)</a>
28-
</li>
29-
</ul>
30-
</p>
19+
<p>Before reporting please chose the correct project on Github</p>
3120
</subsection>
3221
<subsection name="Creating and submitting a patch">
33-
<p>First you need to create an issue in JIRA in the correct project. (ensure you have made a svn up before).</p>
22+
<p>First you need to create an issue on Github in the correct project.</p>
3423
<br />
3524
<p>If your patch is a improvement or a new feature : add a junit.</p>
36-
<source>
37-
svn diff > projectName-issueId.patch (where projectName in PLX, PLXCOMP, PLXREDBACK, PLXUTILS)
38-
</source>
39-
<p>Attached the patch to the jira issue.</p>
4025
</subsection>
4126
<subsection name="License">
4227
<p>All sources must contain the following license header :

src/site/xdoc/ref/available-components.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,47 +13,43 @@
1313
<th>Description</th>
1414
</tr>
1515
<tr>
16-
<td><a href="../plexus-components/plexus-archiver">plexus-archiver</a></td>
16+
<td><a href="/plexus-archiver">plexus-archiver</a></td>
1717
<td>Component to manipulate archives.</td>
1818
</tr>
1919
<tr>
20-
<td><a href="../plexus-components/plexus-cli">plexus-cli</a></td>
20+
<td><a href="/plexus-cli">plexus-cli</a></td>
2121
<td>Components to easily create CLIs.</td>
2222
</tr>
2323
<tr>
24-
<td><a href="../plexus-components/plexus-compiler">plexus-compiler</a></td>
24+
<td><a href="/plexus-compiler">plexus-compiler</a></td>
2525
<td>Components to manipulate compilers.</td>
2626
</tr>
2727
<tr>
28-
<td><a href="../plexus-components/plexus-digest">plexus-digest</a></td>
28+
<td><a href="/plexus-digest">plexus-digest</a></td>
2929
<td></td>
3030
</tr>
3131
<tr>
32-
<td><a href="../plexus-components/plexus-i18n">plexus-i18n</a></td>
32+
<td><a href="/plexus-i18n">plexus-i18n</a></td>
3333
<td></td>
3434
</tr>
3535
<tr>
36-
<td><a href="../plexus-components/plexus-interactivity">plexus-interactivity</a></td>
36+
<td><a href="/plexus-interactivity">plexus-interactivity</a></td>
3737
<td></td>
3838
</tr>
3939
<tr>
40-
<td><a href="../plexus-components/plexus-interpolation">plexus-interpolation</a></td>
40+
<td><a href="/plexus-interpolation">plexus-interpolation</a></td>
4141
<td>Flexible interpolation Framework.</td>
4242
</tr>
4343
<tr>
44-
<td><a href="../plexus-components/plexus-io">plexus-io</a></td>
44+
<td><a href="/plexus-io">plexus-io</a></td>
4545
<td>Components designed for use in I/O operations.</td>
4646
</tr>
4747
<tr>
48-
<td><a href="../plexus-components/plexus-resources">plexus-resources</a></td>
48+
<td><a href="/plexus-resources">plexus-resources</a></td>
4949
<td>A component to transparently retrieve resources from the filesystem, classpath or internet.</td>
5050
</tr>
5151
<tr>
52-
<td><a href="../plexus-components/plexus-swizzle">plexus-swizzle</a></td>
53-
<td>A component adaptated from David Blevin's Swizzle project to generate reports from an issue tracking system (JIRA).</td>
54-
</tr>
55-
<tr>
56-
<td><a href="../plexus-components/plexus-velocity">plexus-velocity</a></td>
52+
<td><a href="/plexus-velocity">plexus-velocity</a></td>
5753
<td>Component to render velocity templates</td>
5854
</tr>
5955
</table>
@@ -65,25 +61,29 @@
6561
<th>Description</th>
6662
</tr>
6763
<tr>
68-
<td><a href="../plexus-components/plexus-spring">plexus-spring</a></td>
64+
<td>plexus-spring</td>
6965
<td>Adapter to use plexus components in a springframework application context</td>
7066
</tr>
7167
<tr>
72-
<td><a href="../plexus-components/plexus-contextualizer">plexus-contextualizer</a></td>
68+
<td>plexus-contextualizer</td>
7369
<td>Component to add values in your Plexus Context.</td>
7470
</tr>
7571
<tr>
76-
<td><a href="../plexus-components/plexus-xwork-integration">plexus-xwork-integration</a></td>
72+
<td>plexus-xwork-integration</td>
7773
<td>Provide an easy integration of Plexus with webwork.</td>
7874
</tr>
7975
<tr>
80-
<td><a href="../plexus-components/plexus-mail-sender">plexus-mail-sender</a></td>
76+
<td>plexus-mail-sender</td>
8177
<td>Mail sender with different providers (javamail, simple)</td>
8278
</tr>
8379
<tr>
84-
<td><a href="../plexus-components/plexus-cache">plexus-cache</a></td>
80+
<td>plexus-cache</td>
8581
<td>Cache API with different providers (oscache, whirlycache, hashmap)</td>
8682
</tr>
83+
<tr>
84+
<td>plexus-swizzle</td>
85+
<td>A component adaptated from David Blevin's Swizzle project to generate reports from an issue tracking system (JIRA).</td>
86+
</tr>
8787
</table>
8888
</subsection>
8989
</section>

0 commit comments

Comments
 (0)