--- joko/doc/SampleTasks/joko_2003-02.html	2003/02/05 23:43:55	1.15
+++ joko/doc/SampleTasks/joko_2003-02.html	2003/02/18 19:45:26	1.51
@@ -170,22 +170,14 @@
 
 o scripts from janosch
 
-o php-4.3.0???
+o LookAt php-4.3.0???
 
 o emacs?
 
 o check if backend-logging still works!?
 
-o pear-1.0?
-
-o patch PEAR::XML::RPC
-   o look at http://cvs.php.net/co.php/pear/XML_RPC/RPC.php
-   o look at http://marc.theaimsgroup.com/?l=pear-dev&m=103578377822397&w=2
-   o provide better patch introducing new error-codes and messages for "local errors":
-      o "could not connect to remote server, failed to open socket"
-      o "could not send data, but socket is open"
-
-o python in php: integrate python-library from w2hfax!?
+o LookAt PythonInPhp
+  o integrate python-library from w2hfax (hfaxlib) into Horde!?
 
 o task list
   start apache1 (click)
@@ -199,23 +191,8 @@
   o mixin inheritance for php?
   o manipulating the symbol table?
 
-o install PEAR::Log-1.5.3
-  o re-integrate (and maybe submit) patches to have timestamp formatted in a different way
-
 o integrate timestamp into log-output of CPAN's Log::Dispatch!?
 
-o integrate PEAR::Translation with smarty
-  o look at http://pear.php.net/package-info.php?pacid=124&release=1.2.3
-  o look at http://smarty.php.net
-  
-o send patch for PEAR/Log/file.php
-
-o make patch for PEAR/XML/RPC.php
-
-o refactor to PEAR::DB - drivers
-  o glib/Data/Driver/Proxy.php
-  o glib/Data/Driver/RPC/Remote.php
-
 o integrate autogenerated api-documentation for code@netfrag.org
   use PhpDocumentor: http://phpdocu.sourceforge.net/
 
@@ -235,8 +212,6 @@
              but was refactored two times after that ( -> flib/Site/Request -> org.netfrag.glib/Application/AbstractRequest)
     o org.netfrag.glib for tying all that together
 
-o PEAR::Auth::Kerberos???
-
 o nfoweb: "powered by" - page
   o lamp: linux, apache, mysql, php
   o other daemon software: inn, OpenLDAP, OpenSSH, Kerberos 5, sendmail, amavis, Cyrus
@@ -246,35 +221,493 @@
   o include process view???
   o link to "IntegratesWith"-page: PIMs, Offices
 
-o integrate glib/Data/Driver/Proxy with PEAR::Cache
-  o use DB::RPC for this!
+o Data::Storage and logging via Log::Dispatch - DEEP RECURSION again!!!
+
+x build content-index of news.netfrag.org
+  o mnoGoSearch's news-extension seems to require some more database-tuning  ;-(
+  x ./sbin/indexer -a -v 5 -i -u http://www.netfrag.org/webnews/%
+  o automate this:
+    o cd /usr/local/mnogosearch
+    o ./sbin/indexer
+  x ./sbin/indexer -a -p 1 -u http://www.netfrag.org/webnews/%
+  x deleted all "post.php"-documents from mnoGoSearch-index-database
+    x place entry in indexer.conf *before* the "Allow"-rules: "Disallow Regex \/webnews\/post\.php.*"
+    x ... so we have now (for newsportal)
+        Disallow Regex \/webnews\/post\.php.*
+        Allow Regex \/webnews\/
+    x run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/webnews/post.php%"
+    x or (faster - and will not blow up your apache):
+      ./sbin/indexer -a -u "http://www.netfrag.org/webnews/post.php%"
+
+o refactor OEF::Why::Queue
+  o Topics
+    o ORM (Object Relational Mapper)
+    o Data synchronization
+    o Object persistence
+    o Code passivation / Task control
+  o ChangeLog
+  o Todo
+  o Ideas
   
-o integrate Application::Config with PEAR::Config
+o PEAR
+
+  o LookAt PEAR-1.0?
 
-o use PEAR::Tree
-  o look at http://opensource.visionp.de/modules/project/tree.php
-  o as base data container for "app::menu", "phpHtmlLib::TreeNav"
+  o PEAR::XML::RPC
+    x remove custom patches
+    x re-integrate functionality from these patches at another place
+    o enhance patches
+      o look at http://cvs.php.net/co.php/pear/XML_RPC/RPC.php
+      o look at http://marc.theaimsgroup.com/?l=pear-dev&m=103578377822397&w=2
+      o provide better patch introducing new error-codes and messages for "local errors":
+        o "could not connect to remote server, failed to open socket"
+        o "could not send data, but socket is open"
+
+  x LookAt PEAR::Log-1.5.3
+    x does it have log-level-constants defined inside itself? yes!
+    x re-integrate patches to have timestamp formatted in a different way
+  
+  o integrate PEAR::Translation with smarty
+    o look at http://pear.php.net/package-info.php?pacid=124&release=1.2.3
+    o look at http://smarty.php.net
+    o refactor flib/Application/i10n/LocaleText.php
+    
+    
+  o send patch for PEAR/Log/file.php
   
-o integrate Data::Encode with I18N - Internationalization???
+  o make patch for PEAR/XML/RPC.php
+  
+  o refactor to PEAR::DB - drivers
+    o glib/Data/Driver/Proxy.php
+    o glib/Data/Driver/RPC/Remote.php
+    o the name??? (DB::RPC?, DB::Remote?, DB::Virtual?)
+  
+  o PEAR::Auth::Kerberos???
+  
+  o integrate glib/Data/Driver/Proxy with PEAR::Cache
+    o use DB::RPC for this!
+    
+  o integrate Application::Config with PEAR::Config
+  
+  o use PEAR::Tree
+    o look at http://opensource.visionp.de/modules/project/tree.php
+    o as base data container for "app::menu", "phpHtmlLib::TreeNav"
+    
+  o integrate Data::Encode with PEAR::I18N - Internationalization???
+  
+  o prepare patches for pear.php.net
+    o configurable timestamp format for PEAR::Log::file
+    o no fatal php errors from PEAR::XML::RPC
+    
+  x 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.
+
+o auf "tune": Programm beenden... "should not see me"
+
+o non-proportional-font-angebots-generator
+
+o archiving: manager & cataloguer
+
+o schema-convertors
+  o ldap-schema -> rdfs?
+  o tangram-schema -> rdfs?
+  o DBIx::DBSchema <-> rdfs?
+  o => web-based rdfs-browser/-editor???
+
+o glossary: Abstract Syntax Notation Basic Encoding Rules (ASN.1/BER) records
+
+o add some notes about licenses:
+  o code: use GPL/LGPL? (GNU General Public License)
+    ->http://www.gnu.org/copyleft/gpl.html
+  o documentation and stuff: use OpenContent License (OPL)?
+    ->http://opencontent.org/opl.shtml?
+
+o found: LDSU
+
+o what about the missing posts to news.netfrag.org?
+  o e.g. "Wo finde ich .pod-Dokumente auf netfrag.org?"
+  o auto-rotated to some nirvana by a cron-daily?
+
+o nfo/Overview
+  o edit
+    ~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/
+  o change css-styles?
+  o reduce width of inner text-field?
+
+o netfrag.org - IntegrationPhase2
+  o integrate user-accounts and passwords
+    o inn
+    o phpWiki
+
+o mnoGoSearch - modify search-interface
+  o simpler form:
+    o just two fields/areas: a) searchword b) (restrict) searcharea-/scope (by word, by checkboxing)
+  o remember "last recent searches"
+    o give user possibility to "mark search as private"
+  o focus input-field on page load (javascript!)
+
+o describe how to add a button to ie (via javascript) (or moz? via XUL?) which triggers
+  a "search at netfrag.org" automagically
+
+o distributed backup system with central/global administration point
+  o it's just metadata
+  o transportable via xml
+  o storable in xml, rdbms, ldap
+
+o search::OpenContact
+
+o add copyright information to source-code!!!
+
+o import directory layout (esp. /home/service) of h1.service.netfrag.org to cvs.netfrag.org
+
+o add possibility to search for *arbitrary* *unlinked* words against a pre-configured WordExpander,
+   which expands words to refs (e.g. http-url) automagically
+   o add javascript-link: "search for selected word/phrase" against search.netfrag.org
+
+o add new topic: "filter"
+  o Regexp::Group
+  o Data::Filter
+  o Mail::Audit
+  o Content-Filters
+    o wiki, tavi, etc.
+    o QuickNote to HTML (what about the name 'iNote'?)
+
+o janosch's PerlFileMover
+  o use unlink together with File::Spec instead of doing a "del" via system
+  o use File::List (look at File::Iterator also)
+  o use some directory watcher module or make one from that?
+    o POE::Component::DirWatch
+       http://search.cpan.org/author/CHOLET/POE-Component-DirWatch-0.01/DirWatch.pm
+
+o replace? look at sandr! (Search AND Replace?) (from french university/organization...)
+
+o install? look at DLAI! (DownLoad And Install?) (from french university/organization...)
+
+o search::phpDocServ
+
+o search::[outlook contact sync]
+
+o pages for patches
+
+o pages & screenshots for sync
+
+o redesign layout of article-/message viewer in newsportal etc.
+
+o setup cvstrac on quepasa.netfrag.org
+
+o search::[trouble ticket]
+
+o try lxr? (from sf.net)
+
+o search::lyra
+
+o google::[outlook ldap]
 
-o prepare patches for pear.php.net
-  o configurable timestamp format for PEAR::Log::file
-  o no fatal php errors from PEAR::XML::RPC
+o search::LDAP Search Error
+
+o nice layout: http://depts.washington.edu/cac/cchome/mis.html
+
+o split up custom gui:
+  o two parts (topics): "notes" & "ideas" (& "visions"?)
+  o *both* may have contexts (are associated with one or more other arbitrary items)
+  o these may be StartingPoints when having a number of things cross referenced
+
+o [search::some news posts got purged, sorry]
+
+o [search::quepasa moves slow]
+
+o mail output from "df" at quepasa.netfrag.org
+
+o tell rabit about ps-lxr (lxr-ps?) (the ps filter and link-expander)
+
+o search::Business::OnlinePayment
+
+o enhance CVSSpam's ruby-scanner's keywords (TODO, FIXME, etc.)
+  o REVIEW
+  o think about different mechanism of how to say "to this with that" to 'cvsspam.rb'
+  o couple 'cvsspam.rb' and the not-yet-ready 
+     link-expansion/item-interpolation WebService on quepasa.netfrag.org
+    o filter incoming content through that! forward via mail afterwards!
+
+o do the same thing described above with inn:
+  o couple the inn-perl-filters with the mentioned InterpolWebService  ;-)
+  o or should we name it "ExtrapolWebService"?
+
+o hehe: search::interpol
+
+o search::it's too hard
+
+x what's new in perl 5.8.0?
+  x Unicode
+  x Threads
+  x IO
+  x Signals
+  x Speed
+
+o use WWW::Mechanize!!!
+
+o compare DesignPattern::Bridge with Class::Inner!
+
+o refactor the DesignPattern::-namespace to the Class::-namespace (perl & php!)!!!
+
+o have seperated search-spaces for
+  o nfoweb & co.
+  o news
+  o cvs-logs
+  o .... but: still let the feature to search the whole index ...
+
+o EasyDoc???
+  x occupied: look at htmltmpl.sourceforge.net
+  x it's for python *and* php!!!
+
+o search::OpenAccess it's already occupied - it's odbc driver stuff
+
+x why not rdf right now?
+  x search::[RDF -- the reason given usually being "it's too hard."]
+
+o search::syncml
+
+x search::perl inner class
+  x it works!
+  x the intended document is found on first place
+  x this document is also found
+  o 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
+
+x 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,
+  SMTP, or a simple data file. DSMLv2 defines two normative bindings: (1) a SOAP
+  request/response binding is defined in section 6; and (2) a file binding that
+  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.
+
+o review|search::mail to news gateway
+  o better: (exact (first) hit)
+    o try to find: http://www.netfrag.org/webnews/attachment.php/nfo.links.computing/372/2/NewsGateway.xml
+    o search::NewsGateway.xml
+
+o refactor hash2sql into some module (Data::Storage::Handler::DBI?, shortcuts.pm?)
+
+o use Hash::Merge instead of object2hash
+
+o make a Object::Merge (maybe patch Hash::Merge) to refactor hash2object somehow
+
+o use Class::Inner!!!
+
+o example faq: Was ist ein search::Buffer-Overrun?
+
+o enhance statistics for Data::Transfer::Sync
+  o timing
   
