/[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.41 by joko, Tue Mar 11 14:56:02 2003 UTC
# Line 12  Line 12 
12  @cvs-info  @cvs-info
13    $Id$    $Id$
14    $Log$    $Log$
15      Revision 1.41  2003/03/11 14:56:02  joko
16      + AUTOCOMMIT: updated/added content
17    
18      Revision 1.40  2003/03/11 06:25:59  joko
19      + AUTOCOMMIT: updated/added content
20    
21      Revision 1.39  2003/03/11 05:56:44  joko
22      + AUTOCOMMIT: updated/added content
23    
24      Revision 1.38  2003/03/11 05:26:23  joko
25      + AUTOCOMMIT: updated/added content
26    
27      Revision 1.37  2003/03/11 04:25:58  joko
28      + AUTOCOMMIT: updated/added content
29    
30      Revision 1.36  2003/03/11 02:55:54  joko
31      + AUTOCOMMIT: updated/added content
32    
33      Revision 1.35  2003/03/11 01:55:57  joko
34      + AUTOCOMMIT: updated/added content
35    
36      Revision 1.34  2003/03/10 23:55:51  joko
37      + AUTOCOMMIT: updated/added content
38    
39      Revision 1.33  2003/03/10 18:55:55  joko
40      + AUTOCOMMIT: updated/added content
41    
42      Revision 1.32  2003/03/10 17:56:05  joko
43      + AUTOCOMMIT: updated/added content
44    
45      Revision 1.31  2003/03/10 16:25:55  joko
46      + AUTOCOMMIT: updated/added content
47    
48      Revision 1.30  2003/03/10 03:56:32  joko
49      + AUTOCOMMIT: updated/added content
50    
51      Revision 1.29  2003/03/10 03:27:24  joko
52      + AUTOCOMMIT: updated/added content
53    
54      Revision 1.27  2003/03/09 19:56:04  joko
55      + AUTOCOMMIT: updated/added content
56    
57      Revision 1.25  2003/03/08 23:26:21  joko
58      + AUTOCOMMIT: updated/added content
59    
60      Revision 1.24  2003/03/08 22:56:30  joko
61      + AUTOCOMMIT: updated/added content
62    
63      Revision 1.23  2003/03/08 18:26:20  joko
64      + AUTOCOMMIT: updated/added content
65    
66      Revision 1.21  2003/03/08 14:26:13  joko
67      + AUTOCOMMIT: updated/added content
68    
69      Revision 1.20  2003/03/08 13:56:42  joko
70      + AUTOCOMMIT: updated/added content
71    
72      Revision 1.19  2003/03/08 12:56:24  joko
73      + AUTOCOMMIT: updated/added content
74    
75      Revision 1.18  2003/03/08 12:27:20  joko
76      + AUTOCOMMIT: updated/added content
77    
78    Revision 1.17  2003/03/08 11:27:00  joko    Revision 1.17  2003/03/08 11:27:00  joko
79    + AUTOCOMMIT: updated/added content    + AUTOCOMMIT: updated/added content
80    
# Line 480  x updated phpDocumentor to version from Line 543  x updated phpDocumentor to version from
543      x apt-get install dia2code      x apt-get install dia2code
544    
545  x setup org.droogs--Autodia: location http://www.droogs.org/autodia/  x setup org.droogs--Autodia: location http://www.droogs.org/autodia/
546      #> cd /tmp
547      #> /data/opt/tools/Autodia-1.4/autodia.pl -l php -i * -p /data/www/virtual/netfrag/docs/nfo/code/flib -O
548    x setup CPAN--Template: perl -MCPAN -e "install Template"    x setup CPAN--Template: perl -MCPAN -e "install Template"
549    ->CPAN--TT2    ->CPAN--TT2
550    ->CPAN--Splash!    ->CPAN--Splash!
# Line 512  x setup org.droogs--Autodia: location ht Line 577  x setup org.droogs--Autodia: location ht
577         ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev         ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev
578            #> cd /.cpan/build/GD-2.06            #> cd /.cpan/build/GD-2.06
579            #> make            #> make
             
580      x some further library-patches: cd /usr/lib
581        #> ln -s ln -s libperl.so.5.8 libperl.so
582        #> ln -s libpng.so.2 libpng.so
583        #> ln -s libfreetype.so.6 libfreetype.so
584        #> ln -s libjpeg.so.62 libjpeg.so
585      x test:
586        #> ld -l png|jpeg|freetype|perl|X11
587        X11 still fails with make GD!!!
588        #> cd /.cpan/build/GD-2.06
589        #> make
590          /usr/bin/ld: cannot find -lX11
591          collect2: ld returned 1 exit status
592          make: *** [blib/arch/auto/GD/GD.so] Error 1
593        #> apt-get install xlibs-dev
594        #> make
595        yai!
596        #> make test
597          t/GD..........ok 1/10libpng warning: Application was compiled with png.h from libpng-1.2.5
598          libpng warning: Application  is running with png.c from libpng-1.0.12
599          gd-png:  fatal libpng error: Incompatible libpng version in application and library
600        #> apt-get install libpng2-dev
601        #> apt-get install libjpeg62-dev
602          ... still the same error with "make test"
603        #> apt-get install libpng3 libpng3-dev
604        #> apt-get install libfreetype6-dev
605        The first output xml is seen! Great! Let's move on to graphviz:
606          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.
607        #> apt-get install graphviz
608        ???#> perl -MCPAN -e "install Template"
609        #> perl -MCPAN -e "install Graphviz"
610          ->CPAN--IPC::Run
611          ->CPAN--Graph
612          ->CPAN--Math::Bezier
613          ->CPAN--Heap
614        Freetype Font's do not work!
615        #> apt-get install freetype2-tools
616        #> apt-get install libttf-dev
617        #> apt-get install xfonts-scalable
618        #> apt-get install xfonts-base
619        #> apt-get install ttf-freefont
620              Freefont Serif, Sans and Mono Truetype fonts:
621              A set of free high-quality TrueType fonts covering the UCS character set.
622              These fonts are similar to the (in)famous Helvetica, Times and Courier fonts.
623              http://packages.debian.org/unstable/x11/ttf-freefont.html
624        (#> apt-get install ttf-xfree86-nonfree ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon)
625        #> defoma-font register-all /etc/defoma/hints/ttf-freefont.hints
626      o enhance:
627          root@quepasa:/home/joko/public_html/test# ./.autodiarc
628          getting pattern for php
629          using directory : /data/www/virtual/netfrag/docs/nfo/code/org.netfrag.glib
630          recursively searching files..
631        o the "php-pattern" should also contain namespaces and stuff
632          (components gets instantiated by either 'mkObject' or 'php::mkComponent')
633          make this possible!
634        
635    o quick (javascript) search for netfrag.org and packages.debian.org (xul?)
636    
637    o phpDirectoryIndex: include Joshua Eichhorns 'auth' [[http://cvs.joshuaeichorn.com/cvsweb.cgi/auth/]]
638    
639    @lookat http://cvs.joshuaeichorn.com/cvsweb.cgi/phpXmlTransform/
640    
641    o autodia: enhance with "projects"
642       <-> couple with phpDocumentor
643      
644    o phpDocumentor: try php 4.3.0 for having cross-indexed browsable source as an additional feature ;-)
645      o <-> link to pages prepared by Autodia
646      o add additional browser in top left frame for cross-domain-browsing (having multiple apis beside each other)
647      o the html-title! (make it unique!!!)
648      
649    o for Autodia:
650      o resize images to a) 800x600 portrait and b) DIN A 4 square or s.th.l.th.
651        => x .autozoom -> zoomall -> zoommulti -> zoomone
652      o stamp picture with header and footer (little expressions for including predefined title, current filename, date, etc.!)
653      o idea: render as SVG???
654      o class- and package-diagrams:
655        o "Class" for relationships of Code- and DB-Schema-classes
656        o "Package" for relationships of code-packages
657      o integrate with phpDocumentor:
658        /data/opt/tools/phpdocumentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/left_frame.tpl
659      o Autodia-TODO:
660        Add ability to split projects into multiple diagrams and group contents of
661        a diagram/subdir into system boxes - much improving clarity in big
662        projects.
663    
664    o glib-namespace aufräumen!
665    
666    o twingle
667      o what about "<pre>"-blocks?
668      o what about non-html-tags (e.g. <optional-var-name>)?
669       => we'll probably need a html-tag-db to solve this
670      o establish as RunnerAgent and IntervalRunnerAgent on quepasa!
671    
672    o phpDocumentIndex
673      o recognize symlinked directories!!!
674      o integrate with ImageZoom written for Autodia
675        -> manipulate images: zoom, rotate
676      o sort order:
677        o default: show directories on top
678        o make changable through columns
679      o option to force view of hidden files (e.g. dot-files)
680      o 24h-time-format (no AM/PM)
681      o UML-Class-diagram-icon for tutorial!!!
682    
683    o modify /etc/hosts entry by rule!!!!
684    
685    o Yakka: automate reinstallation (new IntervalRunnerAgent) of libxml2
686      #> dpkg -i /home/bareface/public_html/yakka/data/libxml2_2.4.19-4_i386.deb
687      #> /etc/init.d/apache restart
688    
689    o autozoom/runzoom
690      o from (e.g. test6/)
691      o to (e.g. test6/zoomed/)
692    
693    o global "last-recent-error"-page for admin to view errors occouring
694      ->SystemErrors
695      ->StepProcessing: ./.runrc: update|build|publish
696    
697    o clean up disks!!!
698      o h1.service.netfrag.org
699      o quepasa.netfrag.org
700    
701    o natraj/sorceress: server-consolidation?
702    
703    o monitor regularly: http://netfrag.org/docs/code/api/org.netfrag/errors.html
704    
705    o DataSource::Generic <-> ObjectList!!!
706    
707    o Yakka: (javascript-control):
708      o let CTRL + ENTER make a new para
709      o let CTRL + CTRL (double-hit) make a new page from WikiWord left of the cursor (splash into a new DHTML page!)
710    
711    x root@quepasa:/data# apt-get install pdumpfs
712    
713    o final solution for the libxml-problem?
714      root@quepasa:/home/service/backup# apt-get --fix-broken --show-upgraded --simulate dist-upgrade
715        Reading Package Lists... Done
716        Building Dependency Tree... Done
717        Correcting dependencies... Done
718        Calculating Upgrade... Done
719        The following packages will be REMOVED:
720          libxslt1 php4-domxml
721        0 packages upgraded, 0 newly installed, 2 to remove and 0  not upgraded.
722        Remv libxslt1 (1.0.27-1 ) [php4-domxml ]
723        Remv php4-domxml (4:4.2.3-11 )
724      root@quepasa:/tmp# apt-get install pdumpfs
725        Reading Package Lists... Done
726        Building Dependency Tree... Done
727        You might want to run `apt-get -f install' to correct these:
728        Sorry, but the following packages have unmet dependencies:
729          libxslt1: Depends: libxml2 (>= 2.5.0-1) but 2.4.19-4 is to be installed
730          php4-domxml: Depends: libxml2 (>= 2.5.0-1) but 2.4.19-4 is to be installed
731        E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
732      x dpkg --force-depends -r libxml2
733      o dpkg-liftpackage libxml2_2.4.19-4_i386.deb 2.5.0-1
734        x dpkg-deb -x libxml2_2.4.19-4_i386.deb fakepkg
735        x dpkg-deb -e libxml2_2.4.19-4_i386.deb
736        x mv DEBIAN fakepkg/
737        x dpkg-deb --build fakepkg libxml2_2.4.19-4_i386_fake_2.5.0-1.deb
738        x dpkg -i libxml2_2.4.19-4_i386_fake_2.5.0-1.deb
739    
740    o announce on www.netfrag.org
741      o api-doc
742      o packages.netfrag.org (libxml2!)
743      o autogenerate:
744        o api-doc & diags
745        o twingle
746    
747    o ->search.netfrag.org/ruby
748    
749    o install and use 'monit' to monitor uml's!
750    
751    o refactor Yakka::YakkaSetup
752    
753    o quepasa - Error: AMaViS
754        Starting AMaViS Daemons: amavis-milter amavisdCan't locate Razor/Client.pm in @INC (@INC contains: /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 /usr/sbin/amavisd line 54.
755        BEGIN failed--compilation aborted at /usr/sbin/amavisd line 54.
756      x apt-get install razor
757    
758    

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

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