mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Description, Platforms, Requirements and Installation instruction in partintro inserted
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68291 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
00b24704ca
commit
3117543cee
1 changed files with 43 additions and 7 deletions
|
@ -1,15 +1,51 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<reference id="ref.ircg">
|
||||
<title>IRC Gateway Functions</title>
|
||||
<titleabbrev>IRC Gateway</titleabbrev>
|
||||
<partintro>
|
||||
<para>
|
||||
Internet Relay Chat Gateway ...
|
||||
</para>
|
||||
<para>
|
||||
Based on <ulink url="&url.ircg;">IRCG</ulink>, from Sascha Schumann.
|
||||
</para>
|
||||
<section id="ircg.intro">
|
||||
<title>What is ircg?</title>
|
||||
<para>
|
||||
With ircg you can build powerful, fast and scalable webchat
|
||||
solutions in conjunction with dedicated or public IRC servers.
|
||||
</para>
|
||||
</section>
|
||||
<section id="ircg.platforms">
|
||||
<title>Platforms</title>
|
||||
<para>
|
||||
IRCG runs under
|
||||
<itemizedlist>
|
||||
<listitem><para>AIX</para></listitem>
|
||||
<listitem><para>FreeBSD</para></listitem>
|
||||
<listitem><para>HP-UX</para></listitem>
|
||||
<listitem><para>Irix</para></listitem>
|
||||
<listitem><para>Linux</para></listitem>
|
||||
<listitem><para>Solaris</para></listitem>
|
||||
<listitem><para>Tru64</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</section>
|
||||
<section id="ircg.requirements">
|
||||
<title>Requirements</title>
|
||||
<para>
|
||||
To install and use IRCG you need the following software:
|
||||
<orderedlist>
|
||||
<listitem><para><ulink url="&url.ircg;">IRCG-Library</ulink> from
|
||||
Sascha Schumann.</para></listitem>
|
||||
<listitem><para><ulink url="&url.st-threads;">SGI Static Threads
|
||||
Library</ulink></para></listitem>
|
||||
<listitem><para><ulink url="&url.thttpd;">Thttpd</ulink>
|
||||
webserver</para></listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
</section>
|
||||
<section id="ircg.install">
|
||||
<title>Installation</title>
|
||||
<para>
|
||||
A detailed installation instruction can be found <ulink url="&url.ircg-install">here</ulink>.
|
||||
</para>
|
||||
</section>
|
||||
</partintro>
|
||||
|
||||
<refentry id="function.ircg-pconnect">
|
||||
|
|
Loading…
Reference in a new issue