summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/asciidoc/tests/testasciidoc.conf
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-08-07 09:59:49 +1000
committerChris Johns <chrisj@rtems.org>2017-08-07 09:59:49 +1000
commit8b96e17c8abf61d97dd224b23370dc148f32fe3c (patch)
treee8eb043159d145ffbbbf9c23ef872226de5ab059 /source-builder/sb/asciidoc/tests/testasciidoc.conf
parent4.12: Fix SIS patch URL (diff)
downloadrtems-source-builder-8b96e17c8abf61d97dd224b23370dc148f32fe3c.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--source-builder/sb/asciidoc/tests/testasciidoc.conf652
1 files changed, 0 insertions, 652 deletions
diff --git a/source-builder/sb/asciidoc/tests/testasciidoc.conf b/source-builder/sb/asciidoc/tests/testasciidoc.conf
deleted file mode 100644
index 62dc7f4..0000000
--- a/source-builder/sb/asciidoc/tests/testasciidoc.conf
+++ /dev/null
@@ -1,652 +0,0 @@
-% globals
-{
- 'datadir': 'data',
-}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Test cases
-
-% source
-data/testcases.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Filters
-
-% source
-data/filters-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Tables
-
-% source
-../examples/website/newtables.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Old tables
-
-% source
-data/oldtables.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Source highlighter
-
-% source
-../doc/source-highlight-filter.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Example article
-
-% options
-['--section-numbers', ('--attribute','css-signature=article-test')]
-
-% attributes
-# So document date in footer doesn't generate an error.
-{'docdate':None}
-
-% source
-../doc/article.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Example article with embedded images (data URIs)
-
-% source
-../doc/article.txt
-
-% name
-article-data-uri
-
-% backends
-['xhtml11','html5']
-
-% options
-['--section-numbers']
-
-% attributes
-{'docdate':None, 'data-uri':True, 'icons':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Example article with included docinfo file.
-
-% source
-../doc/article.txt
-
-% name
-article-docinfo
-
-% backends
-['docbook']
-
-% options
-['--section-numbers']
-
-% attributes
-{'docdate':None, 'docinfo':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Example book
-
-% options
-['--section-numbers']
-
-% source
-../doc/book.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Example multi-part book
-
-% options
-['--section-numbers']
-
-% source
-../doc/book-multi.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Man page
-
-% attributes
-# So document date in footer doesn't generate an error.
-{'docdate':None}
-
-% source
-../doc/asciidoc.1.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Example slideshow
-
-% backends
-['slidy']
-
-% source
-../doc/slidy-example.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-ASCIIMathML
-
-% attributes
-{'asciimath':'','deprecated-quotes':''}
-
-% backends
-['xhtml11','html5']
-
-% source
-../doc/asciimathml.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-LaTeXMathML
-
-% attributes
-{'latexmath':''}
-
-% backends
-['xhtml11','html5']
-
-% source
-../doc/latexmathml.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-LaTeX Math
-
-% backends
-['docbook']
-
-% source
-../doc/latexmath.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-LaTeX Filter
-
-% source
-../doc/latex-filter.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-!User Guide
-
-% options
-['--section-numbers']
-
-% source
-../doc/asciidoc.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-UTF-8 Examples
-
-% source
-data/utf8-examples.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Additional Open Block and Paragraph styles
-
-% source
-data/open-block-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-English language file (article)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-en-article-test
-
-% source
-data/lang-en-test.txt
-
-% options
-[('--doctype','article')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-English language file (book)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-en-book-test
-
-% source
-data/lang-en-test.txt
-
-% options
-[('--doctype','book')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-English language file (manpage)
-
-% backends
-['docbook']
-
-% source
-data/lang-en-man-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Russian language file (article)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-ru-article-test
-
-% source
-data/lang-ru-test.txt
-
-% options
-[('--doctype','article')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Russian language file (book)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-ru-book-test
-
-% source
-data/lang-ru-test.txt
-
-% options
-[('--doctype','book')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Russian language file (manpage)
-
-% backends
-['docbook']
-
-% source
-data/lang-ru-man-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-French language file (article)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-fr-article-test
-
-% source
-data/lang-fr-test.txt
-
-% options
-[('--doctype','article')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-French language file (book)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-fr-book-test
-
-% source
-data/lang-fr-test.txt
-
-% options
-[('--doctype','book')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-French language file (manpage)
-
-% backends
-['docbook']
-
-% source
-data/lang-fr-man-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-German language file (article)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-de-article-test
-
-% source
-data/lang-de-test.txt
-
-% options
-[('--doctype','article')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-German language file (book)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-de-book-test
-
-% source
-data/lang-de-test.txt
-
-% options
-[('--doctype','book')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-German language file (manpage)
-
-% backends
-['docbook']
-
-% source
-data/lang-de-man-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Hungarian language file (article)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-hu-article-test
-
-% source
-data/lang-hu-test.txt
-
-% options
-[('--doctype','article')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Hungarian language file (book)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-hu-book-test
-
-% source
-data/lang-hu-test.txt
-
-% options
-[('--doctype','book')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Hungarian language file (manpage)
-
-% backends
-['docbook']
-
-% source
-data/lang-hu-man-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Spanish language file (article)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-es-article-test
-
-% source
-data/lang-es-test.txt
-
-% options
-[('--doctype','article')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Spanish language file (book)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-es-book-test
-
-% source
-data/lang-es-test.txt
-
-% options
-[('--doctype','book')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Spanish language file (manpage)
-
-% backends
-['docbook']
-
-% source
-data/lang-es-man-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Brazilian Portuguese language file (article)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-pt-BR-article-test
-
-% source
-data/lang-pt-BR-test.txt
-
-% options
-[('--doctype','article')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Brazilian Portuguese language file (book)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-pt-BR-book-test
-
-% source
-data/lang-pt-BR-test.txt
-
-% options
-[('--doctype','book')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Brazilian Portuguese language file (manpage)
-
-% backends
-['docbook']
-
-% source
-data/lang-pt-BR-man-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Ukrainian language file (article)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-uk-article-test
-
-% source
-data/lang-uk-test.txt
-
-% options
-[('--doctype','article')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Ukrainian language file (book)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-uk-book-test
-
-% source
-data/lang-uk-test.txt
-
-% options
-[('--doctype','book')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Ukrainian language file (manpage)
-
-% backends
-['docbook']
-
-% source
-data/lang-uk-man-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Dutch language file (article)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-nl-article-test
-
-% source
-data/lang-nl-test.txt
-
-% options
-[('--doctype','article')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Dutch language file (book)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-nl-book-test
-
-% source
-data/lang-nl-test.txt
-
-% options
-[('--doctype','book')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Dutch language file (manpage)
-
-% backends
-['docbook']
-
-% source
-data/lang-nl-man-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Italian language file (article)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-it-article-test
-
-% source
-data/lang-it-test.txt
-
-% options
-[('--doctype','article')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Italian language file (book)
-
-% backends
-['docbook','xhtml11','html4','html5']
-
-% name
-lang-it-book-test
-
-% source
-data/lang-it-test.txt
-
-% options
-[('--doctype','book')]
-
-% attributes
-{'toc':True}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Italian language file (manpage)
-
-% backends
-['docbook']
-
-% source
-data/lang-it-man-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-RCS $Id$ marker test
-
-% source
-data/rcs-id-marker-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-UTF-8 BOM test
-
-% source
-data/utf8-bom-test.txt
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Deprecated quote attributes
-
-% attributes
-{'deprecated-quotes':''}
-
-% source
-data/deprecated-quotes.txt
-