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

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

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