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

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.35

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