adding doc for the search framework
[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     <!ENTITY search       SYSTEM "search.xml">
9   ]
10 >
11 <book>
12   <title>Mir CMS 1.1: developer's guide</title>
13   <bookinfo>
14     <revhistory>
15       <revision>
16         <revnumber>0.0.0</revnumber>
17
18         <date>August 2005</date>
19
20         <revremark>First steps</revremark>
21       </revision>
22     </revhistory>
23
24     <authorgroup>
25       <author>
26         <firstname>Grok</firstname>
27         <affiliation>Mir coders
28                   <email>grok wants no spam _at_ no-log.org</email>
29                 </affiliation>
30       </author>
31     </authorgroup>
32         <keywordset>
33         <keyword>Mir</keyword>
34         <keyword>indymedia</keyword>
35         </keywordset>
36
37   </bookinfo>
38
39   <preface> 
40       <abstract>
41           This document is meant for helping mir developers (people that
42           write java code within Mir). It is assumed that
43           you have already installed mir and have some basic knowledge
44           on how to use it. However, reading the introduction chapter might
45           also be worthwhile for sysadmins, webmasters and template designers.
46       </abstract>
47   </preface>
48
49 <!-- Chapters -->
50 &introduction;
51 &producers;
52 &search;
53
54 </book>