|
15 | 15 | See the License for the specific language governing permissions and |
16 | 16 | limitations under the License. |
17 | 17 | --> |
18 | | -<project name="Commons CSV"> |
19 | | - <bannerRight> |
20 | | - <name>Apache Commons CSV</name> |
21 | | - <src>/images/logo.png</src> |
22 | | - <href>/index.html</href> |
23 | | - <alt>Apache Commons CSV&trade; logo</alt> |
| 18 | +<site xmlns="http://maven.apache.org/SITE/2.0.0" |
| 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 CSV"> |
| 22 | + <bannerRight name="Commons CSV" href="/index.html"> |
| 23 | + <image src="/images/logo.png"/> |
24 | 24 | </bannerRight> |
25 | 25 | <body> |
26 | 26 | <menu name="Commons CSV"> |
27 | | - <item name="Overview" href="/index.html"/> |
28 | | - <item name="Download" href="/download_csv.cgi"/> |
29 | | - <item name="User Guide" href="/user-guide.html"/> |
30 | | - <item name="Javadoc" href="/apidocs/index.html"/> |
31 | | - <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-csv/latest/index.html"/> |
| 27 | + <!-- Start: For all components. --> |
| 28 | + <item name="About" href="index.html" /> |
| 29 | + <item name="Asking Questions" href="/mail-lists.html" /> |
32 | 30 | <item name="Release History" href="/changes.html" /> |
33 | | - </menu> |
34 | | - <menu name="Development"> |
35 | | - <item name="Mailing Lists" href="/mail-lists.html"/> |
36 | | - <item name="Issue Tracking" href="/issue-tracking.html"/> |
37 | | - <item name="Team" href="/team.html"/> |
38 | | - <item name="Source" href="/scm.html"/> |
| 31 | + <item name="Issue Tracking" href="/issue-management.html" /> |
| 32 | + <item name="Dependency Management" href="/dependency-info.html" /> |
| 33 | + <item name="Javadoc" href="apidocs/index.html" /> |
| 34 | + <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-csv/" /> |
| 35 | + <item name="Sources" href="/scm.html" /> |
| 36 | + <item name="Security" href="security.html" /> |
| 37 | + <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" /> |
| 38 | + <item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" /> |
| 39 | + <item name="Download" href="https://commons.apache.org/proper/commons-csv/download_bcel.cgi" /> |
| 40 | + <!-- End: For all components. --> |
39 | 41 | </menu> |
40 | 42 | </body> |
41 | | -</project> |
| 43 | +</site> |
0 commit comments