diff --git a/doc/Makefile b/doc/Makefile deleted file mode 100644 index 6a3da63a199..00000000000 --- a/doc/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright (C) 2001-2002 Rodolphe Quiedeville -# -# 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 \ No newline at end of file diff --git a/doc/adherent.sgml b/doc/adherent.sgml deleted file mode 100644 index d726f454c8b..00000000000 --- a/doc/adherent.sgml +++ /dev/null @@ -1,58 +0,0 @@ - - -Module de gestion des adherents - -

- Ce module permet la gestion des adhérents et des cotisation d'un association. -

- - - Statut -

- Un adhérent peut avoir plusieurs statuts differents ils sont. FIXME -

-
- - Classes PHP -

- Classes PHP utilisées pour ce module : - - adherent.class.php - adherent_type.class.php - -

-
- - Tables de la base de données - -

- - Trois tables sont utilisées pour ce module. - - - llx_adherent - llx_adherent_type - llx_cotisation - -

-
- -
- - diff --git a/doc/don.sgml b/doc/don.sgml deleted file mode 100644 index f5a41269b13..00000000000 --- a/doc/don.sgml +++ /dev/null @@ -1,48 +0,0 @@ -Dons - - Configuration -

- - $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"; - -

-
- - Suffixe de commande -

- Le suffixe de commande des dons est la valeur 10. -

-
- - - -
- - diff --git a/doc/manual.sgml b/doc/manual.sgml deleted file mode 100644 index 572fe3964b1..00000000000 --- a/doc/manual.sgml +++ /dev/null @@ -1,28 +0,0 @@ - - -] -> - - - - - - - Manuel d'utilisation/développement Dolibarr - - Rodolphe Quiédeville - - 0.0.1 - - - - - - &ch-adherent; - &ch-don; - - - -