summaryrefslogtreecommitdiff
path: root/doc/faq.txt
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2010-10-01 15:49:01 +1300
committerStuart Rackham <srackham@methods.co.nz>2010-10-01 15:49:01 +1300
commit446d4bf954080e0f7bbc08fe66635ab7bba9c2d8 (patch)
treeda87abbb9d558b2878c9777909589536f4b9e67a /doc/faq.txt
parentfb3a3e61277d765100035f5743248b7e8205da72 (diff)
downloadasciidoc-git-446d4bf954080e0f7bbc08fe66635ab7bba9c2d8.tar.gz
Updated documentation for pending release.
Diffstat (limited to 'doc/faq.txt')
-rw-r--r--doc/faq.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/faq.txt b/doc/faq.txt
index 3050b0b..456f810 100644
--- a/doc/faq.txt
+++ b/doc/faq.txt
@@ -9,37 +9,6 @@ AsciiDoc Frequently Asked Questions
newer FAQs may apply to the trunk and not the current release.
======
-== Can AsciiDoc generate slide shows?
-There are a number of browser based HTML slideshow applications
-written in JavaScript, most could probably be made to work with
-AsciiDoc. Here's how to use
-http://staticfree.info/projects/jqs5/[JQS5] to turn an AsciiDoc
-document (`mydoc.txt`) into a slideshow (`mydoc.html`):
-
-. Download and extract the 'JQS5' tarball.
-. Put this your document's link:userguide.html#X87[docinfo file]
- (`mydoc-docinfo.html`):
-+
----------------------------------------------------------------------
-<link rel="stylesheet" href="./jqs5/jqs5.css">
-<link rel="stylesheet" href="./jqs5/theme/staticfree/style.css">
-<script src="./jqs5/jquery-1.2.6.js" type="text/javascript"></script>
-<script src="./jqs5/jqs5.js" type="text/javascript"></script>
-<script type="text/javascript">
- $(document).ready(jqs5_init);
-</script>
-<style type="text/css"> hr { visibility: hidden; } </style>
----------------------------------------------------------------------
- * The `./jqs5/jquery-1.2.6.js` file name may differ depending on the
- version of 'JQS5'.
- * The last line hides 'hr' elements generated by by the Asciidoc
- 'html4' backend.
-
-. Generate the slideshow (`mydoc.html`) with this command:
-
- $ asciidoc -b html4 -a docinfo mydoc.txt
-
-
== The AsciiDoc toclevels attribute does not work with DocBook outputs, why?
DocBook has no provision for specifying table of contents levels but
you can set the TOC level further down the toolchain by passing the