1
0

Port from Doxia 1 to 2

This commit is contained in:
Gary D. Gregory
2025-01-23 16:42:56 -05:00
parent ff0fee9d0c
commit dfc42ab44b

View File

@@ -17,30 +17,39 @@
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <site xmlns="http://maven.apache.org/SITE/2.0.0"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 https://maven.apache.org/xsd/decoration-1.1.0.xsd"> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<bannerRight> xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
<name>Commons Logging</name> name="Apache Commons Logging">
<src>/images/logo.png</src> <bannerRight name="Commons Logging" href="/index.html">
<href>https://commons.apache.org/logging/</href> <image src="/images/logo.png"/>
</bannerRight> </bannerRight>
<body> <body>
<menu name="Commons Logging"> <menu name="Commons Logging">
<item name="Overview" href="/index.html" /> <!-- Start: For all components. -->
<item name="About" href="/index.html" />
<item name="Asking Questions" href="/mail-lists.html" />
<item name="Release History" href="/changes.html" />
<item name="Issue Tracking" href="/issue-management.html" />
<item name="Dependency Management" href="/dependency-info.html" />
<item name="Sources" href="/scm.html" />
<item name="Security" href="security.html" />
<item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" />
<item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" />
<item name="Download" href="/download_logging.cgi" /> <item name="Download" href="/download_logging.cgi" />
<item name="Javadoc">
<item name="Javadoc Current" href="apidocs/index.html" />
<item name="Javadoc Archive" href="https://javadoc.io/doc/commons-logging/commons-logging" />
</item>
<!-- End: For all components. -->
<!-- Specific to this component: -->
<item name="User Guide" href="/guide.html" /> <item name="User Guide" href="/guide.html" />
<item name="Troubleshooting Guide" href="/troubleshooting.html" /> <item name="Troubleshooting Guide" href="/troubleshooting.html" />
<item name="Release Notes" href="/RELEASE-NOTES.txt" />
<item name='Javadoc (Latest release)' href='/apidocs/index.html' />
<item name='Javadoc Archive' href='https://javadoc.io/doc/commons-logging/commons-logging' />
</menu>
<menu name="Development">
<item name="Building" href="/building.html" /> <item name="Building" href="/building.html" />
<item name="Mailing Lists" href="/mail-lists.html" />
<item name="Issue Tracking" href="/issue-tracking.html" />
<item name="Proposal" href="/proposal.html" /> <item name="Proposal" href="/proposal.html" />
<item name="Tech Guide" href="/tech.html" /> <item name="Tech Guide" href="/tech.html" />
<item name="Wiki" href="https://wiki.apache.org/commons/Logging" /> <item name="Wiki" href="https://wiki.apache.org/commons/Logging" />
<item name="Release Notes" href="/RELEASE-NOTES.txt" />
</menu> </menu>
</body> </body>
</project> </site>