diff --git a/doc/News.html b/doc/News.html
index 76eaff9ba..d94943933 100644
--- a/doc/News.html
+++ b/doc/News.html
@@ -85,6 +85,45 @@ globalheader();
-->
+
v0.53_20070619_3914
+
+- Enhance Search Interface
+
+ - Faster search (defaul search time is now 4 seconds; in case that too less results are displayed use the search-again button)
+ - Search results without snippets are blinded out
+ - Search results show the favicon of the referenced page
+ - Better display of image search page / animation after search request
+ - Speed-up of web interface (more responsive)
+ - The opensearch rss search result (/yacysearch.rss) can now be enriched with snippets using the query parameter "fetchSnippet="
+
+- Web Structure Analysis
+
+ - During web crawling the link structure between domains is recognized
+ - The web structure can be painted to a diagram and is visible as Crawler Visalization (/WatchWebStructure_p.html)
+ - The web structure can be exported via xml (/xml/webstructure.xml)
+
+- Better Usability and Enriched Interface Features
+
+ - Bookmarks have now an integrated rss feed reader
+ - Splitted index-creation page into two pages; one for a simple crawl start, one for a expert start
+ - Blog-comments can now be moderated
+ - Refactoring of interface pages; fewer main memu items and better submenu-structure
+ - New supporter page containing urls from personal profiles when peers are online; access can be blocked by blocking the surf
+ - Blacklists can be splitted, entries can be moved from one list to another
+ - Blacklist are now also applied to urls in news
+ - Added a httpd access tracker, showing from which IP the peer was accessed, and how frequently the acess was in the past
+
+- Better Web Crawler
+
+ - robots.txt now supports crawl-delay; the crawl balancer recognizes the assigned delay but tries to avoid waiting-times by using different domains meanwhile
+
+- New Release Strategy
+
+ - There will be a 'pro' release containing all parsers (pdf, rtf, doc, etc...)
+ - The 'pro'-release will use different, high-performance default settings
+
+
+
v0.52_20070512_3715
- New Functions
diff --git a/htroot/js/yacysearch.js b/htroot/js/yacysearch.js
index f1eca6bd9..ccf1fe3fa 100644
--- a/htroot/js/yacysearch.js
+++ b/htroot/js/yacysearch.js
@@ -257,7 +257,7 @@ function handleImageState(req, progressbar) {
div.appendChild(thumbcontainer);
//span.appendChild(imganchor);
- document.getElementById("linkcount").innerHTML ++
+ document.getElementById("linkcount").innerHTML++;
}
}
}