rtomayko / ronn

the opposite of roff
http://rtomayko.github.com/ronn/
Other
1.36k stars 84 forks source link

Nokogiri #59

Open trans opened 12 years ago

trans commented 12 years ago

Switch HTML library from hpricot to Nokogiri.

rtomayko commented 12 years ago

+1

postmodern commented 12 years ago

+1

Or roll your own HTML builder using CGI.escapeHTML.

zimbatm commented 10 years ago

+1 hpricot install is failing in OSX 10.9 with clang: error: unknown argument: '-multiply_definedsuppress' [-Wunused-command-line-argument-hard-error-in-future] and seem to be unmaintained

boutil commented 9 years ago

Hpricot is dead upstream. Debian considers removing it from its archive in the future. This change would ensure that Ronn is still distributed in Debian (and other linux distributions). Thank you in advance for working on that

xtaran commented 8 years ago

JFTR: Debian's removal of hpricot might come closer. ronn is one of only two reverse dependencies left.

apjanke commented 5 years ago

FYI, if you're still interested: looks like Ronn development has stalled, but I've created a Ronn-NG fork, and I've migrated it from Hpricot to Nokogiri.

It's available as the ronn-ng RubyGem, and the Nokogiri migration will be released in version 0.8.0, coming soon.