--- joko/doc/SampleTasks/joko_2003-01.html	2003/01/30 02:33:40	1.100
+++ joko/doc/SampleTasks/joko_2003-01.html	2003/01/30 08:08:17	1.110
@@ -1323,15 +1323,21 @@
   o new: add EditingFeature to phpHtmlLib's "InfoTable"-component
   o quick2pick-code: refactor to feature "IntegratedEditing" of phpHtmlLib's "Xyz List" - component
 
-o indexing netfrag.org
-  o lookup examples:
+x indexing netfrag.org
+
+  x lookup examples:
     sendmail (->rank!)  (exclude http://www.netfrag.org/docs/build/?)
-    sync
+    sync (ok)
     kerberos  (exclude http://www.netfrag.org/docs/build/?)
     xabbu (ok)
-    polygon
-    textur
+    polygon (ok)
+    textur (ok)
     3d (ok)
+    parkvilla (ok)
+    stonie (ok)
+    lash la rue (ok)
+    sendmail (ok)
+    kerberos (ok)
     
   o not needed urls (exclude somehow (mnogosearch-directive|robots.txt!):
     Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/HowToUseWiki
@@ -1382,17 +1388,120 @@
     Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/PageGroupTestThree
     Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/PageGroupTestTwo
     Indexer[23070]: [1] http://www.netfrag.org/nfoweb/index.php/RandomPage
-    
-    ... same with "http://www.netfrag.org/rrr/index.php/" - it's a phpWiki, too
+  o ... same with "http://www.netfrag.org/rrr/index.php/" - it's a phpWiki, too
     => make up a robots.txt?
-
+  x exclude http://www.netfrag.org/docs/build/!!!
+    x Disallow Regex http://www.netfrag.org/docs/build/.*
+  o FeatureRequest: remember (via cookie!) last issued searches
+  x how to clear a mnogosearch-index-database?
+    x indexer -C
+  x how to re-index?
+    x just run 'indexer'
+  o index more resources on netfrag.org (news, cvs)
+  o exclude unwanted resources (wiki-test-& default-pages & co.)
+  o establish http://search.netfrag.org/
+    o place DispatchRequest there, let it redirect to an application "mnoGoSearch"
+    o "mnoGoSearch" is currently installed at http://netfrag.org/search/
+    o => (e.g.) http://search.netfrag.org/dust  ->  http://netfrag.org/search/?q=dust
+
+o http://w-a-c.com: Inhalt unter "Clubtreffen" besser positionieren!
+
+o http://lashlarue.de: inhalte und struktur überarbeiten
+
+x patch cvs-permissions:
+  x cd /var/lib/cvs/nfo
+  x chown -R .src doc patches perl php
+  x chown -R .rootsrc hosts layouts
+  o do this regularly
+ 
+o run indexer and '.runrc' on interval!
+
+o amo@grasshopper: cleanup local repository 'nfo' from cvs.netfrag.org!!!
+
+o categorization:
+  o document-type: 
+  o file-type: 
+    o suffix: .xyz  (guess application-relationship of file from this)
+    o content-encoding: ASCII, EBCDIC, UTF-8, etc.
+
+o shortcut for:
+  o ctlinnd newgroup nfo.dev.php
+  o nano /data/www/global/apps/newsportal/groups.txt
+    add: nfo.dev.php Php Development
+
+o look at slurp:/var/www/docbook-dsssl/
+
+o make ResourceGroups (group - what else? - resources together - from netfrag.org or other urls/urns or WikiTags)
+
+o look at R:\staff\public\Research\Mirrored Sites
+
+o phpw2hfax?
+
+o look at phpOrgaSync: http://www.ds-services.de/portal/
+  o ->http://www.phprojekt.com/
+
+o amavis uses 'Net::Server::PreForkSimple':
+    Jan 30 07:52:53 quepasa amavis[25445]: 2003/01/30-07:52:53 Amavis (type Net::Server::PreForkSimple) starting! pid(25445)
+
+o mnogosearch: use searchd? what's spelld?
+
+o look at quepasa:/etc/apache/httpd.conf:
+  # MetaDir: specifies the name of the directory in which Apache can find
+  # meta information files. These files contain additional HTTP headers
+  # to include when sending the document
+  #
+  #MetaDir .web
+
+  #
+  # MetaSuffix: specifies the file name suffix for the file containing the
+  # meta information.
+  #
+  #MetaSuffix .meta
+
+o look at quepasa:/etc/apache/httpd.conf:
+  # Customizable error response (Apache style)
+  #  these come in three flavors
+  #
+  #    1) plain text
+  #ErrorDocument 500 "The server made a boo boo.
+  #  n.b.  the (") marks it as text, it does not get output
+  #
+  #    2) local redirects
+  #ErrorDocument 404 /missing.html
+  #  to redirect to local URL /missing.html
+  #ErrorDocument 404 /cgi-bin/missing_handler.pl
+  #  N.B.: You can redirect to a script or a document using server-side-includes.
+  #
+  #    3) external redirects
+  #ErrorDocument 402 http://some.other_server.com/subscription_info.html
+  #  N.B.: Many of the environment variables associated with the original
+  #  request will *not* be available to such a script.
+
+o look at quepasa:/etc/apache/httpd.conf:
+  # Allow http put (such as Netscape Gold's publish feature)
+  # Use htpasswd to generate /etc/apache/passwd.
+  # You must unremark these two lines at the top of this file as well:
+  #LoadModule put_module          modules/mod_put.so
+  #
+  #Alias /upload /tmp
+  #
+  #    EnablePut On
+  #    AuthType Basic
+  #    AuthName Temporary
+  #    AuthUserFile /etc/apache/passwd
+  #    EnableDelete Off
+  #    umask 007
+  #    
+  #       require valid-user
+  #    
+  #
 
 
 
 
 
 
-$Id: joko_2003-01.html,v 1.100 2003/01/30 02:33:40 joko Exp $
+$Id: joko_2003-01.html,v 1.110 2003/01/30 08:08:17 joko Exp $