[Kernel-handbook-general] [PATCH 0/4] Convert kernel-handbook to DocBook

Ben Hutchings ben at decadent.org.uk
Thu Nov 5 22:48:55 UTC 2015


This series converts the source files and translations to DocBook XML
and updates the Makefile accordingly.  The DebianDoc format is now
deprecated, according to <https://wiki.debian.org/DocbookXmlTransition>.
This conversion was largely automated, following the instructions
there.

The HTML output is initially very similar.  This includes all filenames
and section IDs, so all links to the public version should remain
valid.  I've uploaded the output to
<https://kernel-handbook.alioth.debian.org/.docbook/> so you can
compare for yourself.

Please report any problems with this conversion.  If I don't see any
in the next few days, I'll push these changes and update the web site.

Ben.

Ben Hutchings (4):
  Change a literal '&' to the correct entity
  Convert all source files to DocBook format
  Makefile,debian/control: Use xmlto to build from DocBook
  Update Japanese translation for the format conversion

 .gitignore                 |    2 +-
 Makefile                   |   26 +-
 chapter-bugs.dbk           |  474 ++++
 chapter-bugs.sgml          |  464 ----
 chapter-common-tasks.dbk   |  578 +++++
 chapter-common-tasks.sgml  |  504 ----
 chapter-initramfs.dbk      |   78 +
 chapter-initramfs.sgml     |   74 -
 chapter-modules.dbk        |   86 +
 chapter-modules.sgml       |   88 -
 chapter-packaging.dbk      |  223 ++
 chapter-packaging.sgml     |  213 --
 chapter-scope.dbk          |   72 +
 chapter-scope.sgml         |   58 -
 chapter-source.dbk         |   71 +
 chapter-source.sgml        |   81 -
 chapter-update-hooks.dbk   |  156 ++
 chapter-update-hooks.sgml  |  155 --
 chapter-versions.dbk       |  123 +
 chapter-versions.sgml      |  125 -
 debian/changelog           |    3 +
 debian/control             |    2 +-
 kernel-handbook.dbk        |   64 +
 kernel-handbook.sgml       |   68 -
 po4a/kernel-handbook.ja.po | 5784 ++++++++++++++++++++++----------------------
 stylesheet.xsl             |   16 +
 version.ent                |    4 +-
 27 files changed, 4852 insertions(+), 4740 deletions(-)
 create mode 100644 chapter-bugs.dbk
 delete mode 100644 chapter-bugs.sgml
 create mode 100644 chapter-common-tasks.dbk
 delete mode 100644 chapter-common-tasks.sgml
 create mode 100644 chapter-initramfs.dbk
 delete mode 100644 chapter-initramfs.sgml
 create mode 100644 chapter-modules.dbk
 delete mode 100644 chapter-modules.sgml
 create mode 100644 chapter-packaging.dbk
 delete mode 100644 chapter-packaging.sgml
 create mode 100644 chapter-scope.dbk
 delete mode 100644 chapter-scope.sgml
 create mode 100644 chapter-source.dbk
 delete mode 100644 chapter-source.sgml
 create mode 100644 chapter-update-hooks.dbk
 delete mode 100644 chapter-update-hooks.sgml
 create mode 100644 chapter-versions.dbk
 delete mode 100644 chapter-versions.sgml
 create mode 100644 kernel-handbook.dbk
 delete mode 100644 kernel-handbook.sgml
 create mode 100644 stylesheet.xsl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 811 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/kernel-handbook-general/attachments/20151105/64f058a1/attachment.sig>


More information about the Kernel-handbook-general mailing list