mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-19 18:38:55 +00:00

configure.xml files added, linking from refernce.xml files git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106277 c90b9560-bf6c-de11-be94-00142212c4b1
78 lines
2 KiB
XML
78 lines
2 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.5 $ -->
|
|
<reference id="ref.ircg">
|
|
<title>IRC Gateway Functions</title>
|
|
<titleabbrev>IRC Gateway</titleabbrev>
|
|
<partintro>
|
|
|
|
<section id="ircg.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
With IRCG you can rapidly stream XML data to thousands of concurrently
|
|
connected users. This can be used to build powerful, extensible
|
|
interactive platforms such as online games and webchats.
|
|
IRCG also features support for a non-streaming mode where a helper
|
|
application reformats incoming data and supplies static file snippets in
|
|
special formats such as cHTML (i-mode) or WML (WAP). These static files
|
|
are then delivered by the high-performance web server.
|
|
</para>
|
|
<para>
|
|
Up to v3, IRCG runs under these platforms:
|
|
<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>
|
|
|
|
&reference.ircg.configure;
|
|
|
|
<section id="ircg.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
|
|
<section id="ircg.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
|
|
|
|
</para>
|
|
</section>
|
|
|
|
<section id="ircg.constants">
|
|
&reftitle.constants;
|
|
&no.constants;
|
|
</section>
|
|
|
|
</partintro>
|
|
|
|
&reference.ircg.functions;
|
|
|
|
</reference>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|