Skip to content

Commit e241d43

Browse files
committed
gender: fix XML by converting para to simpara tags via script
1 parent 0cc873b commit e241d43

11 files changed

Lines changed: 147 additions & 158 deletions

File tree

reference/gender/book.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 68c2c871505aadf983f16113c5b077b335ce8d76 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
3-
4-
<book xml:id="book.gender" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
2+
<!-- EN-Revision: 1742a682cd5f588937e7f03d39b53765c0227446 Maintainer: fernandowobeto Status: ready -->
3+
<!-- CREDITS: fernandowobeto -->
4+
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.gender">
55
<?phpdoc extension-membership="pecl" ?>
66
<title>Determina o gênero dos primeiros nomes</title>
77
<titleabbrev>Gender</titleabbrev>
88

99
<preface xml:id="intro.gender">
1010
&reftitle.intro;
11-
<para>
11+
<simpara>
1212
A extensão Gender PHP é uma versão do programa gender.c originalmente escrito por Joerg Michael. O objetivo principal é descobrir o gênero dos primeiros nomes. O banco de dados atual contém mais de 40.000 nomes de 54 países.
13-
</para>
13+
</simpara>
1414
</preface>
1515

1616
&reference.gender.setup;
1717
&reference.gender.examples;
1818
&reference.gender.gender;
1919

2020
</book>
21-
2221
<!-- Keep this comment at the end of the file
2322
Local variables:
2423
mode: sgml

reference/gender/configure.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: e9366ee458b2900c53a503b1ad97664e1d9a8859 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
3-
4-
<section xml:id="gender.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
2+
<!-- EN-Revision: 1742a682cd5f588937e7f03d39b53765c0227446 Maintainer: fernandowobeto Status: ready -->
3+
<!-- CREDITS: fernandowobeto -->
4+
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="gender.installation">
55
&reftitle.install;
66

7-
<para>
7+
<simpara>
88
&pecl.info;
99
<link xlink:href="&url.pecl.package;gender">&url.pecl.package;gender</link>
10-
</para>
10+
</simpara>
1111

1212

1313
</section>
14-
15-
1614
<!-- Keep this comment at the end of the file
1715
Local variables:
1816
mode: sgml

reference/gender/examples.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: e9366ee458b2900c53a503b1ad97664e1d9a8859 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
3-
<chapter xml:id="gender.examples" xmlns="http://docbook.org/ns/docbook">
2+
<!-- EN-Revision: 1742a682cd5f588937e7f03d39b53765c0227446 Maintainer: fernandowobeto Status: ready -->
3+
<!-- CREDITS: fernandowobeto -->
4+
<chapter xmlns="http://docbook.org/ns/docbook" xml:id="gender.examples">
45
&reftitle.examples;
56
<section xml:id="gender.example.admin">
67
<title>Exemplo de uso</title>
7-
<para>
8+
<simpara>
89
Exemplo de uso da classe Gender.
9-
</para>
10+
</simpara>
1011
<example>
1112
<title>Exemplo de uso</title>
1213
<programlisting role="php">
@@ -75,7 +76,6 @@ switch($result) {
7576
</example>
7677
</section>
7778
</chapter>
78-
7979
<!-- Keep this comment at the end of the file
8080
Local variables:
8181
mode: sgml
@@ -96,4 +96,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
9696
vim: et tw=78 syn=sgml
9797
vi: ts=1 sw=1
9898
-->
99-

0 commit comments

Comments
 (0)