Browse Source

kopiert aus doku-wiki

Ignore-this: ce1f5a6e70ae3923714a2037eef64b48
freifunk 10 years ago
parent
commit
23955dedb7
1 changed files with 37 additions and 0 deletions
  1. 37 0
      _NOWIKI/templates/default.docbook

+ 37 - 0
_NOWIKI/templates/default.docbook

@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8" ?>
+$if(mathml)$
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.1CR1//EN"
+                  "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
+$else$
+
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
+                  "http://docbook.org/xml/5.0/dtd/docbook.dtd">
+
+
+
+
+$endif$
+<article>
+  <articleinfo>
+    <title>$title$</title>
+$if(author)$
+    <authorgroup>
+$for(author)$
+      <author>
+        $author$
+      </author>
+$endfor$
+    </authorgroup>
+$endif$
+$if(date)$
+    <date>$date$</date>
+$endif$
+  </articleinfo>
+$for(include-before)$
+$include-before$
+$endfor$
+$body$
+$for(include-after)$
+$include-after$
+$endfor$
+</article>