Displaying 1 result from an estimated 1 matches for "managedsupport".
2007 Sep 27
2
Problem getting "extract" from RDig
...equire ''rdig''
2. require ''rdig_config''
I have the following code in my /config/rdig_config.rb
1. RDig.configuration do |cfg|
2. cfg.crawler.start_urls = [ ''http://localhost:3000/login/index'' ]
3. cfg.index.path =
"C:/rails/managedsupport/index/development/rdig-index"
4. cfg.verbose = true
5. cfg.content_extraction = OpenStruct.new(
6. :hpricot => OpenStruct.new(
7. :title_tag_selector => ''title'',
8. :content_tag_selector => ''body''
9. )...