/[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.8 by joko, Mon Feb 3 04:34:13 2003 UTC revision 1.24 by joko, Fri Feb 7 07:44:13 2003 UTC
# Line 159  o yakka: Line 159  o yakka:
159      o EnhancementOfFrontend      o EnhancementOfFrontend
160      o ReIntegrationOfWikiCoreFeatures      o ReIntegrationOfWikiCoreFeatures
161            
162    o "outsource" mysql from quepasa.netfrag.org to h1.service.netfrag.org
163    
164    o establish slapd on h1.service.netfrag.org
165    
166    o faxabruf für w2hfax (sendfax -d <nummer> -p)
167      o konvertiere empfanges dokument von ps nach pdf, tiff?
168    
169    o look at bonsai?
170    
171    o scripts from janosch
172    
173    o LookAt php-4.3.0???
174    
175    o emacs?
176    
177    o check if backend-logging still works!?
178    
179    o LookAt PythonInPhp
180      o integrate python-library from w2hfax (hfaxlib) into Horde!?
181    
182    o task list
183      start apache1 (click)
184      start mysql (type net start mysql)
185      start internet explorer (click)
186      start explorer (press win-key & e)
187        navigate to target
188        open in ultraedit
189    
190    o php-enhancements!?
191      o mixin inheritance for php?
192      o manipulating the symbol table?
193    
194    o integrate timestamp into log-output of CPAN's Log::Dispatch!?
195    
196    o integrate autogenerated api-documentation for code@netfrag.org
197      use PhpDocumentor: http://phpdocu.sourceforge.net/
198    
199    o phpLdapBrowser using components from
200      o PEAR (DB_ldap)
201      o smarty (maybe some parts for gui rendering)
202      o phpHtmlLib (abstraction of basic html tags and more highlevel widgets, gui/forms-to-data binding)
203      o netfrag.org
204        o yakka as navigation-backend
205          o on-the-fly generation of navigation-structure
206          o page-rendering, -dispatching and -layout
207            o maybe integrate these together to get max. overview over all details
208               to be able to provide enough abstraction in implementation:
209              o current dispatcher from yakka (Engine 1.0?, Engine 2.0?)
210              o dispatchrequest (the generic dispatcher which listens at http://cvs.netfrag.org and http://news.netfrag.org)
211              o glib/Application/AbstractRequest (a component which grew out of a custom application once,
212                 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
214    
215    o nfoweb: "powered by" - page
216      o lamp: linux, apache, mysql, php
217      o other daemon software: inn, OpenLDAP, OpenSSH, Kerberos 5, sendmail, amavis, Cyrus
218      o other software: TWiki, phpWiki, viewcvs, newsportal
219      o other languages: bash, perl, python, ruby, etc., etc.
220      o make links...
221      o include process view???
222      o link to "IntegratesWith"-page: PIMs, Offices
223    
224    o Data::Storage and logging via Log::Dispatch - DEEP RECURSION again!!!
225    
226    x build content-index of news.netfrag.org
227      o mnoGoSearch's news-extension seems to require some more database-tuning  ;-(
228      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      x deleted all "post.php"-documents from mnoGoSearch-index-database
234        x place entry in indexer.conf *before* the "Allow"-rules: "Disallow Regex \/webnews\/post\.php.*"
235        x ... so we have now (for newsportal)
236            Disallow Regex \/webnews\/post\.php.*
237            Allow Regex \/webnews\/
238        x run: ./sbin/indexer -a -v 5 -p 1 -u "http://www.netfrag.org/webnews/post.php%"
239        x or (faster - and will not blow up your apache):
240          ./sbin/indexer -a -u "http://www.netfrag.org/webnews/post.php%"
241    
242    o refactor OEF::Why::Queue
243      o Topics
244        o ORM (Object Relational Mapper)
245        o Data synchronization
246        o Object persistence
247        o Code passivation / Task control
248      o ChangeLog
249      o Todo
250      o Ideas
251      
252    o PEAR
253    
254      o LookAt PEAR-1.0?
255    
256      o PEAR::XML::RPC
257        x remove custom patches
258        x re-integrate functionality from these patches at another place
259        o enhance patches
260          o look at http://cvs.php.net/co.php/pear/XML_RPC/RPC.php
261          o look at http://marc.theaimsgroup.com/?l=pear-dev&m=103578377822397&w=2
262          o provide better patch introducing new error-codes and messages for "local errors":
263            o "could not connect to remote server, failed to open socket"
264            o "could not send data, but socket is open"
265    
266      x LookAt PEAR::Log-1.5.3
267        x does it have log-level-constants defined inside itself? yes!
268        x re-integrate patches to have timestamp formatted in a different way
269      
270      o integrate PEAR::Translation with smarty
271        o look at http://pear.php.net/package-info.php?pacid=124&release=1.2.3
272        o look at http://smarty.php.net
273        
274      o send patch for PEAR/Log/file.php
275      
276      o make patch for PEAR/XML/RPC.php
277      
278      o refactor to PEAR::DB - drivers
279        o glib/Data/Driver/Proxy.php
280        o glib/Data/Driver/RPC/Remote.php
281        o the name??? (DB::RPC?, DB::Remote?, DB::Virtual?)
282      
283      o PEAR::Auth::Kerberos???
284      
285      o integrate glib/Data/Driver/Proxy with PEAR::Cache
286        o use DB::RPC for this!
287        
288      o integrate Application::Config with PEAR::Config
289      
290      o use PEAR::Tree
291        o look at http://opensource.visionp.de/modules/project/tree.php
292        o as base data container for "app::menu", "phpHtmlLib::TreeNav"
293        
294      o integrate Data::Encode with PEAR::I18N - Internationalization???
295      
296      o prepare patches for pear.php.net
297        o configurable timestamp format for PEAR::Log::file
298        o no fatal php errors from PEAR::XML::RPC
299            
300      x why not PEAR::Config?
301        * This class allows for parsing and editing of configuration datasources.
302        * Do not use this class only to read datasources because of the overhead
303        * it creates to keep track of the configuration structure.
304    
305    o auf "tune": Programm beenden... "should not see me"
306    
307    o non-proportional-font-angebots-generator
308    
309    o archiving: manager & cataloguer
310    
311    o ldap-schema -> rdfs, tangram-schema -> rdfs; => web-based rdfs-browser/-editor
312    
313    o glossary: Abstract Syntax Notation Basic Encoding Rules (ASN.1/BER) records
314    
315    o add some notes about licenses:
316      o code: use GPL/LGPL?
317        ->
318      o documentation and stuff: use OpenContent License (OPL)?
319        ->http://opencontent.org/opl.shtml?
320    
321    o found: LDSU
322    
323    o what about the missing posts to news.netfrag.org?
324      o e.g. "Wo finde ich .pod-Dokumente auf netfrag.org?"
325      o auto-rotated to some nirvana by a cron-daily?
326    
327    
328    
329    
330    
331    
332  </pre>  </pre>
333    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.24

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