From 8b96e17c8abf61d97dd224b23370dc148f32fe3c Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 7 Aug 2017 09:59:49 +1000 Subject: doc: Remove in source documentation and the asciidoc package The RSB documentation is now in ReST format and part of the RTEMS Documentation project. See https://docs.rtems.org/. Remove support for the GPL based asciidoc tool and remove the asciidoc package from the RSB. Add the Python Markdown package and update the reporter to use Markdown for HTML generation. The resuling HTML report is a single self contained file. Closes #3047. --- source-builder/sb/asciidoc/slidy.conf | 150 ---------------------------------- 1 file changed, 150 deletions(-) delete mode 100644 source-builder/sb/asciidoc/slidy.conf (limited to 'source-builder/sb/asciidoc/slidy.conf') diff --git a/source-builder/sb/asciidoc/slidy.conf b/source-builder/sb/asciidoc/slidy.conf deleted file mode 100644 index 32a9098..0000000 --- a/source-builder/sb/asciidoc/slidy.conf +++ /dev/null @@ -1,150 +0,0 @@ -# -# Asciidoc Configuration file for slidy HTML generation. -# - -include::xhtml11.conf[] - -[literalparagraph] -template::[listingblock] - -[openblock] -
-
{title}
-
-| -
- -[listtags-bulleted] -list={title?
{title}
}| -item=
  • |
  • -text=| - -[listtags-numbered] -# The start attribute is not valid XHTML 1.1 but all browsers support it. -list={title?
    {title}
    }| -item=
  • |
  • -text=| - -[listtags-labeled] -list=
    {title?
    {title}
    }
    |
    -entry= -label= -term=
    |
    -item=
    |
    -text=

    |

    - -[preamble] -# Untitled elements between header and first section title. -
    -
    -| -
    -
    - -[sect1] -
    -{numbered?{sectnum} }{title} -# Set max-width here because Slidy ignores max-width on body. -
    -| -
    -
    - -[appendix] -
    -{numbered?{sectnum} }{appendix-caption} {counter:appendix-number:A}: {title} -# Set max-width here because Slidy ignores max-width on body. -
    -| -
    -
    - -[header] - - - - -{doctitle=} - -ifndef::copyright[] - - - -ifdef::linkcss[] - - -ifeval::["{source-highlighter}"=="pygments"] - -endif::[] - -# DEPRECATED: 'pygments' attribute. -ifdef::pygments[] - - - -endif::linkcss[] -ifndef::linkcss[] - - -endif::linkcss[] -ifdef::asciimath[] -ifdef::linkcss[] - -endif::linkcss[] -ifndef::linkcss[] - -endif::linkcss[] -endif::asciimath[] -ifdef::latexmath[] -ifdef::linkcss[] - -endif::linkcss[] -ifndef::linkcss[] - -endif::linkcss[] -endif::latexmath[] - - - - -[footer] - - -- cgit v1.2.3