|
15 | 15 | See the License for the specific language governing permissions and |
16 | 16 | limitations under the License. |
17 | 17 | --> |
18 | | -<project name="Codec"> |
19 | | - <bannerRight> |
20 | | - <name>Apache Commons Codec</name> |
21 | | - <src>/images/logo.png</src> |
22 | | - <href>/index.html</href> |
23 | | - </bannerRight> |
24 | | - |
25 | | - <body> |
26 | | - <menu name="Codec"> |
27 | | - <item name="Overview" href="/index.html"/> |
28 | | - <item name="Download" href="https://commons.apache.org/codec/download_codec.cgi"/> |
29 | | - <item name="Users guide" href="/userguide.html"/> |
30 | | - <item name="Javadoc Current" href="/apidocs/index.html"/> |
31 | | - <item name="Javadoc Archive" href="https://javadoc.io/doc/commons-codec/commons-codec"/> |
32 | | - </menu> |
33 | | - |
34 | | - <menu name="Development"> |
35 | | - <item name="Release Notes" href="/changes.html"/> |
36 | | - <item name="Mailing Lists" href="/mail-lists.html"/> |
37 | | - <item name="Issue Tracking" href="/issue-tracking.html"/> |
38 | | - <item name="Source Repository" href="/scm.html"/> |
39 | | - <item name="Javadoc current" href="/apidocs/index.html"/> |
40 | | - </menu> |
41 | | - |
42 | | - </body> |
43 | | - |
44 | | -</project> |
| 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 http://maven.apache.org/xsd/site-2.0.0.xsd" |
| 21 | + name="Apache Commons Codec"> |
| 22 | + <bannerRight name="Commons Codec" href="/index.html"> |
| 23 | + <image src="/images/logo.png"/> |
| 24 | + </bannerRight> |
| 25 | + <body> |
| 26 | + <menu name="Commons Codec"> |
| 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="Javadoc" href="apidocs/index.html" /> |
| 34 | + <item name="Javadoc Archive" href="https://javadoc.io/doc/commons-codec/commons-codec" /> |
| 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/codec/download_codec.cgi" /> |
| 40 | + <!-- End: For all components. --> |
| 41 | + <item name="Users guide" href="/userguide.html"/> |
| 42 | + </menu> |
| 43 | + </body> |
| 44 | +</site> |
0 commit comments