File: preface.sgml

package info (click to toggle)
php3 1%3A3.0.5-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,348 kB
  • ctags: 9,086
  • sloc: ansic: 76,362; sh: 2,333; php: 1,329; yacc: 1,148; makefile: 970; perl: 763; cpp: 529; awk: 90; sql: 11
file content (52 lines) | stat: -rw-r--r-- 1,633 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52

 <preface id="preface">
  <title>Preface</title>
  <abstract>
   <simpara>
    <acronym>PHP</acronym> Version 3.0 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.

    <!-- undefined but referenced labels: -->
    <anchor id="security">

   </simpara>
  </abstract>

  <sect1 id="about">
   <title>About this Manual</title>
   <para>
    This manual is written in <acronym>SGML</acronym> using the <ulink
     url="&url.docbook;">DocBook 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>.
     PHP3's documentation framework was assembled by &link.stig;.
   </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:
-->