mirror of
https://github.com/php/doc-de.git
synced 2026-03-23 23:02:13 +01:00
fpm : fix XML by converting para to simpara tags via script
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: fab4ea95f4fe1471be947602d0e9be32fb802265 Maintainer: sergey Status: ready -->
|
||||
<!-- EN-Revision: 0ba9e74ebc71fc8aa5fcd0f5f48654a4a6a83368 Maintainer: sergey Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<book xml:id="book.fpm" xmlns="http://docbook.org/ns/docbook">
|
||||
<book xmlns="http://docbook.org/ns/docbook" xml:id="book.fpm">
|
||||
<?phpdoc extension-membership="core" ?>
|
||||
<title>FastCGI Prozess-Manager</title>
|
||||
|
||||
<preface xml:id="intro.fpm">
|
||||
&reftitle.intro;
|
||||
&fpm.intro;
|
||||
<para>
|
||||
<simpara>
|
||||
Dieses SAPI ist mit PHP gebündelt.
|
||||
</para>
|
||||
</simpara>
|
||||
</preface>
|
||||
|
||||
&reference.fpm.setup;
|
||||
@@ -37,4 +37,4 @@ End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: b2e83b46c6aa7f8278e80d3c0e8a049b7583f6cc Maintainer: sergey Status: ready -->
|
||||
<!-- EN-Revision: 0ba9e74ebc71fc8aa5fcd0f5f48654a4a6a83368 Maintainer: sergey Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
<chapter xml:id="fpm.setup">
|
||||
&reftitle.setup;
|
||||
|
||||
<para>
|
||||
<simpara>
|
||||
Informationen zur Installation und Konfiguration von FPM finden Sie im
|
||||
<link linkend="install.fpm">Installations- und Konfigurationsabschnitt</link>
|
||||
des PHP-Handbuchs.
|
||||
</para>
|
||||
</simpara>
|
||||
|
||||
</chapter>
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
||||
Reference in New Issue
Block a user