/[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.37 by joko, Tue Mar 11 04:25:58 2003 UTC
# Line 12  Line 12 
12  @cvs-info  @cvs-info
13    $Id$    $Id$
14    $Log$    $Log$
15      Revision 1.37  2003/03/11 04:25:58  joko
16      + AUTOCOMMIT: updated/added content
17    
18      Revision 1.36  2003/03/11 02:55:54  joko
19      + AUTOCOMMIT: updated/added content
20    
21      Revision 1.35  2003/03/11 01:55:57  joko
22      + AUTOCOMMIT: updated/added content
23    
24      Revision 1.34  2003/03/10 23:55:51  joko
25      + AUTOCOMMIT: updated/added content
26    
27      Revision 1.33  2003/03/10 18:55:55  joko
28      + AUTOCOMMIT: updated/added content
29    
30      Revision 1.32  2003/03/10 17:56:05  joko
31      + AUTOCOMMIT: updated/added content
32    
33      Revision 1.31  2003/03/10 16:25:55  joko
34      + AUTOCOMMIT: updated/added content
35    
36      Revision 1.30  2003/03/10 03:56:32  joko
37      + AUTOCOMMIT: updated/added content
38    
39      Revision 1.29  2003/03/10 03:27:24  joko
40      + AUTOCOMMIT: updated/added content
41    
42      Revision 1.27  2003/03/09 19:56:04  joko
43      + AUTOCOMMIT: updated/added content
44    
45      Revision 1.25  2003/03/08 23:26:21  joko
46      + AUTOCOMMIT: updated/added content
47    
48      Revision 1.24  2003/03/08 22:56:30  joko
49      + AUTOCOMMIT: updated/added content
50    
51      Revision 1.23  2003/03/08 18:26:20  joko
52      + AUTOCOMMIT: updated/added content
53    
54      Revision 1.21  2003/03/08 14:26:13  joko
55      + AUTOCOMMIT: updated/added content
56    
57      Revision 1.20  2003/03/08 13:56:42  joko
58      + AUTOCOMMIT: updated/added content
59    
60      Revision 1.19  2003/03/08 12:56:24  joko
61      + AUTOCOMMIT: updated/added content
62    
63      Revision 1.18  2003/03/08 12:27:20  joko
64      + AUTOCOMMIT: updated/added content
65    
66      Revision 1.17  2003/03/08 11:27:00  joko
67      + AUTOCOMMIT: updated/added content
68    
69    Revision 1.16  2003/03/08 08:56:05  joko    Revision 1.16  2003/03/08 08:56:05  joko
70    + AUTOCOMMIT: updated/added content    + AUTOCOMMIT: updated/added content
71    
# Line 475  x updated phpDocumentor to version from Line 529  x updated phpDocumentor to version from
529    o trying to get uml-rendering working    o trying to get uml-rendering working
530      x apt-get install dia      x apt-get install dia
531      x apt-get install dia2code      x apt-get install dia2code
532    
533    x setup org.droogs--Autodia: location http://www.droogs.org/autodia/
534      #> cd /tmp
535      #> /data/opt/tools/Autodia-1.4/autodia.pl -l php -i * -p /data/www/virtual/netfrag/docs/nfo/code/flib -O
536      x setup CPAN--Template: perl -MCPAN -e "install Template"
537      ->CPAN--TT2
538      ->CPAN--Splash!
539          Which Splash! colour scheme would you like to use to build the
540          documentation?  Acceptable values are:
541            Name     Colours
542            -------------------------
543            default  lilac/mauve
544            aqua     aqua/marine
545            blue     grey75/blue75
546            green    grey75/green75
547            grey     grey75/grey50
548            leon     red75/orange/white/black
549            red      grey75/red75
550          Enter name of colour scheme:  [default]
551      ->CPAN--AppConfig
552      ->CPAN--GD
553        CPAN.pm: Going to build L/LD/LDS/GD-2.06.tar.gz
554        NOTICE: This module requires libgd 2.0.5 or higher.
555        ->Debian--libgd2: apt-get install libgd2 libjpeg62 libpng2 xlibs zlib1g
556          ->Debian--debconf ->Debian--nethack-common ->Debian--xfree86-common
557              !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
558              Installing new version of config file /etc/X11/Xsession.d/99xfree86-common_start ...
559               Adding system startup for /etc/init.d/xfree86-common ...
560                 /etc/rcS.d/S70xfree86-common -> ../init.d/xfree86-common
561              !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
562              Setting up X server socket directory /tmp/.X11-unix...done.
563              Setting up xlibs (4.2.1-6) ...
564              ->CPAN--Math::Trig
565           ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev
566              #> cd /.cpan/build/GD-2.06
567              #> make
568      x some further library-patches: cd /usr/lib
569        #> ln -s ln -s libperl.so.5.8 libperl.so
570        #> ln -s libpng.so.2 libpng.so
571        #> ln -s libfreetype.so.6 libfreetype.so
572        #> ln -s libjpeg.so.62 libjpeg.so
573      x test:
574        #> ld -l png|jpeg|freetype|perl|X11
575        X11 still fails with make GD!!!
576        #> cd /.cpan/build/GD-2.06
577        #> make
578          /usr/bin/ld: cannot find -lX11
579          collect2: ld returned 1 exit status
580          make: *** [blib/arch/auto/GD/GD.so] Error 1
581        #> apt-get install xlibs-dev
582        #> make
583        yai!
584        #> make test
585          t/GD..........ok 1/10libpng warning: Application was compiled with png.h from libpng-1.2.5
586          libpng warning: Application  is running with png.c from libpng-1.0.12
587          gd-png:  fatal libpng error: Incompatible libpng version in application and library
588        #> apt-get install libpng2-dev
589        #> apt-get install libjpeg62-dev
590          ... still the same error with "make test"
591        #> apt-get install libpng3 libpng3-dev
592        #> apt-get install libfreetype6-dev
593        The first output xml is seen! Great! Let's move on to graphviz:
594          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.
595        #> apt-get install graphviz
596        ???#> perl -MCPAN -e "install Template"
597        #> perl -MCPAN -e "install Graphviz"
598          ->CPAN--IPC::Run
599          ->CPAN--Graph
600          ->CPAN--Math::Bezier
601          ->CPAN--Heap
602        Freetype Font's do not work!
603        #> apt-get install freetype2-tools
604        #> apt-get install libttf-dev
605        #> apt-get install xfonts-scalable
606        #> apt-get install xfonts-base
607        #> apt-get install ttf-freefont
608              Freefont Serif, Sans and Mono Truetype fonts:
609              A set of free high-quality TrueType fonts covering the UCS character set.
610              These fonts are similar to the (in)famous Helvetica, Times and Courier fonts.
611              http://packages.debian.org/unstable/x11/ttf-freefont.html
612        (#> apt-get install ttf-xfree86-nonfree ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon)
613        #> defoma-font register-all /etc/defoma/hints/ttf-freefont.hints
614      o enhance:
615          root@quepasa:/home/joko/public_html/test# ./.autodiarc
616          getting pattern for php
617          using directory : /data/www/virtual/netfrag/docs/nfo/code/org.netfrag.glib
618          recursively searching files..
619        o the "php-pattern" should also contain namespaces and stuff
620          (components gets instantiated by either 'mkObject' or 'php::mkComponent')
621          make this possible!
622        
623    o quick (javascript) search for netfrag.org and packages.debian.org (xul?)
624    
625    o phpDirectoryIndex: include Joshua Eichhorns 'auth' [[http://cvs.joshuaeichorn.com/cvsweb.cgi/auth/]]
626    
627    @lookat http://cvs.joshuaeichorn.com/cvsweb.cgi/phpXmlTransform/
628    
629    o autodia: enhance with "projects"
630       <-> couple with phpDocumentor
631      
632    o phpDocumentor: try php 4.3.0 for having cross-indexed browsable source as an additional feature ;-)
633      o <-> link to pages prepared by Autodia
634      o add additional browser in top left frame for cross-domain-browsing (having multiple apis beside each other)
635      o the html-title! (make it unique!!!)
636      
637    o for Autodia:
638      o resize images to a) 800x600 portrait and b) DIN A 4 square or s.th.l.th.
639        => x .autozoom -> zoomall -> zoommulti -> zoomone
640      o stamp picture with header and footer (little expressions for including predefined title, current filename, date, etc.!)
641      o idea: render as SVG???
642      o class- and package-diagrams:
643        o "Class" for relationships of Code- and DB-Schema-classes
644        o "Package" for relationships of code-packages
645      o integrate with phpDocumentor:
646        /data/opt/tools/phpdocumentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/left_frame.tpl
647      o Autodia-TODO:
648        Add ability to split projects into multiple diagrams and group contents of
649        a diagram/subdir into system boxes - much improving clarity in big
650        projects.
651    
652    o glib-namespace aufräumen!
653    
654    o twingle
655      o what about "<pre>"-blocks?
656      o what about non-html-tags (e.g. <optional-var-name>)?
657       => we'll probably need a html-tag-db to solve this
658      o establish as RunnerAgent and IntervalRunnerAgent on quepasa!
659    
660    o phpDocumentIndex
661      o recognize symlinked directories!!!
662      o integrate with ImageZoom written for Autodia
663        -> manipulate images: zoom, rotate
664      o sort order:
665        o default: show directories on top
666        o make changable through columns
667      o option to force view of hidden files (e.g. dot-files)
668      o 24h-time-format (no AM/PM)
669      o UML-Class-diagram-icon for tutorial!!!
670    
671    o modify /etc/hosts entry by rule!!!!
672    
673    o Yakka: automate reinstallation (new IntervalRunnerAgent) of libxml2
674      #> dpkg -i /home/bareface/public_html/yakka/data/libxml2_2.4.19-4_i386.deb
675      #> /etc/init.d/apache restart
676    
677    o autozoom/runzoom
678      o from (e.g. test6/)
679      o to (e.g. test6/zoomed/)
680    
681    o global "last-recent-error"-page for admin to view errors occouring
682      ->SystemErrors
683      ->StepProcessing: ./.runrc: update|build|publish
684    
685    o clean up disks!!!
686      o h1.service.netfrag.org
687      o quepasa.netfrag.org
688    
689    o natraj/sorceress: server-consolidation?
690    
691    o monitor regularly: http://netfrag.org/docs/code/api/org.netfrag/errors.html
692    
693    o DataSource::Generic <-> ObjectList!!!
694    
695    o Yakka: (javascript-control):
696      o let CTRL + ENTER make a new para
697      o let CTRL + CTRL (double-hit) make a new page from WikiWord left of the cursor (splash into a new DHTML page!)
698    
699    x root@quepasa:/data# apt-get install pdumpfs
700    

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

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