/[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.4 by joko, Sun Feb 2 21:03:29 2003 UTC revision 1.14 by joko, Wed Feb 5 23:13:50 2003 UTC
# Line 73  o proarc - professional document archivi Line 73  o proarc - professional document archivi
73          b) human-readable material (e.g.: generated indexes, overviews, details, descent-documents)          b) human-readable material (e.g.: generated indexes, overviews, details, descent-documents)
74    o add collaboration on top of that!    o add collaboration on top of that!
75        o (technical) annotations, pbb, etc.        o (technical) annotations, pbb, etc.
76      o what is already there?
77        x found: ProArc, OpenArc - but nothing seems to be truly *open*!
78    
79  o Gtk Rules | phpRules - an abstract rule chain editor  o Gtk Rules | phpRules - an abstract rule chain editor
80    o modes: dispatchmail, dispatchrequest, ipchains?    o modes: dispatchmail, dispatchrequest, ipchains?
# Line 126  o enhance Mail::Audit::Dispatch Line 128  o enhance Mail::Audit::Dispatch
128      o maybe cc: to or integrate with tutos or other ticketing system (bugzilla)???)      o maybe cc: to or integrate with tutos or other ticketing system (bugzilla)???)
129      o this should be the basic functionality needed to implement known features as "autoresponder" or "vacation" on top of this      o this should be the basic functionality needed to implement known features as "autoresponder" or "vacation" on top of this
130    
131    o write about:
132      o path-structure inside dev-cvs (->bareface, ->janosch)
133      o path-structure inside sysadmin-cvs (hosts, skels) (->jonen)
134      o path-structure at web/pub (->jonen)
135    
136    o enhance newsportal
137      o features for ArticleViewer:
138        o embedded images
139        o MIME capability
140        o HTML frameset capability
141          o show in external window
142          o convert to HTML tables!?
143    
144    o a StartingPoint: TUTOS Project/Product Overview
145    
146    o generate some documentation for flib and glib automagically
147      o use JavaDoc? see ->phpHtmlLib
148      o use phpDoc? see ->Xyz
149    
150    o yakka:
151        o SeperationOfWikiCoreFeatures
152          o revisioning
153        o EnhancementOfCoreFeatures
154          o object oriented linking/referencing
155          o reference maintenance capabilities (copy, move, unlink) (+clone, +deep_copy)
156          o reference structuring (make set, add more metadata)
157            o use RDF and/or RDFS?
158            o look at RDFWiki....
159        o EnhancementOfFrontend
160        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 php-4.3.0???
174    
175    o emacs?
176    
177    o check if backend-logging still works!?
178    
179    o pear-1.0?
180    
181    o patch PEAR::XML::RPC
182       o look at http://cvs.php.net/co.php/pear/XML_RPC/RPC.php
183       o look at http://marc.theaimsgroup.com/?l=pear-dev&m=103578377822397&w=2
184       o provide better patch introducing new error-codes and messages for "local errors":
185          o "could not connect to remote server, failed to open socket"
186          o "could not send data, but socket is open"
187    
188    o python in php: integrate python-library from w2hfax!?
189    
190    o task list
191      start apache1 (click)
192      start mysql (type net start mysql)
193      start internet explorer (click)
194      start explorer (press win-key & e)
195        navigate to target
196        open in ultraedit
197    
198    o php-enhancements!?
199      o mixin inheritance for php?
200      o manipulating the symbol table?
201    
202    o install PEAR::Log-1.5.3
203      o re-integrate (and maybe submit) patches to have timestamp formatted in a different way
204    
205    o integrate timestamp into log-output of CPAN's Log::Dispatch!?
206    
207    o integrate PEAR::Translation with smarty
208      o look at http://pear.php.net/package-info.php?pacid=124&release=1.2.3
209      o look at http://smarty.php.net
210      
211    o send patch for PEAR/Log/file.php
212    
213    o make patch for PEAR/XML/RPC.php
214    
215    o refactor to PEAR::DB - drivers
216      o glib/Data/Driver/Proxy.php
217      o glib/Data/Driver/RPC/Remote.php
218    
219    o integrate autogenerated api-documentation for code@netfrag.org
220      use PhpDocumentor: http://phpdocu.sourceforge.net/
221    
222    o phpLdapBrowser using components from
223      o PEAR (DB_ldap)
224      o smarty (maybe some parts for gui rendering)
225      o phpHtmlLib (abstraction of basic html tags and more highlevel widgets, gui/forms-to-data binding)
226      o netfrag.org
227        o yakka as navigation-backend
228          o on-the-fly generation of navigation-structure
229          o page-rendering, -dispatching and -layout
230            o maybe integrate these together to get max. overview over all details
231               to be able to provide enough abstraction in implementation:
232              o current dispatcher from yakka (Engine 1.0?, Engine 2.0?)
233              o dispatchrequest (the generic dispatcher which listens at http://cvs.netfrag.org and http://news.netfrag.org)
234              o glib/Application/AbstractRequest (a component which grew out of a custom application once,
235                 but was refactored two times after that (<custom-app> -> flib/Site/Request -> org.netfrag.glib/Application/AbstractRequest)
236        o org.netfrag.glib for tying all that together
237    
238    o PEAR::Auth::Kerberos???
239    
240    o nfoweb: "powered by" - page
241      o lamp: linux, apache, mysql, php
242      o other daemon software: inn, OpenLDAP, OpenSSH, Kerberos 5, sendmail, amavis, Cyrus
243      o other software: TWiki, phpWiki, viewcvs, newsportal
244      o other languages: bash, perl, python, ruby, etc., etc.
245      o make links...
246      o include process view???
247      o link to "IntegratesWith"-page: PIMs, Offices
248    
249    o integrate glib/Data/Driver/Proxy with PEAR::Cache
250      o use DB::RPC for this!
251      
252    o integrate Application::Config with PEAR::Config
253    
254    o use PEAR::Tree
255      o look at http://opensource.visionp.de/modules/project/tree.php
256      o as base data container for "app::menu", "phpHtmlLib::TreeNav"
257      
258      
259    
260    
261    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.14

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