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

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

2004-05-09 Thread Wez Furlong
. > -Original Message- > From: Gabor Hojtsy [mailto:[EMAIL PROTECTED] > Sent: 09 May 2004 14:20 > To: Wez Furlong > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DOC] user contributed notes in livedocs > > > I've just comitted some code that will optionally generate a not

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

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

2004-05-05 Thread Wez Furlong
OTECTED] > Sent: 05 May 2004 19:33 > To: Wez Furlong; [EMAIL PROTECTED] > Subject: Re: [PHP-DOC] user contributed notes in livedocs > > > > > BTW2: Anyone feel like tweaking the code highlighting so that > > > > function names are turned into links to t

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

2004-05-05 Thread Nuno Lopes
> > > BTW2: Anyone feel like tweaking the code highlighting so that > > > function names are turned into links to the manual pages? > > > > There is a user note in highlight_string() that has the code. It is simple > > to implement (but I can't do that, I have no karma...) > > You can submit a patc

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

2004-05-05 Thread Wez Furlong
> I've checked the code of user-notes.php at it seems that I need to crack the > md5 hash to try this feature :) > All files are using the same token, so I think you could change that token > so that all livedocs devellopers could use it, without having access to the > others features. The most im

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

2004-05-05 Thread Nuno Lopes
> 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). I've checked the code of user-notes.php a

[PHP-DOC] user contributed notes in livedocs

2004-05-04 Thread Wez Furlong
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 notes database will be queried so that the no