--- joko/doc/SampleTasks/joko_2003-02.html 2003/02/26 17:26:01 1.70 +++ joko/doc/SampleTasks/joko_2003-02.html 2003/04/05 02:28:18 1.83 @@ -5,7 +5,6 @@

joko's sample notes - 2003-02 - ResourceIntegration


-



flib:
@@ -13,30 +12,30 @@         include-paths
        configKey (servername) => servername/appname
    make glib
-    RPC::Remote: just can talk to single rpc-server!!!!
+    RPC::Remote: just can talk to single rpc-server!!!!
app-cleanup:
    replace ../img/ through img/ globally (in all files found)
        grep -ri "../img" | modify.pl --regex=s/\.\.\/img/img/g [--in-type=filelist]
        refactor replace_cvs.pl to:
            finder.pl -R --regex=/CVS/Root . | modify.pl --regex=s/:pserver:/:ext:/ [--in-type=filelist]
-            is it possible to actually parse settings && arguments (not just "options") using Getopt::Long??
-                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
+            is it possible to actually parse settings && arguments (not just "options") using Getopt::Long??
+                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!!!
-      0. Oef::Request -> ...
-1. CliCmd::Setting -> Oef::Request -> [hibernate] -> [wakup] -> Oef::Engine -> Oef::>Task -> Oef::Response
-    need to freeze a Oef::Request
-2. CliCmd::Setting -> Oef::Request -> Oef::Engine -> Oef::Task -> [hibernate] -> [wakup] -> Oef::Response
-    need to freeze a Oef::Engine
-      Oef::Base bases on DesignPattern::Object and DesignPattern::Bridge
+                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
+2. CliCmd::Setting -> Oef::Request -> Oef::Engine -> Oef::Task -> [hibernate] -> [wakup] -> Oef::Response
+    need to freeze a Oef::Engine
+      Oef::Base bases on DesignPattern::Object and DesignPattern::Bridge

-refactor DesignPattern::Object::Logger to Oef::Base::Logger
+refactor DesignPattern::Object::Logger to Oef::Base::Logger

use phpHtmlLib - widgets in a wiki (yakka!)

-rename Data::Storage::Handler::NetLDAP to Data::Storage::Handler::LDAP
+rename Data::Storage::Handler::NetLDAP to Data::Storage::Handler::LDAP

register: data-storage.[perl.]netfrag.org

@@ -77,11 +76,11 @@
freier xml-editor für win32? (nicht auf msxml3 basierend?)

-Data::Storage
-      - overview
-          - just gives you a handle to a preconfigured data-source.
-          - it's a meta-module on our way to unified data access.
-      - details
+Data::Storage
+      overview
+          just gives you a handle to a preconfigured data-source.
+          it's a meta-module on our way to unified data access.
+      details
            It also lets you add additional methods to this handle from
            specified Perl-modules acting as "plugins".
            It's delivered with "Handlers" ready for talking to rdbms-databases,
@@ -106,16 +105,16 @@
cvs & kerberos???

-enhance 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::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)
+enhance 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::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)
        could also use /usr/bin/smssend or some module from CPAN
-    Mail::Audit::Dispatch::Response (by joko, notifies sender that his/her mail was processed by arbitrary system)
+    Mail::Audit::Dispatch::Response (by joko, notifies sender that his/her mail was processed by arbitrary system)
        send autoresponse with subject: "Your bug-request was filed." when mailing to bugs@netfrag.org (done by gateway@netfrag.org)
        actually do file the message at nfo.support.queue (done by gateway@netfrag.org)
        maybe cc: to or integrate with tutos or other ticketing system (bugzilla)???)
@@ -183,7 +182,7 @@     mixin inheritance for php?
    manipulating the symbol table?

-integrate timestamp into log-output of CPAN's Log::Dispatch!?
+integrate timestamp into log-output of CPAN's Log::Dispatch!?

integrate autogenerated api-documentation for code@netfrag.org
    use PhpDocumentor: http://phpdocu.sourceforge.net/
@@ -213,7 +212,7 @@     include process view???
    link to "IntegratesWith"-page: PIMs, Offices

-Data::Storage and logging via Log::Dispatch - DEEP RECURSION again!!!
+Data::Storage and logging via Log::Dispatch - DEEP RECURSION again!!!

