Our popular Arc90 lab experiment, Readability, original built in plain ol’ Javascript (open source and available here) has been ported to other programming languages as well.
Nirmal Patel ported Readability to Python (source here). It powers his ridiculously sweet Hack et al, a full-content RSS view of articles pointed to by Hacker News. Yesterday, we got word from Keyvan Minoukadeh that he’s ported Readability to PHP.
If anyone else has built their own flavor of Readability, be sure to let us know by emailing us or pinging us on Twitter at @arc90.
Robert Charles said:
Saw this mentioned in MacWorld (Aug. ‘09, 20). Very use tool and couldn’t be easier to install.
Anirvan said:
Thanks for encouraging ports. I ported Readability’s content identification routines to Perl.
It’s freely available on CPAN as HTML::ExtractMain: http://search.cpan.org/dist/HTML-ExtractMain/
AB said:
I just learned about Readability and I think it’s a great idea –
If I could make a suggestion, though. I don’t use the bookmark toolbar normally, so if it would be possible to place the Readability button elsewhere on the web browser, that would be really great.
Immortal said:
I’m porting Readability to C#. For current development effort see http://code.google.com/p/nreadability/
crawlabout said:
Thanks Immortal! You saved me a lot of trouble with your excellent C# port!
Big Thanks to you guys at arc90
Damiano said:
Great work! Any java implementation ?
Christophe SCHOLLY said:
I’m also searching any java implementation. I tried to use rhino and envjs with the original javascript implementation but performances are too bad… Any solution ;-) ?
Thanks
Damiano said:
Tried rhino scriptEngine + readability.js but exception problems so far..i am frustrated, either i misunderstood something or there is a missing part in the puzzle.
I ll try rhino scriptEngine + readability.js + envjs ( even though is not clear to me how to combine all these.. )
Some java implementation would solve the problem with less pain :O)
Help or tips would be highly appreciated.