--- joko/doc/SampleTasks/joko_2003-02.html 2003/02/26 22:26:06 1.79 +++ joko/doc/SampleTasks/joko_2003-02.html 2003/02/26 22:45:57 1.80 @@ -22,8 +22,8 @@                 else: look at CPAN more detailed or make a CliCmd::Option + CliCmd::Argument = CliCmd::Setting!!
                O refactor Getopt::Simple to Getopt::Easy and add features!? a) argument/option-mechanism b) restrict option-mech
                    symbol: O=Ongoing
-                c use Getopt::Auto???
-                make Getopt::Easy!!!
+                use Getopt::Auto???
+                make Getopt::Easy!!!
      0. Oef::Request -> ...
1. CliCmd::Setting -> Oef::Request -> [hibernate] -> [wakup] -> Oef::Engine -> Oef::>Task -> Oef::Response
    need to freeze a Oef::Request
@@ -66,7 +66,7 @@     add collaboration on top of that!
            (technical) annotations, pbb, etc.
    what is already there?
-        found: ProArc, OpenArc - but nothing seems to be truly *open*!
+        found: ProArc, OpenArc - but nothing seems to be truly *open*!

Gtk Rules | phpRules - an abstract rule chain editor
    modes: dispatchmail, dispatchrequest, ipchains?
@@ -106,10 +106,10 @@ cvs & kerberos???

enhance Mail::Audit::Dispatch
-    recieveMail -> dispatchmail & Mail::Audit::Dispatch
+    recieveMail -> dispatchmail & Mail::Audit::Dispatch
    Mail::Audit::Dispatch::Folder::Mbox (by joko, the main part of the former recieveMail, just uses Mail::Audit)
    Mail::Audit::Dispatch::Spool (by joko, a little part of the former recieveMail, just uses Mail::Audit)
-    Mail::Audit::Dispatch::Newsgate (by joko, uses Net::NNTP)
+    Mail::Audit::Dispatch::Newsgate (by joko, uses Net::NNTP)
    Mail::Audit::Dispatch::Folder::Cyrus1 (by jonen, acts as sendmail MDA instead of /usr/sbin/cyrdeliver, but re-dispatches to it again after resolving addresses against an arbitrary data source, see 'Data::Map' stuff....)
    Mail::Audit::Dispatch::Faxgate (by janosch, uses /usr/bin/sendfax; still inside 'mail-handler', tbr)
    Mail::Audit::Dispatch::Smsgate (by janosch, uses /usr/bin/yaps; still inside 'mail-handler', tbr)
@@ -185,7 +185,7 @@ integrate timestamp into log-output of CPAN's Log::Dispatch!?

integrate autogenerated api-documentation for code@netfrag.org
-    use PhpDocumentor: http://phpdocu.sourceforge.net/
+    use PhpDocumentor: http://phpdocu.sourceforge.net/

phpLdapBrowser using components from
    PEAR (DB_ldap)
@@ -198,7 +198,7 @@                 maybe integrate these together to get max. overview over all details
                      to be able to provide enough abstraction in implementation:
                    current dispatcher from yakka (Engine 1.0?, Engine 2.0?)
