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

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

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