--- joko/doc/SampleTasks/joko_2003-03.twingle 2003/03/07 16:56:42 1.6 +++ joko/doc/SampleTasks/joko_2003-03.twingle 2003/03/07 20:56:02 1.9 @@ -10,8 +10,17 @@ @sequence meta @document-history @cvs-info - $Id: joko_2003-03.twingle,v 1.6 2003/03/07 16:56:42 joko Exp $ + $Id: joko_2003-03.twingle,v 1.9 2003/03/07 20:56:02 joko Exp $ $Log: joko_2003-03.twingle,v $ + Revision 1.9 2003/03/07 20:56:02 joko + + AUTOCOMMIT: updated/added content + + Revision 1.8 2003/03/07 18:26:17 joko + + AUTOCOMMIT: updated/added content + + Revision 1.7 2003/03/07 17:56:46 joko + + AUTOCOMMIT: updated/added content + Revision 1.6 2003/03/07 16:56:42 joko + AUTOCOMMIT: updated/added content @@ -200,6 +209,13 @@ x Linux: cat /proc/version o our Perl-/PHP- component system + + +@sequence block +@written +@date 2003-03-06 +@x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b] + o what are the MIME-types of XML-payloads sent between (e.g.) RPCXML-hosts??? text/xml??? @@ -304,7 +320,58 @@ @topic centrally located site integrity management software @link http://www.watchfire.com/ -o brian finley's "Storage" article series at http://hpc.devchannel.org/ !!! +o look at brian finley's "Storage" article series at http://hpc.devchannel.org/ !!! + +- f-prot error on quepasa.netfrag.org: + root@quepasa:~# tail -f /var/log/mail.log + --- snip --- + Mar 7 18:23:30 quepasa amavis[20705]: Virus scanner failure: /usr/local/f-prot/f-prot (error code: 1) + Mar 7 18:23:30 quepasa amavis[20705]: virus_scan FAILED, retry: All virus scanners failed! at /usr/sbin/amavisd line 933, line 4712. + Mar 7 18:23:30 quepasa amavis[20705]: mail processing failed, RETRY/TEMPFAIL + Mar 7 18:23:30 quepasa sm-mta[20758]: h27HLveE020758: Milter: data, reject=451 4.7.1 Please try again later + --- snip --- + root@quepasa:~# /usr/local/f-prot/f-prot + Error: SIGN.DEF is damaged or incompatible with this version of F-PROT. + root@quepasa:~# /usr/local/f-prot/check-updates.sh + root@quepasa:~# /usr/local/f-prot/f-prot + + + +@sequence block +@injected +@date 2003-03-07 19:01 +@file [unknown] +@x-editor Notepad [Microsoft Editor Version 5.0 (Build 2195: Service Pack 3) +@x-transporter Microsoft COM +@x-transporter-protocol copy & paste negotiation +@x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b] + +@set ->=@see + +o .phpdocrc: Tie::IxHash +- writing a browser is a complex task + -> Internet Explorer + -> KDE xyz + -> Mozilla + +- writing a mailer is a complex task + -> Microsoft Outlook and (-Express) + -> KDE (KMail, Kontact, Kolab) + -> Evolution + -> Mahogany + +- janosch: pdf-gateway!? + +o setup ->colorize on quepasa.netfrag.org + +o refactor DesignPattern::MVC + o new: @uses instances of classes inherited from the base ones + DesignPattern::MVC::Model and DesignPattern::MVC::View, where + - DesignPattern::MVC::Model is-a DesignPattern::Observer::Subject + - DesignPattern::MVC::View is-a DesignPattern::Observer + o new: refactor the rules-subsystem to be a ChangeManager + between Subject and Observer sits a ChangeManager acting as mediator (is-a DesignPattern::Mediator) + @see http://selab.korea.ac.kr/selab/courses/GoF-patterns/observer.htm