/[cvs]/joko/doc/SampleTasks/joko_2003-03.twingle
ViewVC logotype

Diff of /joko/doc/SampleTasks/joko_2003-03.twingle

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

revision 1.1 by joko, Thu Mar 6 22:34:20 2003 UTC revision 1.9 by joko, Fri Mar 7 20:56:02 2003 UTC
# Line 12  Line 12 
12  @cvs-info  @cvs-info
13    $Id$    $Id$
14    $Log$    $Log$
15      Revision 1.9  2003/03/07 20:56:02  joko
16      + AUTOCOMMIT: updated/added content
17    
18      Revision 1.8  2003/03/07 18:26:17  joko
19      + AUTOCOMMIT: updated/added content
20    
21      Revision 1.7  2003/03/07 17:56:46  joko
22      + AUTOCOMMIT: updated/added content
23    
24      Revision 1.6  2003/03/07 16:56:42  joko
25      + AUTOCOMMIT: updated/added content
26    
27      Revision 1.5  2003/03/07 15:57:11  joko
28      + AUTOCOMMIT: updated/added content
29    
30      Revision 1.4  2003/03/07 04:25:54  joko
31      + AUTOCOMMIT: updated/added content
32    
33      Revision 1.3  2003/03/07 03:56:59  joko
34      + AUTOCOMMIT: updated/added content
35    
36      Revision 1.2  2003/03/07 00:56:08  joko
37      + AUTOCOMMIT: updated/added content
38    
39    Revision 1.1  2003/03/06 22:34:20  joko    Revision 1.1  2003/03/06 22:34:20  joko
40    + initial commit    + initial commit
41    
# Line 185  o gather version info from installed com Line 209  o gather version info from installed com
209    x Linux: cat /proc/version    x Linux: cat /proc/version
210    o our Perl-/PHP- component system    o our Perl-/PHP- component system
211    
212    
213    
214    @sequence block
215    @written
216    @date 2003-03-06
217    @x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]
218    
219  o what are the MIME-types of XML-payloads sent between (e.g.) RPCXML-hosts???  o what are the MIME-types of XML-payloads sent between (e.g.) RPCXML-hosts???
220    text/xml???    text/xml???
221    
# Line 254  o re-enable yakka! Line 285  o re-enable yakka!
285  o search.netfrag.org  o search.netfrag.org
286    o enable mnoGoSearch to index http://www.netfrag.org/docs/code/api/    o enable mnoGoSearch to index http://www.netfrag.org/docs/code/api/
287    
288    o post xml-via-rpc-querying proposal from above to nfo.dev.perl and cc to jonen!
289    
290    o enhancement for Twingle AutoLink LinkInterpolation:
291      o don't resolve namespace identifiers (e.g. 'Data::Storage') against
292         global search.netfrag.org/Search::This::Namespace
293      o query namespaced links against an organization-wide (custom) NamespaceRegistry before!!!
294        o use mysql/Tangram?
295        o use xml?
296      o just fallback to "GlobalSerchMode" if nothing was found in the step before!
297      o Data::Storage will directly be resolved to this url or tag afterwards:
298         @link http://www.netfrag.org/docs/topics/perl-libs/Data-Storage.html
299         and not to
300         @link http://www.netfrag.org/search/?q=Data::Storage&o=1&ul=/
301         like it was before!
302    
303    o mimic the functionality of TLTP (The LDAP Trigger Process) by using Data::Rap.
304    
305    o applications to be solved using LDAP
306      o organization-wide addressbook
307      o global / per-app software component registry
308      o organization-wide item library -> inventory
309      
310    dot http://www.nc.ihost.com/ -> IBM
311    
312    @topic EasyAuthoring
313    @see sdf
314    @see text/enriched
315    @see ETF
316    @see WPP
317    @link http://the.sunnyspot.org/wpp/index.html
318    
319    @company Watchfire
320    @topic centrally located site integrity management software
321    @link http://www.watchfire.com/
322    
323    o look at brian finley's "Storage" article series at http://hpc.devchannel.org/ !!!
324    
325    - f-prot error on quepasa.netfrag.org:
326      root@quepasa:~# tail -f /var/log/mail.log
327      --- snip ---
328      Mar  7 18:23:30 quepasa amavis[20705]: Virus scanner failure: /usr/local/f-prot/f-prot (error code: 1)
329      Mar  7 18:23:30 quepasa amavis[20705]: virus_scan FAILED, retry: All virus scanners failed! at /usr/sbin/amavisd line 933, <GEN9> line 4712.
330      Mar  7 18:23:30 quepasa amavis[20705]: mail processing failed, RETRY/TEMPFAIL
331      Mar  7 18:23:30 quepasa sm-mta[20758]: h27HLveE020758: Milter: data, reject=451 4.7.1 Please try again later
332      --- snip ---
333      root@quepasa:~# /usr/local/f-prot/f-prot
334      Error: SIGN.DEF is damaged or incompatible with this version of F-PROT.
335      root@quepasa:~# /usr/local/f-prot/check-updates.sh
336      root@quepasa:~# /usr/local/f-prot/f-prot
337    
338    
339    
340    @sequence block
341    @injected
342    @date 2003-03-07 19:01
343    @file [unknown]
344    @x-editor Notepad [Microsoft Editor Version 5.0 (Build 2195: Service Pack 3)
345    @x-transporter Microsoft COM
346    @x-transporter-protocol copy & paste negotiation
347    @x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]
348    
349    @set ->=@see
350    
351    
352    o .phpdocrc: Tie::IxHash
353    
354    - writing a browser is a complex task
355      -> Internet Explorer
356      -> KDE xyz
357      -> Mozilla
358    
359    - writing a mailer is a complex task
360      -> Microsoft Outlook and (-Express)
361      -> KDE (KMail, Kontact, Kolab)
362      -> Evolution
363      -> Mahogany
364    
365    - janosch: pdf-gateway!?
366    
367    o setup ->colorize on quepasa.netfrag.org
368    
369    o refactor DesignPattern::MVC
370      o new: @uses instances of classes inherited from the base ones
371         DesignPattern::MVC::Model and DesignPattern::MVC::View, where
372           - DesignPattern::MVC::Model is-a DesignPattern::Observer::Subject
373           - DesignPattern::MVC::View is-a DesignPattern::Observer
374      o new: refactor the rules-subsystem to be a ChangeManager
375         between Subject and Observer sits a ChangeManager acting as mediator (is-a DesignPattern::Mediator)
376         @see http://selab.korea.ac.kr/selab/courses/GoF-patterns/observer.htm
377    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.9

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