diff --git a/ebin/db_frontend.beam b/ebin/db_frontend.beam index 695ff96..3de907a 100644 Binary files a/ebin/db_frontend.beam and b/ebin/db_frontend.beam differ diff --git a/ebin/db_store_mongo.beam b/ebin/db_store_mongo.beam index 0ef2fca..12bef5d 100644 Binary files a/ebin/db_store_mongo.beam and b/ebin/db_store_mongo.beam differ diff --git a/ebin/dhtcrawler.app b/ebin/dhtcrawler.app index af4aecc..d266366 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,"8ee2e54"}, + {vsn,"db93cd7"}, {registered,[dht_crawler_sup]}, {applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson, mongodb]}, diff --git a/ebin/http_handler.beam b/ebin/http_handler.beam index a1bfc88..b32582b 100644 Binary files a/ebin/http_handler.beam and b/ebin/http_handler.beam differ diff --git a/www/page.temp b/www/page.temp index 347cf89..4745af9 100644 --- a/www/page.temp +++ b/www/page.temp @@ -29,6 +29,18 @@ body { margin:0; padding:0; } .search-box #s_text { width: 200px; } +p.search-title { + font-size:120%; +} +p.search-detail { + font-size:80%; +} +a.download-tip { + font-size:110%; +} +span.file-size { + color:#888; +}