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; }