-x 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.
+o inote.com?
+
+o search::quickstart
+
+o search::Devel-Metadata
+
+o is there a better alternative for Data::Compare::Struct on CPAN?
+
+o refactor:
+  o DesignPattern::Object to Class::Base (perl & php)
+  o DesignPattern::Bridge to Class::Bridge (perl)
+  o DesignPattern::Bridge to Class::Inner (php)
+
+o make mnogosearch quiet / write output to logfile
+
+o use PEAR::Tree!
+
+o backup of quepasa.netfrag.org on meister.ultrajan.de
+  o cd /home/joko
+  o cvs -d :ext:joko@netfrag.org:/var/lib/cvs checkout joko/virtual/joko_backup_ultrajan
+
+o org.netfrag.glib
+
+  function getObjectList() {
+    // --------------------   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 ) ) );
+    $result = $objectTypeList->getAttributes();
+    return $result;
+    // --------------------   clone this & modify  ----------
+  }
+
+o check out xoops: www.xoops.org
+
+o search::Manuel Lemos
+
+o use XOOPS (uses smarty) and PRAX (instead / together with RPC::XML?)
+
+o collaborative Dynabooks, Constructionism, Intertwingulation
+
+o search::RBAC
+
+o check out 
+  o squeakland.org
+  o binarycloud: http://greenhell.com/BinaryCloud
+  o http://dev.greenhell.com/
+  o http://greenhell.com/phpWebForm
+  o http://greenhell.com/dataMiner
+  
+o binarycloud FormBuilder!!!
+
+o for Perl??
+  o ant
+  o wsif
+
+o search::Beaming Files - OpenOBEX
+
+o winscp!
+
+o OBEX!!!
+
+o Generic object exchange profile (GOEP)
+
+o Object push profile (OPP) 
+
+o l2cap - Logical Link Control and Adaptation Protocol
+
+o http://www.bluetoothsig.org/upf/
+   UnPlugFest-12 (FULL) - Europe - October 2003 
+
+o ISO 13250
+
+o XML::RPC --> XMLRPC::Lite???
+
+o 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
+     pmake - a perl 'make' replacement
+     based on:
+  - CPAN Make: http://search.cpan.org/author/NI-S/Make-1.00/
+     Make - module for processing makefiles  
+  - 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 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/
+     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
+    http://search.cpan.org/dist/Data-Flow/Flow.pm
+  - OpenOffice.org - Build tool
+   
+o CPAN:
+  o JHI
+  o Text::Starfish
+  o Meta-0.08 > java_run.pl 
+  o Jvm
+  o Java
+  o Inline::Java
+  o PBJ::JNI
+  o PDL::IO::HDF5 
+
+o look at mini-xml (php and perl!)
+
+o search::perl- and php- development
+
+o bonobo
+  o 1.
+    perl -MCPAN -eshell
+    install Bonobo
+    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)
+  o 2.
+    perl2html
+    CPAN: GDA GNU Data Access (GDA) Perl Module Library (libgda)
+  o 3.  
+    The Perl Shell (psh): http://www.gregorpurdy.com/gregor/psh/
+  o 4.
+    apt-get install bonobo-python
+
+o rap: Request and Process
+  or: Ant for Perl
+  o use:
+    o Data::Flow
+    o psh (http://search.cpan.org/src/GREGOR/psh-1.8/)
+    o HDF?
+    o XML::Simple
+    o XPC.pm - XML Procedure Call Classes (http://search.cpan.org/src/GREGOR/XPC-0.2/lib/XPC.pm)
+    o POE::Component::JobQueue
+    o Schedule
+    o Term::ShellKit
+    o IPC::Run
+    o XML Procedure Call (XPC)
+
+  o alternative to XML::Simple?
+    o XML::Twig
+      o Scalar::Util
+      o WeakRef
+    o XML::UM
+    o XML::TreeBuilder
+    o XML::STX
+      o XML::SAX
+    x XML::Parser(Style=Tree)!
+
+o ojb
+  http://db.apache.org/ojb/
+  ObJectRelationalBridge (OJB) is an Object/Relational mapping tool 
+  that allows transparent persistence for Java Objects against relational databases.
+
+x some new perl modules (important for the framework)
+  x Data::Code::Module
+  x Data::Code::Ref
+  x Data::Code::Scalar
+  x Data::Code::Symbol
+  x Data::Rap
+  x Log::Dispatch::Config::Object  
+
+x netfrag.org - new shortcuts
+  x prepare:
+    export PATH=$PATH:/home/max/dev/netfrag.org/nfo/perl/scripts/shortcuts
+  x run-there:
+    run-there.pl ~/dev/netfrag.org/nfo/perl "cvs -q update -d"
+  x rap:
+    rap.pl 
+    x rap.pl hello world
+    x rap.pl hello config
+    x rap.pl hello db
+
+o Data::Transfer::Sync: wording: descent <-> descendant???
+
+o Perl:
+  o we have:
+    __PACKAGE__, __FILE__, __LINE__
+  o what about:
+    __OBJECT__, __NAMESPACE__, __CHILD__?
+    .... or some other custom defined ones?
+    ... or (at least) an alternative to them!!!
 
-o Data::Storage and logging via Log::Dispatch - DEEP RECURSION again!!!
 
+    
+    
 
 
 
 
 
 
-$Id: joko_2003-02.html,v 1.15 2003/02/05 23:43:55 joko Exp $
+$Id: joko_2003-02.html,v 1.51 2003/02/18 19:45:26 joko Exp $