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