build content-index of news.netfrag.org
    mnoGoSearch's news-extension seems to require some more database-tuning ;-(
@@ -227,11 +226,11 @@         ... 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%"
+        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%"
+            ./sbin/indexer -a -u "http://www.netfrag.org/webnews/post.php%"

-refactor OEF::Why::Queue
+refactor OEF::Why::Queue
    Topics
        ORM (Object Relational Mapper)
        Data synchronization
@@ -244,7 +243,7 @@
    LookAt PEAR-1.0?

-    PEAR::XML::RPC
+    PEAR::XML::RPC
        remove custom patches
        re-integrate functionality from these patches at another place
        enhance patches
@@ -254,31 +253,31 @@                 "could not connect to remote server, failed to open socket"
                "could not send data, but socket is open"

-    LookAt PEAR::Log-1.5.3
+    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
+          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
        refactor flib/Application/i10n/LocaleText.php
                        send patch for PEAR/Log/file.php
          make patch for PEAR/XML/RPC.php
-          refactor to PEAR::DB - drivers
+          refactor to PEAR::DB - drivers
        glib/Data/Driver/Proxy.php
        glib/Data/Driver/RPC/Remote.php
-        the name??? (DB::RPC?, DB::Remote?, DB::Virtual?)
-          PEAR::Auth::Kerberos???
-          integrate glib/Data/Driver/Proxy with PEAR::Cache
-        use DB::RPC for this!
-              integrate Application::Config with PEAR::Config
-          use PEAR::Tree
+        the name??? (DB::RPC?, DB::Remote?, DB::Virtual?)
+          PEAR::Auth::Kerberos???
+          integrate glib/Data/Driver/Proxy with PEAR::Cache
+        use DB::RPC for this!
+              integrate Application::Config with PEAR::Config
+          use PEAR::Tree
        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???
+        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?
+        configurable timestamp format for PEAR::Log::file
+        no fatal php errors from PEAR::XML::RPC
+              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.
@@ -292,7 +291,7 @@ schema-convertors
    ldap-schema -> rdfs?
    tangram-schema -> rdfs?
-    DBIx::DBSchema <-> rdfs?
+    DBIx::DBSchema <-> rdfs?
    => web-based rdfs-browser/-editor???

glossary: Abstract Syntax Notation Basic Encoding Rules (ASN.1/BER) records
@@ -338,7 +337,7 @@     transportable via xml
    storable in xml, rdbms, ldap

-search::OpenContact
+OpenContact

add copyright information to source-code!!!

@@ -349,27 +348,27 @@       add javascript-link: "search for selected word/phrase" against search.netfrag.org

add new topic: "filter"
-    Regexp::Group
-    Data::Filter
-    Mail::Audit
+    Regexp::Group
+    Data::Filter
+    Mail::Audit
    Content-Filters
        wiki, tavi, etc.
        QuickNote to HTML (what about the name 'iNote'?)

janosch's PerlFileMover
-    use unlink together with File::Spec instead of doing a "del" via system
-    use File::List (look at File::Iterator also)
+    use unlink together with File::Spec instead of doing a "del" via system
+    use File::List (look at File::Iterator also)
    use some directory watcher module or make one from that?
-        POE::Component::DirWatch
+        POE::Component::DirWatch
              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...)

-search::phpDocServ
+phpDocServ

-search::[outlook contact sync]
+outlook contact sync

pages for patches

@@ -379,15 +378,15 @@
setup cvstrac on quepasa.netfrag.org

-search::[trouble ticket]
+trouble ticket

try lxr? (from sf.net)

-search::lyra
+lyra

-google::[outlook ldap]
+outlook ldap]

-search::LDAP Search Error
+LDAP Search Error

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

@@ -396,15 +395,15 @@     *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

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

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

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

tell rabit about ps-lxr (lxr-ps?) (the ps filter and link-expander)

-search::Business::OnlinePayment
+Business::OnlinePayment" target="_blank">Business::OnlinePayment

enhance CVSSpam's ruby-scanner's keywords (TODO, FIXME, etc.)
    REVIEW
@@ -417,9 +416,9 @@     couple the inn-perl-filters with the mentioned InterpolWebService ;-)
    or should we name it "ExtrapolWebService"?

