[Pharo-project] webdoc
hi all, damien and me finally found enough time at the pharo sprint to put a working version of webdoc online: http://rmod.lille.inria.fr/webdoc/ Please test and give some feedback :) (the major issue right now is speed, but since we plan on using it only as an html generator which later-on should be served statically this shouldn't be much of a problem) cami
Wonderful !!! I have some errors 404 when I click on links "Override method from:" like http://rmod.lille.inria.fr/doc/class/RBMessageNode#method/receiver:selectorP... : The yuml.me inheritance diagram could be retrieved using ajax then displayed in a div inside the page when loaded. Laurent. On Fri, Jul 8, 2011 at 9:29 PM, Camillo Bruni <camillo.bruni@inria.fr>wrote:
hi all,
damien and me finally found enough time at the pharo sprint to put a working version of webdoc online:
http://rmod.lille.inria.fr/webdoc/
Please test and give some feedback :) (the major issue right now is speed, but since we plan on using it only as an html generator which later-on should be served statically this shouldn't be much of a problem)
cami
Looks great! Cheers, Bernhard Am 08.07.2011 um 21:29 schrieb Camillo Bruni:
hi all,
damien and me finally found enough time at the pharo sprint to put a working version of webdoc online:
http://rmod.lille.inria.fr/webdoc/
Please test and give some feedback :) (the major issue right now is speed, but since we plan on using it only as an html generator which later-on should be served statically this shouldn't be much of a problem)
cami
Impressive! Thumbs up! On 08.07.2011, at 23:20, Bernhard Pieber wrote:
Looks great!
Cheers, Bernhard
Am 08.07.2011 um 21:29 schrieb Camillo Bruni:
hi all,
damien and me finally found enough time at the pharo sprint to put a working version of webdoc online:
http://rmod.lille.inria.fr/webdoc/
Please test and give some feedback :) (the major issue right now is speed, but since we plan on using it only as an html generator which later-on should be served statically this shouldn't be much of a problem)
cami
Thanks a lot!!!! On Jul 8, 2011, at 9:29 PM, Camillo Bruni wrote:
hi all,
damien and me finally found enough time at the pharo sprint to put a working version of webdoc online:
http://rmod.lille.inria.fr/webdoc/
Please test and give some feedback :) (the major issue right now is speed, but since we plan on using it only as an html generator which later-on should be served statically this shouldn't be much of a problem)
cami
do you have an idea why class Point is not found? May showing all the inherited methods should be optional Stef On Jul 8, 2011, at 9:29 PM, Camillo Bruni wrote:
hi all,
damien and me finally found enough time at the pharo sprint to put a working version of webdoc online:
http://rmod.lille.inria.fr/webdoc/
Please test and give some feedback :) (the major issue right now is speed, but since we plan on using it only as an html generator which later-on should be served statically this shouldn't be much of a problem)
cami
very cool On 8 juil. 2011, at 21:29, Camillo Bruni wrote:
hi all,
damien and me finally found enough time at the pharo sprint to put a working version of webdoc online:
http://rmod.lille.inria.fr/webdoc/
Please test and give some feedback :) (the major issue right now is speed, but since we plan on using it only as an html generator which later-on should be served statically this shouldn't be much of a problem)
cami
Noury Bouraqadi http://car.mines-douai.fr/noury -- -19èmes Journées Francophones sur les Systèmes Multi-Agents (JFSMAâ11) http://www.univ-valenciennes.fr/congres/jfsma2011/ 17-19 Octobre 2011, Valenciennes, France -5th International Conference on Smalltalk Technologies http://www.fast.org.ar November 3th - 5th, 2011 Universidad Nacional de Quilmes (Argentina)
Great job. It looks nice indeed: - I like the expanding of methods - I like the section expanders (from Instance / Class Methods Summary) - The search in the frames from the left is quite snappy - The subclassing showing / hiding - The inheritance diagram - I like the full urls like: http://rmod.lille.inria.fr/webdoc/doc/class/BlockCannotReturn - The look is clean While playing with it, I also found a couple of issues: - sometimes it freezes in the sense that I select a class and nothing happens on the right frame. - I like the full urls, but, the problem is that they are hidden in the frame, so it's difficult to spot them - Some links in the Overview section are broken. It looks like there is some sort of pattern matching and there are false positives. For example, on the above mentioned page, there are links to "as:" and "ensure:" - The preview that pops out when hovering over methods is too slow and it only shows a white box for a long time. I would disable it for now - The inheritance diagram is interesting, but I do not exactly understand what it shows. For example, I selected Error and the diagram is like the one in the attachment. It looks like the current class, is displayed with more methods, but I do not understand how the rest of the classes were selected. Cheers, Doru On 9 Jul 2011, at 13:30, Noury Bouraqadi wrote:
very cool On 8 juil. 2011, at 21:29, Camillo Bruni wrote:
hi all,
damien and me finally found enough time at the pharo sprint to put a working version of webdoc online:
http://rmod.lille.inria.fr/webdoc/
Please test and give some feedback :) (the major issue right now is speed, but since we plan on using it only as an html generator which later-on should be served statically this shouldn't be much of a problem)
cami
Noury Bouraqadi http://car.mines-douai.fr/noury -- -19èmes Journées Francophones sur les Systèmes Multi-Agents (JFSMAâ11) http://www.univ-valenciennes.fr/congres/jfsma2011/ 17-19 Octobre 2011, Valenciennes, France
-5th International Conference on Smalltalk Technologies http://www.fast.org.ar November 3th - 5th, 2011 Universidad Nacional de Quilmes (Argentina)
-- www.tudorgirba.com "When people care, great things can happen."
Thanks for the response :) On 2011-07-09, at 13:59, Tudor Girba wrote: > Great job. It looks nice indeed: > - I like the expanding of methods > - I like the section expanders (from Instance / Class Methods Summary) > - The search in the frames from the left is quite snappy > - The subclassing showing / hiding > - The inheritance diagram > - I like the full urls like: > http://rmod.lille.inria.fr/webdoc/doc/class/BlockCannotReturn > - The look is clean > > > While playing with it, I also found a couple of issues: > - sometimes it freezes in the sense that I select a class and nothing happens on the right frame. - indeed this is annoying, this should be solved once the hole image is rendered statically > - I like the full urls, but, the problem is that they are hidden in the frame, so it's difficult to spot them - right, that I solved at some point as well, but I must have broken it again. there was some JS running which create bookmarkable URLs in the main-page > - Some links in the Overview section are broken. It looks like there is some sort of pattern matching and there are false positives. For example, on the above mentioned page, there are links to "as:" and "ensure:" - yeah I guess I can disable the parsing for selectors :) > - The preview that pops out when hovering over methods is too slow and it only shows a white box for a long time. I would disable it for now - indeed annoying, again this is solved once the content is served statically > - The inheritance diagram is interesting, but I do not exactly understand what it shows. For example, I selected Error and the diagram is like the one in the attachment. It looks like the current class, is displayed with more methods, but I do not understand how the rest of the classes were selected. - as a lame excuse ;) I simply took over existing code, will investigate that, since its rather bizarr > Cheers, > Doru > > On 9 Jul 2011, at 13:30, Noury Bouraqadi wrote: >> very cool >> On 8 juil. 2011, at 21:29, Camillo Bruni wrote: >>> hi all, >>> >>> damien and me finally found enough time at the pharo sprint to put a working version of webdoc online: >>> >>> http://rmod.lille.inria.fr/webdoc/ >>> >>> Please test and give some feedback :) (the major issue right now is speed, but since we plan on using it only as an html generator which later-on should be served statically this shouldn't be much of a problem) >>> >>> cami
On 08 Jul 2011, at 21:29, Camillo Bruni wrote:
damien and me finally found enough time at the pharo sprint to put a working version of webdoc online:
Yes this is very cool! Is it easy to install this in one's own image ? Sven
On 2011-07-09, at 15:37, Sven Van Caekenberghe wrote:
On 08 Jul 2011, at 21:29, Camillo Bruni wrote:
damien and me finally found enough time at the pharo sprint to put a working version of webdoc online:
Yes this is very cool!
Is it easy to install this in one's own image ?
It's more or less easy :) but I haven't created a Configuration yet... meaning that you have to fetch a couple of things - Seaside - Seaside - REST (+ the pharo stuff) - PPMarkdownParser - PetitParser - RPackage - SimpleWebdoc - WebDoc I think thats it :). I think I will create a configuration tomorrow, so its easier to distribute, camillo
Ah sorry its called PetitMarkdown MCHttpRepository location: 'http://www.squeaksource.com/PetitMarkdown' user: '' password: '' camillo On 2011-07-11, at 08:17, Francois Stephany wrote:
- PPMarkdownParser
Where can we find it ? Is it stable/usable ? A search on Squeaksource doesn't give any result :/
Cheers, Fa
thanks ! On 11/07/11 15:12, Camillo Bruni wrote:
Ah sorry its called PetitMarkdown
MCHttpRepository location: 'http://www.squeaksource.com/PetitMarkdown' user: '' password: ''
participants (9)
-
Bernhard Pieber -
Camillo Bruni -
Francois Stephany -
laurent laffont -
Max Leske -
Noury Bouraqadi -
Stéphane Ducasse -
Sven Van Caekenberghe -
Tudor Girba