From e20fbb5e38c219ea2c20e47a153c3ccee30b79e8 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Fri, 7 Aug 2026 11:41:11 +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. --- src/site/markdown/examples/binaries-filtering.md.vm | 7 +++++++ src/site/markdown/examples/copy-resources.md.vm | 7 +++++++ src/site/markdown/examples/custom-resource-filters.md.vm | 7 +++++++ src/site/markdown/examples/encoding.md.vm | 8 ++++++++ src/site/markdown/examples/escape-filtering.md.vm | 7 +++++++ src/site/markdown/examples/filter.md | 7 +++++++ .../markdown/examples/filtering-properties-files.md.vm | 7 +++++++ src/site/markdown/examples/include-exclude.md | 7 +++++++ src/site/markdown/examples/resource-directory.md | 7 +++++++ src/site/markdown/index.md | 7 +++++++ src/site/markdown/usage.md.vm | 7 +++++++ 11 files changed, 78 insertions(+) diff --git a/src/site/markdown/examples/binaries-filtering.md.vm b/src/site/markdown/examples/binaries-filtering.md.vm index 1c817bb..9643fa4 100644 --- a/src/site/markdown/examples/binaries-filtering.md.vm +++ b/src/site/markdown/examples/binaries-filtering.md.vm @@ -1,3 +1,10 @@ +--- +title: Binaries Filtering +author: + - Olivier Lamy +date: 2008-10-14 +--- +