summaryrefslogtreecommitdiff
path: root/docbook.conf
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2009-01-07 13:40:43 +1300
committerStuart Rackham <srackham@methods.co.nz>2009-01-07 13:40:43 +1300
commita0c7cfb9659820a0f1c90b88180f0069b261c082 (patch)
tree1fb726967d9a0f7ac4a129dc5fe3da50466c09bc /docbook.conf
parent6cf9f377788b9b40c9dce75900ad3cdd830a20b7 (diff)
downloadasciidoc-py3-a0c7cfb9659820a0f1c90b88180f0069b261c082.tar.gz
Added 'orgname' attribute to DocBook.
Diffstat (limited to 'docbook.conf')
-rw-r--r--docbook.conf10
1 files changed, 4 insertions, 6 deletions
diff --git a/docbook.conf b/docbook.conf
index 2bfc3ba..9a0dd45 100644
--- a/docbook.conf
+++ b/docbook.conf
@@ -485,15 +485,14 @@ template::[header-declarations]
<firstname>{firstname}</firstname>
<othername>{middlename}</othername>
<surname>{lastname}</surname>
- <affiliation><address><email>{email}</email></address></affiliation>
+ <affiliation><orgname>{orgname}</orgname></affiliation>
+ <email>{email}</email>
{authored#}</author>
<authorinitials>{authorinitials}</authorinitials>
-
# If file named like source document with -revhistory.xml suffix exists
# include it as the document history, otherwise use current revision.
{revisionhistory#}{include:{docdir}/{docname}-revhistory.xml}
{revisionhistory%}<revhistory><revision><revnumber>{revision}</revnumber><date>{date}</date>{authorinitials?<authorinitials>{authorinitials}</authorinitials>}{revremark?<revremark>{revremark}</revremark>}</revision></revhistory>
-
<corpname>{companyname}</corpname>
{doctitle#}</articleinfo>
@@ -606,15 +605,14 @@ template::[header-declarations]
<firstname>{firstname}</firstname>
<othername>{middlename}</othername>
<surname>{lastname}</surname>
- <affiliation><address><email>{email}</email></address></affiliation>
+ <affiliation><orgname>{orgname}</orgname></affiliation>
+ <email>{email}</email>
{authored#}</author>
<authorinitials>{authorinitials}</authorinitials>
-
# If file named like source document with -revhistory.xml suffix exists
# include it as the document history, otherwise use current revision.
{revisionhistory#}{include:{docdir}/{docname}-revhistory.xml}
{revisionhistory%}<revhistory><revision><revnumber>{revision}</revnumber><date>{date}</date>{authorinitials?<authorinitials>{authorinitials}</authorinitials>}{revremark?<revremark>{revremark}</revremark>}</revision></revhistory>
-
<corpname>{companyname}</corpname>
{doctitle#}</bookinfo>