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

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

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