Re: [DOC-HU] RE: [PHP-DOC] RE: [DOC-HU] PHP DOC BUILDS -- PLEASE READ
[email protected] (Gabor Hojtsy) Sun, 20 Apr 2003 09:52:13 +0200
| Newsgroups | php.doc,php.doc.ar,php.doc.de,php.doc.es,php.doc.fi,php.doc.fr,php.doc.he,php.doc.hk,php.doc.hu,php.doc.it,php.doc.ja,php.doc.kr,php.doc.nl,php.doc.pl,php.doc.pt-br,php.doc.ro,php.doc.ru,php.doc.sk,php.doc.sl,php.doc.sv,php.doc.tr |
|---|---|
| Message-ID | <[email protected]> |
> One noticable thing though is that iSilo386 > > is not set > > up on rsync.php.net, so that format cannnot be generated. The > > last isilo file > > generated is from November. The question is do we really need > > that format or > > not? > > fwiw, if i can find that program, i'll install it... i don't see the harm > in offering multiple formats. We're talking about the same concept as > 'ebooks' here, and the more formats the better. Besides, how cool would it > be to be at a client meeting, and they ask you a tricky question which > you'd normally refer to the phpman for... and to have it right there on > your pda! BTW I have looked more deeply into this, and seen that one of the palm formats are built, but the other is not, due to this isilo386 missing: lynx -nolist -dump file:`pwd`/php_manual_en.html > php_manual_en.txt mkdir -p scripts g++ -o scripts/makedoc /local/mirrors/phpdoc/scripts/makedoc.cc scripts/makedoc -b php_manual_en.txt php_manual_en.doc.pdb 'PHP Manual' MakeDoc ver 0.7a saving to php_manual_en.doc.pdb as <PHP Manual>, binary mode, compressed >>> running make extra-mirror-files ... /usr/bin/openjade -D . -wno-idref -c /local/mirrors/phpdoc/entities/ISO/catalog -c /local/mirrors/phpdoc/dsssl/docbook/catalog -c /local/mirrors/phpdoc/dsssl/defaults/catalog -V nochunks -d dsssl/html.dsl -t sgml /local/mirrors/phpdoc/dtds/dbxml-4.1.2/phpdocxml.dcl php_manual_en.xml > php_manual_en.html iSilo386 php_manual_en.html php_manual_en.isilo.pdb make: iSilo386: Command not found make: *** [php_manual_en.isilo.pdb] Error 127 So it seems doc.pdb gets built, but isilo.pdb does not. This can also be checked at http://php.net/get/docs ... Goba