summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2010-10-04 08:52:46 +1300
committerStuart Rackham <srackham@methods.co.nz>2010-10-04 08:52:46 +1300
commit2049499b7053ca6ee22b39333470902b50b57fa5 (patch)
tree56a53ed26f5f3896ed26b1748f6bde95c6a5710d
parent0f0813ea58983559c7c5c19dfd266b5ba64b9dd6 (diff)
downloadasciidoc-2049499b7053ca6ee22b39333470902b50b57fa5.tar.gz
docbook45: Enclosed bibliographic lists in a 'bibliodiv' so you can8.6.2
now include block titles with bibliographic lists.
-rw-r--r--CHANGELOG.txt2
-rw-r--r--doc/asciidoc.txt1
-rw-r--r--doc/book.txt5
-rw-r--r--docbook45.conf2
4 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 7303fa2..9040e09 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -6,6 +6,8 @@ AsciiDoc ChangeLog
Version 8.6.2 (2010-10-03)
--------------------------
.Additions and changes
+- 'docbook45': Enclosed bibliographic lists in a 'bibliodiv' -- you
+ can now include block titles with bibliographic lists.
- Added optional 'keywords', 'description' and 'title' document header
meta-data attributes to HTML backends for SEO.
- AttributeEntry values can span multiple lines with a ' +' line
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index 77d7c75..983d032 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -1794,6 +1794,7 @@ generating DocBook bibliography entries. Example:
---------------------------------------------------------------------
[bibliography]
+.Optional list title
- [[[taoup]]] Eric Steven Raymond. 'The Art of UNIX
Programming'. Addison-Wesley. ISBN 0-13-142901-9.
- [[[walsh-muellner]]] Norman Walsh & Leonard Muellner.
diff --git a/doc/book.txt b/doc/book.txt
index cb3e997..166bfda 100644
--- a/doc/book.txt
+++ b/doc/book.txt
@@ -115,12 +115,17 @@ Example Bibliography
The bibliography list is a style of AsciiDoc bulleted list.
[bibliography]
+.Books
- [[[taoup]]] Eric Steven Raymond. 'The Art of Unix
Programming'. Addison-Wesley. ISBN 0-13-142901-9.
- [[[walsh-muellner]]] Norman Walsh & Leonard Muellner.
'DocBook - The Definitive Guide'. O'Reilly & Associates. 1999.
ISBN 1-56592-580-7.
+[bibliography]
+.Articles
+- [[[abc2003]]] Gall Anonim. 'An article', Whatever. 2003.
+
[glossary]
Example Glossary
diff --git a/docbook45.conf b/docbook45.conf
index bebed49..275b37d 100644
--- a/docbook45.conf
+++ b/docbook45.conf
@@ -180,7 +180,7 @@ item=<answer>|</answer>
text=<simpara>|</simpara>
[listtags-bibliography]
-list=
+list=<bibliodiv{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>{title?<title>{title}</title>}|</bibliodiv>
item=<bibliomixed>|</bibliomixed>
text=<bibliomisc>|</bibliomisc>