File: README

package info (click to toggle)
phpdoc 20020310-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 35,272 kB
  • ctags: 354
  • sloc: xml: 799,767; php: 1,395; cpp: 500; makefile: 200; sh: 140; awk: 51
file content (25 lines) | stat: -rw-r--r-- 901 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
ABOUT THE PHPDOC HOWTO

This directory contains a working DRAFT of a PHP Documenation HOWTO.
It's being written in a very simliar format to the PHP Documentation,
so anyone should be able to jump right in. As a matter of fact, we
use a modified copy of the main PHPDOC html.dsl stylesheet for this
document's HTML formatting (see phpdoc/howto.dsl), so it can't be
that different.

Also, once you've loaded howto.xml into emacs, (you do use
emacs+psgml don't you?) be sure to parse the DTD and then save
it as howto.ced in the same directory as howto.xml.

To generate HTML format from the xml file, go to the phpdoc
directory, and type:

  make howto
  
The HTML files will be generated in the html subdir of the
howto directory.

If you have any questions, suggestions or flames, please
send them to the phpdoc mailing list: phpdoc@lists.php.net.

Original author: Daniel Beckham <danbeck@scott.net>