summaryrefslogtreecommitdiff
path: root/doc/asciidoc/tests/testasciidoc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/asciidoc/tests/testasciidoc.conf')
-rw-r--r--doc/asciidoc/tests/testasciidoc.conf652
1 files changed, 652 insertions, 0 deletions
diff --git a/doc/asciidoc/tests/testasciidoc.conf b/doc/asciidoc/tests/testasciidoc.conf
new file mode 100644
index 0000000..62dc7f4
--- /dev/null
+++ b/doc/asciidoc/tests/testasciidoc.conf
@@ -0,0 +1,652 @@
+% 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
+