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