/[cvs]/joko/doc/SampleTasks/joko_2003-02.html
ViewVC logotype

Diff of /joko/doc/SampleTasks/joko_2003-02.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.78 by joko, Wed Feb 26 21:56:23 2003 UTC revision 1.79 by joko, Wed Feb 26 22:26:06 2003 UTC
# Line 12  Line 12 
12  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>include-paths<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>include-paths<br/>
13  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>configKey (servername) => servername/appname<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>configKey (servername) => servername/appname<br/>
14  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>make glib<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>make glib<br/>
15  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>RPC::Remote: just can talk to single rpc-server!!!!<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/RPC::Remote" target="_blank">RPC::Remote</a></b></font>: just can talk to single rpc-server!!!!<br/>
16  <font color="red"><b>o&nbsp;</b></font>app-cleanup:<br/>  <font color="red"><b>o&nbsp;</b></font>app-cleanup:<br/>
17  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>replace ../img/ through img/ globally (in all files found)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>replace ../img/ through img/ globally (in all files found)<br/>
18  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>grep -ri "../img" | modify.pl --regex=s/\.\.\/img/img/g [--in-type=filelist]<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>grep -ri "../img" | modify.pl --regex=s/\.\.\/img/img/g [--in-type=filelist]<br/>
19  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>refactor replace_cvs.pl to:<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>refactor replace_cvs.pl to:<br/>
20  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;finder.pl -R --regex=/CVS/Root . | modify.pl --regex=s/:pserver:/:ext:/ [--in-type=filelist]<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;finder.pl -R --regex=/CVS/Root . | modify.pl --regex=s/:pserver:/:ext:/ [--in-type=filelist]<br/>
21  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>is it possible to actually parse settings && arguments (not just "options") using Getopt::Long??<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>is it possible to actually parse settings && arguments (not just "options") using <font color="orange"><b><a href="http://search.netfrag.org/Getopt::Long" target="_blank">Getopt::Long</a></b></font>??<br/>
22  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>else: look at CPAN more detailed or make a CliCmd::Option + CliCmd::Argument = CliCmd::Setting!!<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>else: look at CPAN more detailed or make a <font color="orange"><b><a href="http://search.netfrag.org/CliCmd::Option" target="_blank">CliCmd::Option</a></b></font> + <font color="orange"><b><a href="http://search.netfrag.org/CliCmd::Argument" target="_blank">CliCmd::Argument</a></b></font> = <font color="orange"><b><a href="http://search.netfrag.org/CliCmd::Setting" target="_blank">CliCmd::Setting</a></b></font>!!<br/>
23  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;O refactor Getopt::Simple to Getopt::Easy and add features!? a) argument/option-mechanism b) restrict option-mech<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;O refactor <font color="orange"><b><a href="http://search.netfrag.org/Getopt::Simple" target="_blank">Getopt::Simple</a></b></font> to <font color="orange"><b><a href="http://search.netfrag.org/Getopt::Easy" target="_blank">Getopt::Easy</a></b></font> and add features!? a) argument/option-mechanism b) restrict option-mech<br/>
24  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;symbol: O=Ongoing<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;symbol: O=Ongoing<br/>
25  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c use Getopt::Auto???<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c use <font color="orange"><b><a href="http://search.netfrag.org/Getopt::Auto" target="_blank">Getopt::Auto</a></b></font>???<br/>
26  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>make Getopt::Easy!!!<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>make <font color="orange"><b><a href="http://search.netfrag.org/Getopt::Easy" target="_blank">Getopt::Easy</a></b></font>!!!</s><br/>
27  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>0. Oef::Request -> ...<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>0. <font color="orange"><b><a href="http://search.netfrag.org/Oef::Request" target="_blank">Oef::Request</a></b></font> -> ...<br/>
28  <font color="red"><b>o&nbsp;</b></font>1. CliCmd::Setting -> Oef::Request -> [hibernate] -> [wakup] -> Oef::Engine -> Oef::>Task -> Oef::Response<br/>  <font color="red"><b>o&nbsp;</b></font>1. <font color="orange"><b><a href="http://search.netfrag.org/CliCmd::Setting" target="_blank">CliCmd::Setting</a></b></font> -> <font color="orange"><b><a href="http://search.netfrag.org/Oef::Request" target="_blank">Oef::Request</a></b></font> -> [hibernate] -> [wakup] -> <font color="orange"><b><a href="http://search.netfrag.org/Oef::Engine" target="_blank">Oef::Engine</a></b></font> -> Oef::>Task -> <font color="orange"><b><a href="http://search.netfrag.org/Oef::Response" target="_blank">Oef::Response</a></b></font><br/>
29  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>need to freeze a Oef::Request<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>need to freeze a <font color="orange"><b><a href="http://search.netfrag.org/Oef::Request" target="_blank">Oef::Request</a></b></font><br/>
30  <font color="red"><b>o&nbsp;</b></font>2. CliCmd::Setting -> Oef::Request -> Oef::Engine -> Oef::Task -> [hibernate] -> [wakup] -> Oef::Response<br/>  <font color="red"><b>o&nbsp;</b></font>2. <font color="orange"><b><a href="http://search.netfrag.org/CliCmd::Setting" target="_blank">CliCmd::Setting</a></b></font> -> <font color="orange"><b><a href="http://search.netfrag.org/Oef::Request" target="_blank">Oef::Request</a></b></font> -> <font color="orange"><b><a href="http://search.netfrag.org/Oef::Engine" target="_blank">Oef::Engine</a></b></font> -> <font color="orange"><b><a href="http://search.netfrag.org/Oef::Task" target="_blank">Oef::Task</a></b></font> -> [hibernate] -> [wakup] -> <font color="orange"><b><a href="http://search.netfrag.org/Oef::Response" target="_blank">Oef::Response</a></b></font><br/>
31  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>need to freeze a Oef::Engine<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>need to freeze a <font color="orange"><b><a href="http://search.netfrag.org/Oef::Engine" target="_blank">Oef::Engine</a></b></font><br/>
32  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Oef::Base bases on DesignPattern::Object and DesignPattern::Bridge<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Oef::Base" target="_blank">Oef::Base</a></b></font> bases on <font color="orange"><b><a href="http://search.netfrag.org/DesignPattern::Object" target="_blank">DesignPattern::Object</a></b></font> and <font color="orange"><b><a href="http://search.netfrag.org/DesignPattern::Bridge" target="_blank">DesignPattern::Bridge</a></b></font><br/>
33  <!-- block --><br/>  <!-- block --><br/>
34  <font color="red"><b>o&nbsp;</b></font>refactor DesignPattern::Object::Logger to Oef::Base::Logger<br/>  <font color="red"><b>o&nbsp;</b></font>refactor <font color="orange"><b><a href="http://search.netfrag.org/DesignPattern::Object::Logger" target="_blank">DesignPattern::Object::Logger</a></b></font> to <font color="orange"><b><a href="http://search.netfrag.org/Oef::Base::Logger" target="_blank">Oef::Base::Logger</a></b></font><br/>
35  <!-- block --><br/>  <!-- block --><br/>
36  <font color="red"><b>o&nbsp;</b></font>use phpHtmlLib - widgets in a wiki (yakka!)<br/>  <font color="red"><b>o&nbsp;</b></font>use phpHtmlLib - widgets in a wiki (yakka!)<br/>
37  <!-- block --><br/>  <!-- block --><br/>
38  <font color="red"><b>o&nbsp;</b></font>rename Data::Storage::Handler::NetLDAP to Data::Storage::Handler::LDAP<br/>  <font color="red"><b>o&nbsp;</b></font>rename <font color="orange"><b><a href="http://search.netfrag.org/Data::Storage::Handler::NetLDAP" target="_blank">Data::Storage::Handler::NetLDAP</a></b></font> to <font color="orange"><b><a href="http://search.netfrag.org/Data::Storage::Handler::LDAP" target="_blank">Data::Storage::Handler::LDAP</a></b></font><br/>
39  <!-- block --><br/>  <!-- block --><br/>
40  <font color="red"><b>o&nbsp;</b></font>register: data-storage.[perl.]netfrag.org<br/>  <font color="red"><b>o&nbsp;</b></font>register: data-storage.[perl.]netfrag.org<br/>
41  <!-- block --><br/>  <!-- block --><br/>
# Line 66  Line 66 
66  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>add collaboration on top of that!<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>add collaboration on top of that!<br/>
67  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>(technical) annotations, pbb, etc.<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>(technical) annotations, pbb, etc.<br/>
68  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>what is already there?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>what is already there?<br/>
69  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>found: ProArc, OpenArc - but nothing seems to be truly *open*!<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>found: ProArc, OpenArc - but nothing seems to be truly *open*!</s><br/>
70  <!-- block --><br/>  <!-- block --><br/>
71  <font color="red"><b>o&nbsp;</b></font>Gtk Rules | phpRules - an abstract rule chain editor<br/>  <font color="red"><b>o&nbsp;</b></font>Gtk Rules | phpRules - an abstract rule chain editor<br/>
72  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>modes: dispatchmail, dispatchrequest, ipchains?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>modes: dispatchmail, dispatchrequest, ipchains?<br/>
# Line 76  Line 76 
76  <!-- block --><br/>  <!-- block --><br/>
77  <font color="red"><b>o&nbsp;</b></font>freier xml-editor für win32? (nicht auf msxml3 basierend?)<br/>  <font color="red"><b>o&nbsp;</b></font>freier xml-editor für win32? (nicht auf msxml3 basierend?)<br/>
78  <!-- block --><br/>  <!-- block --><br/>
79  <font color="red"><b>o&nbsp;</b></font>Data::Storage <br/>  <font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Data::Storage" target="_blank">Data::Storage</a></b></font> <br/>
80  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- overview<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>overview<br/>
81  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- just gives you a handle to a preconfigured data-source.<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>just gives you a handle to a preconfigured data-source.<br/>
82  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- it's a meta-module on our way to unified data access.<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>it's a meta-module on our way to unified data access.<br/>
83  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- details<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>details<br/>
84  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;It also lets you add additional methods to this handle from <br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;It also lets you add additional methods to this handle from <br/>
85  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specified Perl-modules acting as "plugins".<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;specified Perl-modules acting as "plugins".<br/>
86  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;It's delivered with "Handlers" ready for talking to rdbms-databases, <br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;It's delivered with "Handlers" ready for talking to rdbms-databases, <br/>
# Line 105  Line 105 
105  <!-- block --><br/>  <!-- block --><br/>
106  <font color="red"><b>o&nbsp;</b></font>cvs & kerberos???<br/>  <font color="red"><b>o&nbsp;</b></font>cvs & kerberos???<br/>
107  <!-- block --><br/>  <!-- block --><br/>
108  <font color="red"><b>o&nbsp;</b></font>enhance Mail::Audit::Dispatch<br/>  <font color="red"><b>o&nbsp;</b></font>enhance <font color="orange"><b><a href="http://search.netfrag.org/Mail::Audit::Dispatch" target="_blank">Mail::Audit::Dispatch</a></b></font><br/>
109  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>recieveMail -> dispatchmail & Mail::Audit::Dispatch<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>recieveMail -> dispatchmail & <font color="orange"><b><a href="http://search.netfrag.org/Mail::Audit::Dispatch" target="_blank">Mail::Audit::Dispatch</a></b></font></s><br/>
110  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Mail::Audit::Dispatch::Folder::Mbox (by joko, the main part of the former recieveMail, just uses Mail::Audit)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Mail::Audit::Dispatch::Folder::Mbox" target="_blank">Mail::Audit::Dispatch::Folder::Mbox</a></b></font> (by joko, the main part of the former recieveMail, just uses <font color="orange"><b><a href="http://search.netfrag.org/Mail::Audit" target="_blank">Mail::Audit</a></b></font>)<br/>
111  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Mail::Audit::Dispatch::Spool (by joko, a little part of the former recieveMail, just uses Mail::Audit)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Mail::Audit::Dispatch::Spool" target="_blank">Mail::Audit::Dispatch::Spool</a></b></font> (by joko, a little part of the former recieveMail, just uses <font color="orange"><b><a href="http://search.netfrag.org/Mail::Audit" target="_blank">Mail::Audit</a></b></font>)<br/>
112  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>Mail::Audit::Dispatch::Newsgate (by joko, uses Net::NNTP)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><font color="orange"><b><a href="http://search.netfrag.org/Mail::Audit::Dispatch::Newsgate" target="_blank">Mail::Audit::Dispatch::Newsgate</a></b></font> (by joko, uses <font color="orange"><b><a href="http://search.netfrag.org/Net::NNTP" target="_blank">Net::NNTP</a></b></font>)</s><br/>
113  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Mail::Audit::Dispatch::Folder::Cyrus1" target="_blank">Mail::Audit::Dispatch::Folder::Cyrus1</a></b></font> (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 '<font color="orange"><b><a href="http://search.netfrag.org/Data::Map" target="_blank">Data::Map</a></b></font>' stuff....)<br/>
114  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Mail::Audit::Dispatch::Faxgate (by janosch, uses /usr/bin/sendfax; still inside 'mail-handler', tbr)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Mail::Audit::Dispatch::Faxgate" target="_blank">Mail::Audit::Dispatch::Faxgate</a></b></font> (by janosch, uses /usr/bin/sendfax; still inside 'mail-handler', tbr)<br/>
115  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Mail::Audit::Dispatch::Smsgate (by janosch, uses /usr/bin/yaps; still inside 'mail-handler', tbr)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Mail::Audit::Dispatch::Smsgate" target="_blank">Mail::Audit::Dispatch::Smsgate</a></b></font> (by janosch, uses /usr/bin/yaps; still inside 'mail-handler', tbr)<br/>
116  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>could also use /usr/bin/smssend or some module from CPAN<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>could also use /usr/bin/smssend or some module from CPAN<br/>
117  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Mail::Audit::Dispatch::Response (by joko, notifies sender that his/her mail was processed by arbitrary system)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Mail::Audit::Dispatch::Response" target="_blank">Mail::Audit::Dispatch::Response</a></b></font> (by joko, notifies sender that his/her mail was processed by arbitrary system)<br/>
118  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>send autoresponse with subject: "Your bug-request was filed." when mailing to bugs@netfrag.org (done by gateway@netfrag.org)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>send autoresponse with subject: "Your bug-request was filed." when mailing to bugs@netfrag.org (done by gateway@netfrag.org)<br/>
119  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>actually do file the message at nfo.support.queue (done by gateway@netfrag.org)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>actually do file the message at nfo.support.queue (done by gateway@netfrag.org)<br/>
120  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>maybe cc: to or integrate with tutos or other ticketing system (bugzilla)???)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>maybe cc: to or integrate with tutos or other ticketing system (bugzilla)???)<br/>
# Line 182  Line 182 
182  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>mixin inheritance for php?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>mixin inheritance for php?<br/>
183  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>manipulating the symbol table?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>manipulating the symbol table?<br/>
184  <!-- block --><br/>  <!-- block --><br/>
185  <font color="red"><b>o&nbsp;</b></font>integrate timestamp into log-output of CPAN's Log::Dispatch!?<br/>  <font color="red"><b>o&nbsp;</b></font>integrate timestamp into log-output of CPAN's <font color="orange"><b><a href="http://search.netfrag.org/Log::Dispatch" target="_blank">Log::Dispatch</a></b></font>!?<br/>
186  <!-- block --><br/>  <!-- block --><br/>
187  <font color="red"><b>o&nbsp;</b></font>integrate autogenerated api-documentation for code@netfrag.org<br/>  <font color="red"><b>o&nbsp;</b></font>integrate autogenerated api-documentation for code@netfrag.org<br/>
188  &nbsp;&nbsp;&nbsp;&nbsp;use PhpDocumentor: <a href="http://phpdocu.sourceforge.net/" target="_blank">http://phpdocu.sourceforge.net/</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;use PhpDocumentor: <a href="http://phpdocu.sourceforge.net/" target="_blank">http://phpdocu.sourceforge.net/</a><br/>
# Line 212  Line 212 
212  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>include process view???<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>include process view???<br/>
213  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>link to "IntegratesWith"-page: PIMs, Offices<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>link to "IntegratesWith"-page: PIMs, Offices<br/>
214  <!-- block --><br/>  <!-- block --><br/>
215  <font color="red"><b>o&nbsp;</b></font>Data::Storage and logging via Log::Dispatch - DEEP RECURSION again!!!<br/>  <font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Data::Storage" target="_blank">Data::Storage</a></b></font> and logging via <font color="orange"><b><a href="http://search.netfrag.org/Log::Dispatch" target="_blank">Log::Dispatch</a></b></font> - DEEP RECURSION again!!!<br/>
216  <!-- block --><br/>  <!-- block --><br/>
217  <font color="green"><b>x&nbsp;</b></font>build content-index of news.netfrag.org<br/>  <font color="green"><b>x&nbsp;</b></font><s>build content-index of news.netfrag.org</s><br/>
218  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>mnoGoSearch's news-extension seems to require some more database-tuning  ;-(<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>mnoGoSearch's news-extension seems to require some more database-tuning  ;-(<br/>
219  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>./sbin/indexer -a -v 5 -i -u <a href="http://www.netfrag.org/webnews/%" target="_blank">http://www.netfrag.org/webnews/%</a></s><br/>
220  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>automate this:<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>automate this:<br/>
221  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>cd /usr/local/mnogosearch<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>cd /usr/local/mnogosearch<br/>
222  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>./sbin/indexer<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>./sbin/indexer<br/>
223  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>./sbin/indexer -a -p 1 -u <a href="http://www.netfrag.org/webnews/%" target="_blank">http://www.netfrag.org/webnews/%</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>./sbin/indexer -a -p 1 -u <a href="http://www.netfrag.org/webnews/%" target="_blank">http://www.netfrag.org/webnews/%</a></s><br/>
224  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>deleted all "post.php"-documents from mnoGoSearch-index-database<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>deleted all "post.php"-documents from mnoGoSearch-index-database</s><br/>
225  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>place entry in indexer.conf *before* the "Allow"-rules: "Disallow Regex \/webnews\/post\.php.*"<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>place entry in indexer.conf *before* the "Allow"-rules: "Disallow Regex \/webnews\/post\.php.*"</s><br/>
226  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>... so we have now (for newsportal)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>... so we have now (for newsportal)</s><br/>
227  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Disallow Regex \/webnews\/post\.php.*<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Disallow Regex \/webnews\/post\.php.*<br/>
228  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Allow Regex \/webnews\/<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Allow Regex \/webnews\/<br/>
229  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/webnews/post.php%"<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/webnews/post.php%"</s><br/>
230  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>or (faster - and will not blow up your apache):<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>or (faster - and will not blow up your apache):</s><br/>
231  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;./sbin/indexer -a -u "http://www.netfrag.org/webnews/post.php%"<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;./sbin/indexer -a -u "http://www.netfrag.org/webnews/post.php%"<br/>
232  <!-- block --><br/>  <!-- block --><br/>
233  <font color="red"><b>o&nbsp;</b></font>refactor OEF::Why::Queue<br/>  <font color="red"><b>o&nbsp;</b></font>refactor <font color="orange"><b><a href="http://search.netfrag.org/OEF::Why::Queue" target="_blank">OEF::Why::Queue</a></b></font><br/>
234  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Topics<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Topics<br/>
235  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>ORM (Object Relational Mapper)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>ORM (Object Relational Mapper)<br/>
236  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Data synchronization<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Data synchronization<br/>
# Line 243  Line 243 
243  <!-- block --><br/>  <!-- block --><br/>
244  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>LookAt PEAR-1.0?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>LookAt PEAR-1.0?<br/>
245  <!-- block --><br/>  <!-- block --><br/>
246  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>PEAR::XML::RPC<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/PEAR::XML::RPC" target="_blank">PEAR::XML::RPC</a></b></font><br/>
247  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>remove custom patches<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>remove custom patches</s><br/>
248  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>re-integrate functionality from these patches at another place<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>re-integrate functionality from these patches at another place</s><br/>
249  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>enhance patches<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>enhance patches<br/>
250  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>
# Line 253  Line 253 
253  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>"could not connect to remote server, failed to open socket"<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>"could not connect to remote server, failed to open socket"<br/>
254  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>"could not send data, but socket is open"<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>"could not send data, but socket is open"<br/>
255  <!-- block --><br/>  <!-- block --><br/>
256  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>LookAt PEAR::Log-1.5.3<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>LookAt <font color="orange"><b><a href="http://search.netfrag.org/PEAR::Log" target="_blank">PEAR::Log</a></b></font>-1.5.3</s><br/>
257  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>does it have log-level-constants defined inside itself? yes!<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>does it have log-level-constants defined inside itself? yes!</s><br/>
258  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>re-integrate patches to have timestamp formatted in a different way<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>re-integrate patches to have timestamp formatted in a different way</s><br/>
259  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>integrate PEAR::Translation with smarty<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>integrate <font color="orange"><b><a href="http://search.netfrag.org/PEAR::Translation" target="_blank">PEAR::Translation</a></b></font> with smarty<br/>
260  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>look at <a href="http://smarty.php.net" target="_blank">http://smarty.php.net</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>look at <a href="http://smarty.php.net" target="_blank">http://smarty.php.net</a><br/>
262  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>refactor flib/Application/i10n/LocaleText.php<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>refactor flib/Application/i10n/LocaleText.php<br/>
263  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>send patch for PEAR/Log/file.php<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>send patch for PEAR/Log/file.php<br/>
264  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>make patch for PEAR/XML/RPC.php<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>make patch for PEAR/XML/RPC.php<br/>
265  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>refactor to PEAR::DB - drivers<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>refactor to <font color="orange"><b><a href="http://search.netfrag.org/PEAR::DB" target="_blank">PEAR::DB</a></b></font> - drivers<br/>
266  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>glib/Data/Driver/Proxy.php<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>glib/Data/Driver/Proxy.php<br/>
267  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>glib/Data/Driver/RPC/Remote.php<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>glib/Data/Driver/RPC/Remote.php<br/>
268  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>the name??? (DB::RPC?, DB::Remote?, DB::Virtual?)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>the name??? (<font color="orange"><b><a href="http://search.netfrag.org/DB::RPC" target="_blank">DB::RPC</a></b></font>?, <font color="orange"><b><a href="http://search.netfrag.org/DB::Remote" target="_blank">DB::Remote</a></b></font>?, <font color="orange"><b><a href="http://search.netfrag.org/DB::Virtual" target="_blank">DB::Virtual</a></b></font>?)<br/>
269  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>PEAR::Auth::Kerberos???<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/PEAR::Auth::Kerberos" target="_blank">PEAR::Auth::Kerberos</a></b></font>???<br/>
270  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>integrate glib/Data/Driver/Proxy with PEAR::Cache<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>integrate glib/Data/Driver/Proxy with <font color="orange"><b><a href="http://search.netfrag.org/PEAR::Cache" target="_blank">PEAR::Cache</a></b></font><br/>
271  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>use DB::RPC for this!<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>use <font color="orange"><b><a href="http://search.netfrag.org/DB::RPC" target="_blank">DB::RPC</a></b></font> for this!<br/>
272  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>integrate Application::Config with PEAR::Config<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>integrate <font color="orange"><b><a href="http://search.netfrag.org/Application::Config" target="_blank">Application::Config</a></b></font> with <font color="orange"><b><a href="http://search.netfrag.org/PEAR::Config" target="_blank">PEAR::Config</a></b></font><br/>
273  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>use PEAR::Tree<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>use <font color="orange"><b><a href="http://search.netfrag.org/PEAR::Tree" target="_blank">PEAR::Tree</a></b></font><br/>
274  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>as base data container for "app::menu", "phpHtmlLib::TreeNav"<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>as base data container for "<font color="orange"><b><a href="http://search.netfrag.org/app::menu" target="_blank">app::menu</a></b></font>", "<font color="orange"><b><a href="http://search.netfrag.org/phpHtmlLib::TreeNav" target="_blank">phpHtmlLib::TreeNav</a></b></font>"<br/>
276  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>integrate Data::Encode with PEAR::I18N - Internationalization???<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>integrate <font color="orange"><b><a href="http://search.netfrag.org/Data::Encode" target="_blank">Data::Encode</a></b></font> with <font color="orange"><b><a href="http://search.netfrag.org/PEAR::I18N" target="_blank">PEAR::I18N</a></b></font> - Internationalization???<br/>
277  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>prepare patches for pear.php.net<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>prepare patches for pear.php.net<br/>
278  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>configurable timestamp format for PEAR::Log::file<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>configurable timestamp format for <font color="orange"><b><a href="http://search.netfrag.org/PEAR::Log::file" target="_blank">PEAR::Log::file</a></b></font><br/>
279  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>no fatal php errors from PEAR::XML::RPC<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>no fatal php errors from <font color="orange"><b><a href="http://search.netfrag.org/PEAR::XML::RPC" target="_blank">PEAR::XML::RPC</a></b></font><br/>
280  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>why not PEAR::Config?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>why not <font color="orange"><b><a href="http://search.netfrag.org/PEAR::Config" target="_blank">PEAR::Config</a></b></font>?</s><br/>
281  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* This class allows for parsing and editing of configuration datasources.<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* This class allows for parsing and editing of configuration datasources.<br/>
282  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* Do not use this class only to read datasources because of the overhead<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* Do not use this class only to read datasources because of the overhead<br/>
283  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* it creates to keep track of the configuration structure.<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* it creates to keep track of the configuration structure.<br/>
# Line 291  Line 291 
291  <font color="red"><b>o&nbsp;</b></font>schema-convertors<br/>  <font color="red"><b>o&nbsp;</b></font>schema-convertors<br/>
292  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>ldap-schema -> rdfs?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>ldap-schema -> rdfs?<br/>
293  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>tangram-schema -> rdfs?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>tangram-schema -> rdfs?<br/>
294  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>DBIx::DBSchema <-> rdfs?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/DBIx::DBSchema" target="_blank">DBIx::DBSchema</a></b></font> <-> rdfs?<br/>
295  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>=> web-based rdfs-browser/-editor???<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>=> web-based rdfs-browser/-editor???<br/>
296  <!-- block --><br/>  <!-- block --><br/>
297  <font color="red"><b>o&nbsp;</b></font>glossary: Abstract Syntax Notation Basic Encoding Rules (ASN.1/BER) records<br/>  <font color="red"><b>o&nbsp;</b></font>glossary: Abstract Syntax Notation Basic Encoding Rules (ASN.1/BER) records<br/>
# Line 337  Line 337 
337  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>transportable via xml<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>transportable via xml<br/>
338  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>storable in xml, rdbms, ldap<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>storable in xml, rdbms, ldap<br/>
339  <!-- block --><br/>  <!-- block --><br/>
340  <font color="red"><b>o&nbsp;</b></font>search::OpenContact<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/OpenContact" target="_blank">OpenContact</a><br/>
341  <!-- block --><br/>  <!-- block --><br/>
342  <font color="red"><b>o&nbsp;</b></font>add copyright information to source-code!!!<br/>  <font color="red"><b>o&nbsp;</b></font>add copyright information to source-code!!!<br/>
343  <!-- block --><br/>  <!-- block --><br/>
# Line 348  Line 348 
348  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>add javascript-link: "search for selected word/phrase" against search.netfrag.org<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>add javascript-link: "search for selected word/phrase" against search.netfrag.org<br/>
349  <!-- block --><br/>  <!-- block --><br/>
350  <font color="red"><b>o&nbsp;</b></font>add new topic: "filter"<br/>  <font color="red"><b>o&nbsp;</b></font>add new topic: "filter"<br/>
351  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Regexp::Group<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Regexp::Group" target="_blank">Regexp::Group</a></b></font><br/>
352  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Data::Filter<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Data::Filter" target="_blank">Data::Filter</a></b></font><br/>
353  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Mail::Audit<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Mail::Audit" target="_blank">Mail::Audit</a></b></font><br/>
354  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Content-Filters<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Content-Filters<br/>
355  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>wiki, tavi, etc.<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>wiki, tavi, etc.<br/>
356  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>QuickNote to HTML (what about the name 'iNote'?)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>QuickNote to HTML (what about the name 'iNote'?)<br/>
357  <!-- block --><br/>  <!-- block --><br/>
358  <font color="red"><b>o&nbsp;</b></font>janosch's PerlFileMover<br/>  <font color="red"><b>o&nbsp;</b></font>janosch's PerlFileMover<br/>
359  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>use unlink together with File::Spec instead of doing a "del" via system<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>use unlink together with <font color="orange"><b><a href="http://search.netfrag.org/File::Spec" target="_blank">File::Spec</a></b></font> instead of doing a "del" via system<br/>
360  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>use File::List (look at File::Iterator also)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>use <font color="orange"><b><a href="http://search.netfrag.org/File::List" target="_blank">File::List</a></b></font> (look at <font color="orange"><b><a href="http://search.netfrag.org/File::Iterator" target="_blank">File::Iterator</a></b></font> also)<br/>
361  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>use some directory watcher module or make one from that?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>use some directory watcher module or make one from that?<br/>
362  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>POE::Component::DirWatch<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/POE::Component::DirWatch" target="_blank">POE::Component::DirWatch</a></b></font><br/>
363  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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/>
364  <!-- block --><br/>  <!-- block --><br/>
365  <font color="red"><b>o&nbsp;</b></font>replace? look at sandr! (Search AND Replace?) (from french university/organization...)<br/>  <font color="red"><b>o&nbsp;</b></font>replace? look at sandr! (Search AND Replace?) (from french university/organization...)<br/>
366  <!-- block --><br/>  <!-- block --><br/>
367  <font color="red"><b>o&nbsp;</b></font>install? look at DLAI! (DownLoad And Install?) (from french university/organization...)<br/>  <font color="red"><b>o&nbsp;</b></font>install? look at DLAI! (DownLoad And Install?) (from french university/organization...)<br/>
368  <!-- block --><br/>  <!-- block --><br/>
369  <font color="red"><b>o&nbsp;</b></font>search::phpDocServ<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/phpDocServ" target="_blank">phpDocServ</a><br/>
370  <!-- block --><br/>  <!-- block --><br/>
371  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/outlook contact sync" target="_blank">outlook contact sync</a><br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/outlook contact sync" target="_blank">outlook contact sync</a><br/>
372  <!-- block --><br/>  <!-- block --><br/>
# Line 382  Line 382 
382  <!-- block --><br/>  <!-- block --><br/>
383  <font color="red"><b>o&nbsp;</b></font>try lxr? (from sf.net)<br/>  <font color="red"><b>o&nbsp;</b></font>try lxr? (from sf.net)<br/>
384  <!-- block --><br/>  <!-- block --><br/>
385  <font color="red"><b>o&nbsp;</b></font>search::lyra<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/lyra" target="_blank">lyra</a><br/>
386  <!-- block --><br/>  <!-- block --><br/>
387  <font color="red"><b>o&nbsp;</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/>  <font color="red"><b>o&nbsp;</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/>
388  <!-- block --><br/>  <!-- block --><br/>
389  <font color="red"><b>o&nbsp;</b></font>search::LDAP Search Error<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/LDAP Search Error" target="_blank">LDAP Search Error</a><br/>
390  <!-- block --><br/>  <!-- block --><br/>
391  <font color="red"><b>o&nbsp;</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/>  <font color="red"><b>o&nbsp;</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/>
392  <!-- block --><br/>  <!-- block --><br/>
# Line 395  Line 395 
395  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>*both* may have contexts (are associated with one or more other arbitrary items)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>*both* may have contexts (are associated with one or more other arbitrary items)<br/>
396  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>these may be StartingPoints when having a number of things cross referenced<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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&nbsp;</b></font>[search::some news posts got purged, sorry]<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/some news posts got purged, sorry" target="_blank">some news posts got purged, sorry</a>]<br/>
399  <!-- block --><br/>  <!-- block --><br/>
400  <font color="red"><b>o&nbsp;</b></font>[search::quepasa moves slow]<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/quepasa moves slow" target="_blank">quepasa moves slow</a>]<br/>
401  <!-- block --><br/>  <!-- block --><br/>
402  <font color="red"><b>o&nbsp;</b></font>mail output from "df" at quepasa.netfrag.org<br/>  <font color="red"><b>o&nbsp;</b></font>mail output from "df" at quepasa.netfrag.org<br/>
403  <!-- block --><br/>  <!-- block --><br/>
404  <font color="red"><b>o&nbsp;</b></font>tell rabit about ps-lxr (lxr-ps?) (the ps filter and link-expander)<br/>  <font color="red"><b>o&nbsp;</b></font>tell rabit about ps-lxr (lxr-ps?) (the ps filter and link-expander)<br/>
405  <!-- block --><br/>  <!-- block --><br/>
406  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/Business::OnlinePayment" target="_blank">Business::OnlinePayment</a><br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/<font color="orange"><b><a href="http://search.netfrag.org/Business::OnlinePayment" target="_blank">Business::OnlinePayment</a></b></font>" target="_blank"><font color="orange"><b><a href="http://search.netfrag.org/Business::OnlinePayment" target="_blank">Business::OnlinePayment</a></b></font></a><br/>
407  <!-- block --><br/>  <!-- block --><br/>
408  <font color="red"><b>o&nbsp;</b></font>enhance CVSSpam's ruby-scanner's keywords (TODO, FIXME, etc.)<br/>  <font color="red"><b>o&nbsp;</b></font>enhance CVSSpam's ruby-scanner's keywords (TODO, FIXME, etc.)<br/>
409  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>REVIEW<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>REVIEW<br/>
# Line 416  Line 416 
416  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>couple the inn-perl-filters with the mentioned InterpolWebService  ;-)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>couple the inn-perl-filters with the mentioned InterpolWebService  ;-)<br/>
417  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>or should we name it "ExtrapolWebService"?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>or should we name it "ExtrapolWebService"?<br/>
418  <!-- block --><br/>  <!-- block --><br/>
419  <font color="red"><b>o&nbsp;</b></font>hehe: search::interpol<br/>  <font color="red"><b>o&nbsp;</b></font>hehe: <a href="http://search.netfrag.org/interpol" target="_blank">interpol</a><br/>
420  <!-- block --><br/>  <!-- block --><br/>
421  <font color="red"><b>o&nbsp;</b></font>search::it's too hard<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/it's too hard" target="_blank">it's too hard</a><br/>
422  <!-- block --><br/>  <!-- block --><br/>
423  <font color="green"><b>x&nbsp;</b></font>what's new in perl 5.8.0?<br/>  <font color="green"><b>x&nbsp;</b></font><s>what's new in perl 5.8.0?</s><br/>
424  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>Unicode<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>Unicode</s><br/>
425  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>Threads<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>Threads</s><br/>
426  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>IO<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>IO</s><br/>
427  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>Signals<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>Signals</s><br/>
428  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>Speed<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>Speed</s><br/>
429  <!-- block --><br/>  <!-- block --><br/>
430  <font color="red"><b>o&nbsp;</b></font>use WWW::Mechanize!!!<br/>  <font color="red"><b>o&nbsp;</b></font>use <font color="orange"><b><a href="http://search.netfrag.org/WWW::Mechanize" target="_blank">WWW::Mechanize</a></b></font>!!!<br/>
431  <!-- block --><br/>  <!-- block --><br/>
432  <font color="red"><b>o&nbsp;</b></font>compare DesignPattern::Bridge with Class::Inner!<br/>  <font color="red"><b>o&nbsp;</b></font>compare <font color="orange"><b><a href="http://search.netfrag.org/DesignPattern::Bridge" target="_blank">DesignPattern::Bridge</a></b></font> with <font color="orange"><b><a href="http://search.netfrag.org/Class::Inner" target="_blank">Class::Inner</a></b></font>!<br/>
433  <!-- block --><br/>  <!-- block --><br/>
434  <font color="red"><b>o&nbsp;</b></font>refactor the DesignPattern::-namespace to the Class::-namespace (perl & php!)!!!<br/>  <font color="red"><b>o&nbsp;</b></font>refactor the DesignPattern::-namespace to the Class::-namespace (perl & php!)!!!<br/>
435  <!-- block --><br/>  <!-- block --><br/>
# Line 440  Line 440 
440  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>.... but: still let the feature to search the whole index ...<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>.... but: still let the feature to search the whole index ...<br/>
441  <!-- block --><br/>  <!-- block --><br/>
442  <font color="red"><b>o&nbsp;</b></font>EasyDoc???<br/>  <font color="red"><b>o&nbsp;</b></font>EasyDoc???<br/>
443  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>occupied: look at htmltmpl.sourceforge.net<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>occupied: look at htmltmpl.sourceforge.net</s><br/>
444  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>it's for python *and* php!!!<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>it's for python *and* php!!!</s><br/>
445  <!-- block --><br/>  <!-- block --><br/>
446  <font color="red"><b>o&nbsp;</b></font>search::OpenAccess it's already occupied - it's odbc driver stuff<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/OpenAccess it's already occupied - it's odbc driver stuff" target="_blank">OpenAccess it's already occupied - it's odbc driver stuff</a><br/>
447  <!-- block --><br/>  <!-- block --><br/>
448  <font color="green"><b>x&nbsp;</b></font>why not rdf right now?<br/>  <font color="green"><b>x&nbsp;</b></font><s>why not rdf right now?</s><br/>
449  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><a href="http://search.netfrag.org/RDF -- the reason given usually being "it's too hard."" target="_blank">RDF -- the reason given usually being "it's too hard."</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><a href="http://search.netfrag.org/RDF -- the reason given usually being "it's too hard."" target="_blank">RDF -- the reason given usually being "it's too hard."</a></s><br/>
450  <!-- block --><br/>  <!-- block --><br/>
451  <font color="red"><b>o&nbsp;</b></font>search::syncml<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/syncml" target="_blank">syncml</a><br/>
452  <!-- block --><br/>  <!-- block --><br/>
453  <font color="green"><b>x&nbsp;</b></font><a href="http://search.netfrag.org/perl inner class" target="_blank">perl inner class</a><br/>  <font color="green"><b>x&nbsp;</b></font><s><a href="http://search.netfrag.org/perl inner class" target="_blank">perl inner class</a></s><br/>
454  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>it works!<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>it works!</s><br/>
455  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>the intended document is found on first place<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>the intended document is found on first place</s><br/>
456  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>this document is also found<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>this document is also found</s><br/>
457  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>just try to strip out the two documents found in between,<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>just try to strip out the two documents found in between,<br/>
458  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;these are the newsportal overview-pages (ThreadView)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;these are the newsportal overview-pages (ThreadView)<br/>
459  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;where the keywords are found inside the pure titles<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;where the keywords are found inside the pure titles<br/>
460  <!-- block --><br/>  <!-- block --><br/>
461  <font color="green"><b>x&nbsp;</b></font>DSMLv2: <br/>  <font color="green"><b>x&nbsp;</b></font><s>DSMLv2: </s><br/>
462  &nbsp;&nbsp;&nbsp;&nbsp;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/>  &nbsp;&nbsp;&nbsp;&nbsp;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/>
463  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DSMLv2 is defined in terms of a set of XML fragments that are used as<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DSMLv2 is defined in terms of a set of XML fragments that are used as<br/>
464  &nbsp;&nbsp;&nbsp;&nbsp;payloads in a binding. A binding defines how the DSMLv2 XML fragments are sent<br/>  &nbsp;&nbsp;&nbsp;&nbsp;payloads in a binding. A binding defines how the DSMLv2 XML fragments are sent<br/>
# Line 468  Line 468 
468  &nbsp;&nbsp;&nbsp;&nbsp;serves as the DSMLv2 analog of LDIF is defined in section 7. The rules for<br/>  &nbsp;&nbsp;&nbsp;&nbsp;serves as the DSMLv2 analog of LDIF is defined in section 7. The rules for<br/>
469  &nbsp;&nbsp;&nbsp;&nbsp;defining other DSMLv2 compliant bindings are found in section 8.<br/>  &nbsp;&nbsp;&nbsp;&nbsp;defining other DSMLv2 compliant bindings are found in section 8.<br/>
470  <!-- block --><br/>  <!-- block --><br/>
471  <font color="red"><b>o&nbsp;</b></font>review|search::mail to news gateway<br/>  <font color="red"><b>o&nbsp;</b></font>review|<a href="http://search.netfrag.org/mail to news gateway" target="_blank">mail to news gateway</a><br/>
472  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>better: (exact (first) hit)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>better: (exact (first) hit)<br/>
473  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>
474  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>search::NewsGateway.xml<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/NewsGateway.xml" target="_blank">NewsGateway.xml</a><br/>
475  <!-- block --><br/>  <!-- block --><br/>
476  <font color="red"><b>o&nbsp;</b></font>refactor hash2sql into some module (Data::Storage::Handler::DBI?, shortcuts.pm?)<br/>  <font color="red"><b>o&nbsp;</b></font>refactor hash2sql into some module (<font color="orange"><b><a href="http://search.netfrag.org/Data::Storage::Handler::DBI" target="_blank">Data::Storage::Handler::DBI</a></b></font>?, shortcuts.pm?)<br/>
477  <!-- block --><br/>  <!-- block --><br/>
478  <font color="red"><b>o&nbsp;</b></font>use Hash::Merge instead of object2hash<br/>  <font color="red"><b>o&nbsp;</b></font>use <font color="orange"><b><a href="http://search.netfrag.org/Hash::Merge" target="_blank">Hash::Merge</a></b></font> instead of object2hash<br/>
479  <!-- block --><br/>  <!-- block --><br/>
480  <font color="red"><b>o&nbsp;</b></font>make a Object::Merge (maybe patch Hash::Merge) to refactor hash2object somehow<br/>  <font color="red"><b>o&nbsp;</b></font>make a <font color="orange"><b><a href="http://search.netfrag.org/Object::Merge" target="_blank">Object::Merge</a></b></font> (maybe patch <font color="orange"><b><a href="http://search.netfrag.org/Hash::Merge" target="_blank">Hash::Merge</a></b></font>) to refactor hash2object somehow<br/>
481  <!-- block --><br/>  <!-- block --><br/>
482  <font color="red"><b>o&nbsp;</b></font>use Class::Inner!!!<br/>  <font color="red"><b>o&nbsp;</b></font>use <font color="orange"><b><a href="http://search.netfrag.org/Class::Inner" target="_blank">Class::Inner</a></b></font>!!!<br/>
483  <!-- block --><br/>  <!-- block --><br/>
484  <font color="red"><b>o&nbsp;</b></font>example faq: Was ist ein search::Buffer-Overrun?<br/>  <font color="red"><b>o&nbsp;</b></font>example faq: Was ist ein <a href="http://search.netfrag.org/Buffer-Overrun" target="_blank">Buffer-Overrun</a>?<br/>
485  <!-- block --><br/>  <!-- block --><br/>
486  <font color="red"><b>o&nbsp;</b></font>enhance statistics for Data::Transfer::Sync<br/>  <font color="red"><b>o&nbsp;</b></font>enhance statistics for <font color="orange"><b><a href="http://search.netfrag.org/Data::Transfer::Sync" target="_blank">Data::Transfer::Sync</a></b></font><br/>
487  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>timing<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>timing<br/>
488  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>inote.com?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>inote.com?<br/>
489  <!-- block --><br/>  <!-- block --><br/>
490  <font color="red"><b>o&nbsp;</b></font>search::quickstart<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/quickstart" target="_blank">quickstart</a><br/>
491  <!-- block --><br/>  <!-- block --><br/>
492  <font color="red"><b>o&nbsp;</b></font>search::Devel-Metadata<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/Devel-Metadata" target="_blank">Devel-Metadata</a><br/>
493  <!-- block --><br/>  <!-- block --><br/>
494  <font color="red"><b>o&nbsp;</b></font>is there a better alternative for Data::Compare::Struct on CPAN?<br/>  <font color="red"><b>o&nbsp;</b></font>is there a better alternative for <font color="orange"><b><a href="http://search.netfrag.org/Data::Compare::Struct" target="_blank">Data::Compare::Struct</a></b></font> on CPAN?<br/>
495  <!-- block --><br/>  <!-- block --><br/>
496  <font color="red"><b>o&nbsp;</b></font>refactor:<br/>  <font color="red"><b>o&nbsp;</b></font>refactor:<br/>
497  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>DesignPattern::Object to Class::Base (perl & php)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/DesignPattern::Object" target="_blank">DesignPattern::Object</a></b></font> to <font color="orange"><b><a href="http://search.netfrag.org/Class::Base" target="_blank">Class::Base</a></b></font> (perl & php)<br/>
498  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>DesignPattern::Bridge to Class::Bridge (perl)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/DesignPattern::Bridge" target="_blank">DesignPattern::Bridge</a></b></font> to <font color="orange"><b><a href="http://search.netfrag.org/Class::Bridge" target="_blank">Class::Bridge</a></b></font> (perl)<br/>
499  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>DesignPattern::Bridge to Class::Inner (php)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/DesignPattern::Bridge" target="_blank">DesignPattern::Bridge</a></b></font> to <font color="orange"><b><a href="http://search.netfrag.org/Class::Inner" target="_blank">Class::Inner</a></b></font> (php)<br/>
500  <!-- block --><br/>  <!-- block --><br/>
501  <font color="red"><b>o&nbsp;</b></font>make mnogosearch quiet / write output to logfile<br/>  <font color="red"><b>o&nbsp;</b></font>make mnogosearch quiet / write output to logfile<br/>
502  <!-- block --><br/>  <!-- block --><br/>
503  <font color="red"><b>o&nbsp;</b></font>use PEAR::Tree!<br/>  <font color="red"><b>o&nbsp;</b></font>use <font color="orange"><b><a href="http://search.netfrag.org/PEAR::Tree" target="_blank">PEAR::Tree</a></b></font>!<br/>
504  <!-- block --><br/>  <!-- block --><br/>
505  <font color="red"><b>o&nbsp;</b></font>backup of quepasa.netfrag.org on meister.ultrajan.de<br/>  <font color="red"><b>o&nbsp;</b></font>backup of quepasa.netfrag.org on meister.ultrajan.de<br/>
506  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>cd /home/joko<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>cd /home/joko<br/>
# Line 512  Line 512 
512  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// --------------------   clone this & modify  ----------<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// --------------------   clone this & modify  ----------<br/>
513  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$rpcinfo = $this->rpcinfo;<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$rpcinfo = $this->rpcinfo;<br/>
514  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$cache_key = session_id() . "-" . "ObjectTypeList";<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$cache_key = session_id() . "-" . "ObjectTypeList";<br/>
515  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>$objectTypeList = mkObject('Data::Driver::Proxy', $cache_key, array( key => 1, command => 'getObjectList', remote => 1, rpcinfo => $rpcinfo, cache => array( db => 0, session => 1 ) ) );</b><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>$objectTypeList = mkObject('<font color="orange"><b><a href="http://search.netfrag.org/Data::Driver::Proxy" target="_blank">Data::Driver::Proxy</a></b></font>', $cache_key, array( key => 1, command => 'getObjectList', remote => 1, rpcinfo => $rpcinfo, cache => array( db => 0, session => 1 ) ) );</b><br/>
516  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result = $objectTypeList->getAttributes();<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result = $objectTypeList->getAttributes();<br/>
517  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return $result;<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return $result;<br/>
518  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// --------------------   clone this & modify  ----------<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// --------------------   clone this & modify  ----------<br/>
# Line 520  Line 520 
520  <!-- block --><br/>  <!-- block --><br/>
521  <font color="red"><b>o&nbsp;</b></font>check out xoops: www.xoops.org<br/>  <font color="red"><b>o&nbsp;</b></font>check out xoops: www.xoops.org<br/>
522  <!-- block --><br/>  <!-- block --><br/>
523  <font color="red"><b>o&nbsp;</b></font>search::Manuel Lemos<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/Manuel Lemos" target="_blank">Manuel Lemos</a><br/>
524  <!-- block --><br/>  <!-- block --><br/>
525  <font color="red"><b>o&nbsp;</b></font>use XOOPS (uses smarty) and PRAX (instead / together with RPC::XML?)<br/>  <font color="red"><b>o&nbsp;</b></font>use XOOPS (uses smarty) and PRAX (instead / together with <font color="orange"><b><a href="http://search.netfrag.org/RPC::XML" target="_blank">RPC::XML</a></b></font>?)<br/>
526  <!-- block --><br/>  <!-- block --><br/>
527  <font color="red"><b>o&nbsp;</b></font>collaborative Dynabooks, Constructionism, Intertwingulation<br/>  <font color="red"><b>o&nbsp;</b></font>collaborative Dynabooks, Constructionism, Intertwingulation<br/>
528  <!-- block --><br/>  <!-- block --><br/>
529  <font color="red"><b>o&nbsp;</b></font>search::RBAC<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/RBAC" target="_blank">RBAC</a><br/>
530  <!-- block --><br/>  <!-- block --><br/>
531  <font color="red"><b>o&nbsp;</b></font>check out <br/>  <font color="red"><b>o&nbsp;</b></font>check out <br/>
532  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>squeakland.org<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>squeakland.org<br/>
# Line 540  Line 540 
540  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>ant<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>ant<br/>
541  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>wsif<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>wsif<br/>
542  <!-- block --><br/>  <!-- block --><br/>
543  <font color="red"><b>o&nbsp;</b></font>search::Beaming Files - OpenOBEX<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/Beaming Files - OpenOBEX" target="_blank">Beaming Files - OpenOBEX</a><br/>
544  <!-- block --><br/>  <!-- block --><br/>
545  <font color="red"><b>o&nbsp;</b></font>winscp!<br/>  <font color="red"><b>o&nbsp;</b></font>winscp!<br/>
546  <!-- block --><br/>  <!-- block --><br/>
# Line 557  Line 557 
557  <!-- block --><br/>  <!-- block --><br/>
558  <font color="red"><b>o&nbsp;</b></font>ISO 13250<br/>  <font color="red"><b>o&nbsp;</b></font>ISO 13250<br/>
559  <!-- block --><br/>  <!-- block --><br/>
560  <font color="red"><b>o&nbsp;</b></font>XML::RPC --> XMLRPC::Lite???<br/>  <font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/XML::RPC" target="_blank">XML::RPC</a></b></font> --> <font color="orange"><b><a href="http://search.netfrag.org/XMLRPC::Lite" target="_blank">XMLRPC::Lite</a></b></font>???<br/>
561  <!-- block --><br/>  <!-- block --><br/>
562  <font color="red"><b>o&nbsp;</b></font>in search for a native perl make solution:<br/>  <font color="red"><b>o&nbsp;</b></font>in search for a native perl make solution:<br/>
563  &nbsp;&nbsp;&nbsp;&nbsp;- gnu make: <a href="http://www.gnu.org/software/make/" target="_blank">http://www.gnu.org/software/make/</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>gnu make: <a href="http://www.gnu.org/software/make/" target="_blank">http://www.gnu.org/software/make/</a><br/>
564  &nbsp;&nbsp;&nbsp;&nbsp;- java ant: <a href="http://ant.apache.org/" target="_blank">http://ant.apache.org/</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>java ant: <a href="http://ant.apache.org/" target="_blank">http://ant.apache.org/</a><br/>
565  &nbsp;&nbsp;&nbsp;&nbsp;- 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/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>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/>
566  &nbsp;&nbsp;&nbsp;&nbsp;- 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/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>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/>
567  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pmake - a perl 'make' replacement<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pmake - a perl 'make' replacement<br/>
568  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;based on:<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;based on:<br/>
569  &nbsp;&nbsp;&nbsp;&nbsp;- 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/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>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/>
570  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Make - module for processing makefiles  <br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Make - module for processing makefiles  <br/>
571  &nbsp;&nbsp;&nbsp;&nbsp;- Phing: <a href="http://webstract.org/" target="_blank">http://webstract.org/</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>Phing: <a href="http://webstract.org/" target="_blank">http://webstract.org/</a><br/>
572  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Phing is a build system, similar to Gnu make, and Apache ant, <br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Phing is a build system, similar to Gnu make, and Apache ant, <br/>
573  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;though it's concept is closer to ant than it is to gnumake. <br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;though it's concept is closer to ant than it is to gnumake. <br/>
574  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;In fact, Phing was written with ant's design in mind to create a build system. <br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;In fact, Phing was written with ant's design in mind to create a build system. <br/>
575  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Phing stands for "PHphmake Is Not Gnumake".<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Phing stands for "PHphmake Is Not Gnumake".<br/>
576  &nbsp;&nbsp;&nbsp;&nbsp;- nant: <a href="http://nant.sourceforge.net/" target="_blank">http://nant.sourceforge.net/</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>nant: <a href="http://nant.sourceforge.net/" target="_blank">http://nant.sourceforge.net/</a><br/>
577  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. <br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. <br/>
578  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;In practice it's a lot like Ant. NAnt has been tested with the .Net Release.<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;In practice it's a lot like Ant. NAnt has been tested with the .Net Release.<br/>
579  &nbsp;&nbsp;&nbsp;&nbsp;- cons - A Make replacement<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>cons - A Make replacement<br/>
580  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.dsmit.com/cons/" target="_blank">http://www.dsmit.com/cons/</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.dsmit.com/cons/" target="_blank">http://www.dsmit.com/cons/</a><br/>
581  &nbsp;&nbsp;&nbsp;&nbsp;- SCons: <a href="http://www.scons.org/" target="_blank">http://www.scons.org/</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>SCons: <a href="http://www.scons.org/" target="_blank">http://www.scons.org/</a><br/>
582  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;a Software Construction tool <br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;a Software Construction tool <br/>
583  &nbsp;&nbsp;&nbsp;&nbsp;- a-a-p: <a href="http://www.a-a-p.org/" target="_blank">http://www.a-a-p.org/</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>a-a-p: <a href="http://www.a-a-p.org/" target="_blank">http://www.a-a-p.org/</a><br/>
584  &nbsp;&nbsp;&nbsp;&nbsp;- Data::Flow - Perl extension for simple-minded recipe-controlled build of data<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Data::Flow" target="_blank">Data::Flow</a></b></font> - Perl extension for simple-minded recipe-controlled build of data<br/>
585  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://search.cpan.org/dist/Data-Flow/Flow.pm" target="_blank">http://search.cpan.org/dist/Data-Flow/Flow.pm</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://search.cpan.org/dist/Data-Flow/Flow.pm" target="_blank">http://search.cpan.org/dist/Data-Flow/Flow.pm</a><br/>
586  &nbsp;&nbsp;&nbsp;&nbsp;- OpenOffice.org - Build tool<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>OpenOffice.org - Build tool<br/>
587  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>CPAN:<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>CPAN:<br/>
588  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>JHI<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>JHI<br/>
589  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Text::Starfish<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Text::Starfish" target="_blank">Text::Starfish</a></b></font><br/>
590  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Meta-0.08 > java_run.pl <br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Meta-0.08 > java_run.pl <br/>
591  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Jvm<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Jvm<br/>
592  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Java<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Java<br/>
593  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Inline::Java<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Inline::Java" target="_blank">Inline::Java</a></b></font><br/>
594  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>PBJ::JNI<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/PBJ::JNI" target="_blank">PBJ::JNI</a></b></font><br/>
595  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>PDL::IO::HDF5 <br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/PDL::IO::HDF5" target="_blank">PDL::IO::HDF5</a></b></font> <br/>
596  <!-- block --><br/>  <!-- block --><br/>
597  <font color="red"><b>o&nbsp;</b></font>look at mini-xml (php and perl!)<br/>  <font color="red"><b>o&nbsp;</b></font>look at mini-xml (php and perl!)<br/>
598  <!-- block --><br/>  <!-- block --><br/>
599  <font color="red"><b>o&nbsp;</b></font>search::perl- and php- development<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/perl- and php- development" target="_blank">perl- and php- development</a><br/>
600  <!-- block --><br/>  <!-- block --><br/>
601  <font color="red"><b>o&nbsp;</b></font>bonobo<br/>  <font color="red"><b>o&nbsp;</b></font>bonobo<br/>
602  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>1.<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>1.<br/>
603  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;perl -MCPAN -eshell<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;perl -MCPAN -eshell<br/>
604  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;install Bonobo<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;install Bonobo<br/>
605  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gtk::Perl didn't work<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="orange"><b><a href="http://search.netfrag.org/Gtk::Perl" target="_blank">Gtk::Perl</a></b></font> didn't work<br/>
606  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cd /root/.cpan/build/Gtk-Perl-0.7008<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cd /root/.cpan/build/Gtk-Perl-0.7008<br/>
607  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;perl Makefile.PL --with-gtk-force --without-guessing<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;perl Makefile.PL --with-gtk-force --without-guessing<br/>
608  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;install XML::Writer<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;install <font color="orange"><b><a href="http://search.netfrag.org/XML::Writer" target="_blank">XML::Writer</a></b></font><br/>
609  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(install GNOME::GNORBA)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(install <font color="orange"><b><a href="http://search.netfrag.org/GNOME::GNORBA" target="_blank">GNOME::GNORBA</a></b></font>)<br/>
610  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>2.<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>2.<br/>
611  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;perl2html<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;perl2html<br/>
612  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CPAN: GDA GNU Data Access (GDA) Perl Module Library (libgda)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CPAN: GDA GNU Data Access (GDA) Perl Module Library (libgda)<br/>
# Line 618  Line 618 
618  <font color="red"><b>o&nbsp;</b></font>rap: Request and Process<br/>  <font color="red"><b>o&nbsp;</b></font>rap: Request and Process<br/>
619  &nbsp;&nbsp;&nbsp;&nbsp;or: Ant for Perl<br/>  &nbsp;&nbsp;&nbsp;&nbsp;or: Ant for Perl<br/>
620  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>use:<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>use:<br/>
621  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Data::Flow<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Data::Flow" target="_blank">Data::Flow</a></b></font><br/>
622  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>
623  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>HDF?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>HDF?<br/>
624  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>XML::Simple<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/XML::Simple" target="_blank">XML::Simple</a></b></font><br/>
625  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>
626  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>POE::Component::JobQueue<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/POE::Component::JobQueue" target="_blank">POE::Component::JobQueue</a></b></font><br/>
627  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Schedule<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Schedule<br/>
628  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Term::ShellKit<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Term::ShellKit" target="_blank">Term::ShellKit</a></b></font><br/>
629  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>IPC::Run<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/IPC::Run" target="_blank">IPC::Run</a></b></font><br/>
630  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>XML Procedure Call (XPC)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>XML Procedure Call (XPC)<br/>
631  <!-- block --><br/>  <!-- block --><br/>
632  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>alternative to XML::Simple?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>alternative to <font color="orange"><b><a href="http://search.netfrag.org/XML::Simple" target="_blank">XML::Simple</a></b></font>?<br/>
633  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>XML::Twig<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/XML::Twig" target="_blank">XML::Twig</a></b></font><br/>
634  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Scalar::Util<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Scalar::Util" target="_blank">Scalar::Util</a></b></font><br/>
635  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>WeakRef<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>WeakRef<br/>
636  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>XML::UM<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/XML::UM" target="_blank">XML::UM</a></b></font><br/>
637  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>XML::TreeBuilder<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/XML::TreeBuilder" target="_blank">XML::TreeBuilder</a></b></font><br/>
638  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>XML::STX<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/XML::STX" target="_blank">XML::STX</a></b></font><br/>
639  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>XML::SAX<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/XML::SAX" target="_blank">XML::SAX</a></b></font><br/>
640  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>XML::Parser(Style=Tree)!<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><font color="orange"><b><a href="http://search.netfrag.org/XML::Parser" target="_blank">XML::Parser</a></b></font>(Style=Tree)!</s><br/>
641  <!-- block --><br/>  <!-- block --><br/>
642  <font color="red"><b>o&nbsp;</b></font>ojb<br/>  <font color="red"><b>o&nbsp;</b></font>ojb<br/>
643  &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://db.apache.org/ojb/" target="_blank">http://db.apache.org/ojb/</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://db.apache.org/ojb/" target="_blank">http://db.apache.org/ojb/</a><br/>
644  &nbsp;&nbsp;&nbsp;&nbsp;ObJectRelationalBridge (OJB) is an Object/Relational mapping tool <br/>  &nbsp;&nbsp;&nbsp;&nbsp;ObJectRelationalBridge (OJB) is an Object/Relational mapping tool <br/>
645  &nbsp;&nbsp;&nbsp;&nbsp;that allows transparent persistence for Java Objects against relational databases.<br/>  &nbsp;&nbsp;&nbsp;&nbsp;that allows transparent persistence for Java Objects against relational databases.<br/>
646  <!-- block --><br/>  <!-- block --><br/>
647  <font color="green"><b>x&nbsp;</b></font>some new perl modules (important for the framework)<br/>  <font color="green"><b>x&nbsp;</b></font><s>some new perl modules (important for the framework)</s><br/>
648  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>Data::Code::Module<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><font color="orange"><b><a href="http://search.netfrag.org/Data::Code::Module" target="_blank">Data::Code::Module</a></b></font></s><br/>
649  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>Data::Code::Ref<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><font color="orange"><b><a href="http://search.netfrag.org/Data::Code::Ref" target="_blank">Data::Code::Ref</a></b></font></s><br/>
650  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>Data::Code::Scalar<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><font color="orange"><b><a href="http://search.netfrag.org/Data::Code::Scalar" target="_blank">Data::Code::Scalar</a></b></font></s><br/>
651  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>Data::Code::Symbol<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><font color="orange"><b><a href="http://search.netfrag.org/Data::Code::Symbol" target="_blank">Data::Code::Symbol</a></b></font></s><br/>
652  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>Data::Rap<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><font color="orange"><b><a href="http://search.netfrag.org/Data::Rap" target="_blank">Data::Rap</a></b></font></s><br/>
653  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>Log::Dispatch::Config::Object  <br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><font color="orange"><b><a href="http://search.netfrag.org/Log::Dispatch::Config::Object" target="_blank">Log::Dispatch::Config::Object</a></b></font>  </s><br/>
654  <!-- block --><br/>  <!-- block --><br/>
655  <font color="green"><b>x&nbsp;</b></font>netfrag.org - new shortcuts<br/>  <font color="green"><b>x&nbsp;</b></font><s>netfrag.org - new shortcuts</s><br/>
656  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>prepare:<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>prepare:</s><br/>
657  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export PATH=$PATH:/home/max/dev/netfrag.org/nfo/perl/scripts/shortcuts<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;export PATH=$PATH:/home/max/dev/netfrag.org/nfo/perl/scripts/shortcuts<br/>
658  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>run-there:<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>run-there:</s><br/>
659  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;run-there.pl ~/dev/netfrag.org/nfo/perl "cvs -q update -d"<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;run-there.pl ~/dev/netfrag.org/nfo/perl "cvs -q update -d"<br/>
660  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>rap:<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>rap:</s><br/>
661  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rap.pl <target><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rap.pl <target><br/>
662  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>rap.pl hello world<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>rap.pl hello world</s><br/>
663  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>rap.pl hello config<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>rap.pl hello config</s><br/>
664  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>rap.pl hello db<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>rap.pl hello db</s><br/>
665  <!-- block --><br/>  <!-- block --><br/>
666  <font color="red"><b>o&nbsp;</b></font>Data::Transfer::Sync: wording: descent <-> descendant???<br/>  <font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/Data::Transfer::Sync" target="_blank">Data::Transfer::Sync</a></b></font>: wording: descent <-> descendant???<br/>
667  <!-- block --><br/>  <!-- block --><br/>
668  <font color="red"><b>o&nbsp;</b></font>Perl:<br/>  <font color="red"><b>o&nbsp;</b></font>Perl:<br/>
669  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>we have:<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>we have:<br/>
# Line 673  Line 673 
673  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.... or some other custom defined ones?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.... or some other custom defined ones?<br/>
674  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;... or (at least) an alternative to them!!!<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;... or (at least) an alternative to them!!!<br/>
675  <!-- block --><br/>  <!-- block --><br/>
676  <font color="green"><b>x&nbsp;</b></font>OEF    <br/>  <font color="green"><b>x&nbsp;</b></font><s>OEF    </s><br/>
677  &nbsp;&nbsp;&nbsp;&nbsp;# FIXME: this should be encapsulated by a rpc-service<br/>  &nbsp;&nbsp;&nbsp;&nbsp;# FIXME: this should be encapsulated by a rpc-service<br/>
678  &nbsp;&nbsp;&nbsp;&nbsp;# -> see API/Admin<br/>  &nbsp;&nbsp;&nbsp;&nbsp;# -> see API/Admin<br/>
679  &nbsp;&nbsp;&nbsp;&nbsp;# establishing this here is just a step to that<br/>  &nbsp;&nbsp;&nbsp;&nbsp;# establishing this here is just a step to that<br/>
680  &nbsp;&nbsp;&nbsp;&nbsp;# btw: it should also be possible to trigger advanced<br/>  &nbsp;&nbsp;&nbsp;&nbsp;# btw: it should also be possible to trigger advanced<br/>
681  &nbsp;&nbsp;&nbsp;&nbsp;# jobs from a flat script *without* any rpc stuff.<br/>  &nbsp;&nbsp;&nbsp;&nbsp;# jobs from a flat script *without* any rpc stuff.<br/>
682  <!-- block --><br/>  <!-- block --><br/>
683  <font color="green"><b>x&nbsp;</b></font>branding: <br/>  <font color="green"><b>x&nbsp;</b></font><s>branding: </s><br/>
684  &nbsp;&nbsp;&nbsp;&nbsp;- wetter.msn.de<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>wetter.msn.de<br/>
685  &nbsp;&nbsp;&nbsp;&nbsp;- vwwetter.msn.de<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>vwwetter.msn.de<br/>
686  &nbsp;&nbsp;&nbsp;&nbsp;- wetter.msn.ch<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>wetter.msn.ch<br/>
687  &nbsp;&nbsp;&nbsp;&nbsp;- wetter.msn.at<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>wetter.msn.at<br/>
688  <!-- block --><br/>  <!-- block --><br/>
689  <font color="green"><b>x&nbsp;</b></font>renamed core methods<br/>  <font color="green"><b>x&nbsp;</b></font><s>renamed core methods</s><br/>
690  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>object2hash -> expand<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>object2hash -> expand</s><br/>
691  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>hash2object -> merge_to<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>hash2object -> merge_to</s><br/>
692  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>var2utf8 -> latin_to_utf8<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>var2utf8 -> latin_to_utf8</s><br/>
693  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>var_utf2iso -> utf8_to_latin<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>var_utf2iso -> utf8_to_latin</s><br/>
694  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>trim -> ??? (properly wrapped - hopefully....)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>trim -> ??? (properly wrapped - hopefully....)</s><br/>
695  <!-- block --><br/>  <!-- block --><br/>
696  <font color="red"><b>o&nbsp;</b></font>break intertwingulation<br/>  <font color="red"><b>o&nbsp;</b></font>break intertwingulation<br/>
697  <!-- block --><br/>  <!-- block --><br/>
698  <font color="red"><b>o&nbsp;</b></font>determine how far away a bit of information is...<br/>  <font color="red"><b>o&nbsp;</b></font>determine how far away a bit of information is...<br/>
699  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;just count the links needed to be visited for that purpose!   ;-)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;just count the links needed to be visited for that purpose!   ;-)<br/>
700  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>two examples:<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>two examples:</s><br/>
701  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>XLink - what was that about? (3x)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>XLink - what was that about? (3x)</s><br/>
702  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><a href="http://netfrag.org/search/?q=xlink" target="_blank">http://netfrag.org/search/?q=xlink</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><a href="http://netfrag.org/search/?q=xlink" target="_blank">http://netfrag.org/search/?q=xlink</a></s><br/>
703  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><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></s><br/>
704  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><a href="http://www.w3.org/TR/xlink/" target="_blank">http://www.w3.org/TR/xlink/</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><a href="http://www.w3.org/TR/xlink/" target="_blank">http://www.w3.org/TR/xlink/</a></s><br/>
705  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>making '<img ...' - tags with phpHtmlLib - how did that work exactly? (3x)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>making '<img ...' - tags with phpHtmlLib - how did that work exactly? (3x)</s><br/>
706  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><a href="http://phphtmllib.newsblob.com/" target="_blank">http://phphtmllib.newsblob.com/</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><a href="http://phphtmllib.newsblob.com/" target="_blank">http://phphtmllib.newsblob.com/</a></s><br/>
707  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><a href="http://phphtmllib.newsblob.com/javadoc.php" target="_blank">http://phphtmllib.newsblob.com/javadoc.php</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><a href="http://phphtmllib.newsblob.com/javadoc.php" target="_blank">http://phphtmllib.newsblob.com/javadoc.php</a></s><br/>
708  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><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</s><br/>
709  <!-- block --><br/>  <!-- block --><br/>
710  <font color="red"><b>o&nbsp;</b></font>write "Thank You!" to authors of phpHtmlLib! (phphtmllib.newsblob.com)<br/>  <font color="red"><b>o&nbsp;</b></font>write "Thank You!" to authors of phpHtmlLib! (phphtmllib.newsblob.com)<br/>
711  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>compare lib with different comparable others (binarycloud, xoom, etc.)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>compare lib with different comparable others (binarycloud, xoom, etc.)<br/>
712  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>ask jonen!<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>ask jonen!<br/>
713  <!-- block --><br/>  <!-- block --><br/>
714  <font color="red"><b>o&nbsp;</b></font>search::txt2regex<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/txt2regex" target="_blank">txt2regex</a><br/>
715  <!-- block --><br/>  <!-- block --><br/>
716  <font color="red"><b>o&nbsp;</b></font><a href="http://www.osdn.com/osdnsearch.pl?query=sync" target="_blank">http://www.osdn.com/osdnsearch.pl?query=sync</a><br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://www.osdn.com/osdnsearch.pl?query=sync" target="_blank">http://www.osdn.com/osdnsearch.pl?query=sync</a><br/>
717  <!-- block --><br/>  <!-- block --><br/>
# Line 719  Line 719 
719  <!-- block --><br/>  <!-- block --><br/>
720  <font color="red"><b>o&nbsp;</b></font>synchronize bookmarks between differenty clients and arbitrary types of clients<br/>  <font color="red"><b>o&nbsp;</b></font>synchronize bookmarks between differenty clients and arbitrary types of clients<br/>
721  <!-- block --><br/>  <!-- block --><br/>
722  <font color="red"><b>o&nbsp;</b></font>search::miray<br/>  <font color="red"><b>o&nbsp;</b></font><a href="http://search.netfrag.org/miray" target="_blank">miray</a><br/>
723  <!-- block --><br/>  <!-- block --><br/>
724  <font color="red"><b>o&nbsp;</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/>  <font color="red"><b>o&nbsp;</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/>
725  <!-- block --><br/>  <!-- block --><br/>
# Line 732  Line 732 
732  <!-- block --><br/>  <!-- block --><br/>
733  <font color="red"><b>o&nbsp;</b></font>hdup 1.6<br/>  <font color="red"><b>o&nbsp;</b></font>hdup 1.6<br/>
734  <!-- block --><br/>  <!-- block --><br/>
735  <font color="green"><b>x&nbsp;</b></font>tune the search-page<br/>  <font color="green"><b>x&nbsp;</b></font><s>tune the search-page</s><br/>
736  <!-- block --><br/>  <!-- block --><br/>
737  <font color="green"><b>x&nbsp;</b></font>establish<br/>  <font color="green"><b>x&nbsp;</b></font><s>establish</s><br/>
738  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>search                  IN      CNAME   quepasa<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>search                  IN      CNAME   quepasa</s><br/>
739  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>sync-meta               IN      CNAME   quepasa<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>sync-meta               IN      CNAME   quepasa<br/>
740  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>docs                    IN      CNAME   quepasa<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>docs                    IN      CNAME   quepasa<br/>
741  <!-- block --><br/>  <!-- block --><br/>
742  <font color="red"><b>o&nbsp;</b></font>refactor joko/doc/topics.html<br/>  <font color="red"><b>o&nbsp;</b></font>refactor joko/doc/topics.html<br/>
743  <!-- block --><br/>  <!-- block --><br/>
744  <font color="red"><b>o&nbsp;</b></font>for ViewCVS<br/>  <font color="red"><b>o&nbsp;</b></font>for ViewCVS<br/>
745  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- link (beside "Download tarball"): "JumpToDocumentation" (Manual, additional Resources, etc.)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>link (beside "Download tarball"): "JumpToDocumentation" (Manual, additional Resources, etc.)<br/>
746  <!-- block --><br/>  <!-- block --><br/>
747  <font color="red"><b>o&nbsp;</b></font>for phpDocumentIndex<br/>  <font color="red"><b>o&nbsp;</b></font>for phpDocumentIndex<br/>
748  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- link "Download tarball" (like ViewCVS)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>-&nbsp;</b></font>link "Download tarball" (like ViewCVS)<br/>
749  <!-- block --><br/>  <!-- block --><br/>
750  <font color="green"><b>x&nbsp;</b></font>nfoweb:<br/>  <font color="green"><b>x&nbsp;</b></font><s>nfoweb:</s><br/>
751  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;link natraj to optix<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;link natraj to optix<br/>
752  <!-- block --><br/>  <!-- block --><br/>
753  <font color="green"><b>x&nbsp;</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/>  <font color="green"><b>x&nbsp;</b></font><s>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></s><br/>
754  <!-- block --><br/>  <!-- block --><br/>
755  <font color="red"><b>o&nbsp;</b></font>re-enable automation of:<br/>  <font color="red"><b>o&nbsp;</b></font>re-enable automation of:<br/>
756  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>indexer (mnoGoSearch)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>indexer (mnoGoSearch)<br/>
# Line 764  Line 764 
764  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>
765  <!-- block --><br/>  <!-- block --><br/>
766  <font color="red"><b>o&nbsp;</b></font>Html widgets - final solution!? (q: php|perl?) (a: keep it multifold!)<br/>  <font color="red"><b>o&nbsp;</b></font>Html widgets - final solution!? (q: php|perl?) (a: keep it multifold!)<br/>
767  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>phpHtmlLib (for now)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>phpHtmlLib (for now)</s><br/>
768  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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/>
769  <!-- block --><br/>  <!-- block --><br/>
770  <font color="green"><b>x&nbsp;</b></font>perl -MCPAN -eshell  --  install Apache::FileManager<br/>  <font color="green"><b>x&nbsp;</b></font><s>perl -MCPAN -eshell  --  install <font color="orange"><b><a href="http://search.netfrag.org/Apache::FileManager" target="_blank">Apache::FileManager</a></b></font></s><br/>
771  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>perl -MCPAN -e "install Apache::FileManager"<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>perl -MCPAN -e "install <font color="orange"><b><a href="http://search.netfrag.org/Apache::FileManager" target="_blank">Apache::FileManager</a></b></font>"</s><br/>
772  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apache::FileManager<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="orange"><b><a href="http://search.netfrag.org/Apache::FileManager" target="_blank">Apache::FileManager</a></b></font><br/>
773  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;File::Remove<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="orange"><b><a href="http://search.netfrag.org/File::Remove" target="_blank">File::Remove</a></b></font><br/>
774  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;File::NCopy<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="orange"><b><a href="http://search.netfrag.org/File::NCopy" target="_blank">File::NCopy</a></b></font><br/>
775  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CGI::Cookie<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="orange"><b><a href="http://search.netfrag.org/CGI::Cookie" target="_blank">CGI::Cookie</a></b></font><br/>
776  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Archive::Any<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="orange"><b><a href="http://search.netfrag.org/Archive::Any" target="_blank">Archive::Any</a></b></font><br/>
777  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apache::Request<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="orange"><b><a href="http://search.netfrag.org/Apache::Request" target="_blank">Apache::Request</a></b></font><br/>
778  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Archive::Any<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="orange"><b><a href="http://search.netfrag.org/Archive::Any" target="_blank">Archive::Any</a></b></font><br/>
779  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class::Virtually::Abstract<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="orange"><b><a href="http://search.netfrag.org/Class::Virtually::Abstract" target="_blank">Class::Virtually::Abstract</a></b></font><br/>
780  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class::Data::Inheritable<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="orange"><b><a href="http://search.netfrag.org/Class::Data::Inheritable" target="_blank">Class::Data::Inheritable</a></b></font><br/>
781  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Carp::Assert<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="orange"><b><a href="http://search.netfrag.org/Carp::Assert" target="_blank">Carp::Assert</a></b></font><br/>
782  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Class::ISA<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="orange"><b><a href="http://search.netfrag.org/Class::ISA" target="_blank">Class::ISA</a></b></font><br/>
783  <!-- block --><br/>  <!-- block --><br/>
784  <font color="red"><b>o&nbsp;</b></font>OO, XML, Directories, Schemas, User Interfaces<br/>  <font color="red"><b>o&nbsp;</b></font>OO, XML, Directories, Schemas, User Interfaces<br/>
785  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Schema for Object-Oriented XML<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>Schema for Object-Oriented XML<br/>
# Line 804  Line 804 
804  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>FeelIt (some braille driver)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>FeelIt (some braille driver)<br/>
805  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>??? integration to ie|moz ???<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>??? integration to ie|moz ???<br/>
806  <!-- block --><br/>  <!-- block --><br/>
807  <font color="green"><b>x&nbsp;</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/>  <font color="green"><b>x&nbsp;</b></font><s>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></s><br/>
808  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/41./" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/41./</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/41./" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/41./</a></s><br/>
809  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/35./" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/35./</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/35./" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/35./</a></s><br/>
810  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/28./" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/28./</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/28./" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/28./</a></s><br/>
811  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/av.." target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/av..</a> Murphy's Gesetz/<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/av.." target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/av..</a> Murphy's Gesetz/</s><br/>
812  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/w.." target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/w..</a> Clarke's Gesetz der revolutionären Ideen/<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/w.." target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/w..</a> Clarke's Gesetz der revolutionären Ideen/</s><br/>
813  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/11.|12./" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/11.|12./</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>follow::<a href="http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/11.|12./" target="_blank">http://www.netfrag.org/webnews/article.php?id=556&group=nfo.links.computing::/11.|12./</a></s><br/>
814  <!-- block --><br/>  <!-- block --><br/>
815  <font color="green"><b>x&nbsp;</b></font>follow::<a href="http://www.netfrag.org/search/?q=rap" target="_blank">http://www.netfrag.org/search/?q=rap</a><br/>  <font color="green"><b>x&nbsp;</b></font><s>follow::<a href="http://www.netfrag.org/search/?q=rap" target="_blank">http://www.netfrag.org/search/?q=rap</a></s><br/>
816  &nbsp;&nbsp;&nbsp;&nbsp;or (alternative): follow::<a href="http://search.netfrag.org/rap" target="_blank">http://search.netfrag.org/rap</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;or (alternative): follow::<a href="http://search.netfrag.org/rap" target="_blank">http://search.netfrag.org/rap</a><br/>
817  <!-- block --><br/>  <!-- block --><br/>
818  &nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>todo, 2003-02-26<br/>  &nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>todo, 2003-02-26<br/>
819  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>better shortcut syntax for search.netfrag.org, e.g.:<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>better shortcut syntax for search.netfrag.org, e.g.:</s><br/>
820  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><a href="http://search.netfrag.org/hello" target="_blank">http://search.netfrag.org/hello</a> world<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><a href="http://search.netfrag.org/hello" target="_blank">http://search.netfrag.org/hello</a> world</s><br/>
821  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><a href="http://search.netfrag.org/phpHtmlLib" target="_blank">http://search.netfrag.org/phpHtmlLib</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><a href="http://search.netfrag.org/phpHtmlLib" target="_blank">http://search.netfrag.org/phpHtmlLib</a></s><br/>
822  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>re-enable: [Yakka => <a href="http://www.netfrag.org/~bareface/yakka/" target="_blank">http://www.netfrag.org/~bareface/yakka/</a>]<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>re-enable: [Yakka => <a href="http://www.netfrag.org/~bareface/yakka/" target="_blank">http://www.netfrag.org/~bareface/yakka/</a>]<br/>
823  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>test: [Yakka]<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>test: [Yakka]<br/>
824  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/~bareface/%"<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/~bareface/%"<br/>
825  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><a name="htmltree">tree for html</a>, follow <a href="http://search.netfrag.org/?q=tree:" target="_blank">http://search.netfrag.org/?q=tree:</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><a name="htmltree">tree for html</a>, follow <a href="http://search.netfrag.org/tree:" target="_blank">http://search.netfrag.org/tree:</a><br/>
826  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>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></s><br/>
827  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>model layer: look at PEAR::Tree, follow <a href="http://search.netfrag.org/pear::tree" target="_blank">http://search.netfrag.org/pear::tree</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>model layer: look at <font color="orange"><b><a href="http://search.netfrag.org/PEAR::Tree" target="_blank">PEAR::Tree</a></b></font>, follow <a href="http://search.netfrag.org/<font color="orange"><b><a href="http://search.netfrag.org/pear::tree" target="_blank">pear::tree</a></b></font>" target="_blank">http://search.netfrag.org/<font color="orange"><b><a href="http://search.netfrag.org/pear::tree" target="_blank">pear::tree</a></b></font></a></s><br/>
828  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>controller layer: to be implemented! (php!) (as phpHtmlLib component/lib?  what about ->NavTree?)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>controller layer: to be implemented! (php!) (as phpHtmlLib component/lib?  what about ->NavTree?)<br/>
829  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>backend layer: maybe use File::List (perl) for directory traversal backend, follow <a href="http://search.netfrag.org/?q=pear::tree" target="_blank">http://search.netfrag.org/?q=pear::tree</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>backend layer: maybe use <font color="orange"><b><a href="http://search.netfrag.org/File::List" target="_blank">File::List</a></b></font> (perl) for directory traversal backend, follow <a href="http://search.netfrag.org/<font color="orange"><b><a href="http://search.netfrag.org/pear::tree" target="_blank">pear::tree</a></b></font>" target="_blank">http://search.netfrag.org/<font color="orange"><b><a href="http://search.netfrag.org/pear::tree" target="_blank">pear::tree</a></b></font></a><br/>
830  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>look at: search::TreeNav (<a href="http://search.netfrag.org/TreeNav" target="_blank">http://search.netfrag.org/TreeNav</a>)  this is from phpHtmlLib (search::/news/nfo.links.*::phpHtmlLib)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</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 (search::/news/nfo.links.*::phpHtmlLib)<br/>
831  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-><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/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-><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/>
832  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>phpHtmlLib::TreeCSSNav|TreeDHtmlNav?<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font><font color="orange"><b><a href="http://search.netfrag.org/phpHtmlLib::TreeCSSNav" target="_blank">phpHtmlLib::TreeCSSNav</a></b></font>|TreeDHtmlNav?<br/>
833  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>begin [Twingle] (proj./lang.)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>begin [Twingle] (proj./lang.)<br/>
834  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>start Twingle-impl. (in perl)<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>start Twingle-impl. (in perl)</s><br/>
835  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>AutoColouring:<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>AutoColouring:</s><br/>
836  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>'^(\s|\t)*o' => 'red'<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>'^(\s|\t)*o' => 'red'</s><br/>
837  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>'^(\s|\t)*x' => 'green'<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>'^(\s|\t)*x' => 'green'</s><br/>
838  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>LinkExpansion: link-extrapolation/-expansion<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>LinkExpansion: link-extrapolation/-expansion<br/>
839  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>simple mode: <a href="http://..." target="_blank">http://...</a> to <a href="$url">$url</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>simple mode: <a href="http://..." target="_blank">http://...</a> to <a href="$url">$url</a></s><br/>
840  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>proposal: search::Intertwingularity should be resolved/dispatched (via dispatchrequest) to<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>proposal: <a href="http://search.netfrag.org/Intertwingularity should be resolved" target="_blank">Intertwingularity should be resolved</a>/dispatched (via dispatchrequest) to</s><br/>
841  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><a href="http://www.netfrag.org/search/?q=Intertwingularity" target="_blank">http://www.netfrag.org/search/?q=Intertwingularity</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><a href="http://www.netfrag.org/search/?q=Intertwingularity" target="_blank">http://www.netfrag.org/search/?q=Intertwingularity</a></s><br/>
842  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><a href="http://search.netfrag.org/Intertwingularity" target="_blank">http://search.netfrag.org/Intertwingularity</a><br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s><a href="http://search.netfrag.org/Intertwingularity" target="_blank">http://search.netfrag.org/Intertwingularity</a></s><br/>
843  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font>"search::..."<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="green"><b>x&nbsp;</b></font><s>"<a href="http://search.netfrag.org/..."" target="_blank">..."</a></s><br/>
844  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>"follow::..."<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>"follow::..."<br/>
845  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>NamespaceDetection - find 'Word::Word::Word' style things<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>NamespaceDetection - find '<font color="orange"><b><a href="http://search.netfrag.org/Word::Word::Word" target="_blank">Word::Word::Word</a></b></font>' style things<br/>
846  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>AutoColouring: '\w::|::\w' => 'orange'<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>AutoColouring: '\w::|::\w' => 'orange'<br/>
847  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>LinkExpansion: lookup found name in a KeywordRegistry|ShortcutRegistry (sub-node: "namespace")<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="red"><b>o&nbsp;</b></font>LinkExpansion: lookup found name in a KeywordRegistry|ShortcutRegistry (sub-node: "namespace")<br/>
848  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(a registry-db (has to store classnames from perl and/or php and stuff))<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(a registry-db (has to store classnames from perl and/or php and stuff))<br/>

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed