simon-git: halibut (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Sep 19 08:58:09 BST 2022
TL;DR:
3187e50 Add missing generator information for HTML and manual pages
Repository: https://git.tartarus.org/simon/halibut.git
On the web: https://git.tartarus.org/?p=simon/halibut.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2022-09-19 08:58:09
commit 3187e50d0084809eeac489d3c569fac0141cde4e
web diff https://git.tartarus.org/?p=simon/halibut.git;a=commitdiff;h=3187e50d0084809eeac489d3c569fac0141cde4e;hp=f1e397f575c43ff21fa798a128e14fe7b898fb52
Author: Paul Wise <pabs3 at bonedaddy.net>
Date: Mon Sep 19 12:15:51 2022 +0800
Add missing generator information for HTML and manual pages
The CHM/PS/PDF/Info files already have generator information.
The paper backend seems to pass data to the PS/PDF backends.
The WinHelp files seem difficult to add generator information to.
The text files don't have a way to add hidden by default metadata.
The HTML gets a <meta> tag with generator/content attribute.
The manual pages get a comment at the start of the document.
This enables folks interacting with the generated files to know
that they are not manually edited files and thus the Halibut
source files should be edited instead.
bk_html.c | 13 +++++++++++++
bk_man.c | 2 ++
2 files changed, 15 insertions(+)
More information about the tartarus-commits
mailing list