-                    dispatchrequest (the generic dispatcher which listens at http://cvs.netfrag.org and http://news.netfrag.org)
+                    dispatchrequest (the generic dispatcher which listens at http://cvs.netfrag.org and http://news.netfrag.org)
                    glib/Application/AbstractRequest (a component which grew out of a custom application once,
                          but was refactored two times after that ( -> flib/Site/Request -> org.netfrag.glib/Application/AbstractRequest)
        org.netfrag.glib for tying all that together
@@ -214,20 +214,20 @@
Data::Storage and logging via Log::Dispatch - DEEP RECURSION again!!!

-build content-index of news.netfrag.org
+build content-index of news.netfrag.org
    mnoGoSearch's news-extension seems to require some more database-tuning ;-(
-    ./sbin/indexer -a -v 5 -i -u http://www.netfrag.org/webnews/%
+    ./sbin/indexer -a -v 5 -i -u http://www.netfrag.org/webnews/%
    automate this:
        cd /usr/local/mnogosearch
        ./sbin/indexer
-    ./sbin/indexer -a -p 1 -u http://www.netfrag.org/webnews/%
-    deleted all "post.php"-documents from mnoGoSearch-index-database
-        place entry in indexer.conf *before* the "Allow"-rules: "Disallow Regex \/webnews\/post\.php.*"
-        ... so we have now (for newsportal)
+    ./sbin/indexer -a -p 1 -u http://www.netfrag.org/webnews/%
+    deleted all "post.php"-documents from mnoGoSearch-index-database
+        place entry in indexer.conf *before* the "Allow"-rules: "Disallow Regex \/webnews\/post\.php.*"
+        ... so we have now (for newsportal)
                Disallow Regex \/webnews\/post\.php.*
                Allow Regex \/webnews\/
-        run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/webnews/post.php%"
-        or (faster - and will not blow up your apache):
+        run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/webnews/post.php%"
+        or (faster - and will not blow up your apache):
            ./sbin/indexer -a -u "http://www.netfrag.org/webnews/post.php%"

refactor OEF::Why::Queue
@@ -244,21 +244,21 @@     LookAt PEAR-1.0?

    PEAR::XML::RPC
-        remove custom patches
-        re-integrate functionality from these patches at another place
+        remove custom patches
+        re-integrate functionality from these patches at another place
        enhance patches
-            look at http://cvs.php.net/co.php/pear/XML_RPC/RPC.php
-            look at http://marc.theaimsgroup.com/?l=pear-dev&m=103578377822397&w=2
+            look at http://cvs.php.net/co.php/pear/XML_RPC/RPC.php
+            look at http://marc.theaimsgroup.com/?l=pear-dev&m=103578377822397&w=2
            provide better patch introducing new error-codes and messages for "local errors":
                "could not connect to remote server, failed to open socket"
                "could not send data, but socket is open"

-    LookAt PEAR::Log-1.5.3
-        does it have log-level-constants defined inside itself? yes!
-        re-integrate patches to have timestamp formatted in a different way
+    LookAt PEAR::Log-1.5.3
+        does it have log-level-constants defined inside itself? yes!
+        re-integrate patches to have timestamp formatted in a different way
          integrate PEAR::Translation with smarty
-        look at http://pear.php.net/package-info.php?pacid=124&release=1.2.3
-        look at http://smarty.php.net
+        look at http://pear.php.net/package-info.php?pacid=124&release=1.2.3
+        look at http://smarty.php.net
        refactor flib/Application/i10n/LocaleText.php
                        send patch for PEAR/Log/file.php
          make patch for PEAR/XML/RPC.php
@@ -271,13 +271,13 @@         use DB::RPC for this!
              integrate Application::Config with PEAR::Config
          use PEAR::Tree
-        look at http://opensource.visionp.de/modules/project/tree.php
+        look at http://opensource.visionp.de/modules/project/tree.php
        as base data container for "app::menu", "phpHtmlLib::TreeNav"
              integrate Data::Encode with PEAR::I18N - Internationalization???
          prepare patches for pear.php.net
        configurable timestamp format for PEAR::Log::file
        no fatal php errors from PEAR::XML::RPC
-              why not PEAR::Config?
+              why not PEAR::Config?
        * This class allows for parsing and editing of configuration datasources.
        * Do not use this class only to read datasources because of the overhead
        * it creates to keep track of the configuration structure.
@@ -298,9 +298,9 @@
add some notes about licenses:
    code: use GPL/LGPL? (GNU General Public License)
-        ->http://www.gnu.org/copyleft/gpl.html
+        ->http://www.gnu.org/copyleft/gpl.html
    documentation and stuff: use OpenContent License (OPL)?
-        ->http://opencontent.org/opl.shtml?
+        ->http://opencontent.org/opl.shtml?

found: LDSU

@@ -313,7 +313,7 @@         ~natraj: redirect to ../optix
        ~xabbu: redirect to vortex.sytes.net
        ~janosch: fill with scripts/PerlFileMover.pl, scripts/mail-handler.pl and scripts/conrad-c-control-xyz
-        download: link to http://psl.no-ip.com/public/download/
+        download: link to http://psl.no-ip.com/public/download/
    change css-styles?
    reduce width of inner text-field?

@@ -337,7 +337,7 @@     transportable via xml
    storable in xml, rdbms, ldap

-OpenContact
+search::OpenContact

add copyright information to source-code!!!

@@ -360,13 +360,13 @@     use File::List (look at File::Iterator also)
    use some directory watcher module or make one from that?
        POE::Component::DirWatch
-              http://search.cpan.org/author/CHOLET/POE-Component-DirWatch-0.01/DirWatch.pm
+              http://search.cpan.org/author/CHOLET/POE-Component-DirWatch-0.01/DirWatch.pm

replace? look at sandr! (Search AND Replace?) (from french university/organization...)

install? look at DLAI! (DownLoad And Install?) (from french university/organization...)

-phpDocServ
+search::phpDocServ

outlook contact sync

@@ -382,22 +382,22 @@
try lxr? (from sf.net)

-lyra
+search::lyra

outlook ldap]

-LDAP Search Error
+search::LDAP Search Error

-nice layout: http://depts.washington.edu/cac/cchome/mis.html
+nice layout: http://depts.washington.edu/cac/cchome/mis.html

split up custom gui:
    two parts (topics): "notes" & "ideas" (& "visions"?)
    *both* may have contexts (are associated with one or more other arbitrary items)
    these may be StartingPoints when having a number of things cross referenced

-some news posts got purged, sorry]
+[search::some news posts got purged, sorry]

-quepasa moves slow]
+[search::quepasa moves slow]

