source: trunk/adm/guides/web.xml @ 30

Last change on this file since 30 was 30, checked in by pinsard, 15 years ago

new release of docbook XSL

  • Property svn:keywords set to Id
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE book [
3<!ENTITY % isolat1 SYSTEM "http://www.w3.org/2003/entities/iso8879/isolat1.ent">
4%isolat1;
5<!ENTITY % isolat2 SYSTEM "http://www.w3.org/2003/entities/iso8879/isolat2.ent">
6%isolat2;
7<!ENTITY % isogrk3 SYSTEM "http://www.w3.org/2003/entities/iso8879/isogrk3.ent">
8%isogrk3;
9<!ENTITY % isopub SYSTEM "http://www.w3.org/2003/entities/iso8879/isopub.ent">
10%isopub;
11<!ENTITY % isotech SYSTEM "http://www.w3.org/2003/entities/iso8879/isotech.ent">
12%isotech;
13<!ENTITY % isonum SYSTEM "http://www.w3.org/2003/entities/iso8879/isonum.ent">
14%isonum;
15<!ENTITY project "VARAMMA">
16<!ENTITY project_svn "varamma">
17
18]>
19<book version="5.0"
20xmlns="http://docbook.org/ns/docbook"
21xmlns:xl="http://www.w3.org/1999/xlink"
22xmlns:xi="http://www.w3.org/2001/XInclude"
23xml:lang="fr"
24xml:id="web">
25
26<title>Projet &project;</title>
27  <info>
28    <authorgroup>
29      <author><personname><firstname>Françoise</firstname> <surname>Pinsard</surname></personname> <email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author>
30    </authorgroup>
31    <keywordset>
32      <keyword>&project;</keyword>
33    </keywordset>
34    <pubdate>$Id$</pubdate>
35  </info>
36
37<chapter xml:id="whatis">
38<title>Qu'est-ce que &project; ?</title>
39<para>
40Variabilité AMMA
41</para>
42</chapter>
43
44<chapter xml:id="workon">
45<title>Travailler sur &project;</title>
46<para>
47Naviguer dans <link xl:href="http://forge.ipsl.jussieu.fr/&project_svn;/"/>
48</para>
49</chapter>
50
51<chapter xml:id="notes">
52<title>
53Documentation sur le travail en cours
54</title>
55<para>
56<link xl:href="http://www.locean-ipsl.upmc.fr/~fplod/&project_svn;/notes/fr/one/&project_svn;.html"/> (notes de travail fp au LOCEAN)
57</para>
58</chapter>
59
60<chapter xml:id="contact">
61<title>Contact</title>
62<para>
63Laurence Eymard pour la science
64</para>
65<para>
66Françoise Pinsard pour la gestion du projet sous trac et svn
67</para>
68</chapter>
69</book>
Note: See TracBrowser for help on using the repository browser.