|
5 | 5 | <href>http://plexus.codehaus.org/</href>
|
6 | 6 | <src>/images/plexus-logo.png</src>
|
7 | 7 | </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 | + |
13 | 11 | <skin>
|
14 | 12 | <groupId>org.codehaus.plexus</groupId>
|
15 | 13 | <artifactId>plexus-stylus-skin</artifactId>
|
16 |
| - <version>1.0-SNAPSHOT</version> |
| 14 | + <version>1.0</version> |
17 | 15 | </skin>
|
| 16 | + |
18 | 17 | <body>
|
| 18 | + <breadcrumbs> |
| 19 | + <item name="Plexus" href="/"/> |
| 20 | + </breadcrumbs> |
| 21 | + |
19 | 22 | <head>
|
20 | 23 | <link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
21 | 24 | <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
22 | 25 | </head>
|
23 |
| - |
| 26 | + |
24 | 27 | <links>
|
25 | 28 | <item name="Plexus" href="http://plexus.codehaus.org" />
|
26 | 29 | <item name="The Codehaus" href="http://codehaus.org" />
|
27 | 30 | </links>
|
28 |
| - |
| 31 | + |
29 | 32 | <menu name="Plexus">
|
30 |
| - <item name="Overview" href="/index.html" /> |
| 33 | + <item name="Overview" href="/index.html" /> |
31 | 34 | </menu>
|
32 |
| - |
| 35 | + |
33 | 36 | <menu name="Downloads">
|
34 | 37 | <!-- .tgz files for latest release and snapshots -->
|
35 | 38 | <item name="Sources" href="source-repository.html" />
|
|
42 | 45 | <item name="Developer Guide" href="/Plexus_developer_reference" />
|
43 | 46 | -->
|
44 | 47 | </menu>
|
45 |
| - |
| 48 | + |
46 | 49 | <menu name="Guides">
|
47 | 50 | <!-- 5 minute tutorial -->
|
48 | 51 | <item name="Quick Start" href="/guides/quick-start/getting-started.html" />
|
|
52 | 55 | <item name="Plexus in Web Applications" href="/guides/plexus-web-applications/index.html" />-->
|
53 | 56 |
|
54 | 57 | <!-- 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" /> |
56 | 59 | </menu>
|
57 | 60 |
|
58 | 61 | <menu name="Reference">
|
59 | 62 | <!-- A background on Component oriented programming -->
|
60 | 63 | <item name="Why Use Components?" href="/ref/why-use-components.html" />
|
61 | 64 | <!-- Discuss elements for plexus.xml and components.xml and differences -->
|
62 | 65 | <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" /> |
64 | 67 | <item name="Component Configuration" href="/ref/component-configuration.html" />
|
65 | 68 | <item name="Technical Articles" href="/ref/technical-articles.html" />
|
66 | 69 | <item name="Available Components" href="/ref/available-components.html" />
|
67 | 70 | <item name="FAQs" href="/faq.html" />
|
68 | 71 | </menu>
|
69 |
| - |
| 72 | + |
70 | 73 | <menu name="Community">
|
71 | 74 | <item name="Mailing Lists" href="mail-lists.html" />
|
72 | 75 | <item name="IRC" href="/irc.html" />
|
73 | 76 | <item name="Get Involved" href="/get-involved.html" />
|
74 | 77 | </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/" /> |
79 | 85 | </menu>
|
80 | 86 |
|
81 |
| - |
82 |
| - |
83 | 87 | <menu ref="reports" />
|
84 | 88 |
|
85 | 89 | </body>
|
|
0 commit comments