Skip to content

Commit 7512ba6

Browse files
committed
bzip2 : fix XML by converting para to simpara tags via script
1 parent bc4c0e0 commit 7512ba6

2 files changed

Lines changed: 10 additions & 14 deletions

File tree

reference/bzip2/book.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 46a9cdd2dbef4ec89bf65fad9930e2feb78bbb98 Maintainer: mproshchuk Status: ready -->
3-
4-
<book xml:id="book.bzip2" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
2+
<!-- EN-Revision: 5fdeb11b137c94a6d25cbe98a2e14c00366197cf Maintainer: mproshchuk Status: ready -->
3+
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.bzip2">
54
<?phpdoc extension-membership="bundledexternal" ?>
65
<title>Bzip2</title>
7-
6+
87
<!-- {{{ preface -->
98
<preface xml:id="intro.bzip2">
109
&reftitle.intro;
11-
<para>
10+
<simpara>
1211
Функції bzip2 використовуються для прозорого читання та записування
1312
стиснених файлів bzip2 (.bz2).
14-
</para>
13+
</simpara>
1514
</preface>
1615
<!-- }}} -->
17-
16+
1817
&reference.bzip2.setup;
1918
&reference.bzip2.examples;
2019
&reference.bzip2.reference;
2120

2221
</book>
23-
2422
<!-- Keep this comment at the end of the file
2523
Local variables:
2624
mode: sgml
@@ -41,4 +39,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
4139
vim: et tw=78 syn=sgml
4240
vi: ts=1 sw=1
4341
-->
44-

reference/bzip2/configure.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: ktretyak Status: ready -->
2+
<!-- EN-Revision: 5fdeb11b137c94a6d25cbe98a2e14c00366197cf Maintainer: ktretyak Status: ready -->
33
<!-- $Revision$ -->
4-
<section xml:id="bzip2.installation" xmlns="http://docbook.org/ns/docbook">
4+
<section xmlns="http://docbook.org/ns/docbook" xml:id="bzip2.installation">
55
&reftitle.install;
6-
<para>
6+
<simpara>
77
Підтримку <acronym>Bzip2</acronym> в PHP не підключено початково.
88
Для такого підключення потрібно використовувати параметр
99
<option role="configure">--with-bz2[=DIR]</option> при збірці PHP.
10-
</para>
10+
</simpara>
1111
</section>
12-
1312
<!-- Keep this comment at the end of the file
1413
Local variables:
1514
mode: sgml

0 commit comments

Comments
 (0)