From a647a7ca8d71b49742d1970714e27e2db50aa7f0 Mon Sep 17 00:00:00 2001 From: karlchenofhell Date: Sun, 4 Feb 2007 18:22:53 +0000 Subject: [PATCH] - -tags look like -tags now, fix for EDIT 3 of http://www.yacy-forum.de/viewtopic.php?t=3485 - Typo: crawl depth 0 indexes the given url, 1 indexes all links on it git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3335 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/IndexCreate_p.html | 3 ++- htroot/env/base.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htroot/IndexCreate_p.html b/htroot/IndexCreate_p.html index 2c1b027cd..7d81a4893 100644 --- a/htroot/IndexCreate_p.html +++ b/htroot/IndexCreate_p.html @@ -28,7 +28,8 @@ This defines how often the Crawler will follow links embedded in websites.
- A minimum of 1 is recommended and means that the page you enter under "Starting Point" will be added to the index, but no linked content is indexed. 2-4 is good for normal indexing. + A minimum of 0 is recommended and means that the page you enter under "Starting Point" will be added + to the index, but no linked content is indexed. 2-4 is good for normal indexing. Be careful with the depth. Consider a branching factor of average 20; A prefetch-depth of 8 would index 25.600.000.000 pages, maybe this is the whole WWW. diff --git a/htroot/env/base.css b/htroot/env/base.css index cd30b53ad..f798c3aec 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -107,7 +107,7 @@ legend { /* --------------- global classes --------------------- */ -*.tt { +tt, *.tt { font-family:Courier,Terminal,sans-serif; }