File: aboutchm.xml

package info (click to toggle)
php-doc 20241205~git.dfcbb86%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 70,956 kB
  • sloc: xml: 968,269; php: 23,883; javascript: 671; sh: 177; makefile: 37
file content (61 lines) | stat: -rw-r--r-- 2,351 bytes parent folder | download
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
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
 <chapter xml:id="chm.about" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>About This Edition</title>

  <para>
   The Windows HTML Help Edition of the PHP Manual is aimed at
   developers, who want the manual at hand every time, and would like
   to read manual pages and user notes without waiting for a remote
   web page to download. This edition gives you the full content of the
   manual plus the user notes, with some great features provided by
   the viewer application by the scripts we use to generate this
   format and by other contributors in the form of skins.
  </para>
  
  <para>
   This distribution of the PHP Manual contains many files, including the
   main manual file <filename>php_manual_en.chm</filename>. You can view
   the manual by double clicking on this file (as you already guessed).
   <!--
   The user notes are in <filename>php_manual_notes.chm</filename>. You
   only need to have one copy of this file on your computer, regardless
   of how many languages you use to read the PHP Manual. The only
   requirement is that you need to have all <filename>php_manual_LANG.chm</filename>
   files in one directory with <filename>php_manual_notes.chm</filename>.
   -->
   You may also see a <filename>php_manual_en.chw</filename> file in the
   directory, it's generated the first time you use the index tab, and
   it contains an index with the manual's pages.
  </para>
  
  <para>
   For those interested in technical details about Microsoft HTML Help,
   <link xlink:href="&url.chm.helpware;">&url.chm.helpware;</link> is a great
   resource. For more information and positioning of Windows HTML Help
   in the Microsoft help formats and services history, see this
   <link xlink:href="&url.chm.history;">WinWriters article</link>.
  </para>
   
 </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:"~/.phpdoc/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
-->