/[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.26 by joko, Sun Mar 9 19:26:12 2003 UTC
# Line 12  Line 12 
12  @cvs-info  @cvs-info
13    $Id$    $Id$
14    $Log$    $Log$
15      Revision 1.26  2003/03/09 19:26:12  joko
16      + AUTOCOMMIT: updated/added content
17    
18      Revision 1.25  2003/03/08 23:26:21  joko
19      + AUTOCOMMIT: updated/added content
20    
21      Revision 1.24  2003/03/08 22:56:30  joko
22      + AUTOCOMMIT: updated/added content
23    
24      Revision 1.23  2003/03/08 18:26:20  joko
25      + AUTOCOMMIT: updated/added content
26    
27      Revision 1.21  2003/03/08 14:26:13  joko
28      + AUTOCOMMIT: updated/added content
29    
30      Revision 1.20  2003/03/08 13:56:42  joko
31      + AUTOCOMMIT: updated/added content
32    
33      Revision 1.19  2003/03/08 12:56:24  joko
34      + AUTOCOMMIT: updated/added content
35    
36      Revision 1.18  2003/03/08 12:27:20  joko
37      + AUTOCOMMIT: updated/added content
38    
39    Revision 1.17  2003/03/08 11:27:00  joko    Revision 1.17  2003/03/08 11:27:00  joko
40    + AUTOCOMMIT: updated/added content    + AUTOCOMMIT: updated/added content
41    
# Line 480  x updated phpDocumentor to version from Line 504  x updated phpDocumentor to version from
504      x apt-get install dia2code      x apt-get install dia2code
505    
506  x setup org.droogs--Autodia: location http://www.droogs.org/autodia/  x setup org.droogs--Autodia: location http://www.droogs.org/autodia/
507      #> cd /tmp
508      #> /data/opt/tools/Autodia-1.4/autodia.pl -l php -i * -p /data/www/virtual/netfrag/docs/nfo/code/flib -O
509    x setup CPAN--Template: perl -MCPAN -e "install Template"    x setup CPAN--Template: perl -MCPAN -e "install Template"
510    ->CPAN--TT2    ->CPAN--TT2
511    ->CPAN--Splash!    ->CPAN--Splash!
# Line 512  x setup org.droogs--Autodia: location ht Line 538  x setup org.droogs--Autodia: location ht
538         ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev         ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev
539            #> cd /.cpan/build/GD-2.06            #> cd /.cpan/build/GD-2.06
540            #> make            #> make
             
541      x some further library-patches: cd /usr/lib
542        #> ln -s ln -s libperl.so.5.8 libperl.so
543        #> ln -s libpng.so.2 libpng.so
544        #> ln -s libfreetype.so.6 libfreetype.so
545        #> ln -s libjpeg.so.62 libjpeg.so
546      x test:
547        #> ld -l png|jpeg|freetype|perl|X11
548        X11 still fails with make GD!!!
549        #> cd /.cpan/build/GD-2.06
550        #> make
551          /usr/bin/ld: cannot find -lX11
552          collect2: ld returned 1 exit status
553          make: *** [blib/arch/auto/GD/GD.so] Error 1
554        #> apt-get install xlibs-dev
555        #> make
556        yai!
557        #> make test
558          t/GD..........ok 1/10libpng warning: Application was compiled with png.h from libpng-1.2.5
559          libpng warning: Application  is running with png.c from libpng-1.0.12
560          gd-png:  fatal libpng error: Incompatible libpng version in application and library
561        #> apt-get install libpng2-dev
562        #> apt-get install libjpeg62-dev
563          ... still the same error with "make test"
564        #> apt-get install libpng3 libpng3-dev
565        #> apt-get install libfreetype6-dev
566        The first output xml is seen! Great! Let's move on to graphviz:
567          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.
568        #> apt-get install graphviz
569        ???#> perl -MCPAN -e "install Template"
570        #> perl -MCPAN -e "install Graphviz"
571          ->CPAN--IPC::Run
572          ->CPAN--Graph
573          ->CPAN--Math::Bezier
574          ->CPAN--Heap
575        Freetype Font's do not work!
576        #> apt-get install freetype2-tools
577        #> apt-get install libttf-dev
578        #> apt-get install xfonts-scalable
579        #> apt-get install xfonts-base
580        #> apt-get install ttf-freefont
581              Freefont Serif, Sans and Mono Truetype fonts:
582              A set of free high-quality TrueType fonts covering the UCS character set.
583              These fonts are similar to the (in)famous Helvetica, Times and Courier fonts.
584              http://packages.debian.org/unstable/x11/ttf-freefont.html
585        (#> apt-get install ttf-xfree86-nonfree ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon)
586        #> defoma-font register-all /etc/defoma/hints/ttf-freefont.hints
587      o enhance:
588          root@quepasa:/home/joko/public_html/test# ./.autodiarc
589          getting pattern for php
590          using directory : /data/www/virtual/netfrag/docs/nfo/code/org.netfrag.glib
591          recursively searching files..
592        o the "php-pattern" should also contain namespaces and stuff
593          (components gets instantiated by either 'mkObject' or 'php::mkComponent')
594          make this possible!
595        
596    o quick (javascript) search for netfrag.org and packages.debian.org (xul?)
597    
598    o phpDirectoryIndex: include Joshua Eichhorns 'auth' [[http://cvs.joshuaeichorn.com/cvsweb.cgi/auth/]]
599    
600    @lookat http://cvs.joshuaeichorn.com/cvsweb.cgi/phpXmlTransform/
601    
602    o autodia: enhance with "projects"
603       <-> couple with phpDocumentor
604      
605    o phpDocumentor: try php 4.3.0 for having cross-indexed browsable source as an additional feature ;-)
606      o <-> link to pages prepared by Autodia
607      o add additional browser in top left frame for cross-domain-browsing (having multiple apis beside each other)
608      o the html-title!
609      
610    o for Autodia:
611      o resize images to a) 800x600 portrait and b) DIN A 4 square or s.th.l.th.
612        => x .autozoom -> zoomall -> zoommulti -> zoomone
613      o stamp picture with header and footer (little expressions for including predefined title, current filename, date, etc.!)
614    
615    o glib-namespace aufräumen!
616    
617    o twingle
618      o what about "<pre>"-blocks?
619      o what about non-html-tags (e.g. <optional-var-name>)?
620       => we'll probably need a html-tag-db to solve this
621      o establish as RunnerAgent and IntervalRunnerAgent on quepasa!
622    
623    o phpDocumentIndex
624      o recognize symlinked directories!!!
625      o integrate with ImageZoom written for Autodia
626    

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

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