mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00

Translators: I have put some english text in the editor contrib tag, please translate it for me. :-) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@21312 c90b9560-bf6c-de11-be94-00142212c4b1
54 lines
1.7 KiB
XML
54 lines
1.7 KiB
XML
|
|
<preface id="preface">
|
|
<title>Preface</title>
|
|
<abstract>
|
|
<simpara>
|
|
<acronym>PHP</acronym>, which stands for "PHP: Hypertext
|
|
Preprocessor", is an HTML-embedded scripting language. Much of its
|
|
syntax is borrowed from C, Java and Perl with a couple of unique
|
|
PHP-specific features thrown in. The goal of the language is to
|
|
allow web developers to write dynamically generated pages quickly.
|
|
|
|
</simpara>
|
|
</abstract>
|
|
|
|
<sect1 id="about">
|
|
<title>About this Manual</title>
|
|
<para>
|
|
This manual is written in <acronym>XML</acronym> using the <ulink
|
|
url="&url.docbook.xml;">DocBook XML DTD</ulink>, using <ulink
|
|
url="&url.dsssl;"><acronym>DSSSL</acronym></ulink> (Document
|
|
Style and Semantics Specification Language) for formatting. The
|
|
tools used for formatting <acronym>HTML</acronym>,
|
|
<acronym>TeX</acronym> and <acronym>RTF</acronym> versions are
|
|
<ulink url="&url.jade;">Jade</ulink>, written by <ulink
|
|
url="&url.jclark;">James Clark</ulink> and <ulink
|
|
url="&url.dbstyle;">The Modular DocBook Stylesheets</ulink>
|
|
written by <ulink url="&url.nwalsh;">Norman Walsh</ulink>.
|
|
PHP's documentation framework is maintained by &link.stig;.
|
|
</para>
|
|
<para>
|
|
Daily HTML snapshots of the manual, including translations, can be
|
|
found at <ulink
|
|
url="&url.php.snaps.manual;">&url.php.snaps.manual;</ulink>.
|
|
</para>
|
|
</sect1>
|
|
|
|
</preface>
|
|
|
|
<!-- 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
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
-->
|