--- joko/doc/SampleTasks/joko_2003-03.twingle 2003/03/08 07:25:57 1.14 +++ joko/doc/SampleTasks/joko_2003-03.twingle 2003/03/11 02:55:54 1.36 @@ -10,8 +10,65 @@ @sequence meta @document-history @cvs-info - $Id: joko_2003-03.twingle,v 1.14 2003/03/08 07:25:57 joko Exp $ + $Id: joko_2003-03.twingle,v 1.36 2003/03/11 02:55:54 joko Exp $ $Log: joko_2003-03.twingle,v $ + Revision 1.36 2003/03/11 02:55:54 joko + + AUTOCOMMIT: updated/added content + + Revision 1.35 2003/03/11 01:55:57 joko + + AUTOCOMMIT: updated/added content + + Revision 1.34 2003/03/10 23:55:51 joko + + AUTOCOMMIT: updated/added content + + Revision 1.33 2003/03/10 18:55:55 joko + + AUTOCOMMIT: updated/added content + + Revision 1.32 2003/03/10 17:56:05 joko + + AUTOCOMMIT: updated/added content + + Revision 1.31 2003/03/10 16:25:55 joko + + AUTOCOMMIT: updated/added content + + Revision 1.30 2003/03/10 03:56:32 joko + + AUTOCOMMIT: updated/added content + + Revision 1.29 2003/03/10 03:27:24 joko + + AUTOCOMMIT: updated/added content + + Revision 1.27 2003/03/09 19:56:04 joko + + AUTOCOMMIT: updated/added content + + Revision 1.25 2003/03/08 23:26:21 joko + + AUTOCOMMIT: updated/added content + + Revision 1.24 2003/03/08 22:56:30 joko + + AUTOCOMMIT: updated/added content + + Revision 1.23 2003/03/08 18:26:20 joko + + AUTOCOMMIT: updated/added content + + Revision 1.21 2003/03/08 14:26:13 joko + + AUTOCOMMIT: updated/added content + + Revision 1.20 2003/03/08 13:56:42 joko + + AUTOCOMMIT: updated/added content + + Revision 1.19 2003/03/08 12:56:24 joko + + AUTOCOMMIT: updated/added content + + Revision 1.18 2003/03/08 12:27:20 joko + + AUTOCOMMIT: updated/added content + + Revision 1.17 2003/03/08 11:27:00 joko + + AUTOCOMMIT: updated/added content + + Revision 1.16 2003/03/08 08:56:05 joko + + AUTOCOMMIT: updated/added content + + Revision 1.15 2003/03/08 07:55:59 joko + + AUTOCOMMIT: updated/added content + Revision 1.14 2003/03/08 07:25:57 joko + AUTOCOMMIT: updated/added content @@ -465,3 +522,164 @@ o @lookat News::FormReply News::FormArticle News::AutoReply +x updated phpDocumentor to version from cvs + o trying to get uml-rendering working + x apt-get install dia + x apt-get install dia2code + +x setup org.droogs--Autodia: location http://www.droogs.org/autodia/ + #> cd /tmp + #> /data/opt/tools/Autodia-1.4/autodia.pl -l php -i * -p /data/www/virtual/netfrag/docs/nfo/code/flib -O + x setup CPAN--Template: perl -MCPAN -e "install Template" + ->CPAN--TT2 + ->CPAN--Splash! + Which Splash! colour scheme would you like to use to build the + documentation? Acceptable values are: + Name Colours + ------------------------- + default lilac/mauve + aqua aqua/marine + blue grey75/blue75 + green grey75/green75 + grey grey75/grey50 + leon red75/orange/white/black + red grey75/red75 + Enter name of colour scheme: [default] + ->CPAN--AppConfig + ->CPAN--GD + CPAN.pm: Going to build L/LD/LDS/GD-2.06.tar.gz + NOTICE: This module requires libgd 2.0.5 or higher. + ->Debian--libgd2: apt-get install libgd2 libjpeg62 libpng2 xlibs zlib1g + ->Debian--debconf ->Debian--nethack-common ->Debian--xfree86-common + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + Installing new version of config file /etc/X11/Xsession.d/99xfree86-common_start ... + Adding system startup for /etc/init.d/xfree86-common ... + /etc/rcS.d/S70xfree86-common -> ../init.d/xfree86-common + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + Setting up X server socket directory /tmp/.X11-unix...done. + Setting up xlibs (4.2.1-6) ... + ->CPAN--Math::Trig + ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev + #> cd /.cpan/build/GD-2.06 + #> make + x some further library-patches: cd /usr/lib + #> ln -s ln -s libperl.so.5.8 libperl.so + #> ln -s libpng.so.2 libpng.so + #> ln -s libfreetype.so.6 libfreetype.so + #> ln -s libjpeg.so.62 libjpeg.so + x test: + #> ld -l png|jpeg|freetype|perl|X11 + X11 still fails with make GD!!! + #> cd /.cpan/build/GD-2.06 + #> make + /usr/bin/ld: cannot find -lX11 + collect2: ld returned 1 exit status + make: *** [blib/arch/auto/GD/GD.so] Error 1 + #> apt-get install xlibs-dev + #> make + yai! + #> make test + t/GD..........ok 1/10libpng warning: Application was compiled with png.h from libpng-1.2.5 + libpng warning: Application is running with png.c from libpng-1.0.12 + gd-png: fatal libpng error: Incompatible libpng version in application and library + #> apt-get install libpng2-dev + #> apt-get install libjpeg62-dev + ... still the same error with "make test" + #> apt-get install libpng3 libpng3-dev + #> apt-get install libfreetype6-dev + The first output xml is seen! Great! Let's move on to graphviz: + 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. + #> apt-get install graphviz + ???#> perl -MCPAN -e "install Template" + #> perl -MCPAN -e "install Graphviz" + ->CPAN--IPC::Run + ->CPAN--Graph + ->CPAN--Math::Bezier + ->CPAN--Heap + Freetype Font's do not work! + #> apt-get install freetype2-tools + #> apt-get install libttf-dev + #> apt-get install xfonts-scalable + #> apt-get install xfonts-base + #> apt-get install ttf-freefont + Freefont Serif, Sans and Mono Truetype fonts: + A set of free high-quality TrueType fonts covering the UCS character set. + These fonts are similar to the (in)famous Helvetica, Times and Courier fonts. + http://packages.debian.org/unstable/x11/ttf-freefont.html + (#> apt-get install ttf-xfree86-nonfree ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon) + #> defoma-font register-all /etc/defoma/hints/ttf-freefont.hints + o enhance: + root@quepasa:/home/joko/public_html/test# ./.autodiarc + getting pattern for php + using directory : /data/www/virtual/netfrag/docs/nfo/code/org.netfrag.glib + recursively searching files.. + o the "php-pattern" should also contain namespaces and stuff + (components gets instantiated by either 'mkObject' or 'php::mkComponent') + make this possible! + +o quick (javascript) search for netfrag.org and packages.debian.org (xul?) + +o phpDirectoryIndex: include Joshua Eichhorns 'auth' [[http://cvs.joshuaeichorn.com/cvsweb.cgi/auth/]] + +@lookat http://cvs.joshuaeichorn.com/cvsweb.cgi/phpXmlTransform/ + +o autodia: enhance with "projects" + <-> couple with phpDocumentor + +o phpDocumentor: try php 4.3.0 for having cross-indexed browsable source as an additional feature ;-) + o <-> link to pages prepared by Autodia + o add additional browser in top left frame for cross-domain-browsing (having multiple apis beside each other) + o the html-title! (make it unique!!!) + +o for Autodia: + o resize images to a) 800x600 portrait and b) DIN A 4 square or s.th.l.th. + => x .autozoom -> zoomall -> zoommulti -> zoomone + o stamp picture with header and footer (little expressions for including predefined title, current filename, date, etc.!) + o idea: render as SVG??? + o class- and package-diagrams: + o "Class" for relationships of Code- and DB-Schema-classes + o "Package" for relationships of code-packages + o integrate with phpDocumentor: + /data/opt/tools/phpdocumentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/left_frame.tpl + o Autodia-TODO: + Add ability to split projects into multiple diagrams and group contents of + a diagram/subdir into system boxes - much improving clarity in big + projects. + +o glib-namespace aufräumen! + +o twingle + o what about "
"-blocks? + o what about non-html-tags (e.g.)? + => we'll probably need a html-tag-db to solve this + o establish as RunnerAgent and IntervalRunnerAgent on quepasa! + +o phpDocumentIndex + o recognize symlinked directories!!! + o integrate with ImageZoom written for Autodia + -> manipulate images: zoom, rotate + o sort order: + o default: show directories on top + o make changable through columns + o option to force view of hidden files (e.g. dot-files) + o 24h-time-format (no AM/PM) + o UML-Class-diagram-icon for tutorial!!! + +o modify /etc/hosts entry by rule!!!! + +o Yakka: automate reinstallation (new IntervalRunnerAgent) of libxml2 + #> dpkg -i /home/bareface/public_html/yakka/data/libxml2_2.4.19-4_i386.deb + #> /etc/init.d/apache restart + +o autozoom/runzoom + o from (e.g. test6/) + o to (e.g. test6/zoomed/) + +o global "last-recent-error"-page for admin to view errors occouring + ->SystemErrors + ->StepProcessing: ./.runrc: update|build|publish + +o clean up disks!!! + o h1.service.netfrag.org + o quepasa.netfrag.org +