mail output from "df" at quepasa.netfrag.org

@@ -416,16 +416,16 @@     couple the inn-perl-filters with the mentioned InterpolWebService ;-)
    or should we name it "ExtrapolWebService"?

-hehe: interpol
+hehe: search::interpol

-it's too hard
+search::it's too hard

-what's new in perl 5.8.0?
-    Unicode
-    Threads
-    IO
-    Signals
-    Speed
+what's new in perl 5.8.0?
+    Unicode
+    Threads
+    IO
+    Signals
+    Speed

use WWW::Mechanize!!!

@@ -440,26 +440,26 @@     .... but: still let the feature to search the whole index ...

EasyDoc???
-    occupied: look at htmltmpl.sourceforge.net
-    it's for python *and* php!!!
+    occupied: look at htmltmpl.sourceforge.net
+    it's for python *and* php!!!

-OpenAccess it's already occupied - it's odbc driver stuff
+search::OpenAccess it's already occupied - it's odbc driver stuff

-why not rdf right now?
-    RDF -- the reason given usually being "it's too hard."
+why not rdf right now?
+    RDF -- the reason given usually being "it's too hard."

-syncml
+search::syncml

-perl inner class
-    it works!
-    the intended document is found on first place
-    this document is also found
+perl inner class
+    it works!
+    the intended document is found on first place
+    this document is also found
    just try to strip out the two documents found in between,
            these are the newsportal overview-pages (ThreadView)
            where the keywords are found inside the pure titles

-DSMLv2:
-    from http://www.netfrag.org/webnews/article.php?id=241&group=nfo.links.computing
+DSMLv2:
+    from http://www.netfrag.org/webnews/article.php?id=241&group=nfo.links.computing
                    DSMLv2 is defined in terms of a set of XML fragments that are used as
    payloads in a binding. A binding defines how the DSMLv2 XML fragments are sent
    as requests and responses in the context of a specific transport such as SOAP,
@@ -468,10 +468,10 @@     serves as the DSMLv2 analog of LDIF is defined in section 7. The rules for
    defining other DSMLv2 compliant bindings are found in section 8.

-review|mail to news gateway
+review|search::mail to news gateway
    better: (exact (first) hit)
-        try to find: http://www.netfrag.org/webnews/attachment.php/nfo.links.computing/372/2/NewsGateway.xml
-        NewsGateway.xml
+        try to find: http://www.netfrag.org/webnews/attachment.php/nfo.links.computing/372/2/NewsGateway.xml
+        search::NewsGateway.xml

refactor hash2sql into some module (Data::Storage::Handler::DBI?, shortcuts.pm?)

@@ -481,15 +481,15 @@
use Class::Inner!!!

-example faq: Was ist ein Buffer-Overrun?
+example faq: Was ist ein search::Buffer-Overrun?

