weechat/doc/en/user/weechat_user.en.xml

108 lines
3.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2006-01-02 22:16:54 +00:00
<!--
WeeChat documentation (english version)
2008-01-02 12:47:09 +01:00
Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org>
2006-01-02 22:16:54 +00:00
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
2007-07-02 12:25:13 +00:00
the Free Software Foundation; either version 3 of the License, or
2006-01-02 22:16:54 +00:00
(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
2007-07-02 12:25:13 +00:00
along with this program. If not, see <http://www.gnu.org/licenses/>.
2006-01-02 22:16:54 +00:00
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"file:///usr/share/xml/docbook/schema/dtd/4.2/docbookx.dtd"
[
<!-- ***** auto-built: ***** -->
2006-05-08 00:44:07 +00:00
<!ENTITY date.xml SYSTEM "date.xml">
2008-09-05 18:52:59 +02:00
<!ENTITY % include_autogen.xml SYSTEM "include_autogen.xml">
%include_autogen.xml;
2008-09-05 18:52:59 +02:00
<!-- ***** written by hand: ***** -->
<!ENTITY intro.en.xml SYSTEM "intro.en.xml">
<!ENTITY install.en.xml SYSTEM "install.en.xml">
<!ENTITY usage.en.xml SYSTEM "usage.en.xml">
<!ENTITY plugin_irc.en.xml SYSTEM "plugin_irc.en.xml">
<!ENTITY plugin_charset.en.xml SYSTEM "plugin_charset.en.xml">
<!ENTITY plugin_fifo.en.xml SYSTEM "plugin_fifo.en.xml">
<!ENTITY plugin_xfer.en.xml SYSTEM "plugin_xfer.en.xml">
<!ENTITY authors.en.xml SYSTEM "authors.en.xml">
2006-01-02 22:16:54 +00:00
]>
<book lang="en">
<bookinfo>
2007-09-07 17:55:50 +02:00
<title>WeeChat 0.2.7-dev - User guide</title>
2007-10-31 18:28:19 +01:00
<subtitle>Fast, light and extensible chat client</subtitle>
2006-01-02 22:16:54 +00:00
<author>
<firstname>Sébastien</firstname>
2006-01-02 22:16:54 +00:00
<surname>Helleu</surname>
<email>flashcode AT flashtux.org</email>
</author>
2006-05-08 00:44:07 +00:00
&date.xml;
2006-01-02 22:16:54 +00:00
<copyright>
2008-01-02 12:47:09 +01:00
<year>2008</year>
<holder>Sébastien Helleu</holder>
2006-01-02 22:16:54 +00:00
</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
2007-07-02 12:25:13 +00:00
the Free Software Foundation; either version 3 of the License, or
2006-01-02 22:16:54 +00:00
(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
2007-10-31 18:28:19 +01:00
along with this program. If not, see
&lt;http://www.gnu.org/licenses/&gt;.
2006-01-02 22:16:54 +00:00
</para>
</legalnotice>
<abstract>
<para>
2007-10-31 18:28:19 +01:00
This manual documents WeeChat chat client, it is part of WeeChat.
2006-01-02 22:16:54 +00:00
</para>
<para>
Latest version of this document can be found on this page:
<ulink url="http://weechat.flashtux.org/doc.php">
http://weechat.flashtux.org/doc.php
</ulink>
</para>
</abstract>
</bookinfo>
&intro.en.xml;
2006-01-02 22:16:54 +00:00
&install.en.xml;
2006-01-02 22:16:54 +00:00
&usage.en.xml;
2006-01-02 22:16:54 +00:00
<!-- &plugins.en.xml; -->
2006-01-02 22:16:54 +00:00
&authors.en.xml;
2006-01-02 22:16:54 +00:00
</book>