summaryrefslogtreecommitdiff
path: root/doc/fr/user/weechat_user.fr.xml
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-11-05 18:28:25 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-11-05 18:28:25 +0100
commita17065492fe46089dadb7b22437d913e3b39a443 (patch)
tree7d657d061cee10e50b5d56a9a45448208ffd6b9c /doc/fr/user/weechat_user.fr.xml
parenta6c4e4ed7644c52cb228cb4aa9b2e6cd6b21883b (diff)
downloadweechat-a17065492fe46089dadb7b22437d913e3b39a443.zip
Split doc into 2 docs: user and developer guide
Diffstat (limited to 'doc/fr/user/weechat_user.fr.xml')
-rw-r--r--doc/fr/user/weechat_user.fr.xml109
1 files changed, 109 insertions, 0 deletions
diff --git a/doc/fr/user/weechat_user.fr.xml b/doc/fr/user/weechat_user.fr.xml
new file mode 100644
index 000000000..1d6b80bb7
--- /dev/null
+++ b/doc/fr/user/weechat_user.fr.xml
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+
+WeeChat documentation (french version)
+
+Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org>
+
+This manual 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 3 of the License, or
+(at your option) any later version.
+
+This manual 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, see <http://www.gnu.org/licenses/>.
+
+-->
+
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"file:///usr/share/xml/docbook/schema/dtd/4.2/docbookx.dtd"
+[
+ <!-- ***** auto-built: ***** -->
+ <!ENTITY date.xml SYSTEM "date.xml">
+ <!ENTITY % include_autogen.xml SYSTEM "include_autogen.xml">
+ %include_autogen.xml;
+
+ <!-- ***** written by hand: ***** -->
+ <!ENTITY intro.fr.xml SYSTEM "intro.fr.xml">
+ <!ENTITY install.fr.xml SYSTEM "install.fr.xml">
+ <!ENTITY usage.fr.xml SYSTEM "usage.fr.xml">
+ <!ENTITY plugin_irc.fr.xml SYSTEM "plugin_irc.fr.xml">
+ <!ENTITY plugin_charset.fr.xml SYSTEM "plugin_charset.fr.xml">
+ <!ENTITY plugin_fifo.fr.xml SYSTEM "plugin_fifo.fr.xml">
+ <!ENTITY plugin_xfer.fr.xml SYSTEM "plugin_xfer.fr.xml">
+ <!ENTITY authors.fr.xml SYSTEM "authors.fr.xml">
+]>
+
+<book lang="fr">
+
+ <bookinfo>
+
+ <title>WeeChat 0.2.7-dev - Guide utilisateur</title>
+ <subtitle>Client de discussion rapide, léger et extensible</subtitle>
+
+ <author>
+ <firstname>Sébastien</firstname>
+ <surname>Helleu</surname>
+ <email>flashcode AT flashtux.org</email>
+ </author>
+
+ &date.xml;
+
+ <copyright>
+ <year>2008</year>
+ <holder>Sébastien Helleu</holder>
+ </copyright>
+
+ <legalnotice>
+ <para>
+ This manual 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 3 of the License, or
+ (at your option) any later version.
+ </para>
+ <para>
+ 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.
+ </para>
+ <para>
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see
+ &lt;http://www.gnu.org/licenses/&gt;.
+ </para>
+ </legalnotice>
+
+ <abstract>
+ <para>
+ Ce manuel documente le client de messagerie instantanée WeeChat, il
+ fait partie de WeeChat.
+ </para>
+ <para>
+ La dernière version de ce document peut être téléchargée
+ sur cette page :
+ <ulink url="http://weechat.flashtux.org/doc.php">
+ http://weechat.flashtux.org/doc.php
+ </ulink>
+ </para>
+ </abstract>
+
+ </bookinfo>
+
+ &intro.fr.xml;
+
+ &install.fr.xml;
+
+ &usage.fr.xml;
+
+ <!-- &plugins.fr.xml; -->
+
+ &authors.fr.xml;
+
+</book>