[Pharo-project] html parser

2011-01-13 Thread Tudor Girba
Hi, Is there a robust html parser in Pharo? As I understand, there would be one in VW called TwoFlowers, but I do not know the license. Cheers, Doru -- www.tudorgirba.com "No matter how many recipes we know, we still value a chef."

Re: [Pharo-project] HTML parser (again)

2010-08-19 Thread Stéphane Ducasse
Yes we should do something. Now the question is how to do something that we can actually implement. I think that we should - start to identify package of interest (quality/topics) - check their license status - check the author and get access - create an inbox S

Re: [Pharo-project] HTML parser (again)

2010-08-19 Thread Stéphane Ducasse
The problem is how do you control because people published code that I do not like in my breakout project for example. I think that the idea of inbox and community contributors is the way to go, this is open and you can control. In any case as a community we will have to work to identify package

Re: [Pharo-project] HTML parser (again)

2010-08-18 Thread laurent laffont
Yes Sean, actually SqueakSource is not really "Share Friendly". I wonder if a solution is not having only one repository for all as Monticello seems to handle branches itself. It seems INRIA will start working on this starting from sept. / oct. The automatic inbox is a solution too. But it doesn

Re: [Pharo-project] HTML parser (again)

2010-08-18 Thread Sean P. DeNigris
laurent laffont wrote: > > Sean, could you put your package there ? > The wonderful world of Squeak packages... The package I fixed is Todd Blanchard's HTML & CSS Validating Parser at http://www.squeaksource.com/htmlcssparser/, not the Scamper HTML from http://www.squeaksource.com/HTML, altho

Re: [Pharo-project] HTML parser (again)

2010-08-18 Thread laurent laffont
Thanks. Sean, could you put your package there ? Laurent On Wed, Aug 18, 2010 at 11:08 PM, Stéphane Ducasse < stephane.duca...@inria.fr> wrote: > sure > I was not aware I was admin. I saw that marcus did it ;) > > Stef > > On Aug 18, 2010, at 10:14 PM, laurent laffont wrote: > > > Marcus, Stép

Re: [Pharo-project] HTML parser (again)

2010-08-18 Thread Stéphane Ducasse
sure I was not aware I was admin. I saw that marcus did it ;) Stef On Aug 18, 2010, at 10:14 PM, laurent laffont wrote: > Marcus, Stéphane, > > is it possible to have the Scamper repository with public write access ? Or > at least add Andrei and Sean... > > Cheers, > > Laurent > > On Wed,

Re: [Pharo-project] HTML parser (again)

2010-08-18 Thread laurent laffont
Marcus, Stéphane, is it possible to have the Scamper repository with public write access ? Or at least add Andrei and Sean... Cheers, Laurent On Wed, Aug 18, 2010 at 8:55 PM, Sean P. DeNigris wrote: > > > Andrei Stebakov wrote: > > > > I found another one, Todd Blanchard's HTML and CSS parser

Re: [Pharo-project] HTML parser (again)

2010-08-18 Thread Andrei Stebakov
Thank you Sean, it load now. I only wish the library had some test cases or description since it's not obvious how to use it. On Wed, Aug 18, 2010 at 2:55 PM, Sean P. DeNigris wrote: > > > Andrei Stebakov wrote: >> >> I found another one, Todd Blanchard's HTML and CSS parser >> (http://www.squeak

Re: [Pharo-project] HTML parser (again)

2010-08-18 Thread Sean P. DeNigris
Andrei Stebakov wrote: > > I found another one, Todd Blanchard's HTML and CSS parser > (http://www.squeaksource.com/@iMgHmTKVxU00wEdz/A0jkqk71) but I > couldn't load it into Pharo 1.1 or Squeak 4.1. > It complains about some syntax error and leaves the progress bar which > I can't kill... > I wo

Re: [Pharo-project] HTML parser (again)

2010-08-17 Thread laurent laffont
On Wed, Aug 18, 2010 at 7:50 AM, Andrei Stebakov wrote: > I've been looking for a nice and fast HTML parser. > I've found Zulq Alam's Soup > (http://www.squeaksource.com/@vHckXt8_6gVtXFxy/XMrjDbIs) it looks nice > but it's way too slow for me (takes 5 sec to parse the page, my > current lisp parse

[Pharo-project] HTML parser (again)

2010-08-17 Thread Andrei Stebakov
I've been looking for a nice and fast HTML parser. I've found Zulq Alam's Soup (http://www.squeaksource.com/@vHckXt8_6gVtXFxy/XMrjDbIs) it looks nice but it's way too slow for me (takes 5 sec to parse the page, my current lisp parser takes about 1 sec for that.) I found another one, Todd Blanchard'

Re: [Pharo-project] HTML Parser

2010-07-02 Thread Germán Arduino
Will check, thanks. 2010/7/1 Mariano Martinez Peck > There were some threads few weeks ago about this: > > > http://forum.world.st/template/NodeServlet.jtp?tpl=search-page&node=1294836&query=HTML+Parser > > On Thu, Jul 1, 2010 at 1:41 AM, Germán Arduino wrote: > >> Trying PetitParser of Lukas.

Re: [Pharo-project] HTML Parser

2010-07-01 Thread Mariano Martinez Peck
There were some threads few weeks ago about this: http://forum.world.st/template/NodeServlet.jtp?tpl=search-page&node=1294836&query=HTML+Parser On Thu, Jul 1, 2010 at 1:41 AM, Germán Arduino wrote: > Trying PetitParser of Lukas. Seems to work ok to my current (small) html > needs. > > Cheers. >

Re: [Pharo-project] HTML Parser

2010-06-30 Thread Germán Arduino
Trying PetitParser of Lukas. Seems to work ok to my current (small) html needs. Cheers. 2010/6/30 Germán Arduino : > Hi: > > I used to use HTML Parser on squeak, a package of Avi and Julian if I > not bad remember. That package needed Yaxo also. > > What are using on Pharo to parsing HTML on thes

[Pharo-project] HTML Parser

2010-06-30 Thread Germán Arduino
Hi: I used to use HTML Parser on squeak, a package of Avi and Julian if I not bad remember. That package needed Yaxo also. What are using on Pharo to parsing HTML on these days? Thanks. -- = Germán S. Arduino Twitter: garduino Arduino Softwar