php-doc-en/reference/gnupg/setup.xml
Hannes Magnusson 2993137a95 MFB: Upgrade to the new-reference-structure
- (Created missing setup sections in setup.xml, if any)
 - Moved the intro to book.xml
 - Changed the intro ID from <extname>.intro to intro.<extname>
 - Moved the constants entity to book.xml
 - Changed constants.xml to be an appendix
 - Moved the examples to its own chapter
	NOTE: The chapter ID is gnupg.examples, the former gnupg.examples
		  ID has been renamed to gnupg.examples-clearsign
	NOTE: The gnupg.keylistiterator section was moved to the examples.xml too
		  and changed to be an <example>, not <section>
 - Moved the requiremnts section to setup.xml
 - Moved the configure sentity to setup.xml
NOTE: The notes are still in refrence.xml, altough the gnupg.notes ID was removed


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248730 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-22 01:02:27 +00:00

62 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<chapter xml:id="gnupg.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="gnupg.requirements">
&reftitle.required;
<para>
The gnupg extension requires PHP 4.3.
To use this extension in an OO style, PHP 5 is required.
</para>
<para>
This extension requires the <link
xlink:href="http://www.gnupg.org/(en)/download/index.html#gpgme">gpgme
library</link>
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.gnupg.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="gnupg.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="gnupg.resources">
&reftitle.resources;
&no.resource;
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->