Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c0826bc

Browse files
author
hboutemy
committed
updated site content
1 parent 102b35d commit c0826bc

File tree

2 files changed

+74
-34
lines changed

2 files changed

+74
-34
lines changed

src/site/site.xml

+24-20
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,34 @@
55
<href>http://plexus.codehaus.org/</href>
66
<src>/images/plexus-logo.png</src>
77
</bannerLeft>
8-
<!-- bannerRight>
9-
<name>The Codehaus</name>
10-
<href>http://codehaus.org</href>
11-
<src>http://media.codehaus.org/images/unity-codehaus-logo.png</src>
12-
</bannerRight -->
8+
9+
<publishDate format="yyyy-MM-dd" position="right" />
10+
1311
<skin>
1412
<groupId>org.codehaus.plexus</groupId>
1513
<artifactId>plexus-stylus-skin</artifactId>
16-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0</version>
1715
</skin>
16+
1817
<body>
18+
<breadcrumbs>
19+
<item name="Plexus" href="/"/>
20+
</breadcrumbs>
21+
1922
<head>
2023
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
2124
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
2225
</head>
23-
26+
2427
<links>
2528
<item name="Plexus" href="http://plexus.codehaus.org" />
2629
<item name="The Codehaus" href="http://codehaus.org" />
2730
</links>
28-
31+
2932
<menu name="Plexus">
30-
<item name="Overview" href="/index.html" />
33+
<item name="Overview" href="/index.html" />
3134
</menu>
32-
35+
3336
<menu name="Downloads">
3437
<!-- .tgz files for latest release and snapshots -->
3538
<item name="Sources" href="source-repository.html" />
@@ -42,7 +45,7 @@
4245
<item name="Developer Guide" href="/Plexus_developer_reference" />
4346
-->
4447
</menu>
45-
48+
4649
<menu name="Guides">
4750
<!-- 5 minute tutorial -->
4851
<item name="Quick Start" href="/guides/quick-start/getting-started.html" />
@@ -52,34 +55,35 @@
5255
<item name="Plexus in Web Applications" href="/guides/plexus-web-applications/index.html" />-->
5356

5457
<!-- Detailed Plexus manual -->
55-
<item name="Developer Guide" href="/guides/developer-guide/index.html" />
58+
<item name="Developer Guide" href="/guides/developer-guide/index.html" />
5659
</menu>
5760

5861
<menu name="Reference">
5962
<!-- A background on Component oriented programming -->
6063
<item name="Why Use Components?" href="/ref/why-use-components.html" />
6164
<!-- Discuss elements for plexus.xml and components.xml and differences -->
6265
<item name="Plexus Descriptor" href="/ref/plexus-descriptor.html" />
63-
<item name="Component Descriptor" href="/guides/developer-guide/configuration/component-descriptor.html" />
66+
<item name="Component Descriptor" href="/guides/developer-guide/configuration/component-descriptor.html" />
6467
<item name="Component Configuration" href="/ref/component-configuration.html" />
6568
<item name="Technical Articles" href="/ref/technical-articles.html" />
6669
<item name="Available Components" href="/ref/available-components.html" />
6770
<item name="FAQs" href="/faq.html" />
6871
</menu>
69-
72+
7073
<menu name="Community">
7174
<item name="Mailing Lists" href="mail-lists.html" />
7275
<item name="IRC" href="/irc.html" />
7376
<item name="Get Involved" href="/get-involved.html" />
7477
</menu>
75-
76-
<menu name="Relevant Projects">
77-
<item name="Plexus Common Utilities" href="plexus-utils" />
78-
<item name="Plexus Maven Plugin" href="plexus-maven-plugin" />
78+
79+
<menu name="Plexus Projects" inherit="bottom">
80+
<item name="Plexus Classworlds" href="/plexus-classworlds/" />
81+
<item name="Plexus Container" href="/plexus-containers/" />
82+
<item name="Plexus Components" href="/plexus-components/" />
83+
<item name="Plexus Maven Plugin" href="/plexus-maven-plugin/" />
84+
<item name="Plexus Utils" href="/plexus-utils/" />
7985
</menu>
8086