-hehe: search::interpol
+hehe: interpol

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

what's new in perl 5.8.0?
    Unicode
@@ -428,9 +427,9 @@     Signals
    Speed

-use WWW::Mechanize!!!
+use WWW::Mechanize!!!

-compare DesignPattern::Bridge with Class::Inner!
+compare DesignPattern::Bridge with Class::Inner!

refactor the DesignPattern::-namespace to the Class::-namespace (perl & php!)!!!

@@ -444,14 +443,14 @@     occupied: look at htmltmpl.sourceforge.net
    it's for python *and* php!!!

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

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

-search::syncml
+syncml

-search::perl inner class
+perl inner class
    it works!
    the intended document is found on first place
    this document is also found
@@ -469,39 +468,39 @@     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|search::mail to news gateway
+review|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
-        search::NewsGateway.xml
+        NewsGateway.xml

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

-use Hash::Merge instead of object2hash
+use Hash::Merge instead of object2hash

-make a Object::Merge (maybe patch Hash::Merge) to refactor hash2object somehow
+make a Object::Merge (maybe patch Hash::Merge) to refactor hash2object somehow

-use Class::Inner!!!
+use Class::Inner!!!

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

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

-search::quickstart
+quickstart

-search::Devel-Metadata
+Devel-Metadata

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

refactor:
-    DesignPattern::Object to Class::Base (perl & php)
-    DesignPattern::Bridge to Class::Bridge (perl)
-    DesignPattern::Bridge to Class::Inner (php)
+    DesignPattern::Object to Class::Base (perl & php)
+    DesignPattern::Bridge to Class::Bridge (perl)
+    DesignPattern::Bridge to Class::Inner (php)

make mnogosearch quiet / write output to logfile

-use PEAR::Tree!
+use PEAR::Tree!

backup of quepasa.netfrag.org on meister.ultrajan.de
    cd /home/joko
@@ -513,7 +512,7 @@         // -------------------- clone this & modify ----------
        $rpcinfo = $this->rpcinfo;
        $cache_key = session_id() . "-" . "ObjectTypeList";
-        $objectTypeList = mkObject('Data::Driver::Proxy', $cache_key, array( key => 1, command => 'getObjectList', remote => 1, rpcinfo => $rpcinfo, cache => array( db => 0, session => 1 ) ) );
+        $objectTypeList = mkObject('Data::Driver::Proxy', $cache_key, array( key => 1, command => 'getObjectList', remote => 1, rpcinfo => $rpcinfo, cache => array( db => 0, session => 1 ) ) );
        $result = $objectTypeList->getAttributes();
        return $result;
        // -------------------- clone this & modify ----------
@@ -521,13 +520,13 @@
check out xoops: www.xoops.org

-search::Manuel Lemos
+Manuel Lemos

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

collaborative Dynabooks, Constructionism, Intertwingulation

-search::RBAC
+RBAC

check out
    squeakland.org
@@ -541,7 +540,7 @@     ant
    wsif

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

winscp!

@@ -558,56 +557,56 @@
ISO 13250

-XML::RPC --> XMLRPC::Lite???
+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
+    cons - A Make replacement
        http://www.dsmit.com/cons/
-    - SCons: http://www.scons.org/
+    SCons: http://www.scons.org/
          a Software Construction tool
-    - a-a-p: http://www.a-a-p.org/
-    - Data::Flow - Perl extension for simple-minded recipe-controlled build of data
+    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
-    - OpenOffice.org - Build tool
+    OpenOffice.org - Build tool
        CPAN:
    JHI
-    Text::Starfish
+    Text::Starfish
    Meta-0.08 > java_run.pl
    Jvm
    Java
-    Inline::Java
-    PBJ::JNI
-    PDL::IO::HDF5
+    Inline::Java
+    PBJ::JNI
+    PDL::IO::HDF5

look at mini-xml (php and perl!)

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

bonobo
    1.
        perl -MCPAN -eshell
        install Bonobo
-        Gtk::Perl didn't work
+        Gtk::Perl didn't work
        cd /root/.cpan/build/Gtk-Perl-0.7008
        perl Makefile.PL --with-gtk-force --without-guessing
