/[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.16 by joko, Sat Mar 8 08:56:05 2003 UTC revision 1.24 by joko, Sat Mar 8 22:56:30 2003 UTC
# Line 12  Line 12 
12  @cvs-info  @cvs-info
13    $Id$    $Id$
14    $Log$    $Log$
15      Revision 1.24  2003/03/08 22:56:30  joko
16      + AUTOCOMMIT: updated/added content
17    
18      Revision 1.23  2003/03/08 18:26:20  joko
19      + AUTOCOMMIT: updated/added content
20    
21      Revision 1.21  2003/03/08 14:26:13  joko
22      + AUTOCOMMIT: updated/added content
23    
24      Revision 1.20  2003/03/08 13:56:42  joko
25      + AUTOCOMMIT: updated/added content
26    
27      Revision 1.19  2003/03/08 12:56:24  joko
28      + AUTOCOMMIT: updated/added content
29    
30      Revision 1.18  2003/03/08 12:27:20  joko
31      + AUTOCOMMIT: updated/added content
32    
33      Revision 1.17  2003/03/08 11:27:00  joko
34      + AUTOCOMMIT: updated/added content
35    
36    Revision 1.16  2003/03/08 08:56:05  joko    Revision 1.16  2003/03/08 08:56:05  joko
37    + AUTOCOMMIT: updated/added content    + AUTOCOMMIT: updated/added content
38    
# Line 475  x updated phpDocumentor to version from Line 496  x updated phpDocumentor to version from
496    o trying to get uml-rendering working    o trying to get uml-rendering working
497      x apt-get install dia      x apt-get install dia
498      x apt-get install dia2code      x apt-get install dia2code
499    
500    x setup org.droogs--Autodia: location http://www.droogs.org/autodia/
501      #> cd /tmp
502      #> /data/opt/tools/Autodia-1.4/autodia.pl -l php -i * -p /data/www/virtual/netfrag/docs/nfo/code/flib -O
503      x setup CPAN--Template: perl -MCPAN -e "install Template"
504      ->CPAN--TT2
505      ->CPAN--Splash!
506          Which Splash! colour scheme would you like to use to build the
507          documentation?  Acceptable values are:
508            Name     Colours
509            -------------------------
510            default  lilac/mauve
511            aqua     aqua/marine
512            blue     grey75/blue75
513            green    grey75/green75
514            grey     grey75/grey50
515            leon     red75/orange/white/black
516            red      grey75/red75
517          Enter name of colour scheme:  [default]
518      ->CPAN--AppConfig
519      ->CPAN--GD
520        CPAN.pm: Going to build L/LD/LDS/GD-2.06.tar.gz
521        NOTICE: This module requires libgd 2.0.5 or higher.
522        ->Debian--libgd2: apt-get install libgd2 libjpeg62 libpng2 xlibs zlib1g
523          ->Debian--debconf ->Debian--nethack-common ->Debian--xfree86-common
524              !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
525              Installing new version of config file /etc/X11/Xsession.d/99xfree86-common_start ...
526               Adding system startup for /etc/init.d/xfree86-common ...
527                 /etc/rcS.d/S70xfree86-common -> ../init.d/xfree86-common
528              !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
529              Setting up X server socket directory /tmp/.X11-unix...done.
530              Setting up xlibs (4.2.1-6) ...
531              ->CPAN--Math::Trig
532           ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev
533              #> cd /.cpan/build/GD-2.06
534              #> make
535      x some further library-patches: cd /usr/lib
536        #> ln -s ln -s libperl.so.5.8 libperl.so
537        #> ln -s libpng.so.2 libpng.so
538        #> ln -s libfreetype.so.6 libfreetype.so
539        #> ln -s libjpeg.so.62 libjpeg.so
540      x test:
541        #> ld -l png|jpeg|freetype|perl|X11
542        X11 still fails with make GD!!!
543        #> cd /.cpan/build/GD-2.06
544        #> make
545          /usr/bin/ld: cannot find -lX11
546          collect2: ld returned 1 exit status
547          make: *** [blib/arch/auto/GD/GD.so] Error 1
548        #> apt-get install xlibs-dev
549        #> make
550        yai!
551        #> make test
552          t/GD..........ok 1/10libpng warning: Application was compiled with png.h from libpng-1.2.5
553          libpng warning: Application  is running with png.c from libpng-1.0.12
554          gd-png:  fatal libpng error: Incompatible libpng version in application and library
555        #> apt-get install libpng2-dev
556        #> apt-get install libjpeg62-dev
557          ... still the same error with "make test"
558        #> apt-get install libpng3 libpng3-dev
559        #> apt-get install libfreetype6-dev
560        The first output xml is seen! Great! Let's move on to graphviz:
561          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.
562        #> apt-get install graphviz
563        ???#> perl -MCPAN -e "install Template"
564        #> perl -MCPAN -e "install Graphviz"
565          ->CPAN--IPC::Run
566          ->CPAN--Graph
567          ->CPAN--Math::Bezier
568          ->CPAN--Heap
569        Freetype Font's do not work!
570        #> apt-get install freetype2-tools
571        #> apt-get install libttf-dev
572        #> apt-get install xfonts-scalable
573        #> apt-get install xfonts-base
574        #> apt-get install ttf-freefont
575              Freefont Serif, Sans and Mono Truetype fonts:
576              A set of free high-quality TrueType fonts covering the UCS character set.
577              These fonts are similar to the (in)famous Helvetica, Times and Courier fonts.
578              http://packages.debian.org/unstable/x11/ttf-freefont.html
579        (#> apt-get install ttf-xfree86-nonfree ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon)
580        #> defoma-font register-all /etc/defoma/hints/ttf-freefont.hints
581      o enhance:
582          root@quepasa:/home/joko/public_html/test# ./.autodiarc
583          getting pattern for php
584          using directory : /data/www/virtual/netfrag/docs/nfo/code/org.netfrag.glib
585          recursively searching files..
586        o the "php-pattern" should also contain namespaces and stuff
587          (components gets instantiated by either 'mkObject' or 'php::mkComponent')
588          make this possible!
589        
590    o quick (javascript) search for netfrag.org and packages.debian.org (xul?)
591    
592    o phpDirectoryIndex: include Joshua Eichhorns 'auth' [[http://cvs.joshuaeichorn.com/cvsweb.cgi/auth/]]
593    
594    @lookat http://cvs.joshuaeichorn.com/cvsweb.cgi/phpXmlTransform/
595    
596    o autodia: enhance with "projects"
597       <-> couple with phpDocumentor
598      
599    o phpDocumentor: try php 4.3.0 for having cross-indexed browsable source as an additional feature ;-)
600      o <-> link to pages prepared by Autodia
601      o add additional browser in top left frame for cross-domain-browsing (having multiple apis beside each other)
602      
603    o Autodia: resize images to a) 800x600 and b) DIN A 4 or s.th.l.th.
604    
605    o glib-namespace aufräumen!
606    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.24

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