enhance statistics for Data::Transfer::Sync
    timing
      inote.com?

-quickstart
+search::quickstart

-Devel-Metadata
+search::Devel-Metadata

is there a better alternative for Data::Compare::Struct on CPAN?

@@ -520,27 +520,27 @@
check out xoops: www.xoops.org

-Manuel Lemos
+search::Manuel Lemos

use XOOPS (uses smarty) and PRAX (instead / together with RPC::XML?)

collaborative Dynabooks, Constructionism, Intertwingulation

-RBAC
+search::RBAC

check out
    squeakland.org
-    binarycloud: http://greenhell.com/BinaryCloud
-    http://dev.greenhell.com/
-    http://greenhell.com/phpWebForm
-    http://greenhell.com/dataMiner
+    binarycloud: http://greenhell.com/BinaryCloud
+    http://dev.greenhell.com/
+    http://greenhell.com/phpWebForm
+    http://greenhell.com/dataMiner
      binarycloud FormBuilder!!!

for Perl??
    ant
    wsif

-Beaming Files - OpenOBEX
+search::Beaming Files - OpenOBEX

winscp!

@@ -552,7 +552,7 @@
l2cap - Logical Link Control and Adaptation Protocol

-http://www.bluetoothsig.org/upf/
+http://www.bluetoothsig.org/upf/
      UnPlugFest-12 (FULL) - Europe - October 2003

ISO 13250
@@ -560,29 +560,29 @@ XML::RPC --> XMLRPC::Lite???

in search for a native perl make solution:
-    gnu make: http://www.gnu.org/software/make/
-    java ant: http://ant.apache.org/
-    perforce jam (just another make): http://www.perforce.com/jam/jam.html
-    perl make: http://search.cpan.org/author/MHOSKEN/Font-TTF-0.32/pmake.bat
+    gnu make: http://www.gnu.org/software/make/
+    java ant: http://ant.apache.org/
+    perforce jam (just another make): http://www.perforce.com/jam/jam.html
+    perl make: http://search.cpan.org/author/MHOSKEN/Font-TTF-0.32/pmake.bat
          pmake - a perl 'make' replacement
          based on:
-    CPAN Make: http://search.cpan.org/author/NI-S/Make-1.00/
+    CPAN Make: http://search.cpan.org/author/NI-S/Make-1.00/
          Make - module for processing makefiles
-    Phing: http://webstract.org/
+    Phing: http://webstract.org/
          Phing is a build system, similar to Gnu make, and Apache ant,
          though it's concept is closer to ant than it is to gnumake.
          In fact, Phing was written with ant's design in mind to create a build system.
          Phing stands for "PHphmake Is Not Gnumake".
-    nant: http://nant.sourceforge.net/
+    nant: http://nant.sourceforge.net/
          NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles.
          In practice it's a lot like Ant. NAnt has been tested with the .Net Release.
    cons - A Make replacement
-        http://www.dsmit.com/cons/
-    SCons: http://www.scons.org/
+        http://www.dsmit.com/cons/
+    SCons: http://www.scons.org/
          a Software Construction tool
-    a-a-p: http://www.a-a-p.org/
+    a-a-p: http://www.a-a-p.org/
    Data::Flow - Perl extension for simple-minded recipe-controlled build of data
-        http://search.cpan.org/dist/Data-Flow/Flow.pm
+        http://search.cpan.org/dist/Data-Flow/Flow.pm
    OpenOffice.org - Build tool
        CPAN:
    JHI
@@ -596,7 +596,7 @@
look at mini-xml (php and perl!)

-perl- and php- development
+search::perl- and php- development

bonobo
    1.
@@ -611,7 +611,7 @@         perl2html
        CPAN: GDA GNU Data Access (GDA) Perl Module Library (libgda)
    3.
-        The Perl Shell (psh): http://www.gregorpurdy.com/gregor/psh/
+        The Perl Shell (psh): http://www.gregorpurdy.com/gregor/psh/
    4.
        apt-get install bonobo-python

@@ -619,10 +619,10 @@     or: Ant for Perl
    use:
        Data::Flow
