Fichiers obsoltes, remplacs par le wiki
This commit is contained in:
parent
d63c1acb98
commit
2b9b95d0f0
54
doc/Makefile
54
doc/Makefile
@ -1,54 +0,0 @@
|
||||
# Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#
|
||||
# $Id$
|
||||
# $Source$
|
||||
|
||||
DOC=manual
|
||||
DEBIANDOC2PS= debiandoc2ps
|
||||
DEBIANDOC2PDF= debiandoc2pdf
|
||||
DEBIANDOC2HTML= debiandoc2html
|
||||
DEBIANDOC2LATEX= debiandoc2latex
|
||||
|
||||
OPTIONS=-v -lfr_FR.ISO8859-1 -pa4
|
||||
HOPTIONS=-lfr_FR.ISO8859-1
|
||||
|
||||
RSYNC=/usr/bin/rsync
|
||||
ROPT=-av
|
||||
RSSH=-e ssh
|
||||
|
||||
FRPAGES = $(shell find * -regex '.*\.sgml' -print )
|
||||
|
||||
all: $(DOC).ps $(DOC).pdf $(DOC).html
|
||||
|
||||
|
||||
%.tex: %.sgml $(FRPAGES)
|
||||
$(DEBIANDOC2LATEX) $(HOPTIONS) $<
|
||||
|
||||
%.ps: %.sgml $(FRPAGES)
|
||||
$(DEBIANDOC2PS) $(OPTIONS) $<
|
||||
|
||||
%.pdf: %.sgml
|
||||
$(DEBIANDOC2PDF) $(OPTIONS) $<
|
||||
|
||||
%.html: %.sgml $(FRPAGES)
|
||||
$(DEBIANDOC2HTML) $(HOPTIONS) $<
|
||||
|
||||
put:
|
||||
$(RSYNC) $(ROPT) $(RSSH) manual.html/* deb:/home/www/rodolphe.quiedeville.org/htdocs/projets/dolibarr/doc
|
||||
|
||||
clean:
|
||||
rm -f *pdf *ps
|
||||
@ -1,58 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- $Source$ -->
|
||||
<chapt id="adherent">Module de gestion des adherents
|
||||
|
||||
<p>
|
||||
Ce module permet la gestion des adhérents et des cotisation d'un association.
|
||||
</p>
|
||||
|
||||
|
||||
<sect id="adh-statut">Statut
|
||||
<p>
|
||||
Un adhérent peut avoir plusieurs statuts differents ils sont. FIXME
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
<sect id="adh-classe">Classes PHP
|
||||
<p>
|
||||
Classes PHP utilisées pour ce module :
|
||||
<list>
|
||||
<item>adherent.class.php</item>
|
||||
<item>adherent_type.class.php</item>
|
||||
</list>
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
<sect id="adh-tables">Tables de la base de données
|
||||
|
||||
<p>
|
||||
|
||||
Trois tables sont utilisées pour ce module.
|
||||
|
||||
<list>
|
||||
<item>llx_adherent</item>
|
||||
<item>llx_adherent_type</item>
|
||||
<item>llx_cotisation</item>
|
||||
</list>
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
</chapt>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:nil
|
||||
sgml-shorttag:t
|
||||
sgml-namecase-general:t
|
||||
sgml-general-insert-case:lower
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:2
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:("manual.sgml" "book" "chapt")
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
|
||||
48
doc/don.sgml
48
doc/don.sgml
@ -1,48 +0,0 @@
|
||||
<chapt id="dons">Dons
|
||||
|
||||
<sect id="don-conf">Configuration
|
||||
<p>
|
||||
|
||||
$this->enabled = 0;
|
||||
|
||||
/* Paiement en ligne */
|
||||
|
||||
$this->onlinepayment = 0;
|
||||
|
||||
/* Don minimum, 0 pas de limite */
|
||||
$this->minimum = 0;
|
||||
|
||||
/* Email des moderateurs */
|
||||
|
||||
$this->email_moderator = "root@localhost";
|
||||
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
<sect id="don-suffix">Suffixe de commande
|
||||
<p>
|
||||
Le suffixe de commande des dons est la valeur 10.
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
|
||||
|
||||
</chapt>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:nil
|
||||
sgml-shorttag:t
|
||||
sgml-namecase-general:t
|
||||
sgml-general-insert-case:lower
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:2
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:("manual.sgml" "book" "chapt")
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
|
||||
@ -1,28 +0,0 @@
|
||||
<!DOCTYPE debiandoc public "-//DebianDoc//DTD DebianDoc//EN"
|
||||
[
|
||||
<!entity ch-don system "don.sgml">
|
||||
<!entity ch-adherent system "adherent.sgml">
|
||||
]
|
||||
>
|
||||
<debiandoc>
|
||||
|
||||
<book>
|
||||
|
||||
<titlepag>
|
||||
|
||||
<title>Manuel d'utilisation/développement Dolibarr</title>
|
||||
|
||||
<author>Rodolphe Quiédeville<email/rodolphe@quiedeville.org/</author>
|
||||
|
||||
<version>0.0.1</version>
|
||||
|
||||
</titlepag>
|
||||
|
||||
<toc sect>
|
||||
|
||||
&ch-adherent;
|
||||
&ch-don;
|
||||
|
||||
</book>
|
||||
|
||||
</debiandoc>
|
||||
Loading…
Reference in New Issue
Block a user