Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-05-04 Thread Nuno Lopes
My proposal had nothing to do with the search engine. I still think that the off-line tools of livedocs could use some help. They are magical and shouldn't be (and way too phpdoc specific). My proposal was to make them docbook generic (and probably porting them to one of the new xml extensions of

RE: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-05-04 Thread Jared Williams
> My proposal had nothing to do with the search engine. I still > think that the off-line tools of livedocs could use some > help. They are magical and shouldn't be (and way too phpdoc > specific). My proposal was to make them docbook generic (and > probably porting them to one of the new xml

Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-05-04 Thread Nuno Lopes
On Wed, 3 May 2006, Philip Olson wrote: I've been a student (again) for almost a year now and am looking for a useful project this summer besides Calculus. I would like to work on the Livedocs project. I'm ready for this task and if selected look forward to it :) Am working on a proposal now. Fe

Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-05-03 Thread Gabor Hojtsy
On Wed, 3 May 2006, Philip Olson wrote: I've been a student (again) for almost a year now and am looking for a useful project this summer besides Calculus. I would like to work on the Livedocs project. I'm ready for this task and if selected look forward to it :) Am working on a proposal now. Fe

Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-05-03 Thread Philip Olson
Well I didn't know mentors need to apply, but I see know (from the SoC mentor FAQ) that they need to apply at the mentoring organization, not Google :) Well, I am probably not going to have time to mentor a student either, so I am happy that there are already mentors to handle any livedocs inter

Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-05-03 Thread Gabor Hojtsy
Nuno Lopes wrote: >> Nuno Lopes wrote: >> >>> And yes, having an automatic patch center would be great. (any student >>> here to apply to SoC? :) With such tool we could commit a patch clicking >> >> I am eligible, but I am unable to apply, I have so many other things to >> do :) Maybe next year (h

Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-05-03 Thread Sean Coates
> Thats why I've applied as mentor. I would like to mentor something about > livedocs or the gcov.php.net site. (you can still apply as well) FWIW, I'm also a mentor, and I'm available to help if anyone wants to take/develop the livedocs project. S

Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-05-03 Thread Nuno Lopes
Nuno Lopes wrote: And yes, having an automatic patch center would be great. (any student here to apply to SoC? :) With such tool we could commit a patch clicking I am eligible, but I am unable to apply, I have so many other things to do :) Maybe next year (hopefully my last year of eligibility,

Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-05-03 Thread Gabor Hojtsy
Nuno Lopes wrote: > And yes, having an automatic patch center would be great. (any student > here to apply to SoC? :) With such tool we could commit a patch clicking I am eligible, but I am unable to apply, I have so many other things to do :) Maybe next year (hopefully my last year of eligibility

Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-05-03 Thread Nuno Lopes
2. CVS to SVN, SVN as a Livedocs backend I can be a little bit misleaded, but it seems to me that SVN can be accessed from web application and we can use this ability. First idea is online patch generation, where user can edit the page (like in wiki), but instead of page text he is presented

Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-05-02 Thread anatoly techtonik
||*()*|| Hi, Nuno. >> Google is doing their Summer of Code thing again this year. You can read >> more about it here: http://code.google.com/summerofcode.html >> >> It doesn't actually mention PHP there yet, but it will soon. So if you >> are a student and have an interesting idea for a PHP-rela

Re: [PHP-DOC] RE: [PHP-DEV] RE: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-04-17 Thread Gabor Hojtsy
Jared Williams wrote: >>I litle hack. >> >>It removes comments in XML, but resolves all XML entities >>without modifications to make all xml files "standalone" > > Yes I have some code that does something similar, for > http://ren.dotgeek.org/DooX/index.php > It chunks, indexes, puts the chunks

RE: [PHP-DOC] RE: [PHP-DEV] RE: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-04-17 Thread Jared Williams
> > Jared Williams escreveu: > >>>How about moving away from using system entities to construct the > >>>manual and using Xinclude instead? (See the mysql ref > >>manual docbook > >>>sources) This would make the base pages independent from > >> > >>each other, and loadable into a DOMDocument, wh

Re: [PHP-DOC] RE: [PHP-DEV] RE: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-04-16 Thread André Luis Ferreira da Silva Bacci
Jared Williams escreveu: How about moving away from using system entities to construct the manual and using Xinclude instead? (See the mysql ref manual docbook sources) This would make the base pages independent from each other, and loadable into a DOMDocument, which could be transformed wi

RE: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-04-16 Thread Jared Williams
> -Original Message- > From: Gabor Hojtsy [mailto:[EMAIL PROTECTED] > Sent: 16 April 2006 10:15 > To: [EMAIL PROTECTED] > Cc: 'PHPdoc' > Subject: Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code > > Hi, > > [Internals list left out of the loo

Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-04-16 Thread Gabor Hojtsy
Hi, [Internals list left out of the loop, since they have nothing to do with discussions on Livedocs] Jared Williams wrote: >>+1 for someone cleaning up livedocs to a ready-to-deploy state :) > > How about moving away from using system entities to construct the manual and > using Xinclude inste

[PHP-DOC] RE: [PHP-DEV] RE: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-04-15 Thread Jared Williams
> > How about moving away from using system entities to construct the > > manual and using Xinclude instead? (See the mysql ref > manual docbook > > sources) This would make the base pages independent from > each other, and loadable into a DOMDocument, which could be > transformed with xslt.

[PHP-DOC] Re: [PHP-DEV] RE: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-04-15 Thread Jochem Maas
Jared Williams wrote: -Original Message- ... How about moving away from using system entities to construct the manual and using Xinclude instead? (See the mysql ref manual docbook sources) This would make the base pages independent from each other, and loadable into a DOMDocum

RE: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-04-15 Thread Jared Williams
> -Original Message- > From: Gabor Hojtsy [mailto:[EMAIL PROTECTED] > Sent: 15 April 2006 13:24 > To: Nuno Lopes > Cc: Rasmus Lerdorf; internals; PHPdoc > Subject: Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code > > Nuno Lopes wrote: > >> Google is doing

Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-04-15 Thread Lukas Smith
Gabor Hojtsy wrote: Nuno Lopes wrote: Google is doing their Summer of Code thing again this year. You can read more about it here: http://code.google.com/summerofcode.html This year I might participate. I would like to do something in the core or even in the zend engine. I'll think in somethin

Re: [PHP-DOC] Re: [PHP-DEV] Summer of Code

2006-04-15 Thread Gabor Hojtsy
Nuno Lopes wrote: >> Google is doing their Summer of Code thing again this year. You can >> read more about it here: http://code.google.com/summerofcode.html > > This year I might participate. I would like to do something in the core > or even in the zend engine. I'll think in something.. (I'm al