/[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.14 by joko, Sat Mar 8 07:25:57 2003 UTC revision 1.36 by joko, Tue Mar 11 02:55:54 2003 UTC
# Line 12  Line 12 
12  @cvs-info  @cvs-info
13    $Id$    $Id$
14    $Log$    $Log$
15      Revision 1.36  2003/03/11 02:55:54  joko
16      + AUTOCOMMIT: updated/added content
17    
18      Revision 1.35  2003/03/11 01:55:57  joko
19      + AUTOCOMMIT: updated/added content
20    
21      Revision 1.34  2003/03/10 23:55:51  joko
22      + AUTOCOMMIT: updated/added content
23    
24      Revision 1.33  2003/03/10 18:55:55  joko
25      + AUTOCOMMIT: updated/added content
26    
27      Revision 1.32  2003/03/10 17:56:05  joko
28      + AUTOCOMMIT: updated/added content
29    
30      Revision 1.31  2003/03/10 16:25:55  joko
31      + AUTOCOMMIT: updated/added content
32    
33      Revision 1.30  2003/03/10 03:56:32  joko
34      + AUTOCOMMIT: updated/added content
35    
36      Revision 1.29  2003/03/10 03:27:24  joko
37      + AUTOCOMMIT: updated/added content
38    
39      Revision 1.27  2003/03/09 19:56:04  joko
40      + AUTOCOMMIT: updated/added content
41    
42      Revision 1.25  2003/03/08 23:26:21  joko
43      + AUTOCOMMIT: updated/added content
44    
45      Revision 1.24  2003/03/08 22:56:30  joko
46      + AUTOCOMMIT: updated/added content
47    
48      Revision 1.23  2003/03/08 18:26:20  joko
49      + AUTOCOMMIT: updated/added content
50    
51      Revision 1.21  2003/03/08 14:26:13  joko
52      + AUTOCOMMIT: updated/added content
53    
54      Revision 1.20  2003/03/08 13:56:42  joko
55      + AUTOCOMMIT: updated/added content
56    
57      Revision 1.19  2003/03/08 12:56:24  joko
58      + AUTOCOMMIT: updated/added content
59    
60      Revision 1.18  2003/03/08 12:27:20  joko
61      + AUTOCOMMIT: updated/added content
62    
63      Revision 1.17  2003/03/08 11:27:00  joko
64      + AUTOCOMMIT: updated/added content
65    
66      Revision 1.16  2003/03/08 08:56:05  joko
67      + AUTOCOMMIT: updated/added content
68    
69      Revision 1.15  2003/03/08 07:55:59  joko
70      + AUTOCOMMIT: updated/added content
71    
72    Revision 1.14  2003/03/08 07:25:57  joko    Revision 1.14  2003/03/08 07:25:57  joko
73    + AUTOCOMMIT: updated/added content    + AUTOCOMMIT: updated/added content
74    
# Line 465  o make up a notation which can explicit Line 522  o make up a notation which can explicit
522    
523  o @lookat News::FormReply News::FormArticle News::AutoReply  o @lookat News::FormReply News::FormArticle News::AutoReply
524    
525    x updated phpDocumentor to version from cvs
526      o trying to get uml-rendering working
527        x apt-get install dia
528        x apt-get install dia2code
529    
530    x setup org.droogs--Autodia: location http://www.droogs.org/autodia/
531      #> cd /tmp
532      #> /data/opt/tools/Autodia-1.4/autodia.pl -l php -i * -p /data/www/virtual/netfrag/docs/nfo/code/flib -O
533      x setup CPAN--Template: perl -MCPAN -e "install Template"
534      ->CPAN--TT2
535      ->CPAN--Splash!
536          Which Splash! colour scheme would you like to use to build the
537          documentation?  Acceptable values are:
538            Name     Colours
539            -------------------------
540            default  lilac/mauve
541            aqua     aqua/marine
542            blue     grey75/blue75
543            green    grey75/green75
544            grey     grey75/grey50
545            leon     red75/orange/white/black
546            red      grey75/red75
547          Enter name of colour scheme:  [default]
548      ->CPAN--AppConfig
549      ->CPAN--GD
550        CPAN.pm: Going to build L/LD/LDS/GD-2.06.tar.gz
551        NOTICE: This module requires libgd 2.0.5 or higher.
552        ->Debian--libgd2: apt-get install libgd2 libjpeg62 libpng2 xlibs zlib1g
553          ->Debian--debconf ->Debian--nethack-common ->Debian--xfree86-common
554              !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
555              Installing new version of config file /etc/X11/Xsession.d/99xfree86-common_start ...
556               Adding system startup for /etc/init.d/xfree86-common ...
557                 /etc/rcS.d/S70xfree86-common -> ../init.d/xfree86-common
558              !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
559              Setting up X server socket directory /tmp/.X11-unix...done.
560              Setting up xlibs (4.2.1-6) ...
561              ->CPAN--Math::Trig
562           ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev
563              #> cd /.cpan/build/GD-2.06
564              #> make
565      x some further library-patches: cd /usr/lib
566        #> ln -s ln -s libperl.so.5.8 libperl.so
567        #> ln -s libpng.so.2 libpng.so
568        #> ln -s libfreetype.so.6 libfreetype.so
569        #> ln -s libjpeg.so.62 libjpeg.so
570      x test:
571        #> ld -l png|jpeg|freetype|perl|X11
572        X11 still fails with make GD!!!
573        #> cd /.cpan/build/GD-2.06
574        #> make
575          /usr/bin/ld: cannot find -lX11
576          collect2: ld returned 1 exit status
577          make: *** [blib/arch/auto/GD/GD.so] Error 1
578        #> apt-get install xlibs-dev
579        #> make
580        yai!
581        #> make test
582          t/GD..........ok 1/10libpng warning: Application was compiled with png.h from libpng-1.2.5
583          libpng warning: Application  is running with png.c from libpng-1.0.12
584          gd-png:  fatal libpng error: Incompatible libpng version in application and library
585        #> apt-get install libpng2-dev
586        #> apt-get install libjpeg62-dev
587          ... still the same error with "make test"
588        #> apt-get install libpng3 libpng3-dev
589        #> apt-get install libfreetype6-dev
590        The first output xml is seen! Great! Let's move on to graphviz:
591          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.
592        #> apt-get install graphviz
593        ???#> perl -MCPAN -e "install Template"
594        #> perl -MCPAN -e "install Graphviz"
595          ->CPAN--IPC::Run
596          ->CPAN--Graph
597          ->CPAN--Math::Bezier
598          ->CPAN--Heap
599        Freetype Font's do not work!
600        #> apt-get install freetype2-tools
601        #> apt-get install libttf-dev
602        #> apt-get install xfonts-scalable
603        #> apt-get install xfonts-base
604        #> apt-get install ttf-freefont
605              Freefont Serif, Sans and Mono Truetype fonts:
606              A set of free high-quality TrueType fonts covering the UCS character set.
607              These fonts are similar to the (in)famous Helvetica, Times and Courier fonts.
608              http://packages.debian.org/unstable/x11/ttf-freefont.html
609        (#> apt-get install ttf-xfree86-nonfree ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon)
610        #> defoma-font register-all /etc/defoma/hints/ttf-freefont.hints
611      o enhance:
612          root@quepasa:/home/joko/public_html/test# ./.autodiarc
613          getting pattern for php
614          using directory : /data/www/virtual/netfrag/docs/nfo/code/org.netfrag.glib
615          recursively searching files..
616        o the "php-pattern" should also contain namespaces and stuff
617          (components gets instantiated by either 'mkObject' or 'php::mkComponent')
618          make this possible!
619        
620    o quick (javascript) search for netfrag.org and packages.debian.org (xul?)
621    
622    o phpDirectoryIndex: include Joshua Eichhorns 'auth' [[http://cvs.joshuaeichorn.com/cvsweb.cgi/auth/]]
623    
624    @lookat http://cvs.joshuaeichorn.com/cvsweb.cgi/phpXmlTransform/
625    
626    o autodia: enhance with "projects"
627       <-> couple with phpDocumentor
628      
629    o phpDocumentor: try php 4.3.0 for having cross-indexed browsable source as an additional feature ;-)
630      o <-> link to pages prepared by Autodia
631      o add additional browser in top left frame for cross-domain-browsing (having multiple apis beside each other)
632      o the html-title! (make it unique!!!)
633      
634    o for Autodia:
635      o resize images to a) 800x600 portrait and b) DIN A 4 square or s.th.l.th.
636        => x .autozoom -> zoomall -> zoommulti -> zoomone
637      o stamp picture with header and footer (little expressions for including predefined title, current filename, date, etc.!)
638      o idea: render as SVG???
639      o class- and package-diagrams:
640        o "Class" for relationships of Code- and DB-Schema-classes
641        o "Package" for relationships of code-packages
642      o integrate with phpDocumentor:
643        /data/opt/tools/phpdocumentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/left_frame.tpl
644      o Autodia-TODO:
645        Add ability to split projects into multiple diagrams and group contents of
646        a diagram/subdir into system boxes - much improving clarity in big
647        projects.
648    
649    o glib-namespace aufräumen!
650    
651    o twingle
652      o what about "<pre>"-blocks?
653      o what about non-html-tags (e.g. <optional-var-name>)?
654       => we'll probably need a html-tag-db to solve this
655      o establish as RunnerAgent and IntervalRunnerAgent on quepasa!
656    
657    o phpDocumentIndex
658      o recognize symlinked directories!!!
659      o integrate with ImageZoom written for Autodia
660        -> manipulate images: zoom, rotate
661      o sort order:
662        o default: show directories on top
663        o make changable through columns
664      o option to force view of hidden files (e.g. dot-files)
665      o 24h-time-format (no AM/PM)
666      o UML-Class-diagram-icon for tutorial!!!
667    
668    o modify /etc/hosts entry by rule!!!!
669    
670    o Yakka: automate reinstallation (new IntervalRunnerAgent) of libxml2
671      #> dpkg -i /home/bareface/public_html/yakka/data/libxml2_2.4.19-4_i386.deb
672      #> /etc/init.d/apache restart
673    
674    o autozoom/runzoom
675      o from (e.g. test6/)
676      o to (e.g. test6/zoomed/)
677    
678    o global "last-recent-error"-page for admin to view errors occouring
679      ->SystemErrors
680      ->StepProcessing: ./.runrc: update|build|publish
681    
682    o clean up disks!!!
683      o h1.service.netfrag.org
684      o quepasa.netfrag.org
685    

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

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