source: trunk/doc/src/docbook/index.xml @ 3192

Last change on this file since 3192 was 3192, checked in by Martin Svensson, 16 years ago

Changed the DOCTYPE in each xml-file of documentation to use the local version of dweiss-docbook-extensions.dtd
that's located in base2/lib/docbook/preprocess.
Added a stylesheet tag in preprocess.xsl that copies the text inside the helptexttag.
Also formatted the preprocess file with source format tool in eclipse.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Id
File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE book PUBLIC
3    "-//Dawid Weiss//DTD DocBook V3.1-Based Extension for XML and graphics inclusion//EN"
4    "../../../../lib/docbook/preprocess/dweiss-docbook-extensions.dtd">
5<!--
6  $Id: index.xml 3192 2007-03-13 15:27:06Z martin $
7
8  Copyright (C) Authors contributing to this file.
9
10  This file is part of BASE - BioArray Software Environment.
11  Available at http://base.thep.lu.se/
12
13  BASE is free software; you can redistribute it and/or
14  modify it under the terms of the GNU General Public License
15  as published by the Free Software Foundation; either version 2
16  of the License, or (at your option) any later version.
17
18  BASE is distributed in the hope that it will be useful,
19  but WITHOUT ANY WARRANTY; without even the implied warranty of
20  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  GNU General Public License for more details.
22
23  You should have received a copy of the GNU General Public License
24  along with this program; if not, write to the Free Software
25  Foundation, Inc., 59 Temple Place - Suite 330,
26  Boston, MA  02111-1307, USA.
27-->
28<book id="base2_documentation">
29  <title>BASE2 Documentation</title>
30  <include file="overviewdoc/index.xml"/>
31  <include file="userdoc/index.xml"/>
32  <include file="admindoc/index.xml"/>
33  <include file="developerdoc/index.xml"/>
34</book>
Note: See TracBrowser for help on using the repository browser.