/[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.5 by joko, Fri Mar 7 15:57:11 2003 UTC revision 1.20 by joko, Sat Mar 8 13:56:42 2003 UTC
# Line 12  Line 12 
12  @cvs-info  @cvs-info
13    $Id$    $Id$
14    $Log$    $Log$
15      Revision 1.20  2003/03/08 13:56:42  joko
16      + AUTOCOMMIT: updated/added content
17    
18      Revision 1.19  2003/03/08 12:56:24  joko
19      + AUTOCOMMIT: updated/added content
20    
21      Revision 1.18  2003/03/08 12:27:20  joko
22      + AUTOCOMMIT: updated/added content
23    
24      Revision 1.17  2003/03/08 11:27:00  joko
25      + AUTOCOMMIT: updated/added content
26    
27      Revision 1.16  2003/03/08 08:56:05  joko
28      + AUTOCOMMIT: updated/added content
29    
30      Revision 1.15  2003/03/08 07:55:59  joko
31      + AUTOCOMMIT: updated/added content
32    
33      Revision 1.14  2003/03/08 07:25:57  joko
34      + AUTOCOMMIT: updated/added content
35    
36      Revision 1.13  2003/03/08 05:56:38  joko
37      + AUTOCOMMIT: updated/added content
38    
39      Revision 1.12  2003/03/08 05:25:54  joko
40      + AUTOCOMMIT: updated/added content
41    
42      Revision 1.11  2003/03/08 04:55:46  joko
43      + AUTOCOMMIT: updated/added content
44    
45      Revision 1.10  2003/03/07 22:26:20  joko
46      + AUTOCOMMIT: updated/added content
47    
48      Revision 1.9  2003/03/07 20:56:02  joko
49      + AUTOCOMMIT: updated/added content
50    
51      Revision 1.8  2003/03/07 18:26:17  joko
52      + AUTOCOMMIT: updated/added content
53    
54      Revision 1.7  2003/03/07 17:56:46  joko
55      + AUTOCOMMIT: updated/added content
56    
57      Revision 1.6  2003/03/07 16:56:42  joko
58      + AUTOCOMMIT: updated/added content
59    
60    Revision 1.5  2003/03/07 15:57:11  joko    Revision 1.5  2003/03/07 15:57:11  joko
61    + AUTOCOMMIT: updated/added content    + AUTOCOMMIT: updated/added content
62    
# Line 197  o gather version info from installed com Line 242  o gather version info from installed com
242    x Linux: cat /proc/version    x Linux: cat /proc/version
243    o our Perl-/PHP- component system    o our Perl-/PHP- component system
244    
245    
246    
247    @sequence block
248    @written
249    @date 2003-03-06
250    @x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]
251    
252  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???
253    text/xml???    text/xml???
254    
# Line 301  dot http://www.nc.ihost.com/ -> IBM Line 353  dot http://www.nc.ihost.com/ -> IBM
353  @topic centrally located site integrity management software  @topic centrally located site integrity management software
354  @link http://www.watchfire.com/  @link http://www.watchfire.com/
355    
356    o look at brian finley's "Storage" article series at http://hpc.devchannel.org/ !!!
357    
358    - f-prot error on quepasa.netfrag.org:
359      root@quepasa:~# tail -f /var/log/mail.log
360      --- snip ---
361      Mar  7 18:23:30 quepasa amavis[20705]: Virus scanner failure: /usr/local/f-prot/f-prot (error code: 1)
362      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.
363      Mar  7 18:23:30 quepasa amavis[20705]: mail processing failed, RETRY/TEMPFAIL
364      Mar  7 18:23:30 quepasa sm-mta[20758]: h27HLveE020758: Milter: data, reject=451 4.7.1 Please try again later
365      --- snip ---
366      root@quepasa:~# /usr/local/f-prot/f-prot
367      Error: SIGN.DEF is damaged or incompatible with this version of F-PROT.
368      root@quepasa:~# /usr/local/f-prot/check-updates.sh
369      root@quepasa:~# /usr/local/f-prot/f-prot
370    
371    
372    
373    @sequence block
374    @injected
375    @date 2003-03-07 19:01
376    @file [unknown]
377    @x-editor Notepad [Microsoft Editor Version 5.0 (Build 2195: Service Pack 3)
378    @x-transporter Microsoft COM
379    @x-transporter-protocol copy & paste negotiation
380    @x-editor UltraEdit [UltraEdit(r)-32 Professional Text/HEX Editor Version 8.10b]
381    
382    @set ->=@see
383    
384    
385    o .phpdocrc: Tie::IxHash
386    
387    - writing a browser is a complex task
388      -> Internet Explorer
389      -> KDE xyz
390      -> Mozilla
391    
392    - writing a mailer is a complex task
393      -> Microsoft Outlook and (-Express)
394      -> KDE (KMail, Kontact, Kolab)
395      -> Evolution
396      -> Mahogany
397    
398    
399    
400    @sequence block
401    @written
402    @date 2003-03-07
403    
404    - janosch: pdf-gateway!?
405    
406    o setup ->colorize on quepasa.netfrag.org
407    
408    o refactor DesignPattern::MVC
409      o new: @uses instances of classes inherited from the base ones
410         DesignPattern::MVC::Model and DesignPattern::MVC::View, where
411           - DesignPattern::MVC::Model is-a DesignPattern::Observer::Subject
412           - DesignPattern::MVC::View is-a DesignPattern::Observer
413      o new: refactor the rules-subsystem to be a ChangeManager
414         between Subject and Observer sits a ChangeManager acting as mediator (is-a DesignPattern::Mediator)
415         @see http://selab.korea.ac.kr/selab/courses/GoF-patterns/observer.htm
416    
417    o Twingle!
418      o twingle -> dispatchmail (Twingle::Mail)
419      o twingle -> twingledoc (Twingle::Doc)
420    
421    o refactor to "twingled/":
422      o http://netfrag.org/~joko/computing/overview/topics/topics/
423      o http://netfrag.org/~joko/computing/overview/topics/SampleTasks/
424    o update http://netfrag.org/~joko/computing/overview/topics/topics.html
425    
426    x re-enable Yakka
427    
428    o setup phpDocumentor from cvs
429    
430    o "subscribe" a Folder (using rss/rdf!)
431    
432    o Arial (or similar font w/o serifs) for Mozilla!
433    
434    o edit preferences: Font (family, size)
435    
436    o debian-upgrade -> perl-upgrade => missing CPAN packages =>
437      o check in intervals:
438        o /data/opt/dispatchmail/bin/dispatchmail
439          --- snip ---  [/var/log/mail.log]
440          Mar  8 07:15:51 quepasa sm-mta[30731]: h286FmeE030726: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr=<joko_mail@quepasa.netfrag.org> (1000/100), delay=00:00:03, xdelay=00:00:01, mailer=prog, pri=30962, dsn=5.3.0, stat=unknown mailer error 2
441          Mar  8 07:15:51 quepasa sm-mta[30731]: h286FmeE030726: h286FpeD030731: DSN: unknown mailer error 2
442          Mar  8 07:15:52 quepasa sm-mta[30731]: h286FpeD030731: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr=<joko_mail@quepasa.netfrag.org> (1000/100), delay=00:00:01, xdelay=00:00:01, mailer=prog, pri=31986, dsn=5.3.0, stat=unknown mailer error 2
443          Mar  8 07:15:52 quepasa sm-mta[30731]: h286FpeD030731: h286FpeE030731: return to sender: unknown mailer error 2
444          Mar  8 07:15:53 quepasa sm-mta[30731]: h286FpeE030731: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr=joko_mail (1000/100), delay=00:00:01, xdelay=00:00:01, mailer=prog, pri=33010, dsn=5.3.0, stat=unknown mailer error 2
445          Mar  8 07:15:53 quepasa sm-mta[30731]: h286FpeD030731: Saved message in /var/lib/sendmail/dead.letter
446          --- snip ---
447          Can't locate Hash/Merge.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at ./dispatchmail line 34.
448          BEGIN failed--compilation aborted at ./dispatchmail line 34.
449          x perl -MCPAN -e "install Hash::Merge"
450            dependencies resolved automagically: ->Clone
451        o /data/opt/dispatchmail/bin/postmessage
452          --- snip ---  [/var/log/mail.log]
453          Mar  8 07:26:40 quepasa sm-mta[30953]: h286Q5eE030946: to=|/data/opt/dispatchmail/bin/dispatchmail, ctladdr=<links-computing@netfrag.org> (1014/1014), delay=00:00:32, xdelay=00:00:22, mailer=prog, pri=47232, dsn=5.3.0, stat=unknown mailer error 2
454          Mar  8 07:26:41 quepasa sm-mta[30953]: h286Q5eE030946: h286QfeD030953: DSN: unknown mailer error 2
455          Mar  8 07:26:47 quepasa sm-mta[30946]: h286Q5eG030946: collect: premature EOM: unexpected close
456          Mar  8 07:26:47 quepasa sm-mta[30946]: h286Q5eG030946: collect: unexpected close on connection from pD9E77CD4.dip.t-dialin.net, sender=<andreas.motl@ilo.de>
457          --- snip ---
458          Can't locate News/Article.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at ./postmessage line 8.
459          BEGIN failed--compilation aborted at ./postmessage line 8.
460          x perl -MCPAN -e "install News::Article"
461        o /data/opt/dispatchmail/bin/buildmail
462          Can't locate MIME/Lite.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at ./buildmail line 7.
463          BEGIN failed--compilation aborted at ./buildmail line 7.
464          x perl -MCPAN -e "install MIME::Lite"
465        o /data/opt/dispatchmail/bin-tests/build_dispatch_mode mail2news alt.test
466          DesignPattern::Bridge->load: Can't locate mixin/with.pm in @INC (@INC contains: /data/libs/nfo/perl/libs /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch/Newsgate.pm line 6, <STDIN> line 16.
467          BEGIN failed--compilation aborted at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch/Newsgate.pm line 6, <STDIN> line 16.
468          Compilation failed in require at (eval 6) line 1, <STDIN> line 16.
469          BEGIN failed--compilation aborted at (eval 6) line 1, <STDIN> line 16.
470           (/data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm:193)
471          Can't locate object method "Newsgate" via package "Mail::Audit::Dispatch" at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm line 194, <STDIN> line 16.
472          x perl -MCPAN -e "install mixin"
473        o check okay:
474          --- snip ---  [/var/log/mail.log]
475          Mar  8 07:45:55 quepasa sm-mta[31471]: h286jNeD031413: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr=<joko_mail@localhost> (1000/100), delay=00:00:32, xdelay=00:00:05, mailer=prog, pri=577260, dsn=2.0.0, stat=Sent
476          --- snip ---
477        
478    o @lookup Data::Match - Complex data structure pattern matching [by Kurt A. Stephens]
479       @see also perl, Array::PatternMatcher, Data::Compare, Data::Dumper, Data::DRef, Data::Walker
480    
481    o make up a notation which can explicit describe component far away
482       e.g. CPAN--Hash::Merge
483    
484    o @lookat News::FormReply News::FormArticle News::AutoReply
485    
486    x updated phpDocumentor to version from cvs
487      o trying to get uml-rendering working
488        x apt-get install dia
489        x apt-get install dia2code
490    
491    x setup org.droogs--Autodia: location http://www.droogs.org/autodia/
492      #> cd /tmp
493      #> /data/opt/tools/Autodia-1.4/autodia.pl -l php -i * -p /data/www/virtual/netfrag/docs/nfo/code/flib -O
494      x setup CPAN--Template: perl -MCPAN -e "install Template"
495      ->CPAN--TT2
496      ->CPAN--Splash!
497          Which Splash! colour scheme would you like to use to build the
498          documentation?  Acceptable values are:
499            Name     Colours
500            -------------------------
501            default  lilac/mauve
502            aqua     aqua/marine
503            blue     grey75/blue75
504            green    grey75/green75
505            grey     grey75/grey50
506            leon     red75/orange/white/black
507            red      grey75/red75
508          Enter name of colour scheme:  [default]
509      ->CPAN--AppConfig
510      ->CPAN--GD
511        CPAN.pm: Going to build L/LD/LDS/GD-2.06.tar.gz
512        NOTICE: This module requires libgd 2.0.5 or higher.
513        ->Debian--libgd2: apt-get install libgd2 libjpeg62 libpng2 xlibs zlib1g
514          ->Debian--debconf ->Debian--nethack-common ->Debian--xfree86-common
515              !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
516              Installing new version of config file /etc/X11/Xsession.d/99xfree86-common_start ...
517               Adding system startup for /etc/init.d/xfree86-common ...
518                 /etc/rcS.d/S70xfree86-common -> ../init.d/xfree86-common
519              !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
520              Setting up X server socket directory /tmp/.X11-unix...done.
521              Setting up xlibs (4.2.1-6) ...
522              ->CPAN--Math::Trig
523           ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev
524              #> cd /.cpan/build/GD-2.06
525              #> make
526      x some further library-patches: cd /usr/lib
527        #> ln -s ln -s libperl.so.5.8 libperl.so
528        #> ln -s libpng.so.2 libpng.so
529        #> ln -s libfreetype.so.6 libfreetype.so
530        #> ln -s libjpeg.so.62 libjpeg.so
531      x test:
532        #> ld -l png|jpeg|freetype|perl|X11
533        X11 still fails with make GD!!!
534        #> cd /.cpan/build/GD-2.06
535        #> make
536          /usr/bin/ld: cannot find -lX11
537          collect2: ld returned 1 exit status
538          make: *** [blib/arch/auto/GD/GD.so] Error 1
539        #> apt-get install xlibs-dev
540        #> make
541        yai!
542        #> make test
543          t/GD..........ok 1/10libpng warning: Application was compiled with png.h from libpng-1.2.5
544          libpng warning: Application  is running with png.c from libpng-1.0.12
545          gd-png:  fatal libpng error: Incompatible libpng version in application and library
546        #> apt-get install libpng2-dev
547        #> apt-get install libjpeg62-dev
548          ... still the same error with "make test"
549        #> apt-get install libpng3 libpng3-dev
550        #> apt-get install libfreetype6-dev
551        The first output xml is seen! Great! Let's move on to graphviz:
552          Can't locate GraphViz.pm in @INC (@INC contains: /data/opt/tools/Autodia-1.4 /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at /data/opt/tools/Autodia-1.4/Autodia/Diagram.pm line 336.
553        #> apt-get install graphviz
554        ???#> perl -MCPAN -e "install Template"
555        #> perl -MCPAN -e "install Graphviz"
556          ->CPAN--IPC::Run
557          ->CPAN--Graph
558          ->CPAN--Math::Bezier
559          ->CPAN--Heap
560        Freetype Font's do not work!
561        #> apt-get install freetype2-tools
562        #> apt-get install libttf-dev
563        #> apt-get install ttf-xfree86
564          
565    
566    o quick (javascript) search for netfrag.org and packages.debian.org (xul?)
567    
568    o phpDirectoryIndex: include Joshua Eichhorns 'auth' [[http://cvs.joshuaeichorn.com/cvsweb.cgi/auth/]]
569    
570    @lookat http://cvs.joshuaeichorn.com/cvsweb.cgi/phpXmlTransform/
571    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.20

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