Re: [PHP-DOC] dom docs first attempt

2004-05-09 Thread Nuno Lopes
> I still havent added more examples and the object properties. > Could use some help on the addition of properties. Tomorow I'll take a look at the link you sent us to check how to integrate them in the docs. > I took a look at mysqli, but the properties there also had a corresponding > procedu

[PHP-DOC] cvs: phpdoc /en/reference/dom/functions dom-domnode-issupported.xml

2004-05-09 Thread Nuno Lopes
nlopess Sun May 9 14:21:31 2004 EDT Modified files: /phpdoc/en/reference/dom/functions dom-domnode-issupported.xml Log: fix ID http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domnode-issupported.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/referen

[PHP-DOC] cvs: phpdoc / manual.xml.in

2004-05-09 Thread Nuno Lopes
nlopess Sun May 9 14:16:45 2004 EDT Modified files: /phpdoc manual.xml.in Log: finnaly enabling DOM extension http://cvs.php.net/diff.php/phpdoc/manual.xml.in?r1=1.170&r2=1.171&ty=u Index: phpdoc/manual.xml.in diff -u phpdoc/manual.xml.in:1.170 phpdoc/manua

Re: [PHP-DOC] Permanent cache for livedocs

2004-05-09 Thread Nuno Lopes
> Checking if files are outdated takes more time (and diskio) then > regenerating them on the fly, so that's why I made it delete everything. > > regards, > Derick So, why the need of the "mtime" in the DB? It is only making the DB bigger! Nuno

[PHP-DOC] cvs: phpdoc /en/reference/com constants.xml

2004-05-09 Thread Wez Furlong
wez Sun May 9 11:28:08 2004 EDT Modified files: /phpdoc/en/reference/comconstants.xml Log: exception code for com_get_active_object() http://cvs.php.net/diff.php/phpdoc/en/reference/com/constants.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/com/

[PHP-DOC] cvs: phpdoc /en/reference/com/functions com-get-active-object.xml

2004-05-09 Thread Wez Furlong
wez Sun May 9 11:26:08 2004 EDT Added files: /phpdoc/en/reference/com/functions com-get-active-object.xml Log: Document com_get_active_object(). http://cvs.php.net/co.php/phpdoc/en/reference/com/functions/com-get-active-object.xml?r=1.1&p=1 Index: p

Re: [PHP-DOC] dom docs first attempt

2004-05-09 Thread Rob Richards
The files are commited, but the only change was to change the tabs to spaces. I still havent added more examples and the object properties. Could use some help on the addition of properties. I took a look at mysqli, but the properties there also had a corresponding procedural syntax, so wasnt sur

Re: [PHP-DOC] Permanent cache for livedocs

2004-05-09 Thread Derick Rethans
On Sun, 9 May 2004, Nuno Lopes wrote: > Hello, > > Yesterday I was thinking in implementing some kind of permanent caching for > livedocs, instead of deleting all cached files when build.sh is run. > Then I've checked that the tables files has a mtime colum. Maybe this was > your original idea! >

[PHP-DOC] Permanent cache for livedocs

2004-05-09 Thread Nuno Lopes
Hello, Yesterday I was thinking in implementing some kind of permanent caching for livedocs, instead of deleting all cached files when build.sh is run. Then I've checked that the tables files has a mtime colum. Maybe this was your original idea! As this could boost significantly livedocs' perform

Re: [PHP-DOC] user contributed notes in livedocs

2004-05-09 Thread Gabor Hojtsy
I did look into that, but it is quite php specific; remember that one of the original goals was to be usable outside the realms of phpdoc. I settled on an SQLite database, as it should be easier for other sources to put their data into that format than our hashed notes stuff. Absolutely right. I j

[PHP-DOC] #28295 [Opn]: Ability to ignore / separate PHP5 functions when browing the documentation

