diff --git a/ebin/dhtcrawler.app b/ebin/dhtcrawler.app index bbbffac..d1fcac3 100644 --- a/ebin/dhtcrawler.app +++ b/ebin/dhtcrawler.app @@ -1,6 +1,6 @@ {application,dhtcrawler, [{description,"A DHT crawler to index magnet hash to torrent"}, - {vsn,"53e3036"}, + {vsn,"2f8842a"}, {registered,[dht_crawler_sup]}, {applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson, mongodb]}, @@ -16,9 +16,10 @@ index_file,loc_torrent,loc_torrent_cache, loc_torrent_sup,name_seger,rmmseg,sphinx_builder, sphinx_builder2,sphinx_builder_sup,sphinx_cmd, - sphinx_doc,sphinx_id,sphinx_search,sphinx_torrent, - sphinx_torrent2,sphinx_xml,string_split,string_util, - time_util,tor_builder,tor_download,tor_download_stats, - tor_location,tor_location_reader,tor_location_writer, - tor_name_seg,torrent_file,transfer,urldecode,vlog, + sphinx_doc,sphinx_excerpt,sphinx_id,sphinx_search, + sphinx_torrent,sphinx_torrent2,sphinx_xml, + string_split,string_util,time_util,tor_builder, + tor_download,tor_download_stats,tor_location, + tor_location_reader,tor_location_writer,tor_name_seg, + torrent_file,transfer,urldecode,vlog, xmerl_xml_cdata]}]}. diff --git a/ebin/http_handler.beam b/ebin/http_handler.beam index cd3b30e..0310b01 100644 Binary files a/ebin/http_handler.beam and b/ebin/http_handler.beam differ diff --git a/ebin/sphinx_excerpt.beam b/ebin/sphinx_excerpt.beam new file mode 100644 index 0000000..8dafe50 Binary files /dev/null and b/ebin/sphinx_excerpt.beam differ diff --git a/ebin/sphinx_search.beam b/ebin/sphinx_search.beam index 37975ab..9965463 100644 Binary files a/ebin/sphinx_search.beam and b/ebin/sphinx_search.beam differ diff --git a/www/page.temp b/www/page.temp index e633967..cda3977 100644 --- a/www/page.temp +++ b/www/page.temp @@ -44,6 +44,10 @@ span.file-size { p.page-nav { text-align:center; } +.highlight { + color:blue; + background:yellow; +}