-        psh (http://search.cpan.org/src/GREGOR/psh-1.8/)
+        psh (http://search.cpan.org/src/GREGOR/psh-1.8/)
        HDF?
        XML::Simple
-        XPC.pm - XML Procedure Call Classes (http://search.cpan.org/src/GREGOR/XPC-0.2/lib/XPC.pm)
+        XPC.pm - XML Procedure Call Classes (http://search.cpan.org/src/GREGOR/XPC-0.2/lib/XPC.pm)
        POE::Component::JobQueue
        Schedule
        Term::ShellKit
@@ -637,31 +637,31 @@         XML::TreeBuilder
        XML::STX
            XML::SAX
-        XML::Parser(Style=Tree)!
+        XML::Parser(Style=Tree)!

ojb
-    http://db.apache.org/ojb/
+    http://db.apache.org/ojb/
    ObJectRelationalBridge (OJB) is an Object/Relational mapping tool
    that allows transparent persistence for Java Objects against relational databases.

-some new perl modules (important for the framework)
-    Data::Code::Module
-    Data::Code::Ref
-    Data::Code::Scalar
-    Data::Code::Symbol
-    Data::Rap
-    Log::Dispatch::Config::Object
+some new perl modules (important for the framework)
+    Data::Code::Module
+    Data::Code::Ref
+    Data::Code::Scalar
+    Data::Code::Symbol
+    Data::Rap
+    Log::Dispatch::Config::Object

-netfrag.org - new shortcuts
-    prepare:
+netfrag.org - new shortcuts
+    prepare:
        export PATH=$PATH:/home/max/dev/netfrag.org/nfo/perl/scripts/shortcuts
-    run-there:
+    run-there:
        run-there.pl ~/dev/netfrag.org/nfo/perl "cvs -q update -d"
-    rap:
+    rap:
        rap.pl
-        rap.pl hello world
-        rap.pl hello config
-        rap.pl hello db
+        rap.pl hello world
+        rap.pl hello config
+        rap.pl hello db

Data::Transfer::Sync: wording: descent <-> descendant???

@@ -673,58 +673,58 @@         .... or some other custom defined ones?
        ... or (at least) an alternative to them!!!

-OEF
+OEF
    # FIXME: this should be encapsulated by a rpc-service
    # -> see API/Admin
    # establishing this here is just a step to that
    # btw: it should also be possible to trigger advanced
    # jobs from a flat script *without* any rpc stuff.

-branding:
+branding:
    wetter.msn.de
    vwwetter.msn.de
    wetter.msn.ch
    wetter.msn.at

-renamed core methods
-    object2hash -> expand
-    hash2object -> merge_to
-    var2utf8 -> latin_to_utf8
-    var_utf2iso -> utf8_to_latin
-    trim -> ??? (properly wrapped - hopefully....)
+renamed core methods
+    object2hash -> expand
+    hash2object -> merge_to
+    var2utf8 -> latin_to_utf8
+    var_utf2iso -> utf8_to_latin
+    trim -> ??? (properly wrapped - hopefully....)

break intertwingulation

determine how far away a bit of information is...
      just count the links needed to be visited for that purpose! ;-)
-    two examples:
-        XLink - what was that about? (3x)
-            http://netfrag.org/search/?q=xlink
-            http://www.netfrag.org/webnews/article.php?id=585&group=nfo.links.computing
-            http://www.w3.org/TR/xlink/
-        making '
-            http://phphtmllib.newsblob.com/
-            http://phphtmllib.newsblob.com/javadoc.php
-            http://phphtmllib.newsblob.com/doc/phpHtmlLib/_tag_utils_html_utils_inc.html#functionhtml_img
+    two examples:
+        XLink - what was that about? (3x)
+            http://netfrag.org/search/?q=xlink
+            http://www.netfrag.org/webnews/article.php?id=585&group=nfo.links.computing
+            http://www.w3.org/TR/xlink/
+        making ' +            http://phphtmllib.newsblob.com/
+            http://phphtmllib.newsblob.com/javadoc.php
+            http://phphtmllib.newsblob.com/doc/phpHtmlLib/_tag_utils_html_utils_inc.html#functionhtml_img

write "Thank You!" to authors of phpHtmlLib! (phphtmllib.newsblob.com)
    compare lib with different comparable others (binarycloud, xoom, etc.)
    ask jonen!

-txt2regex
+search::txt2regex

-http://www.osdn.com/osdnsearch.pl?query=sync
+http://www.osdn.com/osdnsearch.pl?query=sync

-http://netfrag.org/search/?q=sync
+http://netfrag.org/search/?q=sync

synchronize bookmarks between differenty clients and arbitrary types of clients

-miray
+search::miray

-http://slashdot.org/articles/02/09/09/1246220.shtml?tid=100
+http://slashdot.org/articles/02/09/09/1246220.shtml?tid=100

frontend for amavis quarantine area?
-      see http://www.mailfrontier.com/
+      see http://www.mailfrontier.com/
      frontend for mail system
    postmaster mails
    'dead.letter's
@@ -732,10 +732,10 @@
hdup 1.6

-tune the search-page
+tune the search-page

-establish
-    search IN CNAME quepasa
+establish
+    search IN CNAME quepasa
    sync-meta IN CNAME quepasa
    docs IN CNAME quepasa

@@ -747,10 +747,10 @@ for phpDocumentIndex
      link "Download tarball" (like ViewCVS)

-nfoweb:
+nfoweb:
      link natraj to optix

-look at: http://213.133.118.38/icons/icon.sheet.gif
+look at: http://213.133.118.38/icons/icon.sheet.gif

re-enable automation of:
    indexer (mnoGoSearch)
@@ -764,11 +764,11 @@               new field for list of DocumentIndex: "last run by/on" (to show the user if a script was run by another script or by a user)

Html widgets - final solution!? (q: php|perl?) (a: keep it multifold!)
-      phpHtmlLib (for now)
-      later: Perl Widget Library, follow: http://www.netfrag.org/webnews/article.php?id=406&group=nfo.links.computing
+      phpHtmlLib (for now)
+      later: Perl Widget Library, follow: http://www.netfrag.org/webnews/article.php?id=406&group=nfo.links.computing

-perl -MCPAN -eshell -- install Apache::FileManager
-    perl -MCPAN -e "install Apache::FileManager"
+perl -MCPAN -eshell -- install Apache::FileManager
+    perl -MCPAN -e "install Apache::FileManager"
        Apache::FileManager
                File::Remove
                File::NCopy
@@ -783,11 +783,11 @@
OO, XML, Directories, Schemas, User Interfaces
    Schema for Object-Oriented XML
-          follow::http://www.netfrag.org/webnews/article.php?id=149&group=nfo.links.computing
+          follow::http://www.netfrag.org/webnews/article.php?id=149&group=nfo.links.computing
    DSML: RDF <-> LDAP
-          follow::http://www.netfrag.org/webnews/article.php?id=215&group=nfo.links.computing
+          follow::http://www.netfrag.org/webnews/article.php?id=215&group=nfo.links.computing
    CC-PP - A user side framework for enhanced content negotiation
-          follow::http://www.netfrag.org/webnews/article.php?id=152&group=nfo.links.computing
+          follow::http://www.netfrag.org/webnews/article.php?id=152&group=nfo.links.computing

PoweredBy page for netfrag.org
    from hetzner
@@ -804,43 +804,43 @@     FeelIt (some braille driver)
    ??? integration to ie|moz ???

-Auszug aus "Gesammelte Weisheiten" von http://isgwww.cs.uni-magdeburg.de/~raab/wisdom.html
-    follow::http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/41./
-    follow::http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/35./
-    follow::http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/28./
-    follow::http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/av.. Murphy's Gesetz/
-    follow::http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/w.. Clarke's Gesetz der revolutionären Ideen/
-    follow::http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/11.|12./
+Auszug aus "Gesammelte Weisheiten" von http://isgwww.cs.uni-magdeburg.de/~raab/wisdom.html
+    follow::http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing:/41./
+    follow::http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing:/35./
+    follow::http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing:/28./
+    follow::http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing:/av.. Murphy's Gesetz/
+    follow::http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing:/w.. Clarke's Gesetz der revolutionären Ideen/
+    follow::http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing:/11.|12./

-follow::http://www.netfrag.org/search/?q=rap
-    or (alternative): follow::http://search.netfrag.org/rap
+follow::http://www.netfrag.org/search/?q=rap
+    or (alternative): follow::http://search.netfrag.org/rap

  todo, 2003-02-26
-    better shortcut syntax for search.netfrag.org, e.g.:
-        http://search.netfrag.org/hello world
-        http://search.netfrag.org/phpHtmlLib
-    re-enable: [Yakka => http://www.netfrag.org/~bareface/yakka/]
+    better shortcut syntax for search.netfrag.org, e.g.:
+        http://search.netfrag.org/hello world
+        http://search.netfrag.org/phpHtmlLib
+    re-enable: [Yakka => http://www.netfrag.org/~bareface/yakka/]
        test: [Yakka]
        run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/~bareface/%"
-    tree for html, follow http://search.netfrag.org/tree:
-          view layer: (frontend/dhtml) use joust or (maybe better) XTree, follow http://search.netfrag.org/xTree
-          model layer: look at PEAR::Tree, follow pear::tree" target="_blank">http://search.netfrag.org/pear::tree
+    tree for html, follow http://search.netfrag.org/tree
+          view layer: (frontend/dhtml) use joust or (maybe better) XTree, follow http://search.netfrag.org/xTree
+          model layer: look at PEAR::Tree, follow http://search.netfrag.org/pear:tree
          controller layer: to be implemented! (php!) (as phpHtmlLib component/lib? what about ->NavTree?)
-          backend layer: maybe use File::List (perl) for directory traversal backend, follow pear::tree" target="_blank">http://search.netfrag.org/pear::tree
-          look at: TreeNav (http://search.netfrag.org/TreeNav) this is from phpHtmlLib (search::/news/nfo.links.*::phpHtmlLib)
-                ->http://www.netfrag.org/webnews/article.php?id=89&group=nfo.log.cvs
+          backend layer: maybe use File::List (perl) for directory traversal backend, follow http://search.netfrag.org/pear:tree
+          look at: search::TreeNav (http://search.netfrag.org/TreeNav) this is from phpHtmlLib (search::/news/nfo.links.*::phpHtmlLib)
+                ->http://www.netfrag.org/webnews/article.php?id=89&group=nfo.log.cvs
          phpHtmlLib::TreeCSSNav|TreeDHtmlNav?
    begin [Twingle] (proj./lang.)
-        start Twingle-impl. (in perl)
-            AutoColouring:
-                '^(\s|\t)*o' => 'red'
-                '^(\s|\t)*x' => 'green'
+        start Twingle-impl. (in perl)
+            AutoColouring:
+                '^(\s|\t)*o' => 'red'
+                '^(\s|\t)*x' => 'green'
            LinkExpansion: link-extrapolation/-expansion
-                simple mode: http://... to $url
-                proposal: Intertwingularity should be resolved/dispatched (via dispatchrequest) to
-                      http://www.netfrag.org/search/?q=Intertwingularity
-                      http://search.netfrag.org/Intertwingularity
-                "..."
+                simple mode: http://... to $url
+                proposal: search::Intertwingularity should be resolved/dispatched (via dispatchrequest) to
+                      http://www.netfrag.org/search/?q=Intertwingularity
+                      http://search.netfrag.org/Intertwingularity
+                "search::..."
                "follow::..."
            NamespaceDetection - find 'Word::Word::Word' style things
                AutoColouring: '\w::|::\w' => 'orange'
@@ -851,7 +851,7 @@         re-enable "stat" for symlinks - if possible
        "last run by/on"
    sync-meta:
-        website (TWiki): http://sync-meta.netfrag.org
+        website (TWiki): http://sync-meta.netfrag.org
        newsgroup (inn): news://news.netfrag.org/nfo.sync-meta
        mail-address (sendmail, dispatchmail, inn): sync-meta@netfrag.org
        first content
@@ -875,7 +875,7 @@ again: FaxThis

arcor:
-      https://www.kunden.arcor.de/ksc/impressum.jsp
+      https://www.kunden.arcor.de/ksc/impressum.jsp

fax-gateway @ netfrag.org (via jonen, box18?)

@@ -891,7 +891,7 @@
  


-$Id: joko_2003-02.html,v 1.79 2003/02/26 22:26:06 joko Exp $
+$Id: joko_2003-02.html,v 1.80 2003/02/26 22:45:57 joko Exp $