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

Last change on this file since 5738 was 5738, checked in by Nicklas Nordborg, 12 years ago

References #1590: Documentation cleanup

Re-orgarnized file/directory structure of documentation to make the paths a little bit shorter.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Id
File size: 1.4 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 5738 2011-09-15 06:53:11Z nicklas $
7
8  Copyright (C) 2007 Nicklas Nordborg, Martin Svensson
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 3
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 BASE. If not, see <http://www.gnu.org/licenses/>.
25-->
26<book id="base_documentation">
27  <bookinfo>
28    <releaseinfo>Last modified: <lastmodified/></releaseinfo>
29  </bookinfo>
30  <title>BASE <baseversion/> Documentation</title>
31 
32  <include file="overview/index.xml"/>
33  <include file="user/index.xml"/>
34  <include file="admin/index.xml"/>
35  <include file="developer/index.xml"/>
36  <include file="faq/faqs.xml" />
37  <include file="appendix/index.xml" />
38</book>
Note: See TracBrowser for help on using the repository browser.