2004-05-09 Thread wez
ID: 28295 Updated by: [EMAIL PROTECTED] Reported By: m at bytech dot fi Status: Open Bug Type:Documentation problem PHP Version: Irrelevant New Comment: may I suggest a small version of the "version 5 in a circle" graphic we have on php.net right now. This little graphic

Re: [PHP-DOC] Doxygen -> DocBook

2004-05-09 Thread Nuno Lopes
> No, Marcus used (his modified version of) Doxygen to generate SPL docs > based on the comments in the code. > > --Wez. Where can I have access to that docs? Maybe I could do that script to convert Doxygen to docbook Nuno

RE: [PHP-DOC] Doxygen -> DocBook

2004-05-09 Thread Wez Furlong
No, Marcus used (his modified version of) Doxygen to generate SPL docs based on the comments in the code. --Wez. > -Original Message- > From: Nuno Lopes [mailto:[EMAIL PROTECTED] > Sent: 09 May 2004 14:37 > To: Wez Furlong; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: 'Marcus Boerger' >

Re: [PHP-DOC] Doxygen -> DocBook

2004-05-09 Thread Nuno Lopes
> It sounds a bit like overkill, but it's worth checking into. > > I was hoping that someone would volunteer to hack a php 5 script > together that transformed doxy -> phpdoc ;-) > > Thanks, > > --Wez. But which docs are you talking about? ext/spl/samples ??

[PHP-DOC] #28295 [Opn]: Ability to ignore / separate PHP5 functions when browing the documentation

2004-05-09 Thread nlopess
ID: 28295 Updated by: [EMAIL PROTECTED] Reported By: m at bytech dot fi Status: Open Bug Type:Documentation problem PHP Version: Irrelevant New Comment: The code for and the TOC in ref.pages is exactly the same, because the TOC returns: xpto_func - $title And then this

RE: [PHP-DOC] Doxygen -> DocBook

2004-05-09 Thread Wez Furlong
It sounds a bit like overkill, but it's worth checking into. I was hoping that someone would volunteer to hack a php 5 script together that transformed doxy -> phpdoc ;-) Thanks, --Wez. > -Original Message- > From: Jesus M. Castagnetto [mailto:[EMAIL PROTECTED] > Sent: 09 May 2004 04:

RE: [PHP-DOC] user contributed notes in livedocs

2004-05-09 Thread Wez Furlong
I did look into that, but it is quite php specific; remember that one of the original goals was to be usable outside the realms of phpdoc. I settled on an SQLite database, as it should be easier for other sources to put their data into that format than our hashed notes stuff. --Wez. > -Ori

Re: [PHP-DOC] user contributed notes in livedocs

2004-05-09 Thread Gabor Hojtsy
I've just comitted some code that will optionally generate a notes database at the time when you build your livedocs index. (you need to know the token to access the notes from master, so not many of you will be able to play with this feature yet). The PHP.net rsync distributes a DB dumb of the use

[PHP-DOC] #28295 [Opn]: Ability to ignore / separate PHP5 functions when browing the documentation

2004-05-09 Thread goba
ID: 28295 Updated by: [EMAIL PROTECTED] Reported By: m at bytech dot fi Status: Open Bug Type:Documentation problem PHP Version: Irrelevant New Comment: Good idea :) It would be nice, if we could modify our presentation code (DSSSL and livedocs) to put a little [5] sign o

Re: [PHP-DOC] [PATCH] several bug fix in livedocs

2004-05-09 Thread Nuno Lopes
> Hey Nuno, > > You're using sqlite_array_query() where you could just use > sqlite_single_query(): Done. > What exactly was the problem that you fixed in make_function_link, and > how did you fix it? make_function_link was a big confusion and slow. I've cleaned it up and I'm using just a DB qu

[PHP-DOC] cvs: phpdoc /en/reference/spl/functions ArrayIterator-rewind.xml

2004-05-09 Thread Nuno Lopes
nlopess Sun May 9 04:44:37 2004 EDT Modified files: /phpdoc/en/reference/spl/functions ArrayIterator-rewind.xml Log: fix example's title http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayIterator-rewind.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/