Skip to content

Commit 1b6a3f3

Browse files
committed
gender: fix XML by converting para to simpara tags via script
1 parent cbe1bd9 commit 1b6a3f3

11 files changed

Lines changed: 137 additions & 155 deletions

File tree

reference/gender/book.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 68c2c871505aadf983f16113c5b077b335ce8d76 Maintainer: PhilDaiguille Status: ready -->
3+
<!-- EN-Revision: 1742a682cd5f588937e7f03d39b53765c0227446 Maintainer: PhilDaiguille Status: ready -->
44
<!-- Reviewed: no -->
5-
6-
<book xml:id="book.gender" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5+
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.gender">
76
<?phpdoc extension-membership="pecl" ?>
87
<title>Determina el género de un nombre</title>
98
<titleabbrev>Gender</titleabbrev>
109

1110
<preface xml:id="intro.gender">
1211
&reftitle.intro;
13-
<para>
12+
<simpara>
1413
La extensión PHP Gender es un puerto del programa gender.c
1514
originalmente escrito por Joerg Michael. El objetivo principal de
1615
este programa es encontrar el género de un nombre. La base de datos
1716
actual contiene más de 40000 nombres de 54 países.
18-
</para>
17+
</simpara>
1918
</preface>
2019

2120
&reference.gender.setup;
2221
&reference.gender.examples;
2322
&reference.gender.gender;
2423

2524
</book>
26-
2725
<!-- Keep this comment at the end of the file
2826
Local variables:
2927
mode: sgml

reference/gender/configure.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: e9366ee458b2900c53a503b1ad97664e1d9a8859 Maintainer: aeoris Status: ready -->
3+
<!-- EN-Revision: 1742a682cd5f588937e7f03d39b53765c0227446 Maintainer: aeoris Status: ready -->
44
<!-- Reviewed: no -->
5-
6-
<section xml:id="gender.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5+
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="gender.installation">
76
&reftitle.install;
87

9-
<para>
8+
<simpara>
109
&pecl.info;
1110
<link xlink:href="&url.pecl.package;gender">&url.pecl.package;gender</link>
12-
</para>
11+
</simpara>
1312

1413

1514
</section>
16-
17-
1815
<!-- Keep this comment at the end of the file
1916
Local variables:
2017
mode: sgml

reference/gender/examples.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: e9366ee458b2900c53a503b1ad97664e1d9a8859 Maintainer: seros Status: ready -->
3+
<!-- EN-Revision: 1742a682cd5f588937e7f03d39b53765c0227446 Maintainer: seros Status: ready -->
44
<!-- Reviewed: yes Maintainer: seros -->
5-
<chapter xml:id="gender.examples" xmlns="http://docbook.org/ns/docbook">
5+
<chapter xmlns="http://docbook.org/ns/docbook" xml:id="gender.examples">
66
&reftitle.examples;
77
<section xml:id="gender.example.admin">
88
<title>Ejemplo de uso.</title>
9-
<para>
9+
<simpara>
1010
Ejemplo de uso de la clase Gender.
11-
</para>
11+
</simpara>
1212
<example>
1313
<title>Ejemplo de uso.</title>
1414
<programlisting role="php">
@@ -77,7 +77,6 @@ switch($resultado) {
7777
</example>
7878
</section>
7979
</chapter>
80-
8180
<!-- Keep this comment at the end of the file
8281
Local variables:
8382
mode: sgml
@@ -98,4 +97,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
9897
vim: et tw=78 syn=sgml
9998
vi: ts=1 sw=1
10099
-->
101-

0 commit comments

Comments
 (0)