Improve first par detection without hpricot
[rbot] / lib / rbot / core / utils / utils.rb
2011-12-08  Giuseppe BilottaImprove first par detection without hpricot
2011-04-02  Giuseppe Bilottautils: support new HTMLEntities interface
2011-03-16  Giuseppe BilottaAdd – to known HTML characters
2011-01-26  Giuseppe Bilottahtml entities: add deg
2010-10-14  Giuseppe Bilottasafe_exec fixes
2009-08-30  Giuseppe BilottaRevert "utils: try nokogiri/hpricot if hpricot is not...
2009-08-30  Giuseppe Bilottautils: try nokogiri/hpricot if hpricot is not available
2009-04-11  Giuseppe Bilottautils: Utils.try_exec
2009-04-11  Giuseppe Bilottautils: fix safe_exec failures
2009-03-06  Giuseppe Bilottaload rubygems if available
2009-03-03  Raine Virtautils: add a helper method for creating comma separated...
2009-02-19  Raine Virtaremove whitespace
2009-02-15  Giuseppe Bilotta+ @bot.path and datafile methods
2009-02-11  Giuseppe Bilottautils: htmlinfo filtering doc cleanups
2008-12-16  Giuseppe Bilottautils.rb: Utils.age_string to replace distance_of_time_...
2008-12-16  Giuseppe Bilottautils.rb: fix Utils.timeago for explicit date output
2008-12-16  Giuseppe Bilottautils.rb: fix Utils.distance_of_time_in_words for negat...
2008-07-03  Casey Linkutils.rb: added timeago and distance_of_time_in_words...
2008-04-22  Giuseppe BilottaLicensing uniformity: dual-license rbot core under...
2008-04-14  Giuseppe Bilottautils: URI fragment is sometimes found in id attribute...
2008-04-14  Giuseppe Bilottautils: don't hang when getting first par with nonexista...
2008-03-24  Giuseppe Bilottautils: Utils.secs_to_short convert seconds into hour...
2008-03-21  Yaohan ChenMerge branch 'master' of ssh://ruby-rbot.org/var/git...
2008-03-19  Giuseppe Bilottautils: Utils.check_location returns an array of locatio...
2008-03-17  Giuseppe Bilottautils: Utils.check_location comfort method for :htmlinf...
2008-03-17  Giuseppe Bilottafilters: HTML info extraction is now a filter
2008-01-30  Giuseppe Bilottautils: fix decode_html_entities for numerical entities... last-svn-commit
2007-10-11  Giuseppe Bilottafirst_html_par: detect fragment at the right place
2007-10-01  Dmitry Kim* (utils) should use partial_body() for non-text respon...
2007-09-21  Giuseppe BilottaUtils.decode_html_entities: get rid of commented table...
2007-09-21  Giuseppe BilottaUtils: we are an UTF-8 aware bot now, no need to ASCIIf...
2007-09-21  Giuseppe BilottaUtils.decode_html_entities: fix decoding of unknown...
2007-09-18  Giuseppe Bilottafirst_html_par: after-paragraph matches should prefer...
2007-09-18  Giuseppe Bilottafirst_html_par: make Hpricot handling more robust
2007-09-18  Giuseppe Bilottafirst_html_par: constify the 'after par' searches with...
2007-09-18  Giuseppe Bilottautils: require 'hpricot' the second time, not 'htmlenti...
2007-09-18  Giuseppe Bilottafirst_html_par: it's doc.root.search, not doc.root...
2007-09-18  Giuseppe Bilottafirst_html_par: build lists 'manually' when using Hpricot
2007-09-18  Giuseppe BilottaHTML processing refactoring: remove obsolete comment
2007-09-18  Giuseppe BilottaHpricot first par: it's el[:class], not el.class
2007-09-18  Giuseppe BilottaHTML processing refactoring: fix options passed by...
2007-09-18  Giuseppe BilottaHTML processing refactoring: Utils.get_first_pars now...
2007-09-18  Giuseppe BilottaHTML processing refactoring: Utils.get_html_info and...
2007-09-18  Giuseppe BilottaHTML processing refactoring: HTML title extraction...
2007-09-13  Giuseppe Bilottamore rdoc-ification
2007-09-12  Giuseppe Bilottanamespaces: move rbot-specific classes and modules...
2007-09-11  Giuseppe Bilottafirst_html_par: only initialize element collections...
2007-09-11  Giuseppe Bilottafirst_html_par: use hpricot if available
2007-09-11  Giuseppe BilottaRequirements: document 'htmlentities' dependency-with...
2007-08-26  Giuseppe BilottaTranslate Utils.secs_to_string strings
2007-04-12  Giuseppe BilottaModule\#define_structure method: define a new Struct...
2007-04-11  Giuseppe Bilottause pretty printing with Logger (debug, info, warning...
2007-04-09  Giuseppe BilottaMore require cleanups
2007-04-08  Giuseppe Bilottarss plugin: watching now relies on an ID built from...
2007-04-06  Dmitry Kim* (utils) fix stderr redirection in safe_exec()
2007-04-02  Dmitry Kim* (httputil) transparent charset support in HTTP::Response
2007-04-01  Giuseppe BilottaMore first_par fixups
2007-04-01  Giuseppe BilottaStringlib/rbot/core/utils/extends.rbutfy_xml() method...
2007-03-30  Dmitry Kim*** (httputil) major rework, new caching implementatio...
2007-03-30  Giuseppe BilottaUtils: the array returned by get_first_pars now contain...
2007-03-30  Dmitry Kim* (utils.rb) reflect the api/semantics changes in comments
2007-03-30  Dmitry Kim- (utils.rb) removed http_get, since it's obsoleted
2007-03-26  Giuseppe BilottaHttpUtils: inline rescue doesn't rescue LoadError,...
2007-03-26  Giuseppe BilottaUtils: more first par enhancements
2007-03-25  Giuseppe BilottaUtils: fix a stupid bug in rubygems require and add...
2007-03-25  Giuseppe BilottaUtils: retry after requiring rubygems if htmlentities...
2007-03-25  Giuseppe BilottaUtils: cleanup first html par code
2007-03-25  Giuseppe BilottaUtils: convert unknown numering HTML entities to the...
2007-03-25  Giuseppe BilottaUtils: try non-paragraphs if no paragraphs was found
2007-03-25  Giuseppe BilottaUtils: when looking for the first par in a web page...
2007-02-23  Giuseppe BilottaUtils.secs_to_string now convert seconds to integers...
2007-02-18  Giuseppe BilottaPlugin header boilerplating.
2007-02-10  Giuseppe BilottaPreserve safe save dir across rescans
2007-02-06  Giuseppe BilottaEnhance Utils tools to get first pars, allowing an...
2007-02-06  Giuseppe BilottaMove code to get first par from a series of urls from...
2007-02-06  Giuseppe BilottaOptimizations to ircify_first_html_par
2007-02-06  Giuseppe BilottaMove code to find and ircify first par from search...
2007-02-06  Giuseppe BilottaCreate an utils subdir in core, which will store all...