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

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

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