[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2006-01-16 Thread Hartmut Holzgraefe
hholzgraMon Jan 16 23:14:18 2006 UTC Modified files: /phpdoc/dsssl html-common.dsl Log: make default role attribute of context-aware http://cvs.php.net/viewcvs.cgi/phpdoc/dsssl/html-common.dsl?r1=1.26&r2=1.27&diff_format=u Index: phpdoc/dsssl/h

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2006-01-16 Thread Hartmut Holzgraefe
hholzgraMon Jan 16 15:54:11 2006 UTC Modified files: /phpdoc/dsssl html-common.dsl Log: only show version info for internal and PECL functions, not for Zend API and TSRM http://cvs.php.net/viewcvs.cgi/phpdoc/dsssl/html-common.dsl?r1=1.25&r2=1.

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2006-01-16 Thread Hartmut Holzgraefe
hholzgraMon Jan 16 15:51:53 2006 UTC Modified files: /phpdoc/dsssl html-common.dsl Log: WS http://cvs.php.net/viewcvs.cgi/phpdoc/dsssl/html-common.dsl?r1=1.24&r2=1.25&diff_format=u Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-co

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-08-28 Thread Hartmut Holzgraefe
hholzgraSun Aug 28 20:42:21 2005 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: we now have three different places to look for a function reference: - regular functions - api functions - api macros where api macros are assumed t

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-08-28 Thread Hartmut Holzgraefe
hholzgraSun Aug 28 20:39:38 2005 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: whitespace (untabified) http://cvs.php.net/diff.php/phpdoc/dsssl/html-common.dsl?r1=1.21&r2=1.22&ty=u Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/h

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-07-18 Thread Nuno Lopes
nlopess Mon Jul 18 08:28:52 2005 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: I dont know why, but last commit didnt fixed the error.. it seems to be fixed now. sorry for the noise http://cvs.php.net/diff.php/phpdoc/dsssl/html-common.dsl?r1=1.2

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-07-18 Thread Nuno Lopes
nlopess Mon Jul 18 07:43:11 2005 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: kill the other warning when building the manual with dsssl #Im testing now to check if there are any more warnings http://cvs.php.net/diff.php/phpdoc/dsssl/html-commo

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-07-14 Thread Nuno Lopes
nlopess Thu Jul 14 17:13:12 2005 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: fix warning when doing 'make html' http://cvs.php.net/diff.php/phpdoc/dsssl/html-common.dsl?r1=1.18&r2=1.19&ty=u Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsss

Re: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-12 Thread Jakub Vrana
Gabor Hojtsy wrote: > The substring match can be easily abstracted, so more checks > can be made (and it can be done not only in HTML, but also in > other outputs). Let me know what you think. Wow. Can you please remove version info also from streams.*? Jakub Vrana

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-10 Thread Gabor Hojtsy
gobaSun Apr 10 12:19:55 2005 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: handle the few exceptions when a function id is less then 14 chars, and this printed an error http://cvs.php.net/diff.php/phpdoc/dsssl/html-common.dsl?r1=1.17&r2=1.18&

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-10 Thread Gabor Hojtsy
gobaSun Apr 10 12:04:51 2005 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: an exclusive dsssl fix, on request: do not print version information on dsssl pages. how it works: it tries to check the ID of the refentry for which the version info

Re: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-09 Thread Jakub Vrana
anatoly techtonik wrote: > I don't think it is a good idea. It seems to me that PCRE reference has > got many links from internet, and this part of manual perhaps even the > most often visited at least by me. It will take a time to get accustomed > to new reference position. This regexps reference

Re[2]: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-09 Thread Derick Rethans
On Fri, 8 Apr 2005, anatoly techtonik wrote: > This regexps reference is good not only for > PHP users, but for many, who regexps more than PHP, but finds PHP > manual more clear than MAN PCRE. Our man page is an exact copy of "man pcrepattern" - albeit an older version... Derick -- Derick Re

Re[2]: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-09 Thread anatoly techtonik
||*()*|| Hi, Jakub. JV> What about moving pcre.pattern.* to ref.pcre page? It will be long but JV> still shorter than ref.mbstring :-). It consists of changing JV> to and moving links to these two files to JV> (I already tested it). I don't think it is a good idea. It seems to me that PCRE ref

Re: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-08 Thread Gabor Hojtsy
# Side effects detected in function.main, function.die, pcre.pattern.* - will be fixed Patch for function.die sent, function.main is not a big deal (it's a dummy entry anyway), pcre.pattern.* remain. My idea is to move them to appendix and provide a link from ref.pcre. Any objections, Goba and oth

Re: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-08 Thread Gabor Hojtsy
I agree with Nuno here! They should stay where they are, the script should get fixed. I simple don't know how to fix the script. Docbook requires in , in , etc. I don't know where to put the logic to disable versioning on these two pages because they look like any other page. Maybe something ugly

Re: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-08 Thread Jakub Vrana
Jakub Vrana wrote: >> # Side effects detected in function.main, function.die, pcre.pattern.* - >> will be fixed > Patch for function.die sent, function.main is not a big deal (it's a > dummy entry anyway), pcre.pattern.* remain. My idea is to move them to > appendix and provide a link from ref.p

Re: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-08 Thread Jakub Vrana
Jakub Vrana wrote: >> # Side effects detected in function.main, function.die, pcre.pattern.* - >> will be fixed > Patch for function.die sent, function.main is not a big deal (it's a > dummy entry anyway), pcre.pattern.* remain. My idea is to move them to > appendix and provide a link from re

