source: trunk/doc/src/docbook/developerdoc/index.xml @ 5634

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

References #1603: Developers migration guide

Started on this chapter.

  • 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 part 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 5634 2011-05-18 12:47:27Z 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<part id="developerdoc">
27  <?dbhtml dir="developerdoc"?>
28  <title>Developer documentation</title>
29  <include file="migrate_2_3.xml" />
30  <include file="base_overview.xml"/>
31  <include file="plugin_developer.xml"/>
32  <include file="extensions.xml" />
33  <include file="webservices.xml"/>
34  <include file="api_overview.xml"/>
35  <include file="documentation.xml"/>
36  <include file="core_ref.xml"/>
37</part>
Note: See TracBrowser for help on using the repository browser.