mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-19 16:01:33 +01:00
41 lines
920 B
Plaintext
41 lines
920 B
Plaintext
<!DOCTYPE debiandoc public "-//DebianDoc//DTD DebianDoc//EN"
|
|
[
|
|
<!entity ch-main system "main.sgml">
|
|
<!entity ch-config system "config.sgml">
|
|
<!entity ch-modules system "modules.sgml">
|
|
<!entity ch-constantes system "constantes.sgml">
|
|
<!entity ch-permissions system "permissions.sgml">
|
|
<!entity ch-propale system "propale.sgml">
|
|
<!entity ch-commande system "commande.sgml">
|
|
<!entity ch-expedition system "expedition.sgml">
|
|
<!entity ch-produit system "produit.sgml">
|
|
]
|
|
>
|
|
<debiandoc>
|
|
|
|
<book>
|
|
|
|
<titlepag>
|
|
|
|
<title>Manuel de développement Dolibarr</title>
|
|
|
|
<author>Rodolphe Quiédeville<email/rodolphe@quiedeville.org/</author>
|
|
|
|
<version>0.0.1</version>
|
|
|
|
</titlepag>
|
|
|
|
<toc sect>
|
|
|
|
&ch-main;
|
|
&ch-modules;
|
|
&ch-config;
|
|
&ch-permissions;
|
|
&ch-constantes;
|
|
&ch-propale;
|
|
&ch-produit;
|
|
|
|
</book>
|
|
|
|
</debiandoc>
|