[PHP-DOC] cvs: phpdoc /kr/chapters intro.xml

2001-01-21 Thread WonHee Hwang
regina Mon Jan 22 00:08:50 2001 EDT Modified files: /phpdoc/kr/chapters intro.xml Log: complete Index: phpdoc/kr/chapters/intro.xml diff -u phpdoc/kr/chapters/intro.xml:1.3 phpdoc/kr/chapters/intro.xml:1.4 --- phpdoc/kr/chapters/intro.xml:1.3Thu Jan 18 21

Re: [PHP-DOC] copyright page

2001-01-21 Thread Jim Winstead
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Jim Winstead wrote: >> here's a head-scratcher -- why does the copyright notice page for the >> phpweb format of the documentation look like plain-html? > > The modular stylesheets specifically create a plain HTML document for > the

Re: [PHP-DOC] copyright page

2001-01-21 Thread Anil Madhavapeddy
[I'm not subscribed to phpdoc] Jim Winstead wrote: > here's a head-scratcher -- why does the copyright notice page for > the phpweb format of the documentation look like plain-html? The modular stylesheets specifically create a plain HTML document for the separate linkage of , instead of ru

[PHP-DOC] cvs: phpdoc /en/appendices debugger.xml

2001-01-21 Thread Jim Winstead
jimwSun Jan 21 17:34:53 2001 EDT Modified files: /phpdoc/en/appendices debugger.xml Log: add note that debugger is available in php 3 only, right now Index: phpdoc/en/appendices/debugger.xml diff -u phpdoc/en/appendices/debugger.xml:1.5 phpdoc/en/appe

[PHP-DOC] encoding of kr/chapters/intro.xml

2001-01-21 Thread Jim Winstead
kr/chapters/intro.xml appears to be in the wrong encoding (in addition to having that bogus bit of text at the beginning). if i remove this file, the kr version of the docs passes a "make test". (and there's definitely other files translated into korean there, like kr/language/oop.xml.) i'll go a

[PHP-DOC] cvs: phpdoc /kr bookinfo.xml

2001-01-21 Thread Jim Winstead
jimwSun Jan 21 17:15:59 2001 EDT Modified files: /phpdoc/kr bookinfo.xml Log: fix stig's name Index: phpdoc/kr/bookinfo.xml diff -u phpdoc/kr/bookinfo.xml:1.3 phpdoc/kr/bookinfo.xml:1.4 --- phpdoc/kr/bookinfo.xml:1.3 Tue Jan 16 15:26:18 2001 +++ phpdoc/kr

Re: [PHP-DOC] cvs: phpdoc / manual.xml.in /en/appendices incompat.xml migration4.xml

2001-01-21 Thread Jim Winstead
In article , [EMAIL PROTECTED] wrote: > Added files: > /phpdoc/en/appendices migration4.xml > > Removed files: > /phpdoc/en/appendices incompat.xml > > Modified files: > /phpdoc manual.xm

[PHP-DOC] cvs: phpdoc /en/appendices migration.xml

2001-01-21 Thread Jim Winstead
jimwSun Jan 21 17:02:01 2001 EDT Modified files: /phpdoc/en/appendices migration.xml Log: fix a couple of dumb typos Index: phpdoc/en/appendices/migration.xml diff -u phpdoc/en/appendices/migration.xml:1.3 phpdoc/en/appendices/migration.xml:1.4 --- ph

[PHP-DOC] cvs: phpdoc / manual.xml.in /en/appendices incompat.xml migration4.xml

2001-01-21 Thread Hartmut Holzgraefe
hholzgraSun Jan 21 16:56:20 2001 EDT Added files: /phpdoc/en/appendices migration4.xml Removed files: /phpdoc/en/appendices incompat.xml Modified files: /phpdoc manual.xml.in Log: replaced inc

Re: [PHP-DOC] manual.{html,php} vs. index.{html,php}

2001-01-21 Thread Rasmus Lerdorf
Yes, I would prefer that. On Sun, 21 Jan 2001, Jim Winstead wrote: > its a simple matter to generate index.* instead of manual.*. any reason > not to just set it up to generate index.*? seems like it would make it a > little easier (less confusing) for people to just drop the generated files > i

[PHP-DOC] manual.{html,php} vs. index.{html,php}

2001-01-21 Thread Jim Winstead
its a simple matter to generate index.* instead of manual.*. any reason not to just set it up to generate index.*? seems like it would make it a little easier (less confusing) for people to just drop the generated files into a server and have it work as expected. jim

[PHP-DOC] copyright page

2001-01-21 Thread Jim Winstead
here's a head-scratcher -- why does the copyright notice page for the phpweb format of the documentation look like plain-html? http://www.php.net/manual/en/copyright.php, for example. all languages except italian (which will be done in a couple of hours) have had new manuals generated for the we

[PHP-DOC] cvs: phpdoc / phpweb.dsl.in

2001-01-21 Thread Jim Winstead
jimwSun Jan 21 15:51:30 2001 EDT Modified files: /phpdoc phpweb.dsl.in Log: whoops, too many @ signs Index: phpdoc/phpweb.dsl.in diff -u phpdoc/phpweb.dsl.in:1.10 phpdoc/phpweb.dsl.in:1.11 --- phpdoc/phpweb.dsl.in:1.10 Sun Jan 21 15:47:25 2001 +++ php

[PHP-DOC] cvs: phpdoc / phpweb.dsl.in

2001-01-21 Thread Jim Winstead
jimwSun Jan 21 15:47:25 2001 EDT Modified files: /phpdoc phpweb.dsl.in Log: use sendManualHeaders function to set encoding and language headers Index: phpdoc/phpweb.dsl.in diff -u phpdoc/phpweb.dsl.in:1.9 phpdoc/phpweb.dsl.in:1.10 --- phpdoc/phpweb.dsl.

[PHP-DOC] cvs: phpdoc / html-locale.dsl.in

2001-01-21 Thread Jim Winstead
jimwSun Jan 21 15:42:33 2001 EDT Modified files: /phpdoc html-locale.dsl.in Log: content-type setting was wrong Index: phpdoc/html-locale.dsl.in diff -u phpdoc/html-locale.dsl.in:1.1 phpdoc/html-locale.dsl.in:1.2 --- phpdoc/html-locale.dsl.in:1.1

[PHP-DOC] XML etensions for DocBook files ?

2001-01-21 Thread Anderson Fortaleza
hi people, i have a little technical question here. why does the docbook files has the .xml extension and not a default docbook extension ? for example: HTML files have .html extensions and not .sgml, so if docbook is defined in XML tags, using .xml extension for docbook files isn't the same as us