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

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.73

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