]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/core/utils/utils.rb
first_html_par: build lists 'manually' when using Hpricot
[user/henk/code/ruby/rbot.git] / lib / rbot / core / utils / utils.rb
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...