Home Was ist ot ? Regeln Mitglieder Maintainer Impressum FAQ/Hilfe
Muster eines Artikels in DocBook XML
Maintainer: Torsten Wöllert, Version 1, 04.10.2000
Projekt-Typ: halboffen
Status: Archiv
(1) Das Muster kann im Originalformat (DocBook XML) beim Verfasser angefragt werden.
(2) Die einzelnen Zeilen sind leider nicht kommentierbar, um eine klare Strukturierung des Codes beizubehalten.
<!DOCTYPE article PUBLIC "-//Norman Walsh/DTD DocBk XML V4.1.2//EN"
"http://www.docbook.org/xml/4.1.2/docbookx.dtd" [
<!ENTITY aelig "æ">
<!ENTITY ouml "ö">
<!ENTITY aperta "Encyclopædia Aperta">
]>
<article id="index">
<artheader>
<title>Your Article's Title</title>
<subtitle>&aperta; Doc Category</subtitle>
<authorgroup>
<author>
<firstname>firstname</firstname>
<surname>lastname</surname>
</author>
<author>
<firstname>firstname</firstname>
<surname>lastname</surname>
</author>
</authorgroup>
<edition>First Edition</edition>
<pubdate>Publication Date</pubdate>
<revhistory>
<revision>
<revnumber>1.0</revnumber>
<date>20001005</date>
<revremark>
Template's intial public release. (Authors should
replace this remark and date with their own comments
and finish date).
</revremark>
</revision>
</revhistory>
<editor>
<firstname>firstname</firstname>
<surname>lastname</surname>
</editor>
<othercredit>
<firstname>Torsten</firstname>
<surname>Wöllert</surname>
<contrib>&aperta; Article Template Maintainer</contrib>
</othercredit>
<othercredit>
<firstname>Firstname</firstname>
<surname>Lastname</surname>
<contrib>Describe how they helped.</contrib>
</othercredit>
<abstract>
<para>
A brief (one paragraph) summary of the article.
</para>
</abstract>
<copyright>
<year>2000</year>
<holder>the authors</holder>
</copyright>
</artheader>
<section id="docinfo">
<title>Document Information</title>
<section id="document-location">
<title>Document Location</title>
<para>
The current version of this document can be found at the
<ulink url="http://www.opentheory.org/enzyklop_muster/">
&aperta;</ulink> project.
</para>
</section>
<section id="author-info">
<title>Author Information</title>
<para>
Please send corrections and suggestions to YOUR NAME at:
<email>YOUR EMAIL ADDRESS</email>.
Please put the title of this document in the subject line.
</para>
</section>
<section id="licenseinfo">
<title>License Information</title>
<para>
This document is made available for use under the
conditions of the GEA Public License - Version 0.10,
May 8, 2000. The original can be found at the
<ulink url="http://www.opentheory.org/enzyklop_lizenz/">
OpenTheory Site</ulink>.
</para>
</section>
</section>
<section id="intro">
<title>Introduction</title>
<para>
The introductory comments.
</para>
</section> <!-- Introduction -->
<section id="first-topic">
<title>First Topic</title>
<para>
The text.
</para>
<section id="first-topic-subsection1">
<title>Subsection 1</title>
<para>
More text.
</para>
</section>
<section id="first-topic-subsection2">
<title>Subsection 2</title>
<para>
More text.
</para>
</section>
</section>
<section id="second-topic">
<title>Second Topic</title>
<para>
The text.
</para>
<section id="second-topic-subsection">
<title>subsection</title>
<para>
More text.
</para>
<itemizedlist>
<listitem>
<para>an item</para>
</listitem>
<listitem>
<para>another item</para>
</listitem>
<listitem>
<para>again an item</para>
</listitem>
</itemizedlist>
<mediaobject>
<imageobject>
<imagedata fileref="some_picture.gif" format="gif"/>
</imageobject>
<textobject>
<para>
If you were not using <productname>Lynx</productname>
you could now see a picture.
</para>
</textobject>
</mediaobject>
</section>
</section>
<appendix id="optional-appendix">
<title>Appendix Title</title>
<para>
This is an optional appendix.
</para>
<section id="appendix-subsection1">
<title>Appendix Subsection 1</title>
<para>
More text.
</para>
</section>
<section id="appendix-subsection2">
<title>Appendix Subsection 2</title>
<para>
More text.
</para>
</section>
</appendix>
<appendix id="resources">
<title>Resources</title>
<variablelist>
<varlistentry>
<term>Title</term>
<listitem>
<para>
Description and location.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Title</term>
<listitem>
<para>
Description and location.
</para>
</listitem>
</varlistentry>
</variablelist>
</appendix>
<bibliography id="bibliography">
<bibliodiv><title>Books</title>
<biblioentry>
<title>Title</title>
<subtitle>The Subtitle</subtitle>
<authorgroup>
<author>
<firstname>firstname</firstname>
<surname>lastname</surname>
</author>
<author>
<firstname>fistname</firstname>
<surname>lastname</surname>
</author>
</authorgroup>
<isbn>the isbn number</isbn>
<publisher>
<publishername>
publisher
</publishername>
<address>
<street>Street address</street>
<city>city</city>
<state>state, canton, province</state>
<postcode>postalcode</postcode>
</address>
</publisher>
<pubdate>publication date</pubdate>
<bibliomisc>
description (optional)
</bibliomisc>
</biblioentry>
</bibliodiv>
<bibliodiv><title>Periodicals</title>
<biblioentry>
<biblioset relation=journal>
<title>Journal Title</title>
<publisher>
<publishername>
Publisher Name
</publishername>
</publisher>
<issn>####-####</issn>
<editor>
<firstname>firstname</firstname>
<surname>lastname</surname>
</editor>
</biblioset>
<biblioset relation=article>
<title>Article Title</title>
<author>
<firstname>firstname</firstname>
<surname>lastname</surname>
</author>
<copyright>
<year>Month Year</year>
<holder>
Copyright Owner
</holder>
</copyright>
<pagenums>startpage-endpage</pagenums>
</biblioset>
</biblioentry>
</bibliodiv>
</bibliography>
</article>
(3.1) Re: Leerer Artikel in DocBook XML, 12.10.2000, 20:24, Daniel Popescu: Da benutzt doch tatsächlich jemand das unfreie Format "gif" als Beispielgrafikformat.
(3.1.1) Freiheit für Formate, 13.10.2000, 14:07, Torsten Wöllert: Mea culpa! Sollte natürlich "png" heißen. Oder gibt's noch was besseres?