|
17 | 17 | --> |
18 | 18 | <site xmlns="http://maven.apache.org/SITE/2.0.0" |
19 | 19 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
20 | | - xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" |
21 | | - name="Apache Commons Exec"> |
22 | | - <bannerRight name="Commons Exec" href="/index.html"> |
| 20 | + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 http://maven.apache.org/xsd/site-2.0.0.xsd" |
| 21 | + name="Apache Commons Text"> |
| 22 | + <bannerRight name="Commons Text" href="/index.html"> |
23 | 23 | <image src="/images/logo.png"/> |
24 | 24 | </bannerRight> |
25 | | - <body> |
26 | | - <menu name="Commons Text"> |
27 | | - <item name="Overview" href="/index.html"/> |
28 | | - <item name="Download" href="/download_text.cgi"/> |
29 | | - <item name="User Guide" href="/apidocs/index.html" /> |
30 | | - <item name="Release History" href="/changes.html"/> |
31 | | - <item name="Javadoc" href="/apidocs/index.html"/> |
32 | | - <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-text"/> |
33 | | - <item name="Security" href="/security.html"/> |
34 | | - </menu> |
35 | | - |
36 | | - <menu name="Development"> |
37 | | - <item name="Mailing Lists" href="/mail-lists.html"/> |
38 | | - <item name="Issue Tracking" href="/issue-tracking.html"/> |
39 | | - <item name="Proposal" href="/proposal.html"/> |
40 | | - <item name="Developer Guide" href="/developerguide.html"/> |
41 | | - <item name="Source Repository" href="/scm.html"/> |
42 | | - </menu> |
43 | | - |
44 | | - </body> |
45 | | - |
| 25 | + <body> |
| 26 | + <menu name="Commons Text"> |
| 27 | + <!-- Start: For all components. --> |
| 28 | + <item name="About" href="index.html" /> |
| 29 | + <item name="Asking Questions" href="/mail-lists.html" /> |
| 30 | + <item name="Release History" href="/changes.html" /> |
| 31 | + <item name="Issue Tracking" href="/issue-management.html" /> |
| 32 | + <item name="Dependency Management" href="/dependency-info.html" /> |
| 33 | + <item name="Sources" href="/scm.html" /> |
| 34 | + <item name="Security" href="security.html" /> |
| 35 | + <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" /> |
| 36 | + <item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" /> |
| 37 | + <item name="Download" href="https://commons.apache.org/proper/commons-bcel/download_bcel.cgi" /> |
| 38 | + <item name="Javadoc"> |
| 39 | + <item name="Javadoc Current" href="apidocs/index.html" /> |
| 40 | + <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-text/" /> |
| 41 | + </item> |
| 42 | + <!-- End: For all components. --> |
| 43 | + </menu> |
| 44 | + <!-- Specific to this component: --> |
| 45 | + <menu name="Development"> |
| 46 | + <item name="User Guide" href="/apidocs/index.html" /> |
| 47 | + <item name="Mailing Lists" href="/mail-lists.html"/> |
| 48 | + <item name="Issue Tracking" href="/issue-tracking.html"/> |
| 49 | + <item name="Proposal" href="/proposal.html"/> |
| 50 | + <item name="Developer Guide" href="/developerguide.html"/> |
| 51 | + <item name="Source Repository" href="/scm.html"/> |
| 52 | + </menu> |
| 53 | + </body> |
46 | 54 | </site> |
0 commit comments