Re: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-07 Thread Friedhelm Betz
Hi Jakub, Gabor Hojtsy wrote: I agree with Nuno here! They should stay where they are, the script should get fixed. I simple don't know how to fix the script. Docbook requires in , in , etc. I don't know where to put the logic to disable versioning on these two pages because they look like any o

Re: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-07 Thread Jakub Vrana
Gabor Hojtsy wrote: > I agree with Nuno here! They should stay where they are, the script > should get fixed. I simple don't know how to fix the script. Docbook requires in , in , etc. I don't know where to put the logic to disable versioning on these two pages because they look like any other p

Re: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-07 Thread Gabor Hojtsy
Jakub Vrana wrote: > # Side effects detected in function.main, function.die, > pcre.pattern.* - will be fixed Patch for function.die sent, function.main is not a big deal (it's a dummy entry anyway), pcre.pattern.* remain. My idea is to move them to appendix and provide a link from ref.pcre. An

Re: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-07 Thread Nuno Lopes
Jakub Vrana wrote: > # Side effects detected in function.main, function.die, > pcre.pattern.* - will be fixed Patch for function.die sent, function.main is not a big deal (it's a dummy entry anyway), pcre.pattern.* remain. My idea is to move them to appendix and provide a link from ref.pcre. An

Re: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-07 Thread Jakub Vrana
Jakub Vrana wrote: > # Side effects detected in function.main, function.die, pcre.pattern.* - > will be fixed Patch for function.die sent, function.main is not a big deal (it's a dummy entry anyway), pcre.pattern.* remain. My idea is to move them to appendix and provide a link from ref.pcre.

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2005-04-07 Thread Jakub Vrana
vrana Thu Apr 7 08:21:49 2005 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: Aliases version info (bug #24157) # Side effects detected in function.main, function.die, pcre.pattern.* - will be fixed http://cvs.php.net/diff.php/phpdoc/dsssl/htm

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2004-06-03 Thread Mehdi Achour
didou Thu Jun 3 09:06:55 2004 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: revert last commit # :| http://cvs.php.net/diff.php/phpdoc/dsssl/html-common.dsl?r1=1.14&r2=1.15&ty=u Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-co

Re: [PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2004-06-03 Thread Derick Rethans
On Thu, 3 Jun 2004, Mehdi Achour wrote: > didou Thu Jun 3 06:33:43 2004 EDT > > Modified files: > /phpdoc/dsssl html-common.dsl > Log: > new docs Why eare you changing this? This new structure is not applied yet and you removed a lot of stuff that is needed. regards, Deric

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2004-06-03 Thread Mehdi Achour
didou Thu Jun 3 06:33:43 2004 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: new docs http://cvs.php.net/diff.php/phpdoc/dsssl/html-common.dsl?r1=1.13&r2=1.14&ty=u Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl:1.13 php

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl print.dsl.in

2004-01-02 Thread Hartmut Holzgraefe
hholzgraFri Jan 2 14:00:12 2004 EDT Modified files: /phpdoc/dsssl html-common.dsl print.dsl.in Log: usage of has been dropped in favour of a long time ago ... Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl:1.12 phpdo

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2003-02-20 Thread Philip Olson
philip Thu Feb 20 04:28:02 2003 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: Make NULL link to type NULL Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl:1.10 phpdoc/dsssl/html-common.dsl:1.11 --- phpdoc/dsssl/html-com

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2003-02-20 Thread Philip Olson
philip Thu Feb 20 03:49:33 2003 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: Make bool link like boolean does. Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl:1.9 phpdoc/dsssl/html-common.dsl:1.10 --- phpdoc/dsssl/htm

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2002-09-19 Thread Hartmut Holzgraefe
hholzgraThu Sep 19 03:46:58 2002 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: make sure that function version info only apears on pages that have a in them (and not e.g. on the preg pattern descriptions) Index: phpdoc/dsssl/htm

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2002-04-06 Thread Hartmut Holzgraefe
hholzgraSun Apr 7 04:06:40 2002 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: fixed case-sensitivity problem in function-linking constant-linking finally works Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2002-03-26 Thread Friedhelm Betz
betzTue Mar 26 14:15:58 2002 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: changed and in comment Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl:1.5 phpdoc/dsssl/html-common.dsl:1.6 --- phpdoc/dsssl/html-common.dsl

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2002-03-21 Thread Hartmut Holzgraefe
hholzgraThu Mar 21 19:08:11 2002 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: faq-anchor problem solved Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl:1.4 phpdoc/dsssl/html-common.dsl:1.5 --- phpdoc/dsssl/htm

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl

2002-03-03 Thread Derick Rethans
derick Sun Mar 3 05:48:42 2002 EDT Modified files: /phpdoc/dsssl html-common.dsl Log: - Fix typo Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl:1.2 phpdoc/dsssl/html-common.dsl:1.3 --- phpdoc/dsssl/html-common.dsl:1.2Mon

[PHP-DOC] cvs: phpdoc /dsssl html-common.dsl print.dsl.in

2002-01-14 Thread Jirka Kosek
jkj Mon Jan 14 17:12:59 2002 EDT Modified files: /phpdoc/dsssl html-common.dsl print.dsl.in Log: Added support for Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl:1.1 phpdoc/dsssl/html-common.dsl:1.2 --- phpdoc/dsssl/html-