cvs: phpdoc-ca / extensions.ent

[email protected] ("Bernat Foj Capell") Mon, 29 Aug 2005 15:30:12 -0000
Newsgroups php.doc.ca
Message-ID <cvsjabro1125329412@cvsserver>
jabro		Mon Aug 29 11:30:12 2005 EDT

  Added files:                 
    /phpdoc-ca	extensions.ent 
  Log:
  per poder muntar
  

http://cvs.php.net/co.php/phpdoc-ca/extensions.ent?r=1.1&p=1
Index: phpdoc-ca/extensions.ent
+++ phpdoc-ca/extensions.ent
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.1 Maintainer: jabro Status: todo -->

<!--
  Entities for the categorized extension list, so it does not need
  to be translated, and thus it is not going to be outdated.
  Nota: afegit per problemes de muntatge, pendent de traducció
-->

<!ENTITY extcat.intro '<title>Extension Categorization</title><para>This
appendix categorizes more than 150 extensions documented in the PHP
Manual by several criteria.</para>'>

<!-- ======================================================================= -->

<!ENTITY extcat.purpose '<title>Purpose</title>'>

<!ENTITY extcat.purpose.basic '<title>Basic PHP Extensions</title>'>
<!ENTITY extcat.purpose.basic.vartype '<title>Variable and Type Related Extensions</title>'>
<!ENTITY extcat.purpose.basic.text '<title>Text Processing</title>'>
<!ENTITY extcat.purpose.basic.php "<title>Affecting PHP's Behaviour</title>">
<!ENTITY extcat.purpose.basic.session '<title>Session Extensions</title>'>
<!ENTITY extcat.purpose.basic.other '<title>Other Basic Extensions</title>'>

<!ENTITY extcat.purpose.database '<title>Database Extensions</title>'>
<!ENTITY extcat.purpose.database.abstract '<title>Abstraction Layers</title>'>
<!ENTITY extcat.purpose.database.vendors '<title>Vendor Specific Database Extensions</title>'>

<!ENTITY extcat.purpose.xml '<title>XML Manipulation</title>'>

<!ENTITY extcat.purpose.webservice '<title>Web Services</title>'>

<!ENTITY extcat.purpose.creditcard '<title>Credit Card Processing</title>'>
   
<!ENTITY extcat.purpose.mathcrypto '<title>Math and Cryptography</title>'>
<!ENTITY extcat.purpose.mathcrypto.math '<title>Mathematical Extensions</title>'>
<!ENTITY extcat.purpose.mathcrypto.crypto '<title>Cryptography Extensions</title>'>

<!ENTITY extcat.purpose.international '<title>Human Language and Character Encoding Support</title>'>
   
<!ENTITY extcat.purpose.fileprocess '<title>File System and Process Control</title>'>
<!ENTITY extcat.purpose.fileprocess.file '<title>File System Related Extensions</title>'>
<!ENTITY extcat.purpose.fileprocess.process '<title>Process Control Extensions</title>'>

<!ENTITY extcat.purpose.remote '<title>Accessing Services</title>'>
<!ENTITY extcat.purpose.remote.mail '<title>Mail Related Extensions</title>'>
<!ENTITY extcat.purpose.remote.auth '<title>Authentication Services</title>'>
<!ENTITY extcat.purpose.remote.other '<title>Other Services</title>'>

<!ENTITY extcat.purpose.compression '<title>Compression Extensions</title>'>

<!ENTITY extcat.purpose.calendar '<title>Calendar and Event Related Extensions</title>'>

<!ENTITY extcat.purpose.utilspec '<title>Utilization Area Specific Extensions</title>'>
<!ENTITY extcat.purpose.utilspec.nontext '<title>Non-Text MIME Output</title>'>
<!ENTITY extcat.purpose.utilspec.image '<title>Image Processing and Generation</title>'>
<!ENTITY extcat.purpose.utilspec.audio '<title>Audio Formats Manipulation</title>'>
<!ENTITY extcat.purpose.utilspec.cmdline '<title>Command Line Specific Extensions</title>'>
<!ENTITY extcat.purpose.utilspec.windows '<title>Windows Only Extensions</title>'>
<!ENTITY extcat.purpose.utilspec.server '<title>Server Specific Extensions</title>'>
    
<!-- ======================================================================= -->

<!ENTITY extcat.membership '<title>Membership</title>'>

<!ENTITY extcat.membership.core '<title>Core Extensions</title><para>These
are not actual extensions. They are part of the PHP core and cannot be
left out of a PHP binary with compilation options.</para>'>

<!ENTITY extcat.membership.bundled '<title>Bundled Extensions</title><para>These
extensions are bundled with PHP.</para>'>

<!ENTITY extcat.membership.external '<title>External Extensions</title><para>In
order to compile these extensions, external libraries will be needed.</para>'>

<!ENTITY extcat.membership.pecl '<title>PECL Extensions</title><para>These
extensions are available from <ulink url="&url.pecl;">PECL</ulink>. More PECL
extensions exist but they are not documented in the PHP manual yet.</para>'>

<!-- ======================================================================= -->

<!ENTITY extcat.state '<title>State</title><para>This part lists extensions not
intended for the production use - they are either too "old" (deprecated) or
"new" (experimental).</para>'>

<!ENTITY extcat.state.deprecated '<title>Deprecated Extensions</title><para>These
extensions have been deprecated usually in the favor of some other extensions.</para>'>

<!ENTITY extcat.state.experimental '<title>Experimental Extensions</title><para>The
behaviour of these extensions - including the names of their functions and anything
else documented about these extensions - may change without notice in a future release
of PHP. Use these extensions at your own risk.</para>'>