[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.24r2=1.25diff_format=u Index: phpdoc/dsssl/html-common.dsl diff -u

[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

[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.21r2=1.22ty=u Index: phpdoc/dsssl/html-common.dsl diff -u

[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

[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

[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

[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.18r2=1.19ty=u Index: phpdoc/dsssl/html-common.dsl diff -u

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: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

[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

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 refentry to section and moving links to these two files to JV partintro (I already tested it). I don't think it is a good idea. It

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: [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 is

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: [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.pcre.

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 refentry in reference, refnamediv in refentry, etc. I don't know where to put the logic to disable versioning on these two pages because they look like

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

[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

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.

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. Any

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. Any

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 refentry in reference, refnamediv in refentry, etc. I don't know where to put the logic to disable versioning on these two pages

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 refentry in reference, refnamediv in refentry, etc. I don't know where to put the logic to disable versioning on these

[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.13r2=1.14ty=u Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl:1.13

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, Derick

[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.14r2=1.15ty=u Index: phpdoc/dsssl/html-common.dsl diff -u

[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 typebool/type link like typeboolean/type does. Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl:1.9 phpdoc/dsssl/html-common.dsl:1.10

[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 typeNULL/type 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 ---

[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 refentry pages that have a methodsynopsys in them (and not e.g. on the preg pattern descriptions)

[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

[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 title and question in comment Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl:1.5 phpdoc/dsssl/html-common.dsl:1.6 ---

[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 ---

[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 note role=seealso Index: phpdoc/dsssl/html-common.dsl diff -u phpdoc/dsssl/html-common.dsl:1.1 phpdoc/dsssl/html-common.dsl:1.2 ---