| 1 | <html><br/> | <html> | 
| 2 | <head><br/> | <head> | 
| 3 |     <title>joko's sample notes - 2003-02 - ResourceIntegration</title><br/> | <title></title> | 
| 4 |     <link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" /><br/> | <link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" /> | 
| 5 | </head><br/> | </head> | 
| 6 | <body><br/> | <body> | 
| 7 | <!-- block --><br/> | <h3>joko's sample notes - 2003-02 - ResourceIntegration</h3><br/> | 
| 8 |   <!-- <pre> --><br/> | <hr/><br/> | 
| 9 | <!-- block --><br/> | <!-- block --><br/> | 
| 10 |   <hr/><br/> | <font color="red"><b>o </b></font>flib:<br/> | 
| 11 | <!-- block --><br/> |     <font color="red"><b>o </b></font>include & boot<br/> | 
| 12 | <font color="red"><b>o</b></font> flib:<br/> |         <font color="red"><b>o </b></font>include-paths<br/> | 
| 13 |     <font color="red"><b>o</b></font> include & boot<br/> |         <font color="red"><b>o </b></font>configKey (servername) => servername/appname<br/> | 
| 14 |         <font color="red"><b>o</b></font> include-paths<br/> |     <font color="red"><b>o </b></font>make glib<br/> | 
| 15 |         <font color="red"><b>o</b></font> configKey (servername) => servername/appname<br/> |     <font color="red"><b>o </b></font>RPC::Remote: just can talk to single rpc-server!!!!<br/> | 
| 16 |     <font color="red"><b>o</b></font> make glib<br/> | <font color="red"><b>o </b></font>app-cleanup:<br/> | 
| 17 |     <font color="red"><b>o</b></font> RPC::Remote: just can talk to single rpc-server!!!!<br/> |     <font color="red"><b>o </b></font>replace ../img/ through img/ globally (in all files found)<br/> | 
| 18 | <font color="red"><b>o</b></font> app-cleanup:<br/> |         <font color="red"><b>o </b></font>grep -ri "../img" | modify.pl --regex=s/\.\.\/img/img/g [--in-type=filelist]<br/> | 
| 19 |     <font color="red"><b>o</b></font> replace ../img/ through img/ globally (in all files found)<br/> |         <font color="red"><b>o </b></font>refactor replace_cvs.pl to:<br/> | 
|  |         <font color="red"><b>o</b></font> grep -ri "../img" | modify.pl --regex=s/\.\.\/img/img/g [--in-type=filelist]<br/> |  | 
|  |         <font color="red"><b>o</b></font> refactor replace_cvs.pl to:<br/> |  | 
| 20 |             finder.pl -R --regex=/CVS/Root . | modify.pl --regex=s/:pserver:/:ext:/ [--in-type=filelist]<br/> |             finder.pl -R --regex=/CVS/Root . | modify.pl --regex=s/:pserver:/:ext:/ [--in-type=filelist]<br/> | 
| 21 |             <font color="red"><b>o</b></font> is it possible to actually parse settings && arguments (not just "options") using Getopt::Long??<br/> |             <font color="red"><b>o </b></font>is it possible to actually parse settings && arguments (not just "options") using Getopt::Long??<br/> | 
| 22 |                 <font color="red"><b>o</b></font> else: look at CPAN more detailed or make a CliCmd::Option + CliCmd::Argument = CliCmd::Setting!!<br/> |                 <font color="red"><b>o </b></font>else: look at CPAN more detailed or make a CliCmd::Option + CliCmd::Argument = CliCmd::Setting!!<br/> | 
| 23 |                 O refactor Getopt::Simple to Getopt::Easy and add features!? a) argument/option-mechanism b) restrict option-mech<br/> |                 O refactor Getopt::Simple to Getopt::Easy and add features!? a) argument/option-mechanism b) restrict option-mech<br/> | 
| 24 |                     symbol: O=Ongoing<br/> |                     symbol: O=Ongoing<br/> | 
| 25 |                 c use Getopt::Auto???<br/> |                 c use Getopt::Auto???<br/> | 
| 26 |                 <font color="green"><b>x</b></font> make Getopt::Easy!!!<br/> |                 <font color="green"><b>x </b></font>make Getopt::Easy!!!<br/> | 
| 27 |                         <font color="red"><b>o</b></font> 0. Oef::Request -> ...<br/> |       <font color="red"><b>o </b></font>0. Oef::Request -> ...<br/> | 
| 28 | <font color="red"><b>o</b></font> 1. CliCmd::Setting -> Oef::Request -> [hibernate] -> [wakup] -> Oef::Engine -> Oef::>Task -> Oef::Response<br/> | <font color="red"><b>o </b></font>1. CliCmd::Setting -> Oef::Request -> [hibernate] -> [wakup] -> Oef::Engine -> Oef::>Task -> Oef::Response<br/> | 
| 29 |     <font color="red"><b>o</b></font> need to freeze a Oef::Request<br/> |     <font color="red"><b>o </b></font>need to freeze a Oef::Request<br/> | 
| 30 | <font color="red"><b>o</b></font> 2. CliCmd::Setting -> Oef::Request -> Oef::Engine -> Oef::Task -> [hibernate] -> [wakup] -> Oef::Response<br/> | <font color="red"><b>o </b></font>2. CliCmd::Setting -> Oef::Request -> Oef::Engine -> Oef::Task -> [hibernate] -> [wakup] -> Oef::Response<br/> | 
| 31 |     <font color="red"><b>o</b></font> need to freeze a Oef::Engine<br/> |     <font color="red"><b>o </b></font>need to freeze a Oef::Engine<br/> | 
| 32 |       <font color="red"><b>o</b></font> Oef::Base bases on DesignPattern::Object and DesignPattern::Bridge<br/> |       <font color="red"><b>o </b></font>Oef::Base bases on DesignPattern::Object and DesignPattern::Bridge<br/> | 
| 33 | <!-- block --><br/> | <!-- block --><br/> | 
| 34 | <font color="red"><b>o</b></font> refactor DesignPattern::Object::Logger to Oef::Base::Logger<br/> | <font color="red"><b>o </b></font>refactor DesignPattern::Object::Logger to Oef::Base::Logger<br/> | 
| 35 | <!-- block --><br/> | <!-- block --><br/> | 
| 36 | <font color="red"><b>o</b></font> use phpHtmlLib - widgets in a wiki (yakka!)<br/> | <font color="red"><b>o </b></font>use phpHtmlLib - widgets in a wiki (yakka!)<br/> | 
| 37 | <!-- block --><br/> | <!-- block --><br/> | 
| 38 | <font color="red"><b>o</b></font> rename Data::Storage::Handler::NetLDAP to Data::Storage::Handler::LDAP<br/> | <font color="red"><b>o </b></font>rename Data::Storage::Handler::NetLDAP to Data::Storage::Handler::LDAP<br/> | 
| 39 | <!-- block --><br/> | <!-- block --><br/> | 
| 40 | <font color="red"><b>o</b></font> register: data-storage.[perl.]netfrag.org<br/> | <font color="red"><b>o </b></font>register: data-storage.[perl.]netfrag.org<br/> | 
| 41 | <!-- block --><br/> | <!-- block --><br/> | 
| 42 | <font color="red"><b>o</b></font> look at '<meta  http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />'!!!<br/> | <font color="red"><b>o </b></font>look at '<meta  http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />'!!!<br/> | 
| 43 |     <font color="red"><b>o</b></font> better use 'utf-8' to achieve full i18n?<br/> |     <font color="red"><b>o </b></font>better use 'utf-8' to achieve full i18n?<br/> | 
| 44 |       <font color="red"><b>o</b></font> add descriptive words (undelete, etc.) and references to similar projects to mini-howto_trashcan-under-linux_libtrash.html<br/> |       <font color="red"><b>o </b></font>add descriptive words (undelete, etc.) and references to similar projects to mini-howto_trashcan-under-linux_libtrash.html<br/> | 
| 45 | <!-- block --><br/> | <!-- block --><br/> | 
| 46 | <font color="red"><b>o</b></font> proarc - professional document archiving, indexing, distributing and publishing<br/> | <font color="red"><b>o </b></font>proarc - professional document archiving, indexing, distributing and publishing<br/> | 
| 47 |     <font color="red"><b>o</b></font> archiver<br/> |     <font color="red"><b>o </b></font>archiver<br/> | 
| 48 |             archive --reference|meta|content --check-descents=*.txt <path> --type=file|document<br/> |             archive --reference|meta|content --check-descents=*.txt <path> --type=file|document<br/> | 
| 49 |     <font color="red"><b>o</b></font> indexer<br/> |     <font color="red"><b>o </b></font>indexer<br/> | 
| 50 |             index <all>, use mnoGoSearch's indexer<br/> |             index <all>, use mnoGoSearch's indexer<br/> | 
| 51 |     <font color="red"><b>o</b></font> manager<br/> |     <font color="red"><b>o </b></font>manager<br/> | 
| 52 |             <font color="red"><b>o</b></font> build sets of data<br/> |             <font color="red"><b>o </b></font>build sets of data<br/> | 
| 53 |             <font color="red"><b>o</b></font> make distribution lists<br/> |             <font color="red"><b>o </b></font>make distribution lists<br/> | 
| 54 |             <font color="red"><b>o</b></font> manage global settings (base-paths/-urls, etc.)<br/> |             <font color="red"><b>o </b></font>manage global settings (base-paths/-urls, etc.)<br/> | 
| 55 |             <font color="red"><b>o</b></font> edit object details (public-url, acls, etc.)<br/> |             <font color="red"><b>o </b></font>edit object details (public-url, acls, etc.)<br/> | 
| 56 |             <font color="red"><b>o</b></font> edit global and/or per-object metadata<br/> |             <font color="red"><b>o </b></font>edit global and/or per-object metadata<br/> | 
| 57 |                 <font color="red"><b>o</b></font> to-be-published (@)<br/> |                 <font color="red"><b>o </b></font>to-be-published (@)<br/> | 
| 58 |                 <font color="red"><b>o</b></font> to-be-indexed<br/> |                 <font color="red"><b>o </b></font>to-be-indexed<br/> | 
| 59 |             <font color="red"><b>o</b></font> build manager-rules on top of that<br/> |             <font color="red"><b>o </b></font>build manager-rules on top of that<br/> | 
| 60 |     <font color="red"><b>o</b></font> distributor<br/> |     <font color="red"><b>o </b></font>distributor<br/> | 
| 61 |             <font color="red"><b>o</b></font> prepare/distribute sets of data<br/> |             <font color="red"><b>o </b></font>prepare/distribute sets of data<br/> | 
| 62 |     <font color="red"><b>o</b></font> publisher<br/> |     <font color="red"><b>o </b></font>publisher<br/> | 
| 63 |             <font color="red"><b>o</b></font> publish data to given url@server<br/> |             <font color="red"><b>o </b></font>publish data to given url@server<br/> | 
| 64 |                 a) prepared machine-readable sets for distribution<br/> |                 a) prepared machine-readable sets for distribution<br/> | 
| 65 |                 b) human-readable material (e.g.: generated indexes, overviews, details, descent-documents)<br/> |                 b) human-readable material (e.g.: generated indexes, overviews, details, descent-documents)<br/> | 
| 66 |     <font color="red"><b>o</b></font> add collaboration on top of that!<br/> |     <font color="red"><b>o </b></font>add collaboration on top of that!<br/> | 
| 67 |             <font color="red"><b>o</b></font> (technical) annotations, pbb, etc.<br/> |             <font color="red"><b>o </b></font>(technical) annotations, pbb, etc.<br/> | 
| 68 |     <font color="red"><b>o</b></font> what is already there?<br/> |     <font color="red"><b>o </b></font>what is already there?<br/> | 
| 69 |         <font color="green"><b>x</b></font> found: ProArc, OpenArc - but nothing seems to be truly *open*!<br/> |         <font color="green"><b>x </b></font>found: ProArc, OpenArc - but nothing seems to be truly *open*!<br/> | 
| 70 | <!-- block --><br/> | <!-- block --><br/> | 
| 71 | <font color="red"><b>o</b></font> Gtk Rules | phpRules - an abstract rule chain editor<br/> | <font color="red"><b>o </b></font>Gtk Rules | phpRules - an abstract rule chain editor<br/> | 
| 72 |     <font color="red"><b>o</b></font> modes: dispatchmail, dispatchrequest, ipchains?<br/> |     <font color="red"><b>o </b></font>modes: dispatchmail, dispatchrequest, ipchains?<br/> | 
| 73 |     <font color="red"><b>o</b></font> look at Outlook 2000, Ximian Evolution, Horde<br/> |     <font color="red"><b>o </b></font>look at Outlook 2000, Ximian Evolution, Horde<br/> | 
| 74 | <!-- block --><br/> | <!-- block --><br/> | 
| 75 | <font color="red"><b>o</b></font> iSerienbrief (mac & win32)<br/> | <font color="red"><b>o </b></font>iSerienbrief (mac & win32)<br/> | 
| 76 | <!-- block --><br/> | <!-- block --><br/> | 
| 77 | <font color="red"><b>o</b></font> freier xml-editor für win32? (nicht auf msxml3 basierend?)<br/> | <font color="red"><b>o </b></font>freier xml-editor für win32? (nicht auf msxml3 basierend?)<br/> | 
| 78 | <!-- block --><br/> | <!-- block --><br/> | 
| 79 | <font color="red"><b>o</b></font> Data::Storage <br/> | <font color="red"><b>o </b></font>Data::Storage <br/> | 
| 80 |       - overview<br/> |       - overview<br/> | 
| 81 |           - just gives you a handle to a preconfigured data-source.<br/> |           - just gives you a handle to a preconfigured data-source.<br/> | 
| 82 |           - it's a meta-module on our way to unified data access.<br/> |           - it's a meta-module on our way to unified data access.<br/> | 
| 85 |             specified Perl-modules acting as "plugins".<br/> |             specified Perl-modules acting as "plugins".<br/> | 
| 86 |             It's delivered with "Handlers" ready for talking to rdbms-databases, <br/> |             It's delivered with "Handlers" ready for talking to rdbms-databases, <br/> | 
| 87 |             flat-file databases (csv, etc.), structured files (INPADOC, XML) and<br/> |             flat-file databases (csv, etc.), structured files (INPADOC, XML) and<br/> | 
| 88 |             <font color="red"><b>o</b></font>o-rdbms-mappers (orms) - in our case "Tangram" (from CPAN).<br/> |             oo-rdbms-mappers (orms) - in our case "Tangram" (from CPAN).<br/> | 
| 89 | <!-- block --><br/> | <!-- block --><br/> | 
| 90 | <font color="red"><b>o</b></font> Resources, Ontologies, Information Delivery<br/> | <font color="red"><b>o </b></font>Resources, Ontologies, Information Delivery<br/> | 
| 91 |     <font color="red"><b>o</b></font> RSS, RDF, RDFS<br/> |     <font color="red"><b>o </b></font>RSS, RDF, RDFS<br/> | 
| 92 | <!-- block --><br/> | <!-- block --><br/> | 
| 93 | <font color="red"><b>o</b></font> modifier.pl<br/> | <font color="red"><b>o </b></font>modifier.pl<br/> | 
| 94 |     <font color="red"><b>o</b></font> soap <-> rpc-xml<br/> |     <font color="red"><b>o </b></font>soap <-> rpc-xml<br/> | 
| 95 |     <font color="red"><b>o</b></font> Tangram-Schema <-> RDF Schema (RDFS)<br/> |     <font color="red"><b>o </b></font>Tangram-Schema <-> RDF Schema (RDFS)<br/> | 
| 96 | <!-- block --><br/> | <!-- block --><br/> | 
| 97 | <font color="red"><b>o</b></font> use nntp//rss!!!<br/> | <font color="red"><b>o </b></font>use nntp//rss!!!<br/> | 
| 98 | <!-- block --><br/> | <!-- block --><br/> | 
| 99 | <font color="red"><b>o</b></font> cvssync<br/> | <font color="red"><b>o </b></font>cvssync<br/> | 
| 100 |     <font color="red"><b>o</b></font> option AUTOCOMMIT<br/> |     <font color="red"><b>o </b></font>option AUTOCOMMIT<br/> | 
| 101 |     <font color="red"><b>o</b></font> option AUTOADD<br/> |     <font color="red"><b>o </b></font>option AUTOADD<br/> | 
| 102 |     <font color="red"><b>o</b></font> mode GUI<br/> |     <font color="red"><b>o </b></font>mode GUI<br/> | 
| 103 | <!-- block --><br/> | <!-- block --><br/> | 
| 104 | <font color="red"><b>o</b></font> sieve & XML???<br/> | <font color="red"><b>o </b></font>sieve & XML???<br/> | 
| 105 | <!-- block --><br/> | <!-- block --><br/> | 
| 106 | <font color="red"><b>o</b></font> cvs & kerberos???<br/> | <font color="red"><b>o </b></font>cvs & kerberos???<br/> | 
| 107 | <!-- block --><br/> | <!-- block --><br/> | 
| 108 | <font color="red"><b>o</b></font> enhance Mail::Audit::Dispatch<br/> | <font color="red"><b>o </b></font>enhance Mail::Audit::Dispatch<br/> | 
| 109 |     <font color="green"><b>x</b></font> recieveMail -> dispatchmail & Mail::Audit::Dispatch<br/> |     <font color="green"><b>x </b></font>recieveMail -> dispatchmail & Mail::Audit::Dispatch<br/> | 
| 110 |     <font color="red"><b>o</b></font> Mail::Audit::Dispatch::Folder::Mbox (by joko, the main part of the former recieveMail, just uses Mail::Audit)<br/> |     <font color="red"><b>o </b></font>Mail::Audit::Dispatch::Folder::Mbox (by joko, the main part of the former recieveMail, just uses Mail::Audit)<br/> | 
| 111 |     <font color="red"><b>o</b></font> Mail::Audit::Dispatch::Spool (by joko, a little part of the former recieveMail, just uses Mail::Audit)<br/> |     <font color="red"><b>o </b></font>Mail::Audit::Dispatch::Spool (by joko, a little part of the former recieveMail, just uses Mail::Audit)<br/> | 
| 112 |     <font color="green"><b>x</b></font> Mail::Audit::Dispatch::Newsgate (by joko, uses Net::NNTP)<br/> |     <font color="green"><b>x </b></font>Mail::Audit::Dispatch::Newsgate (by joko, uses Net::NNTP)<br/> | 
| 113 |     <font color="red"><b>o</b></font> 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....)<br/> |     <font color="red"><b>o </b></font>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....)<br/> | 
| 114 |     <font color="red"><b>o</b></font> Mail::Audit::Dispatch::Faxgate (by janosch, uses /usr/bin/sendfax; still inside 'mail-handler', tbr)<br/> |     <font color="red"><b>o </b></font>Mail::Audit::Dispatch::Faxgate (by janosch, uses /usr/bin/sendfax; still inside 'mail-handler', tbr)<br/> | 
| 115 |     <font color="red"><b>o</b></font> Mail::Audit::Dispatch::Smsgate (by janosch, uses /usr/bin/yaps; still inside 'mail-handler', tbr)<br/> |     <font color="red"><b>o </b></font>Mail::Audit::Dispatch::Smsgate (by janosch, uses /usr/bin/yaps; still inside 'mail-handler', tbr)<br/> | 
| 116 |         <font color="red"><b>o</b></font> could also use /usr/bin/smssend or some module from CPAN<br/> |         <font color="red"><b>o </b></font>could also use /usr/bin/smssend or some module from CPAN<br/> | 
| 117 |     <font color="red"><b>o</b></font> Mail::Audit::Dispatch::Response (by joko, notifies sender that his/her mail was processed by arbitrary system)<br/> |     <font color="red"><b>o </b></font>Mail::Audit::Dispatch::Response (by joko, notifies sender that his/her mail was processed by arbitrary system)<br/> | 
| 118 |         <font color="red"><b>o</b></font> send autoresponse with subject: "Your bug-request was filed." when mailing to bugs@netfrag.org (done by gateway@netfrag.org)<br/> |         <font color="red"><b>o </b></font>send autoresponse with subject: "Your bug-request was filed." when mailing to bugs@netfrag.org (done by gateway@netfrag.org)<br/> | 
| 119 |         <font color="red"><b>o</b></font> actually do file the message at nfo.support.queue (done by gateway@netfrag.org)<br/> |         <font color="red"><b>o </b></font>actually do file the message at nfo.support.queue (done by gateway@netfrag.org)<br/> | 
| 120 |         <font color="red"><b>o</b></font> maybe cc: to or integrate with tutos or other ticketing system (bugzilla)???)<br/> |         <font color="red"><b>o </b></font>maybe cc: to or integrate with tutos or other ticketing system (bugzilla)???)<br/> | 
| 121 |         <font color="red"><b>o</b></font> this should be the basic functionality needed to implement known features as "autoresponder" or "vacation" on top of this<br/> |         <font color="red"><b>o </b></font>this should be the basic functionality needed to implement known features as "autoresponder" or "vacation" on top of this<br/> | 
| 122 | <!-- block --><br/> | <!-- block --><br/> | 
| 123 | <font color="red"><b>o</b></font> write about:<br/> | <font color="red"><b>o </b></font>write about:<br/> | 
| 124 |     <font color="red"><b>o</b></font> path-structure inside dev-cvs (->bareface, ->janosch)<br/> |     <font color="red"><b>o </b></font>path-structure inside dev-cvs (->bareface, ->janosch)<br/> | 
| 125 |     <font color="red"><b>o</b></font> path-structure inside sysadmin-cvs (hosts, skels) (->jonen)<br/> |     <font color="red"><b>o </b></font>path-structure inside sysadmin-cvs (hosts, skels) (->jonen)<br/> | 
| 126 |     <font color="red"><b>o</b></font> path-structure at web/pub (->jonen)<br/> |     <font color="red"><b>o </b></font>path-structure at web/pub (->jonen)<br/> | 
| 127 | <!-- block --><br/> | <!-- block --><br/> | 
| 128 | <font color="red"><b>o</b></font> enhance newsportal<br/> | <font color="red"><b>o </b></font>enhance newsportal<br/> | 
| 129 |     <font color="red"><b>o</b></font> features for ArticleViewer:<br/> |     <font color="red"><b>o </b></font>features for ArticleViewer:<br/> | 
| 130 |         <font color="red"><b>o</b></font> embedded images<br/> |         <font color="red"><b>o </b></font>embedded images<br/> | 
| 131 |         <font color="red"><b>o</b></font> MIME capability<br/> |         <font color="red"><b>o </b></font>MIME capability<br/> | 
| 132 |         <font color="red"><b>o</b></font> HTML frameset capability<br/> |         <font color="red"><b>o </b></font>HTML frameset capability<br/> | 
| 133 |             <font color="red"><b>o</b></font> show in external window<br/> |             <font color="red"><b>o </b></font>show in external window<br/> | 
| 134 |             <font color="red"><b>o</b></font> convert to HTML tables!?<br/> |             <font color="red"><b>o </b></font>convert to HTML tables!?<br/> | 
| 135 | <!-- block --><br/> | <!-- block --><br/> | 
| 136 | <font color="red"><b>o</b></font> a StartingPoint: TUTOS Project/Product Overview<br/> | <font color="red"><b>o </b></font>a StartingPoint: TUTOS Project/Product Overview<br/> | 
| 137 | <!-- block --><br/> | <!-- block --><br/> | 
| 138 | <font color="red"><b>o</b></font> generate some documentation for flib and glib automagically<br/> | <font color="red"><b>o </b></font>generate some documentation for flib and glib automagically<br/> | 
| 139 |     <font color="red"><b>o</b></font> use JavaDoc? see ->phpHtmlLib<br/> |     <font color="red"><b>o </b></font>use JavaDoc? see ->phpHtmlLib<br/> | 
| 140 |     <font color="red"><b>o</b></font> use phpDoc? see ->Xyz<br/> |     <font color="red"><b>o </b></font>use phpDoc? see ->Xyz<br/> | 
| 141 | <!-- block --><br/> | <!-- block --><br/> | 
| 142 | <font color="red"><b>o</b></font> yakka:<br/> | <font color="red"><b>o </b></font>yakka:<br/> | 
| 143 |         <font color="red"><b>o</b></font> SeperationOfWikiCoreFeatures<br/> |         <font color="red"><b>o </b></font>SeperationOfWikiCoreFeatures<br/> | 
| 144 |             <font color="red"><b>o</b></font> revisioning<br/> |             <font color="red"><b>o </b></font>revisioning<br/> | 
| 145 |         <font color="red"><b>o</b></font> EnhancementOfCoreFeatures<br/> |         <font color="red"><b>o </b></font>EnhancementOfCoreFeatures<br/> | 
| 146 |             <font color="red"><b>o</b></font> object oriented linking/referencing<br/> |             <font color="red"><b>o </b></font>object oriented linking/referencing<br/> | 
| 147 |             <font color="red"><b>o</b></font> reference maintenance capabilities (copy, move, unlink) (+clone, +deep_copy)<br/> |             <font color="red"><b>o </b></font>reference maintenance capabilities (copy, move, unlink) (+clone, +deep_copy)<br/> | 
| 148 |             <font color="red"><b>o</b></font> reference structuring (make set, add more metadata)<br/> |             <font color="red"><b>o </b></font>reference structuring (make set, add more metadata)<br/> | 
| 149 |                 <font color="red"><b>o</b></font> use RDF and/or RDFS?<br/> |                 <font color="red"><b>o </b></font>use RDF and/or RDFS?<br/> | 
| 150 |                 <font color="red"><b>o</b></font> look at RDFWiki....<br/> |                 <font color="red"><b>o </b></font>look at RDFWiki....<br/> | 
| 151 |         <font color="red"><b>o</b></font> EnhancementOfFrontend<br/> |         <font color="red"><b>o </b></font>EnhancementOfFrontend<br/> | 
| 152 |         <font color="red"><b>o</b></font> ReIntegrationOfWikiCoreFeatures<br/> |         <font color="red"><b>o </b></font>ReIntegrationOfWikiCoreFeatures<br/> | 
| 153 |           <font color="red"><b>o</b></font> "outsource" mysql from quepasa.netfrag.org to h1.service.netfrag.org<br/> |           <font color="red"><b>o </b></font>"outsource" mysql from quepasa.netfrag.org to h1.service.netfrag.org<br/> | 
| 154 | <!-- block --><br/> | <!-- block --><br/> | 
| 155 | <font color="red"><b>o</b></font> establish slapd on h1.service.netfrag.org<br/> | <font color="red"><b>o </b></font>establish slapd on h1.service.netfrag.org<br/> | 
| 156 | <!-- block --><br/> | <!-- block --><br/> | 
| 157 | <font color="red"><b>o</b></font> faxabruf für w2hfax (sendfax -d <nummer> -p)<br/> | <font color="red"><b>o </b></font>faxabruf für w2hfax (sendfax -d <nummer> -p)<br/> | 
| 158 |     <font color="red"><b>o</b></font> konvertiere empfanges dokument von ps nach pdf, tiff?<br/> |     <font color="red"><b>o </b></font>konvertiere empfanges dokument von ps nach pdf, tiff?<br/> | 
| 159 | <!-- block --><br/> | <!-- block --><br/> | 
| 160 | <font color="red"><b>o</b></font> look at bonsai?<br/> | <font color="red"><b>o </b></font>look at bonsai?<br/> | 
| 161 | <!-- block --><br/> | <!-- block --><br/> | 
| 162 | <font color="red"><b>o</b></font> scripts from janosch<br/> | <font color="red"><b>o </b></font>scripts from janosch<br/> | 
| 163 | <!-- block --><br/> | <!-- block --><br/> | 
| 164 | <font color="red"><b>o</b></font> LookAt php-4.3.0???<br/> | <font color="red"><b>o </b></font>LookAt php-4.3.0???<br/> | 
| 165 | <!-- block --><br/> | <!-- block --><br/> | 
| 166 | <font color="red"><b>o</b></font> emacs?<br/> | <font color="red"><b>o </b></font>emacs?<br/> | 
| 167 | <!-- block --><br/> | <!-- block --><br/> | 
| 168 | <font color="red"><b>o</b></font> check if backend-logging still works!?<br/> | <font color="red"><b>o </b></font>check if backend-logging still works!?<br/> | 
| 169 | <!-- block --><br/> | <!-- block --><br/> | 
| 170 | <font color="red"><b>o</b></font> LookAt PythonInPhp<br/> | <font color="red"><b>o </b></font>LookAt PythonInPhp<br/> | 
| 171 |     <font color="red"><b>o</b></font> integrate python-library from w2hfax (hfaxlib) into Horde!?<br/> |     <font color="red"><b>o </b></font>integrate python-library from w2hfax (hfaxlib) into Horde!?<br/> | 
| 172 | <!-- block --><br/> | <!-- block --><br/> | 
| 173 | <font color="red"><b>o</b></font> task list<br/> | <font color="red"><b>o </b></font>task list<br/> | 
| 174 |     start apache1 (click)<br/> |     start apache1 (click)<br/> | 
| 175 |     start mysql (type net start mysql)<br/> |     start mysql (type net start mysql)<br/> | 
| 176 |     start internet explorer (click)<br/> |     start internet explorer (click)<br/> | 
| 177 |     start explorer (press win-key & e)<br/> |     start explorer (press win-key & e)<br/> | 
| 178 |         navigate to target<br/> |         navigate to target<br/> | 
| 179 |         <font color="red"><b>o</b></font>pen in ultraedit<br/> |         open in ultraedit<br/> | 
| 180 | <!-- block --><br/> | <!-- block --><br/> | 
| 181 | <font color="red"><b>o</b></font> php-enhancements!?<br/> | <font color="red"><b>o </b></font>php-enhancements!?<br/> | 
| 182 |     <font color="red"><b>o</b></font> mixin inheritance for php?<br/> |     <font color="red"><b>o </b></font>mixin inheritance for php?<br/> | 
| 183 |     <font color="red"><b>o</b></font> manipulating the symbol table?<br/> |     <font color="red"><b>o </b></font>manipulating the symbol table?<br/> | 
| 184 | <!-- block --><br/> | <!-- block --><br/> | 
| 185 | <font color="red"><b>o</b></font> integrate timestamp into log-output of CPAN's Log::Dispatch!?<br/> | <font color="red"><b>o </b></font>integrate timestamp into log-output of CPAN's Log::Dispatch!?<br/> | 
| 186 | <!-- block --><br/> | <!-- block --><br/> | 
| 187 | <font color="red"><b>o</b></font> integrate autogenerated api-documentation for code@netfrag.org<br/> | <font color="red"><b>o </b></font>integrate autogenerated api-documentation for code@netfrag.org<br/> | 
| 188 |     use PhpDocumentor: <a href="http://phpdocu.sourceforge.net/">http://phpdocu.sourceforge.net/</a><br/> |     use PhpDocumentor: <a href="http://phpdocu.sourceforge.net/" target="_blank">http://phpdocu.sourceforge.net/</a><br/> | 
| 189 | <!-- block --><br/> | <!-- block --><br/> | 
| 190 | <font color="red"><b>o</b></font> phpLdapBrowser using components from<br/> | <font color="red"><b>o </b></font>phpLdapBrowser using components from<br/> | 
| 191 |     <font color="red"><b>o</b></font> PEAR (DB_ldap)<br/> |     <font color="red"><b>o </b></font>PEAR (DB_ldap)<br/> | 
| 192 |     <font color="red"><b>o</b></font> smarty (maybe some parts for gui rendering)<br/> |     <font color="red"><b>o </b></font>smarty (maybe some parts for gui rendering)<br/> | 
| 193 |     <font color="red"><b>o</b></font> phpHtmlLib (abstraction of basic html tags and more highlevel widgets, gui/forms-to-data binding)<br/> |     <font color="red"><b>o </b></font>phpHtmlLib (abstraction of basic html tags and more highlevel widgets, gui/forms-to-data binding)<br/> | 
| 194 |     <font color="red"><b>o</b></font> netfrag.org<br/> |     <font color="red"><b>o </b></font>netfrag.org<br/> | 
| 195 |         <font color="red"><b>o</b></font> yakka as navigation-backend<br/> |         <font color="red"><b>o </b></font>yakka as navigation-backend<br/> | 
| 196 |             <font color="red"><b>o</b></font> on-the-fly generation of navigation-structure<br/> |             <font color="red"><b>o </b></font>on-the-fly generation of navigation-structure<br/> | 
| 197 |             <font color="red"><b>o</b></font> page-rendering, -dispatching and -layout<br/> |             <font color="red"><b>o </b></font>page-rendering, -dispatching and -layout<br/> | 
| 198 |                 <font color="red"><b>o</b></font> maybe integrate these together to get max. overview over all details <br/> |                 <font color="red"><b>o </b></font>maybe integrate these together to get max. overview over all details <br/> | 
| 199 |                       to be able to provide enough abstraction in implementation:<br/> |                       to be able to provide enough abstraction in implementation:<br/> | 
| 200 |                     <font color="red"><b>o</b></font> current dispatcher from yakka (Engine 1.0?, Engine 2.0?)<br/> |                     <font color="red"><b>o </b></font>current dispatcher from yakka (Engine 1.0?, Engine 2.0?)<br/> | 
| 201 |                     <font color="red"><b>o</b></font> dispatchrequest (the generic dispatcher which listens at <a href="http://cvs.netfrag.org">http://cvs.netfrag.org</a> and <a href="http://news.netfrag.org">http://news.netfrag.org</a>)<br/> |                     <font color="red"><b>o </b></font>dispatchrequest (the generic dispatcher which listens at <a href="http://cvs.netfrag.org" target="_blank">http://cvs.netfrag.org</a> and <a href="http://news.netfrag.org" target="_blank">http://news.netfrag.org</a>)<br/> | 
| 202 |                     <font color="red"><b>o</b></font> glib/Application/AbstractRequest (a component which grew out of a custom application once,<br/> |                     <font color="red"><b>o </b></font>glib/Application/AbstractRequest (a component which grew out of a custom application once,<br/> | 
| 203 |                           but was refactored two times after that (<custom-app> -> flib/Site/Request -> org.netfrag.glib/Application/AbstractRequest)<br/> |                           but was refactored two times after that (<custom-app> -> flib/Site/Request -> org.netfrag.glib/Application/AbstractRequest)<br/> | 
| 204 |         <font color="red"><b>o</b></font> org.netfrag.glib for tying all that together<br/> |         <font color="red"><b>o </b></font>org.netfrag.glib for tying all that together<br/> | 
| 205 | <!-- block --><br/> | <!-- block --><br/> | 
| 206 | <font color="red"><b>o</b></font> nfoweb: "powered by" - page<br/> | <font color="red"><b>o </b></font>nfoweb: "powered by" - page<br/> | 
| 207 |     <font color="red"><b>o</b></font> lamp: linux, apache, mysql, php<br/> |     <font color="red"><b>o </b></font>lamp: linux, apache, mysql, php<br/> | 
| 208 |     <font color="red"><b>o</b></font> other daemon software: inn, OpenLDAP, OpenSSH, Kerberos 5, sendmail, amavis, Cyrus<br/> |     <font color="red"><b>o </b></font>other daemon software: inn, OpenLDAP, OpenSSH, Kerberos 5, sendmail, amavis, Cyrus<br/> | 
| 209 |     <font color="red"><b>o</b></font> other software: TWiki, phpWiki, viewcvs, newsportal<br/> |     <font color="red"><b>o </b></font>other software: TWiki, phpWiki, viewcvs, newsportal<br/> | 
| 210 |     <font color="red"><b>o</b></font> other languages: bash, perl, python, ruby, etc., etc.<br/> |     <font color="red"><b>o </b></font>other languages: bash, perl, python, ruby, etc., etc.<br/> | 
| 211 |     <font color="red"><b>o</b></font> make links...<br/> |     <font color="red"><b>o </b></font>make links...<br/> | 
| 212 |     <font color="red"><b>o</b></font> include process view???<br/> |     <font color="red"><b>o </b></font>include process view???<br/> | 
| 213 |     <font color="red"><b>o</b></font> link to "IntegratesWith"-page: PIMs, Offices<br/> |     <font color="red"><b>o </b></font>link to "IntegratesWith"-page: PIMs, Offices<br/> | 
| 214 | <!-- block --><br/> | <!-- block --><br/> | 
| 215 | <font color="red"><b>o</b></font> Data::Storage and logging via Log::Dispatch - DEEP RECURSION again!!!<br/> | <font color="red"><b>o </b></font>Data::Storage and logging via Log::Dispatch - DEEP RECURSION again!!!<br/> | 
| 216 | <!-- block --><br/> | <!-- block --><br/> | 
| 217 | <font color="green"><b>x</b></font> build content-index of news.netfrag.org<br/> | <font color="green"><b>x </b></font>build content-index of news.netfrag.org<br/> | 
| 218 |     <font color="red"><b>o</b></font> mnoGoSearch's news-extension seems to require some more database-tuning  ;-(<br/> |     <font color="red"><b>o </b></font>mnoGoSearch's news-extension seems to require some more database-tuning  ;-(<br/> | 
| 219 |     <font color="green"><b>x</b></font> ./sbin/indexer -a -v 5 -i -u <a href="http://www.netfrag.org/webnews/%">http://www.netfrag.org/webnews/%</a><br/> |     <font color="green"><b>x </b></font>./sbin/indexer -a -v 5 -i -u <a href="http://www.netfrag.org/webnews/%" target="_blank">http://www.netfrag.org/webnews/%</a><br/> | 
| 220 |     <font color="red"><b>o</b></font> automate this:<br/> |     <font color="red"><b>o </b></font>automate this:<br/> | 
| 221 |         <font color="red"><b>o</b></font> cd /usr/local/mnogosearch<br/> |         <font color="red"><b>o </b></font>cd /usr/local/mnogosearch<br/> | 
| 222 |         <font color="red"><b>o</b></font> ./sbin/indexer<br/> |         <font color="red"><b>o </b></font>./sbin/indexer<br/> | 
| 223 |     <font color="green"><b>x</b></font> ./sbin/indexer -a -p 1 -u <a href="http://www.netfrag.org/webnews/%">http://www.netfrag.org/webnews/%</a><br/> |     <font color="green"><b>x </b></font>./sbin/indexer -a -p 1 -u <a href="http://www.netfrag.org/webnews/%" target="_blank">http://www.netfrag.org/webnews/%</a><br/> | 
| 224 |     <font color="green"><b>x</b></font> deleted all "post.php"-documents from mnoGoSearch-index-database<br/> |     <font color="green"><b>x </b></font>deleted all "post.php"-documents from mnoGoSearch-index-database<br/> | 
| 225 |         <font color="green"><b>x</b></font> place entry in indexer.conf *before* the "Allow"-rules: "Disallow Regex \/webnews\/post\.php.*"<br/> |         <font color="green"><b>x </b></font>place entry in indexer.conf *before* the "Allow"-rules: "Disallow Regex \/webnews\/post\.php.*"<br/> | 
| 226 |         <font color="green"><b>x</b></font> ... so we have now (for newsportal)<br/> |         <font color="green"><b>x </b></font>... so we have now (for newsportal)<br/> | 
| 227 |                 Disallow Regex \/webnews\/post\.php.*<br/> |                 Disallow Regex \/webnews\/post\.php.*<br/> | 
| 228 |                 Allow Regex \/webnews\/<br/> |                 Allow Regex \/webnews\/<br/> | 
| 229 |         <font color="green"><b>x</b></font> run: ./sbin/indexer -a -v 5 -p 1 -u "<a href="http://www.netfrag.org/webnews/post.php%">http://www.netfrag.org/webnews/post.php%</a>"<br/> |         <font color="green"><b>x </b></font>run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/webnews/post.php%"<br/> | 
| 230 |         <font color="green"><b>x</b></font> or (faster - and will not blow up your apache):<br/> |         <font color="green"><b>x </b></font>or (faster - and will not blow up your apache):<br/> | 
| 231 |             ./sbin/indexer -a -u "<a href="http://www.netfrag.org/webnews/post.php%">http://www.netfrag.org/webnews/post.php%</a>"<br/> |             ./sbin/indexer -a -u "http://www.netfrag.org/webnews/post.php%"<br/> | 
| 232 | <!-- block --><br/> | <!-- block --><br/> | 
| 233 | <font color="red"><b>o</b></font> refactor OEF::Why::Queue<br/> | <font color="red"><b>o </b></font>refactor OEF::Why::Queue<br/> | 
| 234 |     <font color="red"><b>o</b></font> Topics<br/> |     <font color="red"><b>o </b></font>Topics<br/> | 
| 235 |         <font color="red"><b>o</b></font> ORM (Object Relational Mapper)<br/> |         <font color="red"><b>o </b></font>ORM (Object Relational Mapper)<br/> | 
| 236 |         <font color="red"><b>o</b></font> Data synchronization<br/> |         <font color="red"><b>o </b></font>Data synchronization<br/> | 
| 237 |         <font color="red"><b>o</b></font> Object persistence<br/> |         <font color="red"><b>o </b></font>Object persistence<br/> | 
| 238 |         <font color="red"><b>o</b></font> Code passivation / Task control<br/> |         <font color="red"><b>o </b></font>Code passivation / Task control<br/> | 
| 239 |     <font color="red"><b>o</b></font> ChangeLog<br/> |     <font color="red"><b>o </b></font>ChangeLog<br/> | 
| 240 |     <font color="red"><b>o</b></font> Todo<br/> |     <font color="red"><b>o </b></font>Todo<br/> | 
| 241 |     <font color="red"><b>o</b></font> Ideas<br/> |     <font color="red"><b>o </b></font>Ideas<br/> | 
| 242 |       <font color="red"><b>o</b></font> PEAR<br/> |       <font color="red"><b>o </b></font>PEAR<br/> | 
| 243 | <!-- block --><br/> | <!-- block --><br/> | 
| 244 |     <font color="red"><b>o</b></font> LookAt PEAR-1.0?<br/> |     <font color="red"><b>o </b></font>LookAt PEAR-1.0?<br/> | 
| 245 | <!-- block --><br/> | <!-- block --><br/> | 
| 246 |     <font color="red"><b>o</b></font> PEAR::XML::RPC<br/> |     <font color="red"><b>o </b></font>PEAR::XML::RPC<br/> | 
| 247 |         <font color="green"><b>x</b></font> remove custom patches<br/> |         <font color="green"><b>x </b></font>remove custom patches<br/> | 
| 248 |         <font color="green"><b>x</b></font> re-integrate functionality from these patches at another place<br/> |         <font color="green"><b>x </b></font>re-integrate functionality from these patches at another place<br/> | 
| 249 |         <font color="red"><b>o</b></font> enhance patches<br/> |         <font color="red"><b>o </b></font>enhance patches<br/> | 
| 250 |             <font color="red"><b>o</b></font> look at <a href="http://cvs.php.net/co.php/pear/XML_RPC/RPC.php">http://cvs.php.net/co.php/pear/XML_RPC/RPC.php</a><br/> |             <font color="red"><b>o </b></font>look at <a href="http://cvs.php.net/co.php/pear/XML_RPC/RPC.php" target="_blank">http://cvs.php.net/co.php/pear/XML_RPC/RPC.php</a><br/> | 
| 251 |             <font color="red"><b>o</b></font> look at <a href="http://marc.theaimsgroup.com/?l=pear-dev&m=103578377822397&w=2">http://marc.theaimsgroup.com/?l=pear-dev&m=103578377822397&w=2</a><br/> |             <font color="red"><b>o </b></font>look at <a href="http://marc.theaimsgroup.com/?l=pear-dev&m=103578377822397&w=2" target="_blank">http://marc.theaimsgroup.com/?l=pear-dev&m=103578377822397&w=2</a><br/> | 
| 252 |             <font color="red"><b>o</b></font> provide better patch introducing new error-codes and messages for "local errors":<br/> |             <font color="red"><b>o </b></font>provide better patch introducing new error-codes and messages for "local errors":<br/> | 
| 253 |                 <font color="red"><b>o</b></font> "could not connect to remote server, failed to open socket"<br/> |                 <font color="red"><b>o </b></font>"could not connect to remote server, failed to open socket"<br/> | 
| 254 |                 <font color="red"><b>o</b></font> "could not send data, but socket is open"<br/> |                 <font color="red"><b>o </b></font>"could not send data, but socket is open"<br/> | 
| 255 | <!-- block --><br/> | <!-- block --><br/> | 
| 256 |     <font color="green"><b>x</b></font> LookAt PEAR::Log-1.5.3<br/> |     <font color="green"><b>x </b></font>LookAt PEAR::Log-1.5.3<br/> | 
| 257 |         <font color="green"><b>x</b></font> does it have log-level-constants defined inside itself? yes!<br/> |         <font color="green"><b>x </b></font>does it have log-level-constants defined inside itself? yes!<br/> | 
| 258 |         <font color="green"><b>x</b></font> re-integrate patches to have timestamp formatted in a different way<br/> |         <font color="green"><b>x </b></font>re-integrate patches to have timestamp formatted in a different way<br/> | 
| 259 |           <font color="red"><b>o</b></font> integrate PEAR::Translation with smarty<br/> |           <font color="red"><b>o </b></font>integrate PEAR::Translation with smarty<br/> | 
| 260 |         <font color="red"><b>o</b></font> look at <a href="http://pear.php.net/package-info.php?pacid=124&release=1.2.3">http://pear.php.net/package-info.php?pacid=124&release=1.2.3</a><br/> |         <font color="red"><b>o </b></font>look at <a href="http://pear.php.net/package-info.php?pacid=124&release=1.2.3" target="_blank">http://pear.php.net/package-info.php?pacid=124&release=1.2.3</a><br/> | 
| 261 |         <font color="red"><b>o</b></font> look at <a href="http://smarty.php.net">http://smarty.php.net</a><br/> |         <font color="red"><b>o </b></font>look at <a href="http://smarty.php.net" target="_blank">http://smarty.php.net</a><br/> | 
| 262 |         <font color="red"><b>o</b></font> refactor flib/Application/i10n/LocaleText.php<br/> |         <font color="red"><b>o </b></font>refactor flib/Application/i10n/LocaleText.php<br/> | 
| 263 |                         <font color="red"><b>o</b></font> send patch for PEAR/Log/file.php<br/> |                         <font color="red"><b>o </b></font>send patch for PEAR/Log/file.php<br/> | 
| 264 |           <font color="red"><b>o</b></font> make patch for PEAR/XML/RPC.php<br/> |           <font color="red"><b>o </b></font>make patch for PEAR/XML/RPC.php<br/> | 
| 265 |           <font color="red"><b>o</b></font> refactor to PEAR::DB - drivers<br/> |           <font color="red"><b>o </b></font>refactor to PEAR::DB - drivers<br/> | 
| 266 |         <font color="red"><b>o</b></font> glib/Data/Driver/Proxy.php<br/> |         <font color="red"><b>o </b></font>glib/Data/Driver/Proxy.php<br/> | 
| 267 |         <font color="red"><b>o</b></font> glib/Data/Driver/RPC/Remote.php<br/> |         <font color="red"><b>o </b></font>glib/Data/Driver/RPC/Remote.php<br/> | 
| 268 |         <font color="red"><b>o</b></font> the name??? (DB::RPC?, DB::Remote?, DB::Virtual?)<br/> |         <font color="red"><b>o </b></font>the name??? (DB::RPC?, DB::Remote?, DB::Virtual?)<br/> | 
| 269 |           <font color="red"><b>o</b></font> PEAR::Auth::Kerberos???<br/> |           <font color="red"><b>o </b></font>PEAR::Auth::Kerberos???<br/> | 
| 270 |           <font color="red"><b>o</b></font> integrate glib/Data/Driver/Proxy with PEAR::Cache<br/> |           <font color="red"><b>o </b></font>integrate glib/Data/Driver/Proxy with PEAR::Cache<br/> | 
| 271 |         <font color="red"><b>o</b></font> use DB::RPC for this!<br/> |         <font color="red"><b>o </b></font>use DB::RPC for this!<br/> | 
| 272 |               <font color="red"><b>o</b></font> integrate Application::Config with PEAR::Config<br/> |               <font color="red"><b>o </b></font>integrate Application::Config with PEAR::Config<br/> | 
| 273 |           <font color="red"><b>o</b></font> use PEAR::Tree<br/> |           <font color="red"><b>o </b></font>use PEAR::Tree<br/> | 
| 274 |         <font color="red"><b>o</b></font> look at <a href="http://opensource.visionp.de/modules/project/tree.php">http://opensource.visionp.de/modules/project/tree.php</a><br/> |         <font color="red"><b>o </b></font>look at <a href="http://opensource.visionp.de/modules/project/tree.php" target="_blank">http://opensource.visionp.de/modules/project/tree.php</a><br/> | 
| 275 |         <font color="red"><b>o</b></font> as base data container for "app::menu", "phpHtmlLib::TreeNav"<br/> |         <font color="red"><b>o </b></font>as base data container for "app::menu", "phpHtmlLib::TreeNav"<br/> | 
| 276 |               <font color="red"><b>o</b></font> integrate Data::Encode with PEAR::I18N - Internationalization???<br/> |               <font color="red"><b>o </b></font>integrate Data::Encode with PEAR::I18N - Internationalization???<br/> | 
| 277 |           <font color="red"><b>o</b></font> prepare patches for pear.php.net<br/> |           <font color="red"><b>o </b></font>prepare patches for pear.php.net<br/> | 
| 278 |         <font color="red"><b>o</b></font> configurable timestamp format for PEAR::Log::file<br/> |         <font color="red"><b>o </b></font>configurable timestamp format for PEAR::Log::file<br/> | 
| 279 |         <font color="red"><b>o</b></font> no fatal php errors from PEAR::XML::RPC<br/> |         <font color="red"><b>o </b></font>no fatal php errors from PEAR::XML::RPC<br/> | 
| 280 |               <font color="green"><b>x</b></font> why not PEAR::Config?<br/> |               <font color="green"><b>x </b></font>why not PEAR::Config?<br/> | 
| 281 |         * This class allows for parsing and editing of configuration datasources.<br/> |         * This class allows for parsing and editing of configuration datasources.<br/> | 
| 282 |         * Do not use this class only to read datasources because of the overhead<br/> |         * Do not use this class only to read datasources because of the overhead<br/> | 
| 283 |         * it creates to keep track of the configuration structure.<br/> |         * it creates to keep track of the configuration structure.<br/> | 
| 284 | <!-- block --><br/> | <!-- block --><br/> | 
| 285 | <font color="red"><b>o</b></font> auf "tune": Programm beenden... "should not see me"<br/> | <font color="red"><b>o </b></font>auf "tune": Programm beenden... "should not see me"<br/> | 
| 286 | <!-- block --><br/> | <!-- block --><br/> | 
| 287 | <font color="red"><b>o</b></font> non-proportional-font-angebots-generator<br/> | <font color="red"><b>o </b></font>non-proportional-font-angebots-generator<br/> | 
| 288 | <!-- block --><br/> | <!-- block --><br/> | 
| 289 | <font color="red"><b>o</b></font> archiving: manager & cataloguer<br/> | <font color="red"><b>o </b></font>archiving: manager & cataloguer<br/> | 
| 290 | <!-- block --><br/> | <!-- block --><br/> | 
| 291 | <font color="red"><b>o</b></font> schema-convertors<br/> | <font color="red"><b>o </b></font>schema-convertors<br/> | 
| 292 |     <font color="red"><b>o</b></font> ldap-schema -> rdfs?<br/> |     <font color="red"><b>o </b></font>ldap-schema -> rdfs?<br/> | 
| 293 |     <font color="red"><b>o</b></font> tangram-schema -> rdfs?<br/> |     <font color="red"><b>o </b></font>tangram-schema -> rdfs?<br/> | 
| 294 |     <font color="red"><b>o</b></font> DBIx::DBSchema <-> rdfs?<br/> |     <font color="red"><b>o </b></font>DBIx::DBSchema <-> rdfs?<br/> | 
| 295 |     <font color="red"><b>o</b></font> => web-based rdfs-browser/-editor???<br/> |     <font color="red"><b>o </b></font>=> web-based rdfs-browser/-editor???<br/> | 
| 296 | <!-- block --><br/> | <!-- block --><br/> | 
| 297 | <font color="red"><b>o</b></font> glossary: Abstract Syntax Notation Basic Encoding Rules (ASN.1/BER) records<br/> | <font color="red"><b>o </b></font>glossary: Abstract Syntax Notation Basic Encoding Rules (ASN.1/BER) records<br/> | 
| 298 | <!-- block --><br/> | <!-- block --><br/> | 
| 299 | <font color="red"><b>o</b></font> add some notes about licenses:<br/> | <font color="red"><b>o </b></font>add some notes about licenses:<br/> | 
| 300 |     <font color="red"><b>o</b></font> code: use GPL/LGPL? (GNU General Public License)<br/> |     <font color="red"><b>o </b></font>code: use GPL/LGPL? (GNU General Public License)<br/> | 
| 301 |         -><a href="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a><br/> |         -><a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">http://www.gnu.org/copyleft/gpl.html</a><br/> | 
| 302 |     <font color="red"><b>o</b></font> documentation and stuff: use OpenContent License (OPL)?<br/> |     <font color="red"><b>o </b></font>documentation and stuff: use OpenContent License (OPL)?<br/> | 
| 303 |         -><a href="http://opencontent.org/opl.shtml?">http://opencontent.org/opl.shtml?</a><br/> |         -><a href="http://opencontent.org/opl.shtml?" target="_blank">http://opencontent.org/opl.shtml?</a><br/> | 
| 304 | <!-- block --><br/> | <!-- block --><br/> | 
| 305 | <font color="red"><b>o</b></font> found: LDSU<br/> | <font color="red"><b>o </b></font>found: LDSU<br/> | 
| 306 | <!-- block --><br/> | <!-- block --><br/> | 
| 307 | <font color="red"><b>o</b></font> what about the missing posts to news.netfrag.org?<br/> | <font color="red"><b>o </b></font>what about the missing posts to news.netfrag.org?<br/> | 
| 308 |     <font color="red"><b>o</b></font> e.g. "Wo finde ich .pod-Dokumente auf netfrag.org?"<br/> |     <font color="red"><b>o </b></font>e.g. "Wo finde ich .pod-Dokumente auf netfrag.org?"<br/> | 
| 309 |     <font color="red"><b>o</b></font> auto-rotated to some nirvana by a cron-daily?<br/> |     <font color="red"><b>o </b></font>auto-rotated to some nirvana by a cron-daily?<br/> | 
| 310 | <!-- block --><br/> | <!-- block --><br/> | 
| 311 | <font color="red"><b>o</b></font> nfo/Overview<br/> | <font color="red"><b>o </b></font>nfo/Overview<br/> | 
| 312 |     <font color="red"><b>o</b></font> edit<br/> |     <font color="red"><b>o </b></font>edit<br/> | 
| 313 |         ~natraj: redirect to ../optix<br/> |         ~natraj: redirect to ../optix<br/> | 
| 314 |         ~xabbu: redirect to vortex.sytes.net<br/> |         ~xabbu: redirect to vortex.sytes.net<br/> | 
| 315 |         ~janosch: fill with scripts/PerlFileMover.pl, scripts/mail-handler.pl and scripts/conrad-c-control-xyz<br/> |         ~janosch: fill with scripts/PerlFileMover.pl, scripts/mail-handler.pl and scripts/conrad-c-control-xyz<br/> | 
| 316 |         download: link to <a href="http://psl.no-ip.com/public/download/">http://psl.no-ip.com/public/download/</a><br/> |         download: link to <a href="http://psl.no-ip.com/public/download/" target="_blank">http://psl.no-ip.com/public/download/</a><br/> | 
| 317 |     <font color="red"><b>o</b></font> change css-styles?<br/> |     <font color="red"><b>o </b></font>change css-styles?<br/> | 
| 318 |     <font color="red"><b>o</b></font> reduce width of inner text-field?<br/> |     <font color="red"><b>o </b></font>reduce width of inner text-field?<br/> | 
| 319 | <!-- block --><br/> | <!-- block --><br/> | 
| 320 | <font color="red"><b>o</b></font> netfrag.org - IntegrationPhase2<br/> | <font color="red"><b>o </b></font>netfrag.org - IntegrationPhase2<br/> | 
| 321 |     <font color="red"><b>o</b></font> integrate user-accounts and passwords<br/> |     <font color="red"><b>o </b></font>integrate user-accounts and passwords<br/> | 
| 322 |         <font color="red"><b>o</b></font> inn<br/> |         <font color="red"><b>o </b></font>inn<br/> | 
| 323 |         <font color="red"><b>o</b></font> phpWiki<br/> |         <font color="red"><b>o </b></font>phpWiki<br/> | 
| 324 | <!-- block --><br/> | <!-- block --><br/> | 
| 325 | <font color="red"><b>o</b></font> mnoGoSearch - modify search-interface<br/> | <font color="red"><b>o </b></font>mnoGoSearch - modify search-interface<br/> | 
| 326 |     <font color="red"><b>o</b></font> simpler form:<br/> |     <font color="red"><b>o </b></font>simpler form:<br/> | 
| 327 |         <font color="red"><b>o</b></font> just two fields/areas: a) searchword b) (restrict) searcharea-/scope (by word, by checkboxing)<br/> |         <font color="red"><b>o </b></font>just two fields/areas: a) searchword b) (restrict) searcharea-/scope (by word, by checkboxing)<br/> | 
| 328 |     <font color="red"><b>o</b></font> remember "last recent searches"<br/> |     <font color="red"><b>o </b></font>remember "last recent searches"<br/> | 
| 329 |         <font color="red"><b>o</b></font> give user possibility to "mark search as private"<br/> |         <font color="red"><b>o </b></font>give user possibility to "mark search as private"<br/> | 
| 330 |     <font color="red"><b>o</b></font> focus input-field on page load (javascript!)<br/> |     <font color="red"><b>o </b></font>focus input-field on page load (javascript!)<br/> | 
| 331 | <!-- block --><br/> | <!-- block --><br/> | 
| 332 | <font color="red"><b>o</b></font> describe how to add a button to ie (via javascript) (or moz? via XUL?) which triggers<br/> | <font color="red"><b>o </b></font>describe how to add a button to ie (via javascript) (or moz? via XUL?) which triggers<br/> | 
| 333 |     a "search at netfrag.org" automagically<br/> |     a "search at netfrag.org" automagically<br/> | 
| 334 | <!-- block --><br/> | <!-- block --><br/> | 
| 335 | <font color="red"><b>o</b></font> distributed backup system with central/global administration point<br/> | <font color="red"><b>o </b></font>distributed backup system with central/global administration point<br/> | 
| 336 |     <font color="red"><b>o</b></font> it's just metadata<br/> |     <font color="red"><b>o </b></font>it's just metadata<br/> | 
| 337 |     <font color="red"><b>o</b></font> transportable via xml<br/> |     <font color="red"><b>o </b></font>transportable via xml<br/> | 
| 338 |     <font color="red"><b>o</b></font> storable in xml, rdbms, ldap<br/> |     <font color="red"><b>o </b></font>storable in xml, rdbms, ldap<br/> | 
| 339 | <!-- block --><br/> | <!-- block --><br/> | 
| 340 | <font color="red"><b>o</b></font> search::OpenContact<br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/OpenContact" target="_blank">OpenContact</a><!-- block --><br/> | 
| 341 |  | <font color="red"><b>o </b></font>add copyright information to source-code!!!<br/> | 
| 342 | <!-- block --><br/> | <!-- block --><br/> | 
| 343 | <font color="red"><b>o</b></font> add copyright information to source-code!!!<br/> | <font color="red"><b>o </b></font>import directory layout (esp. /home/service) of h1.service.netfrag.org to cvs.netfrag.org<br/> | 
| 344 | <!-- block --><br/> | <!-- block --><br/> | 
| 345 | <font color="red"><b>o</b></font> import directory layout (esp. /home/service) of h1.service.netfrag.org to cvs.netfrag.org<br/> | <font color="red"><b>o </b></font>add possibility to search for *arbitrary* *unlinked* words against a pre-configured WordExpander,<br/> | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> add possibility to search for *arbitrary* *unlinked* words against a pre-configured WordExpander,<br/> |  | 
| 346 |       which expands words to refs (e.g. http-url) automagically<br/> |       which expands words to refs (e.g. http-url) automagically<br/> | 
| 347 |       <font color="red"><b>o</b></font> add javascript-link: "search for selected word/phrase" against search.netfrag.org<br/> |       <font color="red"><b>o </b></font>add javascript-link: "search for selected word/phrase" against search.netfrag.org<br/> | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> add new topic: "filter"<br/> |  | 
|  |     <font color="red"><b>o</b></font> Regexp::Group<br/> |  | 
|  |     <font color="red"><b>o</b></font> Data::Filter<br/> |  | 
|  |     <font color="red"><b>o</b></font> Mail::Audit<br/> |  | 
|  |     <font color="red"><b>o</b></font> Content-Filters<br/> |  | 
|  |         <font color="red"><b>o</b></font> wiki, tavi, etc.<br/> |  | 
|  |         <font color="red"><b>o</b></font> QuickNote to HTML (what about the name 'iNote'?)<br/> |  | 
| 348 | <!-- block --><br/> | <!-- block --><br/> | 
| 349 | <font color="red"><b>o</b></font> janosch's PerlFileMover<br/> | <font color="red"><b>o </b></font>add new topic: "filter"<br/> | 
| 350 |     <font color="red"><b>o</b></font> use unlink together with File::Spec instead of doing a "del" via system<br/> |     <font color="red"><b>o </b></font>Regexp::Group<br/> | 
| 351 |     <font color="red"><b>o</b></font> use File::List (look at File::Iterator also)<br/> |     <font color="red"><b>o </b></font>Data::Filter<br/> | 
| 352 |     <font color="red"><b>o</b></font> use some directory watcher module or make one from that?<br/> |     <font color="red"><b>o </b></font>Mail::Audit<br/> | 
| 353 |         <font color="red"><b>o</b></font> POE::Component::DirWatch<br/> |     <font color="red"><b>o </b></font>Content-Filters<br/> | 
| 354 |               <a href="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</a><br/> |         <font color="red"><b>o </b></font>wiki, tavi, etc.<br/> | 
| 355 |  |         <font color="red"><b>o </b></font>QuickNote to HTML (what about the name 'iNote'?)<br/> | 
| 356 | <!-- block --><br/> | <!-- block --><br/> | 
| 357 | <font color="red"><b>o</b></font> replace? look at sandr! (Search AND Replace?) (from french university/organization...)<br/> | <font color="red"><b>o </b></font>janosch's PerlFileMover<br/> | 
| 358 |  |     <font color="red"><b>o </b></font>use unlink together with File::Spec instead of doing a "del" via system<br/> | 
| 359 |  |     <font color="red"><b>o </b></font>use File::List (look at File::Iterator also)<br/> | 
| 360 |  |     <font color="red"><b>o </b></font>use some directory watcher module or make one from that?<br/> | 
| 361 |  |         <font color="red"><b>o </b></font>POE::Component::DirWatch<br/> | 
| 362 |  |               <a href="http://search.cpan.org/author/CHOLET/POE-Component-DirWatch-0.01/DirWatch.pm" target="_blank">http://search.cpan.org/author/CHOLET/POE-Component-DirWatch-0.01/DirWatch.pm</a><br/> | 
| 363 | <!-- block --><br/> | <!-- block --><br/> | 
| 364 | <font color="red"><b>o</b></font> install? look at DLAI! (DownLoad And Install?) (from french university/organization...)<br/> | <font color="red"><b>o </b></font>replace? look at sandr! (Search AND Replace?) (from french university/organization...)<br/> | 
| 365 | <!-- block --><br/> | <!-- block --><br/> | 
| 366 | <font color="red"><b>o</b></font> search::phpDocServ<br/> | <font color="red"><b>o </b></font>install? look at DLAI! (DownLoad And Install?) (from french university/organization...)<br/> | 
| 367 | <!-- block --><br/> | <!-- block --><br/> | 
| 368 | <font color="red"><b>o</b></font> search::[outlook contact sync]<br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/phpDocServ" target="_blank">phpDocServ</a><!-- block --><br/> | 
| 369 |  | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/outlook contact sync" target="_blank">outlook contact sync</a><br/> | 
| 370 | <!-- block --><br/> | <!-- block --><br/> | 
| 371 | <font color="red"><b>o</b></font> pages for patches<br/> | <font color="red"><b>o </b></font>pages for patches<br/> | 
| 372 | <!-- block --><br/> | <!-- block --><br/> | 
| 373 | <font color="red"><b>o</b></font> pages & screenshots for sync<br/> | <font color="red"><b>o </b></font>pages & screenshots for sync<br/> | 
| 374 | <!-- block --><br/> | <!-- block --><br/> | 
| 375 | <font color="red"><b>o</b></font> redesign layout of article-/message viewer in newsportal etc.<br/> | <font color="red"><b>o </b></font>redesign layout of article-/message viewer in newsportal etc.<br/> | 
| 376 | <!-- block --><br/> | <!-- block --><br/> | 
| 377 | <font color="red"><b>o</b></font> setup cvstrac on quepasa.netfrag.org<br/> | <font color="red"><b>o </b></font>setup cvstrac on quepasa.netfrag.org<br/> | 
| 378 | <!-- block --><br/> | <!-- block --><br/> | 
| 379 | <font color="red"><b>o</b></font> search::[trouble ticket]<br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/trouble ticket" target="_blank">trouble ticket</a><br/> | 
| 380 | <!-- block --><br/> | <!-- block --><br/> | 
| 381 | <font color="red"><b>o</b></font> try lxr? (from sf.net)<br/> | <font color="red"><b>o </b></font>try lxr? (from sf.net)<br/> | 
| 382 | <!-- block --><br/> | <!-- block --><br/> | 
| 383 | <font color="red"><b>o</b></font> search::lyra<br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/lyra" target="_blank">lyra</a><!-- block --><br/> | 
| 384 |  | <font color="red"><b>o </b></font><a href="http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=outlook ldap" target="_blank">outlook ldap</a>]<br/> | 
| 385 | <!-- block --><br/> | <!-- block --><br/> | 
| 386 | <font color="red"><b>o</b></font> google::[outlook ldap]<br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/LDAP Search Error" target="_blank">LDAP Search Error</a><!-- block --><br/> | 
| 387 |  | <font color="red"><b>o </b></font>nice layout: <a href="http://depts.washington.edu/cac/cchome/mis.html" target="_blank">http://depts.washington.edu/cac/cchome/mis.html</a><br/> | 
| 388 | <!-- block --><br/> | <!-- block --><br/> | 
| 389 | <font color="red"><b>o</b></font> search::LDAP Search Error<br/> | <font color="red"><b>o </b></font>split up custom gui:<br/> | 
| 390 |  |     <font color="red"><b>o </b></font>two parts (topics): "notes" & "ideas" (& "visions"?)<br/> | 
| 391 |  |     <font color="red"><b>o </b></font>*both* may have contexts (are associated with one or more other arbitrary items)<br/> | 
| 392 |  |     <font color="red"><b>o </b></font>these may be StartingPoints when having a number of things cross referenced<br/> | 
| 393 | <!-- block --><br/> | <!-- block --><br/> | 
| 394 | <font color="red"><b>o</b></font> nice layout: <a href="http://depts.washington.edu/cac/cchome/mis.html">http://depts.washington.edu/cac/cchome/mis.html</a><br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/some news posts got purged, sorry" target="_blank">some news posts got purged, sorry</a><br/> | 
| 395 | <!-- block --><br/> | <!-- block --><br/> | 
| 396 | <font color="red"><b>o</b></font> split up custom gui:<br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/quepasa moves slow" target="_blank">quepasa moves slow</a><br/> | 
|  |     <font color="red"><b>o</b></font> two parts (topics): "notes" & "ideas" (& "visions"?)<br/> |  | 
|  |     <font color="red"><b>o</b></font> *both* may have contexts (are associated with one or more other arbitrary items)<br/> |  | 
|  |     <font color="red"><b>o</b></font> these may be StartingPoints when having a number of things cross referenced<br/> |  | 
| 397 | <!-- block --><br/> | <!-- block --><br/> | 
| 398 | <font color="red"><b>o</b></font> [search::some news posts got purged, sorry]<br/> | <font color="red"><b>o </b></font>mail output from "df" at quepasa.netfrag.org<br/> | 
| 399 | <!-- block --><br/> | <!-- block --><br/> | 
| 400 | <font color="red"><b>o</b></font> [search::quepasa moves slow]<br/> | <font color="red"><b>o </b></font>tell rabit about ps-lxr (lxr-ps?) (the ps filter and link-expander)<br/> | 
| 401 | <!-- block --><br/> | <!-- block --><br/> | 
| 402 | <font color="red"><b>o</b></font> mail output from "df" at quepasa.netfrag.org<br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/Business::OnlinePayment" target="_blank">Business::OnlinePayment</a><br/> | 
| 403 | <!-- block --><br/> | <!-- block --><br/> | 
| 404 | <font color="red"><b>o</b></font> tell rabit about ps-lxr (lxr-ps?) (the ps filter and link-expander)<br/> | <font color="red"><b>o </b></font>enhance CVSSpam's ruby-scanner's keywords (TODO, FIXME, etc.)<br/> | 
| 405 | <!-- block --><br/> |     <font color="red"><b>o </b></font>REVIEW<br/> | 
| 406 | <font color="red"><b>o</b></font> search::Business::OnlinePayment<br/> |     <font color="red"><b>o </b></font>think about different mechanism of how to say "to this with that" to 'cvsspam.rb'<br/> | 
| 407 | <!-- block --><br/> |     <font color="red"><b>o </b></font>couple 'cvsspam.rb' and the not-yet-ready <br/> | 
|  | <font color="red"><b>o</b></font> enhance CVSSpam's ruby-scanner's keywords (TODO, FIXME, etc.)<br/> |  | 
|  |     <font color="red"><b>o</b></font> REVIEW<br/> |  | 
|  |     <font color="red"><b>o</b></font> think about different mechanism of how to say "to this with that" to 'cvsspam.rb'<br/> |  | 
|  |     <font color="red"><b>o</b></font> couple 'cvsspam.rb' and the not-yet-ready <br/> |  | 
| 408 |           link-expansion/item-interpolation WebService on quepasa.netfrag.org<br/> |           link-expansion/item-interpolation WebService on quepasa.netfrag.org<br/> | 
| 409 |         <font color="red"><b>o</b></font> filter incoming content through that! forward via mail afterwards!<br/> |         <font color="red"><b>o </b></font>filter incoming content through that! forward via mail afterwards!<br/> | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> do the same thing described above with inn:<br/> |  | 
|  |     <font color="red"><b>o</b></font> couple the inn-perl-filters with the mentioned InterpolWebService  ;-)<br/> |  | 
|  |     <font color="red"><b>o</b></font> or should we name it "ExtrapolWebService"?<br/> |  | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> hehe: search::interpol<br/> |  | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> search::it's too hard<br/> |  | 
|  | <!-- block --><br/> |  | 
|  | <font color="green"><b>x</b></font> what's new in perl 5.8.0?<br/> |  | 
|  |     <font color="green"><b>x</b></font> Unicode<br/> |  | 
|  |     <font color="green"><b>x</b></font> Threads<br/> |  | 
|  |     <font color="green"><b>x</b></font> IO<br/> |  | 
|  |     <font color="green"><b>x</b></font> Signals<br/> |  | 
|  |     <font color="green"><b>x</b></font> Speed<br/> |  | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> use WWW::Mechanize!!!<br/> |  | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> compare DesignPattern::Bridge with Class::Inner!<br/> |  | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> refactor the DesignPattern::-namespace to the Class::-namespace (perl & php!)!!!<br/> |  | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> have seperated search-spaces for<br/> |  | 
|  |     <font color="red"><b>o</b></font> nfoweb & co.<br/> |  | 
|  |     <font color="red"><b>o</b></font> news<br/> |  | 
|  |     <font color="red"><b>o</b></font> cvs-logs<br/> |  | 
|  |     <font color="red"><b>o</b></font> .... but: still let the feature to search the whole index ...<br/> |  | 
| 410 | <!-- block --><br/> | <!-- block --><br/> | 
| 411 | <font color="red"><b>o</b></font> EasyDoc???<br/> | <font color="red"><b>o </b></font>do the same thing described above with inn:<br/> | 
| 412 |     <font color="green"><b>x</b></font> occupied: look at htmltmpl.sourceforge.net<br/> |     <font color="red"><b>o </b></font>couple the inn-perl-filters with the mentioned InterpolWebService  ;-)<br/> | 
| 413 |     <font color="green"><b>x</b></font> it's for python *and* php!!!<br/> |     <font color="red"><b>o </b></font>or should we name it "ExtrapolWebService"?<br/> | 
| 414 | <!-- block --><br/> | <!-- block --><br/> | 
| 415 | <font color="red"><b>o</b></font> search::OpenAccess it's already occupied - it's odbc driver stuff<br/> | <font color="red"><b>o </b></font>hehe: <a href="http://search.netfrag.org/interpol" target="_blank">interpol</a><!-- block --><br/> | 
| 416 | <!-- block --><br/> | <font color="red"><b>o </b></font>search::it's too hard<br/> | 
| 417 | <font color="green"><b>x</b></font> why not rdf right now?<br/> | <!-- block --><br/> | 
| 418 |     <font color="green"><b>x</b></font> search::[RDF -- the reason given usually being "it's too hard."]<br/> | <font color="green"><b>x </b></font>what's new in perl 5.8.0?<br/> | 
| 419 | <!-- block --><br/> |     <font color="green"><b>x </b></font>Unicode<br/> | 
| 420 | <font color="red"><b>o</b></font> search::syncml<br/> |     <font color="green"><b>x </b></font>Threads<br/> | 
| 421 | <!-- block --><br/> |     <font color="green"><b>x </b></font>IO<br/> | 
| 422 | <font color="green"><b>x</b></font> search::perl inner class<br/> |     <font color="green"><b>x </b></font>Signals<br/> | 
| 423 |     <font color="green"><b>x</b></font> it works!<br/> |     <font color="green"><b>x </b></font>Speed<br/> | 
| 424 |     <font color="green"><b>x</b></font> the intended document is found on first place<br/> | <!-- block --><br/> | 
| 425 |     <font color="green"><b>x</b></font> this document is also found<br/> | <font color="red"><b>o </b></font>use WWW::Mechanize!!!<br/> | 
| 426 |     <font color="red"><b>o</b></font> just try to strip out the two documents found in between,<br/> | <!-- block --><br/> | 
| 427 |  | <font color="red"><b>o </b></font>compare DesignPattern::Bridge with Class::Inner!<br/> | 
| 428 |  | <!-- block --><br/> | 
| 429 |  | <font color="red"><b>o </b></font>refactor the DesignPattern::-namespace to the Class::-namespace (perl & php!)!!!<br/> | 
| 430 |  | <!-- block --><br/> | 
| 431 |  | <font color="red"><b>o </b></font>have seperated search-spaces for<br/> | 
| 432 |  |     <font color="red"><b>o </b></font>nfoweb & co.<br/> | 
| 433 |  |     <font color="red"><b>o </b></font>news<br/> | 
| 434 |  |     <font color="red"><b>o </b></font>cvs-logs<br/> | 
| 435 |  |     <font color="red"><b>o </b></font>.... but: still let the feature to search the whole index ...<br/> | 
| 436 |  | <!-- block --><br/> | 
| 437 |  | <font color="red"><b>o </b></font>EasyDoc???<br/> | 
| 438 |  |     <font color="green"><b>x </b></font>occupied: look at htmltmpl.sourceforge.net<br/> | 
| 439 |  |     <font color="green"><b>x </b></font>it's for python *and* php!!!<br/> | 
| 440 |  | <!-- block --><br/> | 
| 441 |  | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/OpenAccess" target="_blank">OpenAccess</a>it's already occupied - it's odbc driver stuff<br/> | 
| 442 |  | <!-- block --><br/> | 
| 443 |  | <font color="green"><b>x </b></font>why not rdf right now?<br/> | 
| 444 |  |     <font color="green"><b>x </b></font><a href="http://search.netfrag.org/RDF" target="_blank">RDF</a>-- the reason given usually being "it's too hard."]<br/> | 
| 445 |  | <!-- block --><br/> | 
| 446 |  | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/syncml" target="_blank">syncml</a><!-- block --><br/> | 
| 447 |  | <font color="green"><b>x </b></font><a href="http://search.netfrag.org/perl inner class<br/> | 
| 448 |  |   " target="_blank">perl inner class<br/> | 
| 449 |  |   </a><font color="green"><b>x </b></font>it works!<br/> | 
| 450 |  |     <font color="green"><b>x </b></font>the intended document is found on first place<br/> | 
| 451 |  |     <font color="green"><b>x </b></font>this document is also found<br/> | 
| 452 |  |     <font color="red"><b>o </b></font>just try to strip out the two documents found in between,<br/> | 
| 453 |             these are the newsportal overview-pages (ThreadView)<br/> |             these are the newsportal overview-pages (ThreadView)<br/> | 
| 454 |             where the keywords are found inside the pure titles<br/> |             where the keywords are found inside the pure titles<br/> | 
| 455 | <!-- block --><br/> | <!-- block --><br/> | 
| 456 | <font color="green"><b>x</b></font> DSMLv2: <br/> | <font color="green"><b>x </b></font>DSMLv2: <br/> | 
| 457 |     from <a href="http://www.netfrag.org/webnews/article.php?id=241&group=nfo.links.computing">http://www.netfrag.org/webnews/article.php?id=241&group=nfo.links.computing</a><br/> |     from <a href="http://www.netfrag.org/webnews/article.php?id=241&group=nfo.links.computing" target="_blank">http://www.netfrag.org/webnews/article.php?id=241&group=nfo.links.computing</a><br/> | 
| 458 |                     DSMLv2 is defined in terms of a set of XML fragments that are used as<br/> |                     DSMLv2 is defined in terms of a set of XML fragments that are used as<br/> | 
| 459 |     payloads in a binding. A binding defines how the DSMLv2 XML fragments are sent<br/> |     payloads in a binding. A binding defines how the DSMLv2 XML fragments are sent<br/> | 
| 460 |     as requests and responses in the context of a specific transport such as SOAP,<br/> |     as requests and responses in the context of a specific transport such as SOAP,<br/> | 
| 463 |     serves as the DSMLv2 analog of LDIF is defined in section 7. The rules for<br/> |     serves as the DSMLv2 analog of LDIF is defined in section 7. The rules for<br/> | 
| 464 |     defining other DSMLv2 compliant bindings are found in section 8.<br/> |     defining other DSMLv2 compliant bindings are found in section 8.<br/> | 
| 465 | <!-- block --><br/> | <!-- block --><br/> | 
| 466 | <font color="red"><b>o</b></font> review|search::mail to news gateway<br/> | <font color="red"><b>o </b></font>review|<a href="http://search.netfrag.org/mail to news gateway<br/> | 
| 467 |     <font color="red"><b>o</b></font> better: (exact (first) hit)<br/> |   " target="_blank">mail to news gateway<br/> | 
| 468 |         <font color="red"><b>o</b></font> try to find: <a href="http://www.netfrag.org/webnews/attachment.php/nfo.links.computing/372/2/NewsGateway.xml">http://www.netfrag.org/webnews/attachment.php/nfo.links.computing/372/2/NewsGateway.xml</a><br/> |   </a><font color="red"><b>o </b></font>better: (exact (first) hit)<br/> | 
| 469 |         <font color="red"><b>o</b></font> search::NewsGateway.xml<br/> |         <font color="red"><b>o </b></font>try to find: <a href="http://www.netfrag.org/webnews/attachment.php/nfo.links.computing/372/2/NewsGateway.xml" target="_blank">http://www.netfrag.org/webnews/attachment.php/nfo.links.computing/372/2/NewsGateway.xml</a><br/> | 
| 470 |  |         <font color="red"><b>o </b></font>search::NewsGateway.xml<br/> | 
| 471 | <!-- block --><br/> | <!-- block --><br/> | 
| 472 | <font color="red"><b>o</b></font> refactor hash2sql into some module (Data::Storage::Handler::DBI?, shortcuts.pm?)<br/> | <font color="red"><b>o </b></font>refactor hash2sql into some module (Data::Storage::Handler::DBI?, shortcuts.pm?)<br/> | 
| 473 | <!-- block --><br/> | <!-- block --><br/> | 
| 474 | <font color="red"><b>o</b></font> use Hash::Merge instead of object2hash<br/> | <font color="red"><b>o </b></font>use Hash::Merge instead of object2hash<br/> | 
| 475 | <!-- block --><br/> | <!-- block --><br/> | 
| 476 | <font color="red"><b>o</b></font> make a Object::Merge (maybe patch Hash::Merge) to refactor hash2object somehow<br/> | <font color="red"><b>o </b></font>make a Object::Merge (maybe patch Hash::Merge) to refactor hash2object somehow<br/> | 
| 477 | <!-- block --><br/> | <!-- block --><br/> | 
| 478 | <font color="red"><b>o</b></font> use Class::Inner!!!<br/> | <font color="red"><b>o </b></font>use Class::Inner!!!<br/> | 
| 479 | <!-- block --><br/> | <!-- block --><br/> | 
| 480 | <font color="red"><b>o</b></font> example faq: Was ist ein search::Buffer-Overrun?<br/> | <font color="red"><b>o </b></font>example faq: Was ist ein search::Buffer-Overrun?<br/> | 
| 481 | <!-- block --><br/> | <!-- block --><br/> | 
| 482 | <font color="red"><b>o</b></font> enhance statistics for Data::Transfer::Sync<br/> | <font color="red"><b>o </b></font>enhance statistics for Data::Transfer::Sync<br/> | 
| 483 |     <font color="red"><b>o</b></font> timing<br/> |     <font color="red"><b>o </b></font>timing<br/> | 
| 484 |       <font color="red"><b>o</b></font> inote.com?<br/> |       <font color="red"><b>o </b></font>inote.com?<br/> | 
| 485 | <!-- block --><br/> | <!-- block --><br/> | 
| 486 | <font color="red"><b>o</b></font> search::quickstart<br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/quickstart" target="_blank">quickstart</a><!-- block --><br/> | 
| 487 |  | <font color="red"><b>o </b></font>search::Devel-Metadata<br/> | 
| 488 | <!-- block --><br/> | <!-- block --><br/> | 
| 489 | <font color="red"><b>o</b></font> search::Devel-Metadata<br/> | <font color="red"><b>o </b></font>is there a better alternative for Data::Compare::Struct on CPAN?<br/> | 
| 490 | <!-- block --><br/> | <!-- block --><br/> | 
| 491 | <font color="red"><b>o</b></font> is there a better alternative for Data::Compare::Struct on CPAN?<br/> | <font color="red"><b>o </b></font>refactor:<br/> | 
| 492 |  |     <font color="red"><b>o </b></font>DesignPattern::Object to Class::Base (perl & php)<br/> | 
| 493 |  |     <font color="red"><b>o </b></font>DesignPattern::Bridge to Class::Bridge (perl)<br/> | 
| 494 |  |     <font color="red"><b>o </b></font>DesignPattern::Bridge to Class::Inner (php)<br/> | 
| 495 | <!-- block --><br/> | <!-- block --><br/> | 
| 496 | <font color="red"><b>o</b></font> refactor:<br/> | <font color="red"><b>o </b></font>make mnogosearch quiet / write output to logfile<br/> | 
|  |     <font color="red"><b>o</b></font> DesignPattern::Object to Class::Base (perl & php)<br/> |  | 
|  |     <font color="red"><b>o</b></font> DesignPattern::Bridge to Class::Bridge (perl)<br/> |  | 
|  |     <font color="red"><b>o</b></font> DesignPattern::Bridge to Class::Inner (php)<br/> |  | 
| 497 | <!-- block --><br/> | <!-- block --><br/> | 
| 498 | <font color="red"><b>o</b></font> make mnogosearch quiet / write output to logfile<br/> | <font color="red"><b>o </b></font>use PEAR::Tree!<br/> | 
| 499 | <!-- block --><br/> | <!-- block --><br/> | 
| 500 | <font color="red"><b>o</b></font> use PEAR::Tree!<br/> | <font color="red"><b>o </b></font>backup of quepasa.netfrag.org on meister.ultrajan.de<br/> | 
| 501 |  |     <font color="red"><b>o </b></font>cd /home/joko<br/> | 
| 502 |  |     <font color="red"><b>o </b></font>cvs -d :ext:joko@netfrag.org:/var/lib/cvs checkout joko/virtual/joko_backup_ultrajan<br/> | 
| 503 | <!-- block --><br/> | <!-- block --><br/> | 
| 504 | <font color="red"><b>o</b></font> backup of quepasa.netfrag.org on meister.ultrajan.de<br/> | <font color="red"><b>o </b></font>org.netfrag.glib<br/> | 
|  |     <font color="red"><b>o</b></font> cd /home/joko<br/> |  | 
|  |     <font color="red"><b>o</b></font> cvs -d :ext:joko@netfrag.org:/var/lib/cvs checkout joko/virtual/joko_backup_ultrajan<br/> |  | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> org.netfrag.glib<br/> |  | 
| 505 | <!-- block --><br/> | <!-- block --><br/> | 
| 506 |     function getObjectList() {<br/> |     function getObjectList() {<br/> | 
| 507 |         // --------------------   clone this & modify  ----------<br/> |         // --------------------   clone this & modify  ----------<br/> | 
| 513 |         // --------------------   clone this & modify  ----------<br/> |         // --------------------   clone this & modify  ----------<br/> | 
| 514 |     }<br/> |     }<br/> | 
| 515 | <!-- block --><br/> | <!-- block --><br/> | 
| 516 | <font color="red"><b>o</b></font> check out xoops: www.xoops.org<br/> | <font color="red"><b>o </b></font>check out xoops: www.xoops.org<br/> | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> search::Manuel Lemos<br/> |  | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> use XOOPS (uses smarty) and PRAX (instead / together with RPC::XML?)<br/> |  | 
| 517 | <!-- block --><br/> | <!-- block --><br/> | 
| 518 | <font color="red"><b>o</b></font> collaborative Dynabooks, Constructionism, Intertwingulation<br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/Manuel Lemos" target="_blank">Manuel Lemos</a><!-- block --><br/> | 
| 519 |  | <font color="red"><b>o </b></font>use XOOPS (uses smarty) and PRAX (instead / together with RPC::XML?)<br/> | 
| 520 | <!-- block --><br/> | <!-- block --><br/> | 
| 521 | <font color="red"><b>o</b></font> search::RBAC<br/> | <font color="red"><b>o </b></font>collaborative Dynabooks, Constructionism, Intertwingulation<br/> | 
| 522 | <!-- block --><br/> | <!-- block --><br/> | 
| 523 | <font color="red"><b>o</b></font> check out <br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/RBAC" target="_blank">RBAC</a><!-- block --><br/> | 
| 524 |     <font color="red"><b>o</b></font> squeakland.org<br/> | <font color="red"><b>o </b></font>check out <br/> | 
| 525 |     <font color="red"><b>o</b></font> binarycloud: <a href="http://greenhell.com/BinaryCloud">http://greenhell.com/BinaryCloud</a><br/> |     <font color="red"><b>o </b></font>squeakland.org<br/> | 
| 526 |     <font color="red"><b>o</b></font> <a href="http://dev.greenhell.com/">http://dev.greenhell.com/</a><br/> |     <font color="red"><b>o </b></font>binarycloud: <a href="http://greenhell.com/BinaryCloud" target="_blank">http://greenhell.com/BinaryCloud</a><br/> | 
| 527 |     <font color="red"><b>o</b></font> <a href="http://greenhell.com/phpWebForm">http://greenhell.com/phpWebForm</a><br/> |     <font color="red"><b>o </b></font><a href="http://dev.greenhell.com/" target="_blank">http://dev.greenhell.com/</a><br/> | 
| 528 |     <font color="red"><b>o</b></font> <a href="http://greenhell.com/dataMiner">http://greenhell.com/dataMiner</a><br/> |     <font color="red"><b>o </b></font><a href="http://greenhell.com/phpWebForm" target="_blank">http://greenhell.com/phpWebForm</a><br/> | 
| 529 |       <font color="red"><b>o</b></font> binarycloud FormBuilder!!!<br/> |     <font color="red"><b>o </b></font><a href="http://greenhell.com/dataMiner" target="_blank">http://greenhell.com/dataMiner</a><br/> | 
| 530 |  |       <font color="red"><b>o </b></font>binarycloud FormBuilder!!!<br/> | 
| 531 | <!-- block --><br/> | <!-- block --><br/> | 
| 532 | <font color="red"><b>o</b></font> for Perl??<br/> | <font color="red"><b>o </b></font>for Perl??<br/> | 
| 533 |     <font color="red"><b>o</b></font> ant<br/> |     <font color="red"><b>o </b></font>ant<br/> | 
| 534 |     <font color="red"><b>o</b></font> wsif<br/> |     <font color="red"><b>o </b></font>wsif<br/> | 
| 535 | <!-- block --><br/> | <!-- block --><br/> | 
| 536 | <font color="red"><b>o</b></font> search::Beaming Files - OpenOBEX<br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/Beaming Files" target="_blank">Beaming Files</a>- OpenOBEX<br/> | 
| 537 | <!-- block --><br/> | <!-- block --><br/> | 
| 538 | <font color="red"><b>o</b></font> winscp!<br/> | <font color="red"><b>o </b></font>winscp!<br/> | 
| 539 | <!-- block --><br/> | <!-- block --><br/> | 
| 540 | <font color="red"><b>o</b></font> OBEX!!!<br/> | <font color="red"><b>o </b></font>OBEX!!!<br/> | 
| 541 | <!-- block --><br/> | <!-- block --><br/> | 
| 542 | <font color="red"><b>o</b></font> Generic object exchange profile (GOEP)<br/> | <font color="red"><b>o </b></font>Generic object exchange profile (GOEP)<br/> | 
| 543 | <!-- block --><br/> | <!-- block --><br/> | 
| 544 | <font color="red"><b>o</b></font> Object push profile (OPP) <br/> | <font color="red"><b>o </b></font>Object push profile (OPP) <br/> | 
| 545 | <!-- block --><br/> | <!-- block --><br/> | 
| 546 | <font color="red"><b>o</b></font> l2cap - Logical Link Control and Adaptation Protocol<br/> | <font color="red"><b>o </b></font>l2cap - Logical Link Control and Adaptation Protocol<br/> | 
| 547 | <!-- block --><br/> | <!-- block --><br/> | 
| 548 | <font color="red"><b>o</b></font> <a href="http://www.bluetoothsig.org/upf/">http://www.bluetoothsig.org/upf/</a><br/> | <font color="red"><b>o </b></font><a href="http://www.bluetoothsig.org/upf/" target="_blank">http://www.bluetoothsig.org/upf/</a><br/> | 
| 549 |       UnPlugFest-12 (FULL) - Europe - October 2003 <br/> |       UnPlugFest-12 (FULL) - Europe - October 2003 <br/> | 
| 550 | <!-- block --><br/> | <!-- block --><br/> | 
| 551 | <font color="red"><b>o</b></font> ISO 13250<br/> | <font color="red"><b>o </b></font>ISO 13250<br/> | 
| 552 | <!-- block --><br/> | <!-- block --><br/> | 
| 553 | <font color="red"><b>o</b></font> XML::RPC --> XMLRPC::Lite???<br/> | <font color="red"><b>o </b></font>XML::RPC --> XMLRPC::Lite???<br/> | 
| 554 | <!-- block --><br/> | <!-- block --><br/> | 
| 555 | <font color="red"><b>o</b></font> in search for a native perl make solution:<br/> | <font color="red"><b>o </b></font>in search for a native perl make solution:<br/> | 
| 556 |     - gnu make: <a href="http://www.gnu.org/software/make/">http://www.gnu.org/software/make/</a><br/> |     - gnu make: <a href="http://www.gnu.org/software/make/" target="_blank">http://www.gnu.org/software/make/</a><br/> | 
| 557 |     - java ant: <a href="http://ant.apache.org/">http://ant.apache.org/</a><br/> |     - java ant: <a href="http://ant.apache.org/" target="_blank">http://ant.apache.org/</a><br/> | 
| 558 |     - perforce jam (just another make): <a href="http://www.perforce.com/jam/jam.html">http://www.perforce.com/jam/jam.html</a><br/> |     - perforce jam (just another make): <a href="http://www.perforce.com/jam/jam.html" target="_blank">http://www.perforce.com/jam/jam.html</a><br/> | 
| 559 |     - perl make: <a href="http://search.cpan.org/author/MHOSKEN/Font-TTF-0.32/pmake.bat">http://search.cpan.org/author/MHOSKEN/Font-TTF-0.32/pmake.bat</a><br/> |     - perl make: <a href="http://search.cpan.org/author/MHOSKEN/Font-TTF-0.32/pmake.bat" target="_blank">http://search.cpan.org/author/MHOSKEN/Font-TTF-0.32/pmake.bat</a><br/> | 
| 560 |           pmake - a perl 'make' replacement<br/> |           pmake - a perl 'make' replacement<br/> | 
| 561 |           based on:<br/> |           based on:<br/> | 
| 562 |     - CPAN Make: <a href="http://search.cpan.org/author/NI-S/Make-1.00/">http://search.cpan.org/author/NI-S/Make-1.00/</a><br/> |     - CPAN Make: <a href="http://search.cpan.org/author/NI-S/Make-1.00/" target="_blank">http://search.cpan.org/author/NI-S/Make-1.00/</a><br/> | 
| 563 |           Make - module for processing makefiles  <br/> |           Make - module for processing makefiles  <br/> | 
| 564 |     - Phing: <a href="http://webstract.org/">http://webstract.org/</a><br/> |     - Phing: <a href="http://webstract.org/" target="_blank">http://webstract.org/</a><br/> | 
| 565 |           Phing is a build system, similar to Gnu make, and Apache ant, <br/> |           Phing is a build system, similar to Gnu make, and Apache ant, <br/> | 
| 566 |           though it's concept is closer to ant than it is to gnumake. <br/> |           though it's concept is closer to ant than it is to gnumake. <br/> | 
| 567 |           In fact, Phing was written with ant's design in mind to create a build system. <br/> |           In fact, Phing was written with ant's design in mind to create a build system. <br/> | 
| 568 |           Phing stands for "PHphmake Is Not Gnumake".<br/> |           Phing stands for "PHphmake Is Not Gnumake".<br/> | 
| 569 |     - nant: <a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a><br/> |     - nant: <a href="http://nant.sourceforge.net/" target="_blank">http://nant.sourceforge.net/</a><br/> | 
| 570 |           NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. <br/> |           NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. <br/> | 
| 571 |           In practice it's a lot like Ant. NAnt has been tested with the .Net Release.<br/> |           In practice it's a lot like Ant. NAnt has been tested with the .Net Release.<br/> | 
| 572 |     - cons - A Make replacement<br/> |     - cons - A Make replacement<br/> | 
| 573 |         <a href="http://www.dsmit.com/cons/">http://www.dsmit.com/cons/</a><br/> |         <a href="http://www.dsmit.com/cons/" target="_blank">http://www.dsmit.com/cons/</a><br/> | 
| 574 |     - SCons: <a href="http://www.scons.org/">http://www.scons.org/</a><br/> |     - SCons: <a href="http://www.scons.org/" target="_blank">http://www.scons.org/</a><br/> | 
| 575 |           a Software Construction tool <br/> |           a Software Construction tool <br/> | 
| 576 |     - a-a-p: <a href="http://www.a-a-p.org/">http://www.a-a-p.org/</a><br/> |     - a-a-p: <a href="http://www.a-a-p.org/" target="_blank">http://www.a-a-p.org/</a><br/> | 
| 577 |     - Data::Flow - Perl extension for simple-minded recipe-controlled build of data<br/> |     - Data::Flow - Perl extension for simple-minded recipe-controlled build of data<br/> | 
| 578 |         <a href="http://search.cpan.org/dist/Data-Flow/Flow.pm">http://search.cpan.org/dist/Data-Flow/Flow.pm</a><br/> |         <a href="http://search.cpan.org/dist/Data-Flow/Flow.pm" target="_blank">http://search.cpan.org/dist/Data-Flow/Flow.pm</a><br/> | 
| 579 |     - OpenOffice.org - Build tool<br/> |     - OpenOffice.org - Build tool<br/> | 
| 580 |         <font color="red"><b>o</b></font> CPAN:<br/> |         <font color="red"><b>o </b></font>CPAN:<br/> | 
| 581 |     <font color="red"><b>o</b></font> JHI<br/> |     <font color="red"><b>o </b></font>JHI<br/> | 
| 582 |     <font color="red"><b>o</b></font> Text::Starfish<br/> |     <font color="red"><b>o </b></font>Text::Starfish<br/> | 
| 583 |     <font color="red"><b>o</b></font> Meta-0.08 > java_run.pl <br/> |     <font color="red"><b>o </b></font>Meta-0.08 > java_run.pl <br/> | 
| 584 |     <font color="red"><b>o</b></font> Jvm<br/> |     <font color="red"><b>o </b></font>Jvm<br/> | 
| 585 |     <font color="red"><b>o</b></font> Java<br/> |     <font color="red"><b>o </b></font>Java<br/> | 
| 586 |     <font color="red"><b>o</b></font> Inline::Java<br/> |     <font color="red"><b>o </b></font>Inline::Java<br/> | 
| 587 |     <font color="red"><b>o</b></font> PBJ::JNI<br/> |     <font color="red"><b>o </b></font>PBJ::JNI<br/> | 
| 588 |     <font color="red"><b>o</b></font> PDL::IO::HDF5 <br/> |     <font color="red"><b>o </b></font>PDL::IO::HDF5 <br/> | 
| 589 | <!-- block --><br/> | <!-- block --><br/> | 
| 590 | <font color="red"><b>o</b></font> look at mini-xml (php and perl!)<br/> | <font color="red"><b>o </b></font>look at mini-xml (php and perl!)<br/> | 
| 591 | <!-- block --><br/> | <!-- block --><br/> | 
| 592 | <font color="red"><b>o</b></font> search::perl- and php- development<br/> | <font color="red"><b>o </b></font>search::perl- and php- development<br/> | 
| 593 | <!-- block --><br/> | <!-- block --><br/> | 
| 594 | <font color="red"><b>o</b></font> bonobo<br/> | <font color="red"><b>o </b></font>bonobo<br/> | 
| 595 |     <font color="red"><b>o</b></font> 1.<br/> |     <font color="red"><b>o </b></font>1.<br/> | 
| 596 |         perl -MCPAN -eshell<br/> |         perl -MCPAN -eshell<br/> | 
| 597 |         install Bonobo<br/> |         install Bonobo<br/> | 
| 598 |         Gtk::Perl didn't work<br/> |         Gtk::Perl didn't work<br/> | 
| 600 |         perl Makefile.PL --with-gtk-force --without-guessing<br/> |         perl Makefile.PL --with-gtk-force --without-guessing<br/> | 
| 601 |             install XML::Writer<br/> |             install XML::Writer<br/> | 
| 602 |             (install GNOME::GNORBA)<br/> |             (install GNOME::GNORBA)<br/> | 
| 603 |     <font color="red"><b>o</b></font> 2.<br/> |     <font color="red"><b>o </b></font>2.<br/> | 
| 604 |         perl2html<br/> |         perl2html<br/> | 
| 605 |         CPAN: GDA GNU Data Access (GDA) Perl Module Library (libgda)<br/> |         CPAN: GDA GNU Data Access (GDA) Perl Module Library (libgda)<br/> | 
| 606 |     <font color="red"><b>o</b></font> 3.  <br/> |     <font color="red"><b>o </b></font>3.  <br/> | 
| 607 |         The Perl Shell (psh): <a href="http://www.gregorpurdy.com/gregor/psh/">http://www.gregorpurdy.com/gregor/psh/</a><br/> |         The Perl Shell (psh): <a href="http://www.gregorpurdy.com/gregor/psh/" target="_blank">http://www.gregorpurdy.com/gregor/psh/</a><br/> | 
| 608 |     <font color="red"><b>o</b></font> 4.<br/> |     <font color="red"><b>o </b></font>4.<br/> | 
| 609 |         apt-get install bonobo-python<br/> |         apt-get install bonobo-python<br/> | 
| 610 | <!-- block --><br/> | <!-- block --><br/> | 
| 611 | <font color="red"><b>o</b></font> rap: Request and Process<br/> | <font color="red"><b>o </b></font>rap: Request and Process<br/> | 
| 612 |     <font color="red"><b>o</b></font>r: Ant for Perl<br/> |     or: Ant for Perl<br/> | 
| 613 |     <font color="red"><b>o</b></font> use:<br/> |     <font color="red"><b>o </b></font>use:<br/> | 
| 614 |         <font color="red"><b>o</b></font> Data::Flow<br/> |         <font color="red"><b>o </b></font>Data::Flow<br/> | 
| 615 |         <font color="red"><b>o</b></font> psh (<a href="http://search.cpan.org/src/GREGOR/psh-1.8/">http://search.cpan.org/src/GREGOR/psh-1.8/</a>)<br/> |         <font color="red"><b>o </b></font>psh (<a href="http://search.cpan.org/src/GREGOR/psh-1.8/" target="_blank">http://search.cpan.org/src/GREGOR/psh-1.8/</a>)<br/> | 
| 616 |         <font color="red"><b>o</b></font> HDF?<br/> |         <font color="red"><b>o </b></font>HDF?<br/> | 
| 617 |         <font color="red"><b>o</b></font> XML::Simple<br/> |         <font color="red"><b>o </b></font>XML::Simple<br/> | 
| 618 |         <font color="red"><b>o</b></font> XPC.pm - XML Procedure Call Classes (<a href="http://search.cpan.org/src/GREGOR/XPC-0.2/lib/XPC.pm">http://search.cpan.org/src/GREGOR/XPC-0.2/lib/XPC.pm</a>)<br/> |         <font color="red"><b>o </b></font>XPC.pm - XML Procedure Call Classes (<a href="http://search.cpan.org/src/GREGOR/XPC-0.2/lib/XPC.pm" target="_blank">http://search.cpan.org/src/GREGOR/XPC-0.2/lib/XPC.pm</a>)<br/> | 
| 619 |         <font color="red"><b>o</b></font> POE::Component::JobQueue<br/> |         <font color="red"><b>o </b></font>POE::Component::JobQueue<br/> | 
| 620 |         <font color="red"><b>o</b></font> Schedule<br/> |         <font color="red"><b>o </b></font>Schedule<br/> | 
| 621 |         <font color="red"><b>o</b></font> Term::ShellKit<br/> |         <font color="red"><b>o </b></font>Term::ShellKit<br/> | 
| 622 |         <font color="red"><b>o</b></font> IPC::Run<br/> |         <font color="red"><b>o </b></font>IPC::Run<br/> | 
| 623 |         <font color="red"><b>o</b></font> XML Procedure Call (XPC)<br/> |         <font color="red"><b>o </b></font>XML Procedure Call (XPC)<br/> | 
| 624 | <!-- block --><br/> | <!-- block --><br/> | 
| 625 |     <font color="red"><b>o</b></font> alternative to XML::Simple?<br/> |     <font color="red"><b>o </b></font>alternative to XML::Simple?<br/> | 
| 626 |         <font color="red"><b>o</b></font> XML::Twig<br/> |         <font color="red"><b>o </b></font>XML::Twig<br/> | 
| 627 |             <font color="red"><b>o</b></font> Scalar::Util<br/> |             <font color="red"><b>o </b></font>Scalar::Util<br/> | 
| 628 |             <font color="red"><b>o</b></font> WeakRef<br/> |             <font color="red"><b>o </b></font>WeakRef<br/> | 
| 629 |         <font color="red"><b>o</b></font> XML::UM<br/> |         <font color="red"><b>o </b></font>XML::UM<br/> | 
| 630 |         <font color="red"><b>o</b></font> XML::TreeBuilder<br/> |         <font color="red"><b>o </b></font>XML::TreeBuilder<br/> | 
| 631 |         <font color="red"><b>o</b></font> XML::STX<br/> |         <font color="red"><b>o </b></font>XML::STX<br/> | 
| 632 |             <font color="red"><b>o</b></font> XML::SAX<br/> |             <font color="red"><b>o </b></font>XML::SAX<br/> | 
| 633 |         <font color="green"><b>x</b></font> XML::Parser(Style=Tree)!<br/> |         <font color="green"><b>x </b></font>XML::Parser(Style=Tree)!<br/> | 
| 634 | <!-- block --><br/> | <!-- block --><br/> | 
| 635 | <font color="red"><b>o</b></font> ojb<br/> | <font color="red"><b>o </b></font>ojb<br/> | 
| 636 |     <a href="http://db.apache.org/ojb/">http://db.apache.org/ojb/</a><br/> |     <a href="http://db.apache.org/ojb/" target="_blank">http://db.apache.org/ojb/</a><br/> | 
| 637 |     ObJectRelationalBridge (OJB) is an Object/Relational mapping tool <br/> |     ObJectRelationalBridge (OJB) is an Object/Relational mapping tool <br/> | 
| 638 |     that allows transparent persistence for Java Objects against relational databases.<br/> |     that allows transparent persistence for Java Objects against relational databases.<br/> | 
| 639 | <!-- block --><br/> | <!-- block --><br/> | 
| 640 | <font color="green"><b>x</b></font> some new perl modules (important for the framework)<br/> | <font color="green"><b>x </b></font>some new perl modules (important for the framework)<br/> | 
| 641 |     <font color="green"><b>x</b></font> Data::Code::Module<br/> |     <font color="green"><b>x </b></font>Data::Code::Module<br/> | 
| 642 |     <font color="green"><b>x</b></font> Data::Code::Ref<br/> |     <font color="green"><b>x </b></font>Data::Code::Ref<br/> | 
| 643 |     <font color="green"><b>x</b></font> Data::Code::Scalar<br/> |     <font color="green"><b>x </b></font>Data::Code::Scalar<br/> | 
| 644 |     <font color="green"><b>x</b></font> Data::Code::Symbol<br/> |     <font color="green"><b>x </b></font>Data::Code::Symbol<br/> | 
| 645 |     <font color="green"><b>x</b></font> Data::Rap<br/> |     <font color="green"><b>x </b></font>Data::Rap<br/> | 
| 646 |     <font color="green"><b>x</b></font> Log::Dispatch::Config::Object  <br/> |     <font color="green"><b>x </b></font>Log::Dispatch::Config::Object  <br/> | 
| 647 | <!-- block --><br/> | <!-- block --><br/> | 
| 648 | <font color="green"><b>x</b></font> netfrag.org - new shortcuts<br/> | <font color="green"><b>x </b></font>netfrag.org - new shortcuts<br/> | 
| 649 |     <font color="green"><b>x</b></font> prepare:<br/> |     <font color="green"><b>x </b></font>prepare:<br/> | 
| 650 |         export PATH=$PATH:/home/max/dev/netfrag.org/nfo/perl/scripts/shortcuts<br/> |         export PATH=$PATH:/home/max/dev/netfrag.org/nfo/perl/scripts/shortcuts<br/> | 
| 651 |     <font color="green"><b>x</b></font> run-there:<br/> |     <font color="green"><b>x </b></font>run-there:<br/> | 
| 652 |         run-there.pl ~/dev/netfrag.org/nfo/perl "cvs -q update -d"<br/> |         run-there.pl ~/dev/netfrag.org/nfo/perl "cvs -q update -d"<br/> | 
| 653 |     <font color="green"><b>x</b></font> rap:<br/> |     <font color="green"><b>x </b></font>rap:<br/> | 
| 654 |         rap.pl <target><br/> |         rap.pl <target><br/> | 
| 655 |         <font color="green"><b>x</b></font> rap.pl hello world<br/> |         <font color="green"><b>x </b></font>rap.pl hello world<br/> | 
| 656 |         <font color="green"><b>x</b></font> rap.pl hello config<br/> |         <font color="green"><b>x </b></font>rap.pl hello config<br/> | 
| 657 |         <font color="green"><b>x</b></font> rap.pl hello db<br/> |         <font color="green"><b>x </b></font>rap.pl hello db<br/> | 
| 658 | <!-- block --><br/> | <!-- block --><br/> | 
| 659 | <font color="red"><b>o</b></font> Data::Transfer::Sync: wording: descent <-> descendant???<br/> | <font color="red"><b>o </b></font>Data::Transfer::Sync: wording: descent <-> descendant???<br/> | 
| 660 | <!-- block --><br/> | <!-- block --><br/> | 
| 661 | <font color="red"><b>o</b></font> Perl:<br/> | <font color="red"><b>o </b></font>Perl:<br/> | 
| 662 |     <font color="red"><b>o</b></font> we have:<br/> |     <font color="red"><b>o </b></font>we have:<br/> | 
| 663 |         __PACKAGE__, __FILE__, __LINE__<br/> |         __PACKAGE__, __FILE__, __LINE__<br/> | 
| 664 |     <font color="red"><b>o</b></font> what about:<br/> |     <font color="red"><b>o </b></font>what about:<br/> | 
| 665 |         __OBJECT__, __NAMESPACE__, __CHILD__?<br/> |         __OBJECT__, __NAMESPACE__, __CHILD__?<br/> | 
| 666 |         .... or some other custom defined ones?<br/> |         .... or some other custom defined ones?<br/> | 
| 667 |         ... or (at least) an alternative to them!!!<br/> |         ... or (at least) an alternative to them!!!<br/> | 
| 668 | <!-- block --><br/> | <!-- block --><br/> | 
| 669 | <font color="green"><b>x</b></font> OEF    <br/> | <font color="green"><b>x </b></font>OEF    <br/> | 
| 670 |     # FIXME: this should be encapsulated by a rpc-service<br/> |     # FIXME: this should be encapsulated by a rpc-service<br/> | 
| 671 |     # -> see API/Admin<br/> |     # -> see API/Admin<br/> | 
| 672 |     # establishing this here is just a step to that<br/> |     # establishing this here is just a step to that<br/> | 
| 673 |     # btw: it should also be possible to trigger advanced<br/> |     # btw: it should also be possible to trigger advanced<br/> | 
| 674 |     # jobs from a flat script *without* any rpc stuff.<br/> |     # jobs from a flat script *without* any rpc stuff.<br/> | 
| 675 | <!-- block --><br/> | <!-- block --><br/> | 
| 676 | <font color="green"><b>x</b></font> branding: <br/> | <font color="green"><b>x </b></font>branding: <br/> | 
| 677 |     - wetter.msn.de<br/> |     - wetter.msn.de<br/> | 
| 678 |     - vwwetter.msn.de<br/> |     - vwwetter.msn.de<br/> | 
| 679 |     - wetter.msn.ch<br/> |     - wetter.msn.ch<br/> | 
| 680 |     - wetter.msn.at<br/> |     - wetter.msn.at<br/> | 
| 681 | <!-- block --><br/> | <!-- block --><br/> | 
| 682 | <font color="green"><b>x</b></font> renamed core methods<br/> | <font color="green"><b>x </b></font>renamed core methods<br/> | 
| 683 |     <font color="green"><b>x</b></font> object2hash -> expand<br/> |     <font color="green"><b>x </b></font>object2hash -> expand<br/> | 
| 684 |     <font color="green"><b>x</b></font> hash2object -> merge_to<br/> |     <font color="green"><b>x </b></font>hash2object -> merge_to<br/> | 
| 685 |     <font color="green"><b>x</b></font> var2utf8 -> latin_to_utf8<br/> |     <font color="green"><b>x </b></font>var2utf8 -> latin_to_utf8<br/> | 
| 686 |     <font color="green"><b>x</b></font> var_utf2iso -> utf8_to_latin<br/> |     <font color="green"><b>x </b></font>var_utf2iso -> utf8_to_latin<br/> | 
| 687 |     <font color="green"><b>x</b></font> trim -> ??? (properly wrapped - hopefully....)<br/> |     <font color="green"><b>x </b></font>trim -> ??? (properly wrapped - hopefully....)<br/> | 
| 688 | <!-- block --><br/> | <!-- block --><br/> | 
| 689 | <font color="red"><b>o</b></font> break intertwingulation<br/> | <font color="red"><b>o </b></font>break intertwingulation<br/> | 
| 690 | <!-- block --><br/> | <!-- block --><br/> | 
| 691 | <font color="red"><b>o</b></font> determine how far away a bit of information is...<br/> | <font color="red"><b>o </b></font>determine how far away a bit of information is...<br/> | 
| 692 |       just count the links needed to be visited for that purpose!   ;-)<br/> |       just count the links needed to be visited for that purpose!   ;-)<br/> | 
| 693 |     <font color="green"><b>x</b></font> two examples:<br/> |     <font color="green"><b>x </b></font>two examples:<br/> | 
| 694 |         <font color="green"><b>x</b></font> XLink - what was that about? (3x)<br/> |         <font color="green"><b>x </b></font>XLink - what was that about? (3x)<br/> | 
| 695 |             <font color="green"><b>x</b></font> <a href="http://netfrag.org/search/?q=xlink">http://netfrag.org/search/?q=xlink</a><br/> |             <font color="green"><b>x </b></font><a href="http://netfrag.org/search/?q=xlink" target="_blank">http://netfrag.org/search/?q=xlink</a><br/> | 
| 696 |             <font color="green"><b>x</b></font> <a href="http://www.netfrag.org/webnews/article.php?id=585&group=nfo.links.computing">http://www.netfrag.org/webnews/article.php?id=585&group=nfo.links.computing</a><br/> |             <font color="green"><b>x </b></font><a href="http://www.netfrag.org/webnews/article.php?id=585&group=nfo.links.computing" target="_blank">http://www.netfrag.org/webnews/article.php?id=585&group=nfo.links.computing</a><br/> | 
| 697 |             <font color="green"><b>x</b></font> <a href="http://www.w3.org/TR/xlink/">http://www.w3.org/TR/xlink/</a><br/> |             <font color="green"><b>x </b></font><a href="http://www.w3.org/TR/xlink/" target="_blank">http://www.w3.org/TR/xlink/</a><br/> | 
| 698 |         <font color="green"><b>x</b></font> making '<img ...' - tags with phpHtmlLib - how did that work exactly? (3x)<br/> |         <font color="green"><b>x </b></font>making '<img ...' - tags with phpHtmlLib - how did that work exactly? (3x)<br/> | 
| 699 |             <font color="green"><b>x</b></font> <a href="http://phphtmllib.newsblob.com/">http://phphtmllib.newsblob.com/</a><br/> |             <font color="green"><b>x </b></font><a href="http://phphtmllib.newsblob.com/" target="_blank">http://phphtmllib.newsblob.com/</a><br/> | 
| 700 |             <font color="green"><b>x</b></font> <a href="http://phphtmllib.newsblob.com/javadoc.php">http://phphtmllib.newsblob.com/javadoc.php</a><br/> |             <font color="green"><b>x </b></font><a href="http://phphtmllib.newsblob.com/javadoc.php" target="_blank">http://phphtmllib.newsblob.com/javadoc.php</a><br/> | 
| 701 |             <font color="green"><b>x</b></font> <a href="http://phphtmllib.newsblob.com/doc/phpHtmlLib/_tag_utils_html_utils_inc.html">http://phphtmllib.newsblob.com/doc/phpHtmlLib/_tag_utils_html_utils_inc.html</a>#functionhtml_img<br/> |             <font color="green"><b>x </b></font><a href="http://phphtmllib.newsblob.com/doc/phpHtmlLib/_tag_utils_html_utils_inc.html" target="_blank">http://phphtmllib.newsblob.com/doc/phpHtmlLib/_tag_utils_html_utils_inc.html</a>#functionhtml_img<br/> | 
| 702 | <!-- block --><br/> | <!-- block --><br/> | 
| 703 | <font color="red"><b>o</b></font> write "Thank You!" to authors of phpHtmlLib! (phphtmllib.newsblob.com)<br/> | <font color="red"><b>o </b></font>write "Thank You!" to authors of phpHtmlLib! (phphtmllib.newsblob.com)<br/> | 
| 704 |     <font color="red"><b>o</b></font> compare lib with different comparable others (binarycloud, xoom, etc.)<br/> |     <font color="red"><b>o </b></font>compare lib with different comparable others (binarycloud, xoom, etc.)<br/> | 
| 705 |     <font color="red"><b>o</b></font> ask jonen!<br/> |     <font color="red"><b>o </b></font>ask jonen!<br/> | 
| 706 | <!-- block --><br/> | <!-- block --><br/> | 
| 707 | <font color="red"><b>o</b></font> search::txt2regex<br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/txt2regex" target="_blank">txt2regex</a><!-- block --><br/> | 
| 708 |  | <font color="red"><b>o </b></font><a href="http://www.osdn.com/osdnsearch.pl?query=sync" target="_blank">http://www.osdn.com/osdnsearch.pl?query=sync</a><br/> | 
| 709 | <!-- block --><br/> | <!-- block --><br/> | 
| 710 | <font color="red"><b>o</b></font> <a href="http://www.osdn.com/osdnsearch.pl?query=sync">http://www.osdn.com/osdnsearch.pl?query=sync</a><br/> | <font color="red"><b>o </b></font><a href="http://netfrag.org/search/?q=sync" target="_blank">http://netfrag.org/search/?q=sync</a><br/> | 
| 711 | <!-- block --><br/> | <!-- block --><br/> | 
| 712 | <font color="red"><b>o</b></font> <a href="http://netfrag.org/search/?q=sync">http://netfrag.org/search/?q=sync</a><br/> | <font color="red"><b>o </b></font>synchronize bookmarks between differenty clients and arbitrary types of clients<br/> | 
| 713 | <!-- block --><br/> | <!-- block --><br/> | 
| 714 | <font color="red"><b>o</b></font> synchronize bookmarks between differenty clients and arbitrary types of clients<br/> | <font color="red"><b>o </b></font><a href="http://search.netfrag.org/miray" target="_blank">miray</a><!-- block --><br/> | 
| 715 |  | <font color="red"><b>o </b></font><a href="http://slashdot.org/articles/02/09/09/1246220.shtml?tid=100" target="_blank">http://slashdot.org/articles/02/09/09/1246220.shtml?tid=100</a><br/> | 
| 716 | <!-- block --><br/> | <!-- block --><br/> | 
| 717 | <font color="red"><b>o</b></font> search::miray<br/> | <font color="red"><b>o </b></font>frontend for amavis quarantine area?<br/> | 
| 718 |  |       see <a href="http://www.mailfrontier.com/" target="_blank">http://www.mailfrontier.com/</a><br/> | 
| 719 |  |       <font color="red"><b>o </b></font>frontend for mail system<br/> | 
| 720 |  |     <font color="red"><b>o </b></font>postmaster mails<br/> | 
| 721 |  |     <font color="red"><b>o </b></font>'dead.letter's<br/> | 
| 722 |  |     <font color="red"><b>o </b></font>routing, aliasing<br/> | 
| 723 | <!-- block --><br/> | <!-- block --><br/> | 
| 724 | <font color="red"><b>o</b></font> <a href="http://slashdot.org/articles/02/09/09/1246220.shtml?tid=100">http://slashdot.org/articles/02/09/09/1246220.shtml?tid=100</a><br/> | <font color="red"><b>o </b></font>hdup 1.6<br/> | 
| 725 | <!-- block --><br/> | <!-- block --><br/> | 
| 726 | <font color="red"><b>o</b></font> frontend for amavis quarantine area?<br/> | <font color="green"><b>x </b></font>tune the search-page<br/> | 
|  |       see <a href="http://www.mailfrontier.com/">http://www.mailfrontier.com/</a><br/> |  | 
|  |       <font color="red"><b>o</b></font> frontend for mail system<br/> |  | 
|  |     <font color="red"><b>o</b></font> postmaster mails<br/> |  | 
|  |     <font color="red"><b>o</b></font> 'dead.letter's<br/> |  | 
|  |     <font color="red"><b>o</b></font> routing, aliasing<br/> |  | 
| 727 | <!-- block --><br/> | <!-- block --><br/> | 
| 728 | <font color="red"><b>o</b></font> hdup 1.6<br/> | <font color="green"><b>x </b></font>establish<br/> | 
| 729 |  |     <font color="green"><b>x </b></font>search                  IN      CNAME   quepasa<br/> | 
| 730 |  |     <font color="red"><b>o </b></font>sync-meta               IN      CNAME   quepasa<br/> | 
| 731 |  |     <font color="red"><b>o </b></font>docs                    IN      CNAME   quepasa<br/> | 
| 732 | <!-- block --><br/> | <!-- block --><br/> | 
| 733 | <font color="green"><b>x</b></font> tune the search-page<br/> | <font color="red"><b>o </b></font>refactor joko/doc/topics.html<br/> | 
| 734 | <!-- block --><br/> | <!-- block --><br/> | 
| 735 | <font color="green"><b>x</b></font> establish<br/> | <font color="red"><b>o </b></font>for ViewCVS<br/> | 
|  |     <font color="green"><b>x</b></font> search                  IN      CNAME   quepasa<br/> |  | 
|  |     <font color="red"><b>o</b></font> sync-meta               IN      CNAME   quepasa<br/> |  | 
|  |     <font color="red"><b>o</b></font> docs                    IN      CNAME   quepasa<br/> |  | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> refactor joko/doc/topics.html<br/> |  | 
|  | <!-- block --><br/> |  | 
|  | <font color="red"><b>o</b></font> for ViewCVS<br/> |  | 
| 736 |       - link (beside "Download tarball"): "JumpToDocumentation" (Manual, additional Resources, etc.)<br/> |       - link (beside "Download tarball"): "JumpToDocumentation" (Manual, additional Resources, etc.)<br/> | 
| 737 | <!-- block --><br/> | <!-- block --><br/> | 
| 738 | <font color="red"><b>o</b></font> for phpDocumentIndex<br/> | <font color="red"><b>o </b></font>for phpDocumentIndex<br/> | 
| 739 |       - link "Download tarball" (like ViewCVS)<br/> |       - link "Download tarball" (like ViewCVS)<br/> | 
| 740 | <!-- block --><br/> | <!-- block --><br/> | 
| 741 | <font color="green"><b>x</b></font> nfoweb:<br/> | <font color="green"><b>x </b></font>nfoweb:<br/> | 
| 742 |       link natraj to optix<br/> |       link natraj to optix<br/> | 
| 743 | <!-- block --><br/> | <!-- block --><br/> | 
| 744 | <font color="green"><b>x</b></font> look at: <a href="http://213.133.118.38/icons/icon.sheet.gif">http://213.133.118.38/icons/icon.sheet.gif</a><br/> | <font color="green"><b>x </b></font>look at: <a href="http://213.133.118.38/icons/icon.sheet.gif" target="_blank">http://213.133.118.38/icons/icon.sheet.gif</a><br/> | 
| 745 | <!-- block --><br/> | <!-- block --><br/> | 
| 746 | <font color="red"><b>o</b></font> re-enable automation of:<br/> | <font color="red"><b>o </b></font>re-enable automation of:<br/> | 
| 747 |     <font color="red"><b>o</b></font> indexer (mnoGoSearch)<br/> |     <font color="red"><b>o </b></font>indexer (mnoGoSearch)<br/> | 
| 748 |     <font color="red"><b>o</b></font> document builder (various places)<br/> |     <font color="red"><b>o </b></font>document builder (various places)<br/> | 
| 749 |         <font color="red"><b>o</b></font> /docs<br/> |         <font color="red"><b>o </b></font>/docs<br/> | 
| 750 |         <font color="red"><b>o</b></font> /~joko<br/> |         <font color="red"><b>o </b></font>/~joko<br/> | 
| 751 |         <font color="red"><b>o</b></font> /~jonen<br/> |         <font color="red"><b>o </b></font>/~jonen<br/> | 
| 752 |         <font color="red"><b>o</b></font> ... maybe integrate [run now] button for some dot-files (e.g. .fetchdocrc) (as feature of phpDocumentIndex)<br/> |         <font color="red"><b>o </b></font>... maybe integrate [run now] button for some dot-files (e.g. .fetchdocrc) (as feature of phpDocumentIndex)<br/> | 
| 753 |         <font color="red"><b>o</b></font> ... maybe integrate [run@interval] button for some dot-files (e.g. .fetchdocrc) (as feature of phpDocumentIndex)<br/> |         <font color="red"><b>o </b></font>... maybe integrate [run@interval] button for some dot-files (e.g. .fetchdocrc) (as feature of phpDocumentIndex)<br/> | 
| 754 |               to display a metadata settings page to let the user build/edit a cron entry easily!<br/> |               to display a metadata settings page to let the user build/edit a cron entry easily!<br/> | 
| 755 |               <font color="red"><b>o</b></font> 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)<br/> |               <font color="red"><b>o </b></font>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)<br/> | 
| 756 | <!-- block --><br/> | <!-- block --><br/> | 
| 757 | <font color="red"><b>o</b></font> Html widgets - final solution!? (q: php|perl?) (a: keep it multifold!)<br/> | <font color="red"><b>o </b></font>Html widgets - final solution!? (q: php|perl?) (a: keep it multifold!)<br/> | 
| 758 |       <font color="green"><b>x</b></font> phpHtmlLib (for now)<br/> |       <font color="green"><b>x </b></font>phpHtmlLib (for now)<br/> | 
| 759 |       <font color="red"><b>o</b></font> later: Perl Widget Library, follow: <a href="http://www.netfrag.org/webnews/article.php?id=406&group=nfo.links.computing">http://www.netfrag.org/webnews/article.php?id=406&group=nfo.links.computing</a><br/> |       <font color="red"><b>o </b></font>later: Perl Widget Library, follow: <a href="http://www.netfrag.org/webnews/article.php?id=406&group=nfo.links.computing" target="_blank">http://www.netfrag.org/webnews/article.php?id=406&group=nfo.links.computing</a><br/> | 
| 760 | <!-- block --><br/> | <!-- block --><br/> | 
| 761 | <font color="green"><b>x</b></font> perl -MCPAN -eshell  --  install Apache::FileManager<br/> | <font color="green"><b>x </b></font>perl -MCPAN -eshell  --  install Apache::FileManager<br/> | 
| 762 |     <font color="green"><b>x</b></font> perl -MCPAN -e "install Apache::FileManager"<br/> |     <font color="green"><b>x </b></font>perl -MCPAN -e "install Apache::FileManager"<br/> | 
| 763 |         Apache::FileManager<br/> |         Apache::FileManager<br/> | 
| 764 |                 File::Remove<br/> |                 File::Remove<br/> | 
| 765 |                 File::NCopy<br/> |                 File::NCopy<br/> | 
| 772 |                 Carp::Assert<br/> |                 Carp::Assert<br/> | 
| 773 |                 Class::ISA<br/> |                 Class::ISA<br/> | 
| 774 | <!-- block --><br/> | <!-- block --><br/> | 
| 775 | <font color="red"><b>o</b></font> OO, XML, Directories, Schemas, User Interfaces<br/> | <font color="red"><b>o </b></font>OO, XML, Directories, Schemas, User Interfaces<br/> | 
| 776 |     <font color="red"><b>o</b></font> Schema for Object-Oriented XML<br/> |     <font color="red"><b>o </b></font>Schema for Object-Oriented XML<br/> | 
| 777 |           follow::<a href="http://www.netfrag.org/webnews/article.php?id=149&group=nfo.links.computing">http://www.netfrag.org/webnews/article.php?id=149&group=nfo.links.computing</a><br/> |           follow::<a href="http://www.netfrag.org/webnews/article.php?id=149&group=nfo.links.computing" target="_blank">http://www.netfrag.org/webnews/article.php?id=149&group=nfo.links.computing</a><br/> | 
| 778 |     <font color="red"><b>o</b></font> DSML: RDF <-> LDAP<br/> |     <font color="red"><b>o </b></font>DSML: RDF <-> LDAP<br/> | 
| 779 |           follow::<a href="http://www.netfrag.org/webnews/article.php?id=215&group=nfo.links.computing">http://www.netfrag.org/webnews/article.php?id=215&group=nfo.links.computing</a><br/> |           follow::<a href="http://www.netfrag.org/webnews/article.php?id=215&group=nfo.links.computing" target="_blank">http://www.netfrag.org/webnews/article.php?id=215&group=nfo.links.computing</a><br/> | 
| 780 |     <font color="red"><b>o</b></font> CC-PP - A user side framework for enhanced content negotiation<br/> |     <font color="red"><b>o </b></font>CC-PP - A user side framework for enhanced content negotiation<br/> | 
| 781 |           follow::<a href="http://www.netfrag.org/webnews/article.php?id=152&group=nfo.links.computing">http://www.netfrag.org/webnews/article.php?id=152&group=nfo.links.computing</a><br/> |           follow::<a href="http://www.netfrag.org/webnews/article.php?id=152&group=nfo.links.computing" target="_blank">http://www.netfrag.org/webnews/article.php?id=152&group=nfo.links.computing</a><br/> | 
| 782 | <!-- block --><br/> | <!-- block --><br/> | 
| 783 | <font color="red"><b>o</b></font> PoweredBy page for netfrag.org<br/> | <font color="red"><b>o </b></font>PoweredBy page for netfrag.org<br/> | 
| 784 |     <font color="red"><b>o</b></font> from hetzner<br/> |     <font color="red"><b>o </b></font>from hetzner<br/> | 
| 785 |     <font color="red"><b>o</b></font> over suse, uml, debian<br/> |     <font color="red"><b>o </b></font>over suse, uml, debian<br/> | 
| 786 |     <font color="red"><b>o</b></font> to gnu, apache, perl, php and stuff<br/> |     <font color="red"><b>o </b></font>to gnu, apache, perl, php and stuff<br/> | 
| 787 | <!-- block --><br/> | <!-- block --><br/> | 
| 788 | <font color="red"><b>o</b></font> ViewableBy page for netfrag.org<br/> | <font color="red"><b>o </b></font>ViewableBy page for netfrag.org<br/> | 
| 789 |     <font color="red"><b>o</b></font> from lynx<br/> |     <font color="red"><b>o </b></font>from lynx<br/> | 
| 790 |     <font color="red"><b>o</b></font> over netscape 2-, ie 3-<br/> |     <font color="red"><b>o </b></font>over netscape 2-, ie 3-<br/> | 
| 791 |     <font color="red"><b>o</b></font> to mozilla x and kde x<br/> |     <font color="red"><b>o </b></font>to mozilla x and kde x<br/> | 
| 792 |     <font color="red"><b>o</b></font> (what about syndicator-clients?)<br/> |     <font color="red"><b>o </b></font>(what about syndicator-clients?)<br/> | 
| 793 |       <font color="red"><b>o</b></font> AccessableBy page:<br/> |       <font color="red"><b>o </b></font>AccessableBy page:<br/> | 
| 794 |     <font color="red"><b>o</b></font> ListenTo (e.g. say.exe)<br/> |     <font color="red"><b>o </b></font>ListenTo (e.g. say.exe)<br/> | 
| 795 |     <font color="red"><b>o</b></font> FeelIt (some braille driver)<br/> |     <font color="red"><b>o </b></font>FeelIt (some braille driver)<br/> | 
| 796 |     <font color="red"><b>o</b></font> ??? integration to ie|moz ???<br/> |     <font color="red"><b>o </b></font>??? integration to ie|moz ???<br/> | 
| 797 | <!-- block --><br/> | <!-- block --><br/> | 
| 798 | <font color="green"><b>x</b></font> Auszug aus "Gesammelte Weisheiten" von <a href="http://isgwww.cs.uni-magdeburg.de/~raab/wisdom.html">http://isgwww.cs.uni-magdeburg.de/~raab/wisdom.html</a><br/> | <font color="green"><b>x </b></font>Auszug aus "Gesammelte Weisheiten" von <a href="http://isgwww.cs.uni-magdeburg.de/~raab/wisdom.html" target="_blank">http://isgwww.cs.uni-magdeburg.de/~raab/wisdom.html</a><br/> | 
| 799 |     <font color="green"><b>x</b></font> follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing</a>::/41./<br/> |     <font color="green"><b>x </b></font>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing</a>::/41./<br/> | 
| 800 |     <font color="green"><b>x</b></font> follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing</a>::/35./<br/> |     <font color="green"><b>x </b></font>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing</a>::/35./<br/> | 
| 801 |     <font color="green"><b>x</b></font> follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing</a>::/28./<br/> |     <font color="green"><b>x </b></font>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing</a>::/28./<br/> | 
| 802 |     <font color="green"><b>x</b></font> follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing</a>::/av.. Murphy's Gesetz/<br/> |     <font color="green"><b>x </b></font>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing</a>::/av.. Murphy's Gesetz/<br/> | 
| 803 |     <font color="green"><b>x</b></font> follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing</a>::/w.. Clarke's Gesetz der revolutionären Ideen/<br/> |     <font color="green"><b>x </b></font>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing</a>::/w.. Clarke's Gesetz der revolutionären Ideen/<br/> | 
| 804 |     <font color="green"><b>x</b></font> follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing</a>::/11.|12./<br/> |     <font color="green"><b>x </b></font>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing</a>::/11.|12./<br/> | 
| 805 | <!-- block --><br/> | <!-- block --><br/> | 
| 806 | <font color="green"><b>x</b></font> follow::<a href="http://www.netfrag.org/search/?q=rap">http://www.netfrag.org/search/?q=rap</a><br/> | <font color="green"><b>x </b></font>follow::<a href="http://www.netfrag.org/search/?q=rap" target="_blank">http://www.netfrag.org/search/?q=rap</a><br/> | 
| 807 |     <font color="red"><b>o</b></font>r (alternative): follow::<a href="http://search.netfrag.org/rap">http://search.netfrag.org/rap</a><br/> |     or (alternative): follow::<a href="http://search.netfrag.org/rap" target="_blank">http://search.netfrag.org/rap</a><br/> | 
| 808 | <!-- block --><br/> | <!-- block --><br/> | 
| 809 |   <font color="red"><b>o</b></font> todo, 2003-02-26<br/> |   <font color="red"><b>o </b></font>todo, 2003-02-26<br/> | 
| 810 |     <font color="green"><b>x</b></font> better shortcut syntax for search.netfrag.org, e.g.:<br/> |     <font color="green"><b>x </b></font>better shortcut syntax for search.netfrag.org, e.g.:<br/> | 
| 811 |         <font color="green"><b>x</b></font> <a href="http://search.netfrag.org/hello">http://search.netfrag.org/hello</a> world<br/> |         <font color="green"><b>x </b></font><a href="http://search.netfrag.org/hello" target="_blank">http://search.netfrag.org/hello</a> world<br/> | 
| 812 |         <font color="green"><b>x</b></font> <a href="http://search.netfrag.org/phpHtmlLib">http://search.netfrag.org/phpHtmlLib</a><br/> |         <font color="green"><b>x </b></font><a href="http://search.netfrag.org/phpHtmlLib" target="_blank">http://search.netfrag.org/phpHtmlLib</a><br/> | 
| 813 |     <font color="red"><b>o</b></font> re-enable: [Yakka => <a href="http://www.netfrag.org/~bareface/yakka/">http://www.netfrag.org/~bareface/yakka/</a>]<br/> |     <font color="red"><b>o </b></font>re-enable: [Yakka => <a href="http://www.netfrag.org/~bareface/yakka/" target="_blank">http://www.netfrag.org/~bareface/yakka/</a>]<br/> | 
| 814 |         <font color="red"><b>o</b></font> test: [Yakka]<br/> |         <font color="red"><b>o </b></font>test: [Yakka]<br/> | 
| 815 |         <font color="red"><b>o</b></font> run: ./sbin/indexer -a -v 5 -p 1 -u "<a href="http://www.netfrag.org/~bareface/%">http://www.netfrag.org/~bareface/%</a>"<br/> |         <font color="red"><b>o </b></font>run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/~bareface/%"<br/> | 
| 816 |     <font color="red"><b>o</b></font> begin [Twingle] (proj./lang.)<br/> |     <font color="red"><b>o </b></font>begin [Twingle] (proj./lang.)<br/> | 
| 817 |         <font color="green"><b>x</b></font> start Twingle-impl. (in perl)<br/> |         <font color="green"><b>x </b></font>start Twingle-impl. (in perl)<br/> | 
| 818 |             <font color="green"><b>x</b></font> AutoColouring:<br/> |             <font color="green"><b>x </b></font>AutoColouring:<br/> | 
| 819 |                 <font color="green"><b>x</b></font> '^(\s|\t)*o' => 'red'<br/> |                 <font color="green"><b>x </b></font>'^(\s|\t)*o' => 'red'<br/> | 
| 820 |                 <font color="green"><b>x</b></font> '^(\s|\t)*x' => 'green'<br/> |                 <font color="green"><b>x </b></font>'^(\s|\t)*x' => 'green'<br/> | 
| 821 |             <font color="red"><b>o</b></font> LinkExpansion: link-extrapolation/-expansion (<a href="http://...">http://...</a>)<br/> |             <font color="red"><b>o </b></font>LinkExpansion: link-extrapolation/-expansion<br/> | 
| 822 |                 <font color="red"><b>o</b></font> proposal: search::Intertwingularity should be resolved/dispatched (via dispatchrequest) to<br/> |                 <font color="green"><b>x </b></font>simple mode: <a href="http://..." target="_blank">http://...</a> to <a href="$url">$url</a><br/> | 
| 823 |                       <font color="green"><b>x</b></font> <a href="http://www.netfrag.org/search/?q=Intertwingularity">http://www.netfrag.org/search/?q=Intertwingularity</a><br/> |                 <font color="red"><b>o </b></font>proposal: <a href="http://search.netfrag.org/Intertwingularity should be" target="_blank">Intertwingularity should be</a>resolved/dispatched (via dispatchrequest) to<br/> | 
| 824 |                       <font color="green"><b>x</b></font> <a href="http://search.netfrag.org/Intertwingularity">http://search.netfrag.org/Intertwingularity</a><br/> |                       <font color="green"><b>x </b></font><a href="http://www.netfrag.org/search/?q=Intertwingularity" target="_blank">http://www.netfrag.org/search/?q=Intertwingularity</a><br/> | 
| 825 |                 <font color="red"><b>o</b></font> search::..., follow::..., etc.<br/> |                       <font color="green"><b>x </b></font><a href="http://search.netfrag.org/Intertwingularity" target="_blank">http://search.netfrag.org/Intertwingularity</a><br/> | 
| 826 |             <font color="red"><b>o</b></font> NamespaceDetection - find 'Word::Word::Word' style things<br/> |                 <font color="red"><b>o </b></font>search::..., follow::..., etc.<br/> | 
| 827 |                 <font color="red"><b>o</b></font> AutoColouring: '\w::|::\w' => 'orange'<br/> |             <font color="red"><b>o </b></font>NamespaceDetection - find 'Word::Word::Word' style things<br/> | 
| 828 |                 <font color="red"><b>o</b></font> LinkExpansion: lookup found name in a KeywordRegistry|ShortcutRegistry (sub-node: "namespace")<br/> |                 <font color="red"><b>o </b></font>AutoColouring: '\w::|::\w' => 'orange'<br/> | 
| 829 |  |                 <font color="red"><b>o </b></font>LinkExpansion: lookup found name in a KeywordRegistry|ShortcutRegistry (sub-node: "namespace")<br/> | 
| 830 |                       (a registry-db (has to store classnames from perl and/or php and stuff))<br/> |                       (a registry-db (has to store classnames from perl and/or php and stuff))<br/> | 
| 831 |         <font color="red"><b>o</b></font> propose Twingle-impl. (for php/yakka)<br/> |         <font color="red"><b>o </b></font>propose Twingle-impl. (for php/yakka)<br/> | 
| 832 |     <font color="red"><b>o</b></font> phpDocumentIndex<br/> |     <font color="red"><b>o </b></font>phpDocumentIndex<br/> | 
| 833 |         <font color="red"><b>o</b></font> re-enable "stat" for symlinks - if possible<br/> |         <font color="red"><b>o </b></font>re-enable "stat" for symlinks - if possible<br/> | 
| 834 |         <font color="red"><b>o</b></font> "last run by/on"<br/> |         <font color="red"><b>o </b></font>"last run by/on"<br/> | 
| 835 |     <font color="red"><b>o</b></font> sync-meta:<br/> |     <font color="red"><b>o </b></font>sync-meta:<br/> | 
| 836 |         <font color="red"><b>o</b></font> website (TWiki): <a href="http://sync-meta.netfrag.org">http://sync-meta.netfrag.org</a><br/> |         <font color="red"><b>o </b></font>website (TWiki): <a href="http://sync-meta.netfrag.org" target="_blank">http://sync-meta.netfrag.org</a><br/> | 
| 837 |         <font color="red"><b>o</b></font> newsgroup (inn): news://news.netfrag.org/nfo.sync-meta<br/> |         <font color="red"><b>o </b></font>newsgroup (inn): news://news.netfrag.org/nfo.sync-meta<br/> | 
| 838 |         <font color="red"><b>o</b></font> mail-address (sendmail, dispatchmail, inn): sync-meta@netfrag.org<br/> |         <font color="red"><b>o </b></font>mail-address (sendmail, dispatchmail, inn): sync-meta@netfrag.org<br/> | 
| 839 |         <font color="red"><b>o</b></font> first content<br/> |         <font color="red"><b>o </b></font>first content<br/> | 
| 840 |             <font color="red"><b>o</b></font> refactor stuff from joko/doc<br/> |             <font color="red"><b>o </b></font>refactor stuff from joko/doc<br/> | 
| 841 |             <font color="red"><b>o</b></font> contact (addresses from above)<br/> |             <font color="red"><b>o </b></font>contact (addresses from above)<br/> | 
| 842 |             <font color="red"><b>o</b></font> add responses to gde-post<br/> |             <font color="red"><b>o </b></font>add responses to gde-post<br/> | 
| 843 |         <font color="red"><b>o</b></font> announce internally<br/> |         <font color="red"><b>o </b></font>announce internally<br/> | 
| 844 |         <font color="red"><b>o</b></font> announce otherwhere?<br/> |         <font color="red"><b>o </b></font>announce otherwhere?<br/> | 
| 845 |         <font color="red"><b>o</b></font> mkProject@sourceforge?<br/> |         <font color="red"><b>o </b></font>mkProject@sourceforge?<br/> | 
| 846 |     <font color="red"><b>o</b></font> tree for html, follow <a href="http://search.netfrag.org/?q=tree">http://search.netfrag.org/?q=tree</a>:<br/> |     <font color="red"><b>o </b></font>tree for html, follow <a href="http://search.netfrag.org/?q=tree" target="_blank">http://search.netfrag.org/?q=tree</a>:<br/> | 
| 847 |           <font color="green"><b>x</b></font> view layer: (frontend/dhtml) use joust or (maybe better) XTree, follow <a href="http://search.netfrag.org/xTree">http://search.netfrag.org/xTree</a><br/> |           <font color="green"><b>x </b></font>view layer: (frontend/dhtml) use joust or (maybe better) XTree, follow <a href="http://search.netfrag.org/xTree" target="_blank">http://search.netfrag.org/xTree</a><br/> | 
| 848 |           <font color="green"><b>x</b></font> model layer: look at PEAR::Tree, follow <a href="http://search.netfrag.org/?q=pear">http://search.netfrag.org/?q=pear</a>::tree<br/> |           <font color="green"><b>x </b></font>model layer: look at PEAR::Tree, follow <a href="http://search.netfrag.org/?q=pear" target="_blank">http://search.netfrag.org/?q=pear</a>::tree<br/> | 
| 849 |           <font color="red"><b>o</b></font> controller layer: to be implemented! (php!) (as phpHtmlLib component/lib?  what about ->NavTree?)<br/> |           <font color="red"><b>o </b></font>controller layer: to be implemented! (php!) (as phpHtmlLib component/lib?  what about ->NavTree?)<br/> | 
| 850 |           <font color="red"><b>o</b></font> backend layer: maybe use File::List (perl) for directory traversal backend, follow <a href="http://search.netfrag.org/?q=pear">http://search.netfrag.org/?q=pear</a>::tree<br/> |           <font color="red"><b>o </b></font>backend layer: maybe use File::List (perl) for directory traversal backend, follow <a href="http://search.netfrag.org/?q=pear" target="_blank">http://search.netfrag.org/?q=pear</a>::tree<br/> | 
| 851 |           <font color="red"><b>o</b></font> look at: search::TreeNav (<a href="http://search.netfrag.org/TreeNav">http://search.netfrag.org/TreeNav</a>)  this is from phpHtmlLib (search::/news/nfo.links.*::phpHtmlLib)<br/> |           <font color="red"><b>o </b></font>look at: <a href="http://search.netfrag.org/TreeNav" target="_blank">TreeNav</a>(<a href="http://search.netfrag.org/TreeNav" target="_blank">http://search.netfrag.org/TreeNav</a>)  this is from phpHtmlLib (<a href="http://search.netfrag.org/phpHtmlLib//news/nfo.links.*" target="_blank">phpHtmlLib</a>)<br/> | 
| 852 |                 -><a href="http://www.netfrag.org/webnews/article.php?id=89&group=nfo.log.cvs">http://www.netfrag.org/webnews/article.php?id=89&group=nfo.log.cvs</a><br/> |                 -><a href="http://www.netfrag.org/webnews/article.php?id=89&group=nfo.log.cvs" target="_blank">http://www.netfrag.org/webnews/article.php?id=89&group=nfo.log.cvs</a><br/> | 
| 853 |           <font color="red"><b>o</b></font> phpHtmlLib::TreeCSSNav|TreeDHtmlNav?<br/> |           <font color="red"><b>o </b></font>phpHtmlLib::TreeCSSNav|TreeDHtmlNav?<br/> | 
| 854 | <!-- block --><br/> | <!-- block --><br/> | 
| 855 | <font color="red"><b>o</b></font> integrate rendering of phpHtmlLibWidgets as YakkaPlugins (via special TaviTags)<br/> | <font color="red"><b>o </b></font>integrate rendering of phpHtmlLibWidgets as YakkaPlugins (via special TaviTags)<br/> | 
| 856 | <!-- block --><br/> | <!-- block --><br/> | 
| 857 | <font color="red"><b>o</b></font> scan true papers and find "rap" on them (kinda adaptive ocr required!)<br/> | <font color="red"><b>o </b></font>scan true papers and find "rap" on them (kinda adaptive ocr required!)<br/> | 
| 858 | <!-- block --><br/> | <!-- block --><br/> | 
| 859 | <font color="red"><b>o</b></font> add to search-page:<br/> | <font color="red"><b>o </b></font>add to search-page:<br/> | 
| 860 |     "Search-System is running under high load: The indexer is refreshing it's database!"<br/> |     "Search-System is running under high load: The indexer is refreshing it's database!"<br/> | 
| 861 |     <font color="red"><b>o</b></font> required for this: trigger from /usr/local/mnogosearch/sbin/indexer<br/> |     <font color="red"><b>o </b></font>required for this: trigger from /usr/local/mnogosearch/sbin/indexer<br/> | 
| 862 | <!-- block --><br/> | <!-- block --><br/> | 
| 863 | <font color="red"><b>o</b></font> search desktop - functionality across *nix and windows<br/> | <font color="red"><b>o </b></font>search desktop - functionality across *nix and windows<br/> | 
| 864 | <!-- block --><br/> | <!-- block --><br/> | 
| 865 | <font color="red"><b>o</b></font> again: FaxThis<br/> | <font color="red"><b>o </b></font>again: FaxThis<br/> | 
| 866 | <!-- block --><br/> | <!-- block --><br/> | 
| 867 | <font color="red"><b>o</b></font> arcor:<br/> | <font color="red"><b>o </b></font>arcor:<br/> | 
| 868 |       https://www.kunden.arcor.de/ksc/impressum.jsp<br/> |       <a href="https://www.kunden.arcor.de/ksc/impressum.jsp" target="_blank">https://www.kunden.arcor.de/ksc/impressum.jsp</a><br/> | 
| 869 | <!-- block --><br/> | <!-- block --><br/> | 
| 870 | <font color="red"><b>o</b></font> fax-gateway @ netfrag.org (via jonen, box18?)<br/> | <font color="red"><b>o </b></font>fax-gateway @ netfrag.org (via jonen, box18?)<br/> | 
| 871 | <!-- block --><br/> | <!-- block --><br/> | 
| 872 |   <!-- block --><br/> | <font color="red"><b>o </b></font>sms-gateway @ netfrag.org (via hetzner, jonen, box18?)<br/> | 
| 873 |   <!-- block --><br/> |     <font color="red"><b>o </b></font>frontend: web<br/> | 
| 874 |   <!-- </pre> --><br/> |     <font color="red"><b>o </b></font>frontend: mail<br/> | 
| 875 |  |     <font color="red"><b>o </b></font>engine: fax -> ocr -> sms (title and/or first 160 chars of msg)<br/> | 
| 876 | <!-- block --><br/> | <!-- block --><br/> | 
| 877 |  | <font color="red"><b>o </b></font>"http://test"<br/> | 
| 878 |  | <!-- block --><br/> | 
| 879 |  | <font color="red"><b>o </b></font><a href="http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=test<br/> | 
| 880 |  | " target="_blank">test<br/> | 
| 881 |  | </a><!-- block --><br/> | 
| 882 |  |   <!-- block --><br/> | 
| 883 | <hr/><br/> | <hr/><br/> | 
| 884 | $Id$<br/> | $Id$<br/> | 
| 885 | <!-- block --><br/> | </body> | 
| 886 | </body><br/> | </html> | 
|  | </html><br/> |  | 
| 887 |  |  |