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. > -----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 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 user notes > organized into > folders. Since anyone can rsync, anyone can get the notes, it > just needs > some fitting for livedocs :) > > Goba > > >
