From 9b3719888275859f10e5a8c6e87a92899abc0d95 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Wed, 1 Feb 2006 11:01:01 +0000 Subject: [PATCH] Remove Asciidoc versions of the documentation and building apparatus; replace with xfpt versions. --- doc/doc-docbook/AdMarkup.txt | 438 - doc/doc-docbook/HowItWorks.txt | 273 +- doc/doc-docbook/Makefile | 89 +- doc/doc-docbook/Markup.txt | 354 + doc/doc-docbook/MyAsciidoc.conf | 212 - doc/doc-docbook/MyStyle-fo.xsl | 94 +- doc/doc-docbook/MyStyle-spec-fo.xsl | 17 +- doc/doc-docbook/MyStyle.xsl | 24 +- doc/doc-docbook/MyTitleStyle.xsl | 223 + doc/doc-docbook/MyTitlepage.templates.xml | 15 +- doc/doc-docbook/PageLabelPDF | 61 + doc/doc-docbook/Pre-xml | 69 +- doc/doc-docbook/TidyHTML-filter | 51 +- doc/doc-docbook/TidyHTML-spec | 4 +- doc/doc-docbook/Tidytxt | 65 +- doc/doc-docbook/filter.ascd | 1758 - doc/doc-docbook/filter.xfpt | 1688 + doc/doc-docbook/{spec.ascd => spec.xfpt} | 38479 +++++++++----------- doc/doc-docbook/x2man | 12 +- 19 files changed, 20659 insertions(+), 23267 deletions(-) delete mode 100644 doc/doc-docbook/AdMarkup.txt create mode 100644 doc/doc-docbook/Markup.txt delete mode 100644 doc/doc-docbook/MyAsciidoc.conf create mode 100644 doc/doc-docbook/MyTitleStyle.xsl create mode 100755 doc/doc-docbook/PageLabelPDF delete mode 100644 doc/doc-docbook/filter.ascd create mode 100644 doc/doc-docbook/filter.xfpt rename doc/doc-docbook/{spec.ascd => spec.xfpt} (51%) diff --git a/doc/doc-docbook/AdMarkup.txt b/doc/doc-docbook/AdMarkup.txt deleted file mode 100644 index 4267f5544..000000000 --- a/doc/doc-docbook/AdMarkup.txt +++ /dev/null @@ -1,438 +0,0 @@ -$Cambridge: exim/doc/doc-docbook/AdMarkup.txt,v 1.2 2005/11/10 12:30:13 ph10 Exp $ - -Asciidoc markup used in the Exim documentation ----------------------------------------------- - -This file contains a summary of the AsciiDoc markup that is used in the source -files of the Exim documentation. The source files are in plain text that can be -edited by any text editor. They are converted by the AsciiDoc application into -DocBook XML for subsequent processing into the various output formats. - -This markup requires AsciiDoc release 6.0.3 or later. - -The advantage of using AsciiDoc format as a "back end" is that is uses -relatively simple markup in the majority of the text, making it easier to read -and edit. The disadvantage is that it is tricky to deal with complicated -formatting - though that is probably true of any markup language - and there -are a few gotchas. - -The Exim documentation uses the default AsciiDoc markup with some additions. I -have created a special AsciiDoc configuration file for use with the Exim -documentation. You must use this configuration if you want to get sensible -results, - - -SPECIAL CHARACTERS - -When typing paragraphs of text, the following character sequences are -recognized as markup if they occur surrounding a "word phrase" within a -paragraph. In the list below, ... represents the text that is enclosed. - - '...' single quotes italic: - used for email addresses, domains, local - parts, header names, user names - - *...* asterisks bold - used for things like "*Note:*" - - `...` backticks monospaced text - used for literal quoting - - $...$ dollar Exim variable - maps to XML with leading $ - - %...% percent Exim option, command line option - maps to XML