-            install XML::Writer
-            (install GNOME::GNORBA)
+            install XML::Writer
+            (install GNOME::GNORBA)
    2.
        perl2html
        CPAN: GDA GNU Data Access (GDA) Perl Module Library (libgda)
@@ -619,26 +618,26 @@ rap: Request and Process
    or: Ant for Perl
    use:
-        Data::Flow
+        Data::Flow
        psh (http://search.cpan.org/src/GREGOR/psh-1.8/)
        HDF?
-        XML::Simple
+        XML::Simple
        XPC.pm - XML Procedure Call Classes (http://search.cpan.org/src/GREGOR/XPC-0.2/lib/XPC.pm)
-        POE::Component::JobQueue
+        POE::Component::JobQueue
        Schedule
-        Term::ShellKit
-        IPC::Run
+        Term::ShellKit
+        IPC::Run
        XML Procedure Call (XPC)

-    alternative to XML::Simple?
-        XML::Twig
-            Scalar::Util
+    alternative to XML::Simple?
+        XML::Twig
+            Scalar::Util
            WeakRef
-        XML::UM
-        XML::TreeBuilder
-        XML::STX
-            XML::SAX
-        XML::Parser(Style=Tree)!
+        XML::UM
+        XML::TreeBuilder
+        XML::STX
+            XML::SAX
+        XML::Parser(Style=Tree)!

ojb
    http://db.apache.org/ojb/
@@ -646,12 +645,12 @@     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
+    Data::Code::Module
+    Data::Code::Ref
+    Data::Code::Scalar
+    Data::Code::Symbol
+    Data::Rap
+    Log::Dispatch::Config::Object

netfrag.org - new shortcuts
    prepare:
@@ -664,7 +663,7 @@         rap.pl hello config
        rap.pl hello db

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

Perl:
    we have:
@@ -682,10 +681,10 @@     # jobs from a flat script *without* any rpc stuff.

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

renamed core methods
    object2hash -> expand
@@ -712,7 +711,7 @@     compare lib with different comparable others (binarycloud, xoom, etc.)
    ask jonen!

-search::txt2regex
+txt2regex

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

@@ -720,7 +719,7 @@
synchronize bookmarks between differenty clients and arbitrary types of clients

-search::miray
+miray

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

@@ -743,10 +742,10 @@ refactor joko/doc/topics.html

for ViewCVS
-      - link (beside "Download tarball"): "JumpToDocumentation" (Manual, additional Resources, etc.)
+      link (beside "Download tarball"): "JumpToDocumentation" (Manual, additional Resources, etc.)

for phpDocumentIndex
-      - link "Download tarball" (like ViewCVS)
+      link "Download tarball" (like ViewCVS)

nfoweb:
      link natraj to optix
@@ -768,19 +767,19 @@       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"
-        Apache::FileManager
-                File::Remove
-                File::NCopy
-                CGI::Cookie
-                Archive::Any
-                Apache::Request
-        Archive::Any
-                Class::Virtually::Abstract
-                Class::Data::Inheritable
-                Carp::Assert
-                Class::ISA
+perl -MCPAN -eshell -- install Apache::FileManager
+    perl -MCPAN -e "install Apache::FileManager"
+        Apache::FileManager
+                File::Remove
+                File::NCopy
+                CGI::Cookie
+                Archive::Any
+                Apache::Request
+        Archive::Any
+                Class::Virtually::Abstract
+                Class::Data::Inheritable
+                Carp::Assert
+                Class::ISA

OO, XML, Directories, Schemas, User Interfaces
    Schema for Object-Oriented XML
@@ -806,12 +805,12 @@     ??? 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./
+    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
@@ -822,24 +821,69 @@         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/%"
-    begin [Twingle] (proj./lang.)
+        run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/~bareface/%"
+    a tree for html, follow http://search.netfrag.org/tree:
+        brainstorming:
+              view layer: (frontend/dhtml) use [joust|http://www.ivanpeters.com] or (maybe better) xTree
+              model layer: look at PEAR::Tree, follow pear::tree" target="_blank">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
+              phpHtmlLib::TreeCSSNav|TreeDHtmlNav?
+              look at http://www.chipchapin.com/WebTools/MenuTools/HTML_TreeMenuXL/
+          block::implementation:
+                using
+                    [PEAR::Tree|http://opensource.visionp.de/modules/project/tree.php|http://pear.php.net/package-info.php?pacid=104]
+                    [PEAR::HTML::TreeMenu|http://phpguru.org/treemenu.php|http://pear.php.net/package-info.php?pacid=77]
+                controller:
+                    phpHtmlLib::TreeNav::PearHtmlTreeMenuBridge
+                    phpHtmlLib::DHTMLTreeNav
+                    phpHtmlLib::SelectNav
+    a begin [Twingle] (proj./lang.)
        start Twingle-impl. (in perl)
-            AutoColouring:
-                '^(\s|\t)*o' => 'red'
-                '^(\s|\t)*x' => 'green'
-            LinkExpansion: link-extrapolation/-expansion
-                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::..., etc.
-            NamespaceDetection - find 'Word::Word::Word' style things
-                AutoColouring: '\w::|::\w' => 'orange'
+            AutoColouring is done by prefixing a line with an EntryTypeDeclarationSymbol:
+                Tasks
+                    'o' => 'red' (open)
+                    'x' => 'green' (closed)
+                    'a' => 'blue' (active) (background-color=light-grey?)
+                    'c' => 'green' (cancelled) (strike-through?)
+                    '?' => 'red' (in question) (background-color=yellow?)
+                    '!' => 'red' (higher priority) (background-color=red?)
+                    '!!' => 'red' (alert priority) (background-color=red? blinking!!!)
+                Notes
+                    '-|+|.|*|=|:' => '' (note-item) (background-color?)
+                Blocks
+                    "block::..." - notation?
+                    circumvent lines by '--- snip ---' | '--- (label) ---'
+            a 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
+                    "..."
+                    "follow::..."
+                        local document (HtmlAnchors, JavaScript)
+                        local node and below (PhpWiki)
+                        global tree (search.netfrag.org)
+                        world (google)
+                    named links with captions: [caption|url]
+                    "anchor::..."
+                    "block::..." ("copy-/paste-/cut-" block feature)
+                    WikiWords
+                    auto-assignement (for local processing / to some registry (see below)):
+                        proposal: [Yakka => http://www.netfrag.org/~bareface/yakka/]
+            a NamespaceDetection - find 'Word::Word::Word' style things
+                AutoColouring: '\w::|::\w' => 'orange'
                LinkExpansion: lookup found name in a KeywordRegistry|ShortcutRegistry (sub-node: "namespace")
                      (a registry-db (has to store classnames from perl and/or php and stuff))
+                which registries are possible/required?
+                      KeywordRegistry
+                      ShortcutRegistry
+                      NamespaceRegistry
+                      ComponentRegistry
        propose Twingle-impl. (for php/yakka)
-    phpDocumentIndex
+    a phpDocumentIndex
        re-enable "stat" for symlinks - if possible
        "last run by/on"
    sync-meta:
@@ -853,14 +897,6 @@         announce internally
        announce otherwhere?
        mkProject@sourceforge?
-    tree for html, follow http://search.netfrag.org/?q=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/?q=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 http://search.netfrag.org/?q=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?

integrate rendering of phpHtmlLibWidgets as YakkaPlugins (via special TaviTags)

@@ -875,12 +911,39 @@ 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?)

+sms-gateway @ netfrag.org (via hetzner, jonen, box18?)
+    frontend: web
+    frontend: mail
+    engine: fax -> ocr -> sms (title and/or first 160 chars of msg)
+
+"http://test"
+
+test
+

+use phpHtmlLib::CSSBuilder!!! (e.g. instead of horde's css-merging mech)
+
+todo, 2003-02-27
+    bw_acct
+    http://pear.php.net/package-search.php?pkg_name=tree&bool=AND&submit=Search
+    moon4->elessar: get.nu, webpla.net, steger.net?
+    hd-space on h1!!!
+    backup on h1!!!
+
+gharb -> /etc to cvs
+
+load XmlTopicMaps (XTMs) into a PEAR::Tree!
+
+DataBrowser <-> UniversalBrowser <-> OO::Wiki
+    metadata on field-level!?
+
+  


-$Id: joko_2003-02.html,v 1.70 2003/02/26 17:26:01 joko Exp $
+$Id: joko_2003-02.html,v 1.83 2003/04/05 02:28:18 joko Exp $