slachiewicz opened a new pull request, #75:
URL: https://github.com/apache/maven-doxia-site/pull/75
The site still presented the SWF and SSI macros as available and documented
Flash embedding in full, and the format reference linked `doxia-module-xhtml`.
All three were removed in 2.0. A reader following the macro guide got syntax
that fails to render.
Two rendering bugs turned up alongside: the "Former Doxia Formats" table
declared four columns but supplied three separators, so the "Removed Since"
column never appeared at all, and the front page advertised 2.0.0 as the
current release because `doxiaVersion` had not been bumped.
The XHTML row now points at `doxia-module-xhtml5`. Its source directory and
parser id stay `xhtml` — `Xhtml5ParserModule` is `@Named("xhtml")` — so only
the artifact name carries the 5.
The `linkcheck` profile goes too: `maven-linkcheck-plugin` is retired and
its repository archived, so the profile could only ever resolve the 2011
release. It would need a maintained link checker to come back.
Verified: `mvn clean site` → front page renders 2.1.0, former-formats table
renders 4 headers.
Left alone deliberately: `modules/index.md` overlaps `references/index.md`,
but it opens by saying it is a link collection and defers the overview, so the
duplication looks intentional. A few pages also carry multiple `<h1>` headings
left over from the APT/FML conversion — formatting, not stale content, so out
of scope here.
*This change was created with AI assistance.*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]