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

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.31

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