improved gender ext docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327360 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anatol Belski 2012-08-29 17:44:32 +00:00
parent b675e8d145
commit f40d981265
3 changed files with 11 additions and 10 deletions

View file

@ -2,15 +2,13 @@
<!-- $Revision$ -->
<book xml:id="book.gender" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Gender</title>
<title>Determine gender of firstnames</title>
<titleabbrev>Gender</titleabbrev>
<preface xml:id="intro.gender">
&reftitle.intro;
<para>
Gender PHP extension is a port of the gender.c program originally written
by Joerg Michael. The main purpose is to find out the gender of firstnames.
The actual database contains >40000 firstnames from 54 countries.
Gender PHP extension is a port of the gender.c program originally written by Joerg Michael. The main purpose is to find out the gender of firstnames. The current database contains >40000 firstnames from 54 countries.
</para>
</preface>

View file

@ -14,7 +14,9 @@
<methodparam choice="opt"><type>string</type><parameter>dsn</parameter></methodparam>
</methodsynopsis>
<para>
Create a Gender object optionally connecting to an external name
dictionary. When no external database was given, compiled in data will be
used.
</para>
</refsect1>

View file

@ -4,12 +4,12 @@
<chapter xml:id="gender.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<section xml:id="gender.requirements">
<!--<section xml:id="gender.requirements">
&reftitle.required;
<para>
This package has no external dependencies.
</para>
</section>
</section>-->
<section xml:id="gender.installation">
&reftitle.install;
@ -21,14 +21,15 @@
<link xlink:href="&url.pecl.package;gender">&url.pecl.package;gender</link>.
</para>
<para>
&pecl.windows.download;
<!--&pecl.windows.download;-->
A DLL for this PECL extension is available under <link xlink:href="http://windows.php.net/downloads/pecl/releases/gender/">http://windows.php.net/downloads/pecl/releases/gender/</link>.
</para>
</section>
<section xml:id="gender.configuration">
<!--<section xml:id="gender.configuration">
&reftitle.runtime;
&no.config;
</section>
</section>-->
<!--<section xml:id="gender.resources">
&reftitle.resources;