From 447db0b0f9df6a02ec80a434177147e197510c64 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Fri, 7 Aug 2026 11:41:08 +0200 Subject: [PATCH] Restore the document metadata dropped when the pages were ported An APT document opens with a header block giving its title, authors and date, and doxia-converter turns that into YAML front matter. The port removed the front matter along with the converter's per-line licence comments, so the generated pages lost their author and date meta tags, and took their title from the first heading rather than from the document title. The front matter has to come first in the file: the Markdown parser only looks for it when the source begins with "---". A licence header ahead of it would hide it, and RAT is happy either way. --- .../markdown/examples/customize-file-name-mapping.md.vm | 9 +++++++++ .../examples/customizing-a-module-filename.md.vm | 8 ++++++++ .../markdown/examples/customizing-context-root.md.vm | 8 ++++++++ .../markdown/examples/customizing-module-location.md.vm | 8 ++++++++ src/site/markdown/examples/customizing-module-uri.md.vm | 8 ++++++++ .../examples/eclipse-and-maven-integration.md.vm | 8 ++++++++ src/site/markdown/examples/excluding-a-module.md.vm | 8 ++++++++ .../markdown/examples/excluding-files-from-ear.md.vm | 7 +++++++ src/site/markdown/examples/filtering-advanced.md.vm | 8 ++++++++ src/site/markdown/examples/filtering-sources.md.vm | 8 ++++++++ src/site/markdown/examples/generating-jboss-app.md.vm | 8 ++++++++ src/site/markdown/examples/generating-modules-id.md.vm | 8 ++++++++ ...luding-a-third-party-library-in-application-xml.md.vm | 8 ++++++++ src/site/markdown/examples/skinny-modules.md.vm | 7 +++++++ src/site/markdown/examples/skinny-wars.md.vm | 8 ++++++++ ...b-ref-entries-for-the-generated-application-xml.md.vm | 7 +++++++ ...g-env-entries-for-the-generated-application-xml.md.vm | 8 ++++++++ ...e-ref-entries-for-the-generated-application-xml.md.vm | 7 +++++++ ...ecurity-roles-for-the-generated-application-xml.md.vm | 8 ++++++++ src/site/markdown/examples/unpacking-a-module.md.vm | 8 ++++++++ src/site/markdown/examples/using-app-client.md | 8 ++++++++ src/site/markdown/index.md | 9 +++++++++ src/site/markdown/modules.md.vm | 7 +++++++ src/site/markdown/tests.md | 7 +++++++ src/site/markdown/usage.md.vm | 8 ++++++++ 25 files changed, 196 insertions(+) diff --git a/src/site/markdown/examples/customize-file-name-mapping.md.vm b/src/site/markdown/examples/customize-file-name-mapping.md.vm index a57d2d18..78b56c90 100644 --- a/src/site/markdown/examples/customize-file-name-mapping.md.vm +++ b/src/site/markdown/examples/customize-file-name-mapping.md.vm @@ -1,3 +1,12 @@ +--- +title: Customizing The File Name Mapping +author: + - Stephane Nicoll + - snicoll@apache.org + - Karl Heinz Marbaise khmarbaise@apache.org +date: 2006-11-19 +--- +