add http search result highlight

master
Kevin Lynx 11 years ago
parent 7f7045883e
commit b1869dd122

@ -1,6 +1,6 @@
{application,dhtcrawler, {application,dhtcrawler,
[{description,"A DHT crawler to index magnet hash to torrent"}, [{description,"A DHT crawler to index magnet hash to torrent"},
{vsn,"53e3036"}, {vsn,"2f8842a"},
{registered,[dht_crawler_sup]}, {registered,[dht_crawler_sup]},
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson, {applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
mongodb]}, mongodb]},
@ -16,9 +16,10 @@
index_file,loc_torrent,loc_torrent_cache, index_file,loc_torrent,loc_torrent_cache,
loc_torrent_sup,name_seger,rmmseg,sphinx_builder, loc_torrent_sup,name_seger,rmmseg,sphinx_builder,
sphinx_builder2,sphinx_builder_sup,sphinx_cmd, sphinx_builder2,sphinx_builder_sup,sphinx_cmd,
sphinx_doc,sphinx_id,sphinx_search,sphinx_torrent, sphinx_doc,sphinx_excerpt,sphinx_id,sphinx_search,
sphinx_torrent2,sphinx_xml,string_split,string_util, sphinx_torrent,sphinx_torrent2,sphinx_xml,
time_util,tor_builder,tor_download,tor_download_stats, string_split,string_util,time_util,tor_builder,
tor_location,tor_location_reader,tor_location_writer, tor_download,tor_download_stats,tor_location,
tor_name_seg,torrent_file,transfer,urldecode,vlog, tor_location_reader,tor_location_writer,tor_name_seg,
torrent_file,transfer,urldecode,vlog,
xmerl_xml_cdata]}]}. xmerl_xml_cdata]}]}.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -44,6 +44,10 @@ span.file-size {
p.page-nav { p.page-nav {
text-align:center; text-align:center;
} }
.highlight {
color:blue;
background:yellow;
}
</style> </style>
</head> </head>
<body> <body>

Loading…
Cancel
Save