d3a2f1c1c03c11627e95e9abafc79e00d109e0ed
[mir.git] / doc / developers-guide / developers-guide.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3          "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
4   [
5     <!ENTITY MIR_VERSION   "1.1">
6     <!ENTITY introduction SYSTEM "introduction.xml">
7     <!ENTITY producers    SYSTEM "producers.xml">
8   ]
9 >
10 <book>
11   <title>Mir CMS 1.1: developer's guide</title>
12   <bookinfo>
13     <revhistory>
14       <revision>
15         <revnumber>0.0.0</revnumber>
16
17         <date>August 2005</date>
18
19         <revremark>First steps</revremark>
20       </revision>
21     </revhistory>
22
23     <authorgroup>
24       <author>
25         <firstname>Grok</firstname>
26         <affiliation>Mir coders
27                   <email>grok wants no spam _at_ no-log.org</email>
28                 </affiliation>
29       </author>
30     </authorgroup>
31         <keywordset>
32         <keyword>Mir</keyword>
33         <keyword>indymedia</keyword>
34         </keywordset>
35
36   </bookinfo>
37
38   <preface> 
39       <abstract>
40           This document is meant for helping mir developers (people that
41           write java code within Mir). It is assumed that
42           you have already installed mir and have some basic knowledge
43           on how to use it. However, reading the introduction chapter might
44           also be worthwhile for sysadmins, webmasters and template designers.
45       </abstract>
46   </preface>
47
48 <!-- Chapters -->
49 &introduction;
50 &producers;
51
52 </book>