81-
82-
8387
<menu ref="reports" />
8488

8589
</body>

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

+50-14
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,52 @@
1313
<th>Description</th>
1414
</tr>
1515
<tr>
16-
<td><a href="../plexus-components/plexus-velocity">plexus-velocity</a></td>
17-
<td>Component to render velocity templates</td>
18-
</tr>
16+
<td><a href="../plexus-components/plexus-archiver">plexus-archiver</a></td>
17+
<td>Component to manipulate archives.</td>
18+
</tr>
1919
<tr>
20-
<td><a href="../plexus-components/plexus-xwork-integration">plexus-xwork-integration</a></td>
21-
<td>Provide an easy integration of Plexus with webwork.</td>
20+
<td><a href="../plexus-components/plexus-cli">plexus-cli</a></td>
21+
<td>Components to easily create CLIs.</td>
2222
</tr>
2323
<tr>
24-
<td><a href="../plexus-components/plexus-mail-sender">plexus-mail-sender</a></td>
25-
<td>Mail sender with different providers (javamail, simple)</td>
24+
<td><a href="../plexus-components/plexus-compiler">plexus-compiler</a></td>
25+
<td>Components to manipulate compilers.</td>
26+
</tr>
27+
<tr>
28+
<td><a href="../plexus-components/plexus-digest">plexus-digest</a></td>
29+
<td></td>
30+
</tr>
31+
<tr>
32+
<td><a href="../plexus-components/plexus-i18n">plexus-i18n</a></td>
33+
<td></td>
34+
</tr>
35+
<tr>
36+
<td><a href="../plexus-components/plexus-interactivity">plexus-interactivity</a></td>
37+
<td></td>
2638
</tr>
2739
<tr>
2840
<td><a href="../plexus-components/plexus-interpolation">plexus-interpolation</a></td>
2941
<td>Flexible interpolation Framework.</td>
30-
</tr>
42+
</tr>
3143
<tr>
32-
<td><a href="../plexus-components/plexus-cache">plexus-cache</a></td>
33-
<td>Cache API with different providers (oscache, whirlycache, hashmap)</td>
34-
</tr>
44+
<td><a href="../plexus-components/plexus-io">plexus-io</a></td>
45+
<td>Components designed for use in I/O operations.</td>
46+
</tr>
47+
<tr>
48+
<td><a href="../plexus-components/plexus-resources">plexus-resources</a></td>
49+
<td>A component to transparently retrieve resources from the filesystem, classpath or internet.</td>
50+
</tr>
51+
<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>
57+
<td>Component to render velocity templates</td>
58+
</tr>
3559
</table>
3660
</subsection>
37-
<subsection name="Sandboxed Components">
61+
<subsection name="Sandboxed or Archived Components">
3862
<table>
3963
<tr>
4064
<th>Name</th>
@@ -47,8 +71,20 @@
4771
<tr>
4872
<td><a href="../plexus-components/plexus-contextualizer">plexus-contextualizer</a></td>
4973
<td>Component to add values in your Plexus Context.</td>
50-
</tr>
51-
</table>
74+
</tr>
75+
<tr>
76+
<td><a href="../plexus-components/plexus-xwork-integration">plexus-xwork-integration</a></td>
77+
<td>Provide an easy integration of Plexus with webwork.</td>
78+
</tr>
79+
<tr>
80+
<td><a href="../plexus-components/plexus-mail-sender">plexus-mail-sender</a></td>
81+
<td>Mail sender with different providers (javamail, simple)</td>
82+
</tr>
83+
<tr>
84+
<td><a href="../plexus-components/plexus-cache">plexus-cache</a></td>
85+
<td>Cache API with different providers (oscache, whirlycache, hashmap)</td>
86+
</tr>
87+
</table>
5288
</subsection>
5389
</section>
5490
</body>

0 commit comments

Comments
 (0)