summaryrefslogtreecommitdiff
path: root/examples/website
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2011-05-19 15:37:49 +1200
committerStuart Rackham <srackham@methods.co.nz>2011-05-19 15:37:49 +1200
commit15374025caece5385fada0986ccc1eaa78318884 (patch)
tree28d8d03a0d3ece948e0d207e634249899b035fa0 /examples/website
parent23dd0c7b19403a6284410acecf73f2367c2d64ce (diff)
downloadasciidoc-py3-15374025caece5385fada0986ccc1eaa78318884.tar.gz
- Updated release date.
- Documentation updates. - Flask theme CSS tweak.
Diffstat (limited to 'examples/website')
-rw-r--r--examples/website/index.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/website/index.txt b/examples/website/index.txt
index c1b560a..b0f2488 100644
--- a/examples/website/index.txt
+++ b/examples/website/index.txt
@@ -11,12 +11,16 @@ AsciiDoc Home Page
.{revdate}: AsciiDoc {revnumber} Released
************************************************************************
-In this release:
+Release highlights:
- The addition of an 'html5' backend to generate HTML 5 output. Apart
from the inclusion of 'audio' and 'video' block macros the 'html5'
backend is functionally identical to the 'xhtml11' backend.
+- A new 'flask' theme for 'xhtml11' and 'html5' backends inspired by
+ the http://flask.pocoo.org/docs/[Flask website] styling (see 'toc2'
+ example in the next item below).
+
- The new 'toc2' attribute generates a table of contents in
the left hand margin ('xhtml11' and 'html5' backends).
link:article-html5-toc2.html[This example] was generated using
@@ -24,9 +28,6 @@ In this release:
asciidoc -b html5 -a icons -a toc2 -a theme=flask article.txt
-- A new 'flask' theme for 'xhtml11' and 'html5' backends (see 'toc2'
- example above).
-
- `a2x(1)` now has a flexible mechanism for copying arbitrary
resource files to HTML based outputs -- this is very handy for
generating EPUB files with embedded fonts and other resources.