From db9ac705602e78e31ad8f58e2142ec0c14eadea9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 2 Nov 2008 20:43:54 +0000 Subject: [PATCH] Idea of delayed indexing added, source link included --- docs/TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/TODO b/docs/TODO index 175ab2d..77521c0 100644 --- a/docs/TODO +++ b/docs/TODO @@ -5,3 +5,12 @@ TODO: + ClassLoader::includeAllClasses() removed + FrameworkArrayObject::__construct($className) requires class name + $this->generateUniqueId() replaces $this->createUniqueID() + +- Collected ideas: + + Delayed indexing: + +Q: Does the in line 2 of the html-source of many WikiPages mean, that these pages are never indexed? + +A: No, the line will disappear 10 hours after the last edit. This ensures that only stable (and spam free) pages are indexed by SearchEngines. + +Source: http://c2.com/cgi/wiki?DelayedIndexing -- 2.30.2