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

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

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

revision 1.16 by joko, Thu Feb 6 00:43:53 2003 UTC revision 1.22 by joko, Fri Feb 7 01:43:56 2003 UTC
# Line 170  o look at bonsai? Line 170  o look at bonsai?
170    
171  o scripts from janosch  o scripts from janosch
172    
173  o php-4.3.0???  o LookAt php-4.3.0???
174    
175  o emacs?  o emacs?
176    
177  o check if backend-logging still works!?  o check if backend-logging still works!?
178    
179  o pear-1.0?  o LookAt PythonInPhp
180      o integrate python-library from w2hfax (hfaxlib) into Horde!?
 o patch PEAR::XML::RPC  
    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"  
   
 o python in php: integrate python-library from w2hfax!?  
181    
182  o task list  o task list
183    start apache1 (click)    start apache1 (click)
# Line 199  o php-enhancements!? Line 191  o php-enhancements!?
191    o mixin inheritance for php?    o mixin inheritance for php?
192    o manipulating the symbol table?    o manipulating the symbol table?
193    
 o install PEAR::Log-1.5.3  
   o re-integrate (and maybe submit) patches to have timestamp formatted in a different way  
   
194  o integrate timestamp into log-output of CPAN's Log::Dispatch!?  o integrate timestamp into log-output of CPAN's Log::Dispatch!?
195    
 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 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?)  
   
196  o integrate autogenerated api-documentation for code@netfrag.org  o integrate autogenerated api-documentation for code@netfrag.org
197    use PhpDocumentor: http://phpdocu.sourceforge.net/    use PhpDocumentor: http://phpdocu.sourceforge.net/
198    
# Line 236  o phpLdapBrowser using components from Line 212  o phpLdapBrowser using components from
212               but was refactored two times after that (<custom-app> -> flib/Site/Request -> org.netfrag.glib/Application/AbstractRequest)               but was refactored two times after that (<custom-app> -> flib/Site/Request -> org.netfrag.glib/Application/AbstractRequest)
213      o org.netfrag.glib for tying all that together      o org.netfrag.glib for tying all that together
214    
 o PEAR::Auth::Kerberos???  
   
215  o nfoweb: "powered by" - page  o nfoweb: "powered by" - page
216    o lamp: linux, apache, mysql, php    o lamp: linux, apache, mysql, php
217    o other daemon software: inn, OpenLDAP, OpenSSH, Kerberos 5, sendmail, amavis, Cyrus    o other daemon software: inn, OpenLDAP, OpenSSH, Kerberos 5, sendmail, amavis, Cyrus
# Line 247  o nfoweb: "powered by" - page Line 221  o nfoweb: "powered by" - page
221    o include process view???    o include process view???
222    o link to "IntegratesWith"-page: PIMs, Offices    o link to "IntegratesWith"-page: PIMs, Offices
223    
224  o integrate glib/Data/Driver/Proxy with PEAR::Cache  o Data::Storage and logging via Log::Dispatch - DEEP RECURSION again!!!
   o use DB::RPC for this!  
     
 o integrate Application::Config with PEAR::Config  
225    
226  o use PEAR::Tree  x build content-index of news.netfrag.org
227    o look at http://opensource.visionp.de/modules/project/tree.php    o mnoGoSearch's news-extension seems to require some more database-tuning  ;-(
228    o as base data container for "app::menu", "phpHtmlLib::TreeNav"    x ./sbin/indexer -a -v 5 -i -u http://www.netfrag.org/webnews/%
229      o automate this:
230        o cd /usr/local/mnogosearch
231        o ./sbin/indexer
232      x ./sbin/indexer -a -p 1 -u http://www.netfrag.org/webnews/%
233    
234    o refactor OEF::Why::Queue
235      o Topics
236        o ORM (Object Relational Mapper)
237        o Data synchronization
238        o Object persistence
239        o Code passivation / Task control
240      o ChangeLog
241      o Todo
242      o Ideas
243        
244  o integrate Data::Encode with I18N - Internationalization???  o PEAR
245    
246      o LookAt PEAR-1.0?
247    
248  o prepare patches for pear.php.net    o PEAR::XML::RPC
249    o configurable timestamp format for PEAR::Log::file      x remove custom patches
250    o no fatal php errors from PEAR::XML::RPC      x re-integrate functionality from these patches at another place
251        o enhance patches
252          o look at http://cvs.php.net/co.php/pear/XML_RPC/RPC.php
253          o look at http://marc.theaimsgroup.com/?l=pear-dev&m=103578377822397&w=2
254          o provide better patch introducing new error-codes and messages for "local errors":
255            o "could not connect to remote server, failed to open socket"
256            o "could not send data, but socket is open"
257    
258      x LookAt PEAR::Log-1.5.3
259        x does it have log-level-constants defined inside itself? yes!
260        x re-integrate patches to have timestamp formatted in a different way
261      
262      o integrate PEAR::Translation with smarty
263        o look at http://pear.php.net/package-info.php?pacid=124&release=1.2.3
264        o look at http://smarty.php.net
265        
266      o send patch for PEAR/Log/file.php
267      
268      o make patch for PEAR/XML/RPC.php
269      
270      o refactor to PEAR::DB - drivers
271        o glib/Data/Driver/Proxy.php
272        o glib/Data/Driver/RPC/Remote.php
273        o the name??? (DB::RPC?, DB::Remote?, DB::Virtual?)
274      
275      o PEAR::Auth::Kerberos???
276        
277  x why not PEAR::Config?    o integrate glib/Data/Driver/Proxy with PEAR::Cache
278    * This class allows for parsing and editing of configuration datasources.      o use DB::RPC for this!
279    * Do not use this class only to read datasources because of the overhead      
280    * it creates to keep track of the configuration structure.    o integrate Application::Config with PEAR::Config
281      
282      o use PEAR::Tree
283        o look at http://opensource.visionp.de/modules/project/tree.php
284        o as base data container for "app::menu", "phpHtmlLib::TreeNav"
285        
286      o integrate Data::Encode with PEAR::I18N - Internationalization???
287      
288      o prepare patches for pear.php.net
289        o configurable timestamp format for PEAR::Log::file
290        o no fatal php errors from PEAR::XML::RPC
291        
292      x why not PEAR::Config?
293        * This class allows for parsing and editing of configuration datasources.
294        * Do not use this class only to read datasources because of the overhead
295        * it creates to keep track of the configuration structure.
296    
297    o auf "tune": Programm beenden... "should not see me"
298    
299    o non-proportional-font-angebots-generator
300    
301    o archiving: manager & cataloguer
302    
303    o ldap-schema -> rdfs, tangram-schema -> rdfs; => web-based rdfs-browser/-editor
304    
305    o glossary: Abstract Syntax Notation Basic Encoding Rules (ASN.1/BER) records
306    
307    o add some notes about licenses:
308      o code: use GPL/LGPL?
309        ->
310      o documentation and stuff: use OpenContent License (OPL)?
311        ->http://opencontent.org/opl.shtml?
312    
313    o found: LDSU
314    
315    
 o Data::Storage and logging via Log::Dispatch - DEEP RECURSION again!!!  
316    
317    
318    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.22

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