From: Roland Häder Date: Sun, 2 Nov 2008 20:43:54 +0000 (+0000) Subject: Idea of delayed indexing added, source link included X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=commitdiff_plain;h=db9ac705602e78e31ad8f58e2142ec0c14eadea9 Idea of delayed indexing added, source link included --- 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