/[cvs]/joko/doc/SampleTasks/joko_2003-01.html
ViewVC logotype

Diff of /joko/doc/SampleTasks/joko_2003-01.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by joko, Fri Jan 24 07:18:25 2003 UTC revision 1.67 by joko, Mon Jan 27 03:03:30 2003 UTC
# Line 1  Line 1 
1  <html>  <html>
2    <head>
3      <title>joko's sample notes - 2003-01 - InventoryCleanupAndRefactoring</title>
4      <link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />
5    </head>
6  <body>  <body>
7    
8    for working with it
9      - global metadata
10        - cvs-loginfo/commitinfo
11      - ItemMetadata
12        - ItemStatus (open, closed and stuff)
13        - ItemIdentifier
14        - ItemAuthor
15        - ItemType
16        - references/associations to/from
17      - word metadata
18        - link to target
19        - show target as ...
20      - overview of all gathered metadata (at the bottom)
21    
22    for rendering it
23        - render <target> at <locator> as <that-type> [in <this-mode>] [to this <othertarget>]
24    
25    
26  <pre>  <pre>
27    
28  joko@netfrag.org - sample stack:  joko@netfrag.org - sample stack:
# Line 354  o new user "gateway": Line 376  o new user "gateway":
376    x mkdir /var/lib/cvs/gateway    x mkdir /var/lib/cvs/gateway
377    x chown -R gateway.gateway /var/lib/cvs/gateway    x chown -R gateway.gateway /var/lib/cvs/gateway
378    x su gateway    x su gateway
379      x cvs -d /var/lib/cvs checkout -d ~ gateway
380      
381    x error on quepasa:
382        Jan 24 19:00:09 quepasa sm-mta[17960]: STARTTLS=server, relay=pD9E77B39.dip.t-dialin.net [217.231.123.57], version=TLSv1/SSLv3, verify=NO, cipher=RC4-MD5, bits=128/128
383        Jan 24 19:00:09 quepasa sm-mta[17960]: h0OI081D017960: ruleset=check_rcpt, arg1=<janosch@ultrajan.de>, relay=pD9E77B39.dip.t-dialin.net [217.231.123.57], reject=550 5.7.1 <janosch@ultrajan.de>... Relaying denied. Proper authentication required.
384      x add to /etc/mail/default-auth-info
385        sendmail
386        sendmail
387        sendmailpwd
388        quepasa.netfrag.org
389      x /etc/init.d/sendmail restart
390    
391    o Torus::Publish::Research::Web
392       o googling for something automagically opens a new task
393       o all links directly or indirectly coming out of this are sorted below this task
394       o the user can end this task on demand: timetracking is done automagically as well
395      
396    o register tutos.netfrag.org
397    
398    o qpopper with tls, sasl and kerberos5?
399    
400    o off realtime! the only thing that happens at realtime is MailMiltering.
401       x cvs checkout of joko/doc is done via cron
402       x mail2news-dispatching is now done via cron (would be possible "in realtime" via '.forward'ing the mail *directly* to dispatchmail)
403    
404    o ctlinnd newgroup nfo.csm (Collaborative System Management)
405    
406    o make possible:
407      o after "cvs update" make question: "Found new items in "" while scanning. Should i add them to the repository?"
408      o drag & drop arbitrary items out of outlook (.msg, .nws, etc.) - search for them while scanning the fs and sync them
409         against *original* source. (e.g. 'Message-ID: <b0s5v9$j7d$1@quepasa.netfrag.org>')
410    
411    x CVSSpam -> nfo.log.cvs
412      x su root
413      x cd /etc/mail
414      x nano virtusertable
415      x add line:
416        x cvs-log@netfrag.org             gateway
417      x make virtusertable
418      x su gateway
419    x cd ~    x cd ~
420    x cvs -d /var/lib/cvs checkout -d . gateway    x nano .dispatchmailrc
421        x add lines:
422          $self->copy('Newsgate', 'nfo.log.cvs')
423            if $to =~ m/cvs-log/;
424      x exit   (to logout)
425      x cvs update CVSROOT/loginfo
426      x add to CVSROOT/loginfo (to the end of the line starting with '^nfo '):
427        --to cvs-log@netfrag.org
428      x cvs commit -m "+ added new notification target: 'cvs-log@netfrag.org'" CVSROOT/loginfo
429      x tested with some mini-howto
430      x removed '--to joko@netfrag.org --to jonen@netfrag.org --to bareface@netfrag.org --to janosch@netfrag.org '
431         from CVSROOT/loginfo for module 'nfo'
432      x announce this
433        x added to '/etc/news/nnrp.access':
434          *:Read Post:bareface:bareface:*
435        x /etc/init.d/inn reload
436    
437    x add 'gateways'-repository to chora
438      x nano /data/www/doc/horde/chora/config/cvsroots.php
439      x add lines:
440        # 2003-01-24, joko
441        $cvsroots['gateway'] = array(
442            'name' => 'gateway',
443            'location' => '/var/lib/cvs/gateway',
444            'title' => "$titlePrefix gateway's CVS Repository",
445            'cvsusers' => $cvsusers,
446        );
447    
448    x configured Apache for serving news.netfrag.org
449       x cleaned up /data/www/virtual/netfrag/conf/httpd.conf
450          x ./test.conf
451          x comments
452       x /etc/init.d/apache reload
453       x test: http://news.netfrag.org/
454      
455    o new module for cvs-repository?
456       o nfo/layouts/fs/skel/data2
457       o checkout to /data on quepasa.netfrag.org
458       x done:
459          x su root
460          x cd /var/lib/cvs
461          x mkdir -p nfo/layouts/fs/skel/data
462          x mkdir -p nfo/layouts/fs/skel/data2
463          x mkdir -p nfo/hosts/quepasa.netfrag.org/data
464          x cvs -d /var/lib/cvs checkout -d /data nfo/hosts/quepasa.netfrag.org/data
465            x *mungle everything and commit!*  look at the repository!
466          x add special group with access to this repository: 'rootsrc'
467            x groupadd rootsrc
468            x usermod -G src,staff,rootsrc joko
469            x usermod -G src,staff,rootsrc jonen
470            x usermod -G rootsrc root
471            x change permissions
472              x cd /var/lib/cvs/nfo/
473              x chown -R .rootsrc hosts
474              x chmod -R g+w hosts
475    
476        
477    x add to system-conf-repository:
478      x /etc/mail
479      x php: cvs-redirect
480      x
481      
482    o extend WCron
483       x show (per-task) if it's currently running or not: provide buttons to (start, stop, pause, resume or cancel a task...)
484       x use as a frontend for administering nfo/libs/perl/ - backend - tasks(???)
485      
486    x install Horde/Troll
487       x install troll
488         x cd /home/service/download
489         x mkdir horde
490         x cd horde
491         x wget ftp://ftp.horde.org/pub/troll/troll-0.0.2.tar.gz
492         x tar -xzf troll-0.0.2.tar.gz --directory=/data/www/doc/horde/
493       x configure horde
494         x cd /data/www/doc/horde/
495         x nano config/registry.php
496            x add lines:
497             $this->applications['troll'] = array(
498                 'fileroot' => dirname(__FILE__) . '/../troll',
499                 'webroot' => $this->applications['horde']['webroot'] . '/troll',
500                 'icon' => $this->applications['horde']['webroot'] . '/troll/graphics/troll.gif',
501                 'name' => _("News"),
502                 'allow_guests' => true,
503                 'show' => true
504             );
505          x configure Troll
506            x cd troll/config
507            x conf.php
508              x cp conf.php.dist conf.php
509              x nano conf.php
510              x edit:
511                x $conf['news']['server'] = 'news.netfrag.org';
512                x $conf['news']['mailserver'] = 'mail.netfrag.org';
513            x servers.php
514              x cp servers.php.dist servers.php
515              x add:
516                $servers['netfrag.org'] = array(
517                    'name' => 'news.netfrag.org',
518                    'server' => 'news.netfrag.org',
519                    'port' => 119,
520                );
521            x prefs.php
522              x cp prefs.php.dist prefs.php
523            x html.php
524              x cp html.php.dist html.php
525            x permissions
526              x chmod o+r *.php
527              
528            
529          x test: http://netfrag.org/horde/
530            o another (more bright) skin for horde@netfrag.org!!!
531            
532    o Warum nicht überall Horde? Sondern TUTOS?
533       o Horde ist sehr breit angelegt, dafür fehlt es jedoch an vielen Stellen noch ein wenig im Detail.
534       o mittlerweile: mit Hermes & Co.? nochmal ansehen!
535    
536    o just do automated operations (like cvs commit) only if system is idle
537    
538    o automagically redirect http://netfrag.org/horde/ to https://netfrag.org/horde/
539      o with an Apache - rewrite-rule?
540      
541    x how to map TUTOS-groups to newsgroups?
542      x ctlinnd newgroup nfo.tutos.sysadmin
543      x add dispatching for sysadmin@netfrag.org
544        x add to /home/service/virtual/gateway/.dispatchmailrc
545          $self->copy('Newsgate', 'nfo.tutos.sysadmin') if $to =~ m/sysadmin/;
546        x add to /etc/mail/virtusertable:
547          # --- news.netfrag.org - joko, 2003-01-24
548          sysadmin@netfrag.org            gateway
549          make virtusertable!
550        x write welcome-mail
551          root@quepasa:~$ mail sysadmin@netfrag.org
552          Subject: Welcome to the sysadmin-newsgroup at netfrag.org!
553          Have fun!
554          greets, joko.
555          
556          .
557          Cc:
558        x test: do "refresh newsgroups" at your favourite news-reader
559      x this has been refactored to: <a href="http://news.netfrag.org/nfo.tutos.sysadmin/id/b0shbj$l9s$1@quepasa.netfrag.org">[news:id=b0shbj$l9s$1@quepasa.netfrag.org]</a>
560        x HEADERS:
561          x Message-ID: <b0shbj$l9s$1@quepasa.netfrag.org>
562          x Subject: Re: Welcome to the sysadmin-newsgroup at netfrag.org!
563        o newsgate
564          o http://news.netfrag.org/nfo.tutos.sysadmin/id/b0shbj$l9s$1@quepasa.netfrag.org
565          o http://news.netfrag.org/nfo.tutos.sysadmin/subject/Re: Welcome to the sysadmin-newsgroup at netfrag.org!
566    
567    o Erkenntnis aus UML (Kernel 2.4): schwierig mit gleichzeitigem Zugriff
568    
569    o gave up trying to get Troll running
570    
571    x setup alternatives to Horde for public access
572      o viewcvs
573        x apt-get install libapache-mod-python
574        
575      o WebNewsViewer
576      
577    o release the user from having to send email-messages to actually post urls with content (e.g. "FirstPage")
578    
579    o parse .url-files!
580    
581    o have newsgroup-structure backed in ldap-container (ou) somehow (Data::Map!)
582    
583    x new email-addresses@netfrag.org:
584      x sysadmin@netfrag.org
585      x faq@netfrag.org
586      
587    x --rework|*reworked*-- apache-layout - check into repository as something root is responsible for!
588    
589    x --setup|*setting up*-- newsportal (by Florian Amrhein)
590      x url: http://florian-amrhein.de/newsportal/
591      x cd /home/service/download
592      x mkdir newsportal
593      x cd newsportal
594      x wget http://florian-amrhein.de/newsportal/download/newsportal-0.24.tar.gz
595      x mkdir -p /data/www/virtual/netfrag/sites/news/apps/newsportal/
596      x tar -xzf newsportal-0.24.tar.gz --directory=/data/www/global/apps/newsportal/
597      x add to /data/www/virtual/netfrag/conf/applications.conf
598        Alias /webnews/ /data/www/global/apps/newsportal/
599      x configure in /data/www/global/apps/newsportal/config.inc
600        // newsserver setup
601        $server="news.netfrag.org";
602        $server_auth_user="webnews";
603        $server_auth_pass="web123";
604      x add to /etc/news/nnrp.access:
605        # 2003-01-26, joko
606        *:Read Post:webnews:web123:*
607      x modify groups.txt
608        <nfo.* - add all groups here>
609        o TODO: AUTOUPDATE here!
610      x add to the index-page:
611        xR set INSERTION="<link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />"
612        x grep -rin "<head" *
613          doc/readme-deutsch.html:4:</head>
614          doc/faq.html:4:</head>
615          doc/history.txt:234:- fehlender </head> Tag ergaenzt
616          doc/readme-english.html:4:</head>
617          doc/history.txt~:233:- fehlender </head> Tag ergaenzt
618          extras/frames/thread_frameset.php:10:</head>
619          head.inc:5:</head>
620        x cvs add head.inc
621        x cvs commit -m "+ initial commit" head.inc
622        x <modify head.inc>
623          x nano head.inc
624          x <jump to line 5> STRG+W + T: 5
625          xR <insert INSERTION>
626          xR <insert [ENTER]>
627          x <save file> STRG+O + [ENTER]
628        x test: <hit reload on <a href="http://www.netfrag.org/webnews/">http://www.netfrag.org/webnews/</a>>
629          o TODO: RefactorThisHtmlRef to WebNews
630        o view message in some MimeViewer or HtmlViewer (Horde?)
631          o -> use a MessageViewer with MimeCapabilities and HtmlCapabilities
632      x Why newsportal and no other?
633        x directly connects to nntp-daemon
634        x has local spool (o TODO: purge regularly?)
635        x highly customizable
636          x added custom css-stylesheet and changed something at content-rendering-level without any problems
637          x visit cvs.netfrag.org to look at the changes made to the newsportal codebase:
638            x -> <a href="http://cvs.netfrag.org/nfo/hosts/quepasa.netfrag.org/data/www/global/apps/newsportal/">newsportal at cvs.netfrag.org</a>
639              o TODO: RefactorThisLink
640        x it's just easy!
641      x setup dispatchrequest for http://news.netfrag.org
642        x cd /data/www/virtual/netfrag/sites/news/
643        x create symlink
644          x ./.symlinkrc
645        x copy over from webcvs
646          x cp ../webcvs/index.php .
647          x mkdir .dispatch
648          x cd .dispatch
649          x cp ../webcvs/.dispatch/config.php .
650          x cp ../webcvs/.dispatch/index.php .
651        x cvs add ...
652        x cvs commit ...
653      x added|*adding* dispatcher at http://news.netfrag.org
654        x used and mungled DispatchRequest(->cvs, ->doc, ->search)  for this purpose
655          o IdeaFor ParseDoc: expand: cvs=JumpToCvs, doc=JumpToDoc, search=SearchFor
656            x examples for the JumpToCvs mechanism are shown on <a href="http://netfrag.org/~joko/computing/overview/topics/>computing/overview/topics</a>
657        x tested http://cvs.netfrag.org/ - still working...
658        o AddedFeatures to DispatchRequest:
659          x JumpToNewsgroup: http://news.netfrag.org/nfo.tutos.sysadmin/
660            e.g. ->http://netfrag.org/webnews/thread.php?group=nfo.links.computing
661          o JumpToThread: NotYetImplemented! DoWeReallyNeedThis?
662          o JumpToArticle: http://news.netfrag.org/nfo.sysadmin.tutos/id/b0shbj$l9s$1@quepasa.netfrag.org
663          x JumpToArticle: http://news.netfrag.org/nfo.links.computing/id/44
664            e.g. ->http://netfrag.org/webnews/article.php?id=44&group=nfo.links.computing
665          
666    
667    o NfoWeb
668      o add WikiPages:
669        o Overview
670          o Projects
671          o MiniHowTo
672          (o Search)
673      o modify HomePage
674        o change Projects to Overview
675    
676    o yakka & pod
677      o convert pod to tavi
678        o perl first (pod2tavi)
679        o php afterwards (pod2tavi-php)
680        o then refactor to a YakkaPlugin (an "input-filter"?) ('yakka-filter-pod'?)
681      o address "files" outside the normal/configured default YakkaRepository
682        o introduce: "ExplicitAddressingOfArbitraryTargets"
683          o via HttpHeader (GET/POST) (HtmlUrlArgument, HtmlFormField)
684        o introduce "YakkaContainers": aim: group a bunch of targets/items together as a kind of "MetaRepository"
685    
686    o viewcvs & yakka
687      o a filesystem-adapter for yakka's storage-handler-system
688      o show "view in yakka" if document-type eq 'tavi|tavi,v|pod'
689    
690    o IconForNetfrag.Org?
691      o fav.ico?
692      
693    x --*installed*|install-- viewcvs
694      x apt-get install viewcvs
695        x configured:
696          x /var/lib/cvs
697          x email-address (new): cvs-admin@netfrag.org  ->  dev@netfrag.org
698          x no forbidden modules (do this via unix permissions!)
699          x allow tarball generation? yes!
700          x Hint: add "Alias /viewcvs/ /usr/share/viewcvs/" to /etc/apache/conf/httpd.conf for online documents and icons
701            x added to '/data/www/virtual/netfrag/conf/applications.conf' in our case
702          x added '<link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />' to '/etc/viewcvs/templates/header.ezt'
703    
704    o rendering *proposals* for TaviWorkflow
705      o Linking|Referencing (WikiWords, PureExplicitLinkExtrapolation, NamedLinks)
706      o Coloring
707        o [o=red, x=green, R=red, r=green]
708    
709    o *shortcut*: TestApache to run 'apachectl configtest' (WikiForSystemAdministration)
710    
711    x web-based newsreader? twig!
712      x apt-get install twig
713      
714    o shutdown horde (for now: "pause")
715    
716    o viewcvs & apache-mod-python?
717    
718    o home2web, .home2webrc
719      --before: buildhtml --source=pod|tavi
720      --after: say "ready"
721    
722    x added root of quepasa to cvs
723      x su root
724      x cd /var/lib/cvs/nfo/hosts/quepasa.netfrag.org
725      x mkdir root
726        x chown -R .rootsrc root/
727        x chmod -R g+w root/
728      x cd /tmp
729      x cvs -d /var/lib/cvs checkout -d / nfo/hosts/quepasa.netfrag.org/root
730      x start with /etc
731        x cd /etc
732        x cvs add etc
733        x cvs add viewcvs
734          x cd viewcvs
735          x cvs add ....
736          x cvs commit -m "+ initial commit"
737    
738    x How to get a single file from cvs for download: (e.g.)
739       wget http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/viewcvs/viewcvs/templates/header.ezt?rev=1.2
740    
741    x cvsgraph still missing: apt-get install cvsgraph
742    
743    x chora -> viewcvs
744      o change logo at /usr/share/viewcvs/images
745      x removed from template
746      x cvsview-query.cgi didn't work yet!
747        x error was:
748          x tail -f /data/www/virtual/netfrag/log/error_log
749          Traceback (most recent call last):
750            File "/usr/lib/cgi-bin/viewcvs-query.cgi", line 50, in ?
751              import query
752            File "/usr/lib/python2.1/viewcvs/query.py", line 42, in ?
753              import cvsdb
754            File "/usr/lib/python2.1/viewcvs/cvsdb.py", line 34, in ?
755              import dbi
756            File "/usr/lib/python2.1/viewcvs/dbi.py", line 17, in ?
757              import MySQLdb
758          ImportError: No module named MySQLdb
759          [Sat Jan 25 11:16:55 2003] [error] [client 217.231.127.85] Premature end of script headers: /usr/lib/cgi-bin/viewcvs-query.cgi
760        x solution is:      
761          x apt-get install python-mysqldb
762        x use mysql;
763          x insert into db values ('localhost', 'ViewCVS', 'viewcvs', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');
764          x insert into db values ('%', 'ViewCVS', 'viewcvs', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');
765          x insert into user (host, user, password) values ('localhost', 'viewcvs', password('viewcvs'));
766          x flush privileges;
767        x cd /usr/lib/viewcvs
768        x ./make-database
769      x
770      o mail to author of viewcvs
771        
772    
773    o docu about uml and filesystem-layer running on gharb for MiniHowTo?
774    
775    o search.php?wiki=1&cvs=1&index=1
776    
777    o get mnoGoSearch running
778      e apt-get install mnoGoSearch
779    
780    o it's not tavi nor tavi-workflow - it's: JustWrite? it's todo! (.todo -> .justdo -> .justwrite -> .done)
781    
782    o ScanToWeb
783    
784    o look at Mailman: http://www.list.org/features.html
785    
786    o use cvsup!?
787    
788    o alien.netfrag.org - (package-conversion)  --> alien.packages.netfrag.org
789    
790    o chora2viewcvs - How to migrate from Horde/Chora to viewcvs.
791    
792    o LinuxInCvs (linux2cvs)
793    
794    o TestApacheConfig, StopApache, StartApache have to work without any running Apache - of course!
795    
796    o through "viewcvs" we loose the ability to "publish" documents via former chora:
797       viewcvs takes care to keep documents like they are in their original - so ".html"-files should be shown with text/plain
798    
799    o re-integrate .cvslink/JumpToCvs with dispatchurl
800    
801    o WikiWords in CvsCommitMessages? (via yakka?)
802    
803    x http://cvs.netfrag.org/bareface/yakka/?tarball=1
804    
805    o [source:/link/to/source-code]   (most times a '.cvslink' - hmmm?)
806       [source:<projectname>]
807    
808    o HelpMe
809    
810    o [snapshot:/link/to/snapshot]
811       [snapshot:<projectname>]
812    
813    o dispatchrequest - a multipurpose request dispatcher
814      o integrate:
815        x redirector at cvs.netfrag.org ...
816        o ... and news.netfrag.org
817      o JumpToCvs (.cvslink-mechanism)
818      o how was it done?
819        x cd /data/www/virtual/netfrag/sites/webcvs/.dispatch
820        x ln -s /data/www/global/apps/dispatchrequest .
821        
822      
823    o buildhtml -> makedoc
824    
825    o TWIG & yakka?
826    
827    o rename: dispatchmail -> dispatchmessage
828    
829    c rename: dispatchrequest -> forwardrequest?
830    
831    o readrc of bashrc|perlrc|xmlrc
832    
833    x setup TWIG
834      x cd /usr/share/doc/twig
835      x cd /data/www/virtual/netfrag/conf/
836      x nano applications.conf
837      x add line: Alias /twig/ /usr/share/twig/
838      x had to modify /etc/apache/conf/httpd.conf:
839        x added: 'index.php3'
840            <IfModule mod_dir.c>
841                DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3
842            </IfModule>
843        x added: '.php3'
844            AddType application/x-httpd-php .php .php3
845        x /etc/init.d/apache reload
846        x cd /etc/twig
847          x modify config.inc.php3
848        x cd /usr/share/twig/setup
849          x mysql
850            x use mysql
851            x insert into user (host, user, password) values ('localhost', 'www-data', password(''));
852            x insert into db values ('localhost', 'twig', 'www-data', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');
853            x create database twig;
854            x flush privileges;
855          x database-schema
856            x gunzip twig.table.mysql.gz
857            x mysql twig < twig.table.mysql
858            
859    x setup arbitrary packet and bind to csm-system (Collaborative Software Management)
860      x pinstall twig
861        x apt-get install twig
862        x cd /etc
863        x cvs add twig
864        x cd twig
865        x cvs add *
866        x cvs add .htaccess
867        x cvs commit -m "+ initial commit"
868        
869    
870    o remove html from phpWiki: ('http://'!!!) (->https!!!)
871      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
872        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
873      <link rel="copyright" title="GNU General Public License" href="http://www.gnu.org/copyleft/gpl.html#SEC1" />
874      <link rel="author" title="The PhpWiki Programming Team" href="http://phpwiki.sourceforge.net/phpwiki/ThePhpWikiProgrammingTeam" />
875    
876    o force https for: (authentication purposes - anonymous is http!)
877      o horde
878      o tutos
879      
880    x dpkg -x twig_2.7.5-4_all.deb tmp/
881    
882    o TWIG & OpenLDAP!?
883    
884    x ApacheMasterLayoutRefactoring: quepasa.netfrag.org:
885      x removed /data/www/doc to /data/www/global/apps
886        x test:
887          x cd /data/www/virtual
888          x grep -ri "/data/www/doc" *
889          x cd /data/www/global
890            x grep -ri "/data/www/doc" *
891            x apps/twiki/
892              x lib/TWiki.cfg
893              x bin/.htaccess
894            x conf/twiki-httpd
895              ---> just change between 'global' and (e.g.) 'virtual/netfrag' for switching between scopes   ;-)
896              ---> the container (folder)-structure at global and sub-virtual level must match almost exactly to make this possible!!!!!
897            x conf/virtualdomains-httpd/
898            x doc/twiki/
899      x removed: /data/www/virtual/netfrag/pub to /data/www/virtual/netfrag/sites/public
900        x cd virtual/netfrag/conf
901          x grep -ri "/pub" *
902            x modify httpd.conf and applications.conf
903      x apachectl configtest
904        Syntax error on line 345 of /etc/apache/httpd.conf:
905        DocumentRoot must be a directory
906        x disabled there completely
907        x now in /data/www/global/conf/httpd.conf
908          DocumentRoot /data/www/virtual/netfrag/sites/public
909      x apachectl configtest
910        fopen: No such file or directory
911        apache: could not open document config file /data/www/conf/twiki-httpd.conf
912        x mv /data/www/global/conf/twiki-httpd.conf /data/www/virtual/netfrag/conf/
913        x nano /data/www/virtual/netfrag/conf/applications.conf to match new path
914      x apachectl configtest
915        fopen: No such file or directory
916        apache: could not open document config file /data/www/conf/tutos-httpd.conf
917        x cd virtual/netfrag
918        x grep -rin "www/conf" *
919        x edit applications.conf:21
920          x was: Include /data/www/conf/tutos-httpd.conf
921          x is: Include /data/www/global/conf/tutos-httpd.conf
922      x apachectl configtest
923        Warning: DocumentRoot [/data/www/virtual/netfrag/sites/webnews] does not exist
924        fopen: No such file or directory
925        apache: could not open document config file /data/www/conf/dynamic.conf
926        x grep -rin webnews *
927          x edit applications.conf:30
928            x was: Alias /webnews/ /data/www/global/apps/newsportal/
929            x is: Alias /webnews/ /data/www/global/apps/newsportal/
930          x edit httpd.conf:74
931            x was: DocumentRoot /data/www/virtual/netfrag/sites/webnews
932            x is: DocumentRoot /data/www/virtual/netfrag/sites/news
933         x cd global/conf
934         x grep -rin www/conf *
935          x STDOUT-PARSE:
936            httpd.conf:14:#Include /data/www/conf/httpd-php-perl.conf
937            httpd.conf:16:#Include /data/www/conf/virtualdomains-httpd.conf
938            httpd.conf:29:Include /data/www/conf/dynamic.conf
939              ->FILE-MODIFY: httpd.conf:29:Include /data/www/global/conf/dynamic.conf
940      x apachectl configtest
941          root@quepasa:/data/www/global/conf# apachectl configtest
942          configuring dynamic domain "golf5.de"
943          configuring dynamic domain "smartmen.de"
944          configuring dynamic domain "ballonflug.de"
945          Syntax OK
946      x /etc/init.d/apache restart
947      x testing "http://netfrag.org/" fails
948      x testing "http://netfrag.org/index.php"
949        x makes redirect to "http://netfrag.org/nfoweb/" but fails there
950      x tail -f tail -f /data/www/virtual/netfrag/log/error_log
951        [Sun Jan 26 15:32:04 2003] [error] [client 217.231.119.195] File does not exist: /data/www/virtual/netfrag/pub/
952        [Sun Jan 26 15:33:02 2003] [error] [client 217.231.119.195] File does not exist: /data/www/virtual/netfrag/pub/
953        [Sun Jan 26 16:37:37 2003] [error] [client 217.231.119.195] Symbolic link not allowed: /data/www/virtual/netfrag/sites/public/nfoweb/
954        [Sun Jan 26 16:38:08 2003] [error] [client 217.231.119.195] Symbolic link not allowed: /data/www/virtual/netfrag/sites/public/nfoweb/
955        [Sun Jan 26 16:40:10 2003] [error] [client 217.231.119.195] Symbolic link not allowed: /data/www/virtual/netfrag/sites/public/nfoweb/
956    
957    
958    o register:
959      public.netfrag.org -> http://netfrag.org
960      secure.netfrag.org -> https://netfrag.org
961      
962    o netfrag.org: DispatchRequest for http://netfrag.org/nfoweb/!
963    o netfrag.org: DispatchRequest for http://netfrag.org/rrr/!
964    
965    o IntroduceMergePoint at http://netfrag.org/doc/
966      o MiniHowto
967      o faqs (e.g. from news://news.netfrag.org/nfo.faq.users
968    
969    o what about an "AUTOSAVE"-feature for UltraEdit when leaving the window or
970      o an AUTOCOMMIT on that very event (maybe integrated with a counter)
971      
972    o write scripts to iterate recursively through directories under specified path ...
973      o ... and do some actions on each directory, e.g.
974      o execute some specified .dot-files (e.g. .pod2htmlrc, .symlinkrc, .makedocrc)
975      
976    x CVSSpam in action:
977      10146 ?        S      0:00 /usr/sbin/sshd
978      10148 ?        S      0:00 /usr/sbin/sshd
979      10149 ?        S      0:00 cvs server
980      10150 ?        S      0:00 cvs server
981      10151 ?        S      0:00 /bin/login
982      10155 ?        S      0:00 /usr/bin/ruby -w /var/lib/cvs/CVSROOT/collect_diffs.rb --to joko@netfrag
983      10158 ?        S      0:00 /usr/bin/ruby /var/lib/cvs/CVSROOT/cvsspam.rb /tmp/#cvs.loginfo.10149.10
984      
985    x as Chora'sStylesheet has come active (by accident) when viewing this file view web
986       we should include this as a fixed default making horde our default stylesheet delivery engine (for now)
987    
988    o link-checker for netfrag.org
989    
990    o dispatcher for style.netfrag.org redirecting to <link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />?
991      o styleme.php
992      o brandme.php
993      
994    
995    
996    o mini-howto: "HttpRedirect"
997    
998    o how to refactor the MiniHowtos?
999      o into a wiki? wikis seem to miss offline/distributed capabilities! (for now)
1000      x into pod
1001        x build offline
1002        o build online
1003      o into DocBook?
1004      o into tavi? (or "TaviWorkflow"?)
1005      o but: LinkWithWikiAutomagically to get everything together
1006        o look at the InterwikiMechanism
1007        o look at the various WikiPluginArchitectures
1008        o look at YakkaDev!
1009    
1010    o a LinkageExample: RenderThis(html4|text|html3|pdf) with [[yakka]] and [[tavi-workflow]]!
1011      o this could mean:
1012        o use the declared formats as output filters for viewing target in other formats / styles
1013    
1014    o proposal for hierarchical structure (and HomePage) of netfrag.org
1015      ~overview -> SomeWiki -> Overview
1016        ~projects (include some common text here)
1017        ~users (include some common text here)
1018          - Page: UserArea
1019          - Page: ~users
1020      ~projects -> SomeWiki-> Projects
1021      ~users (include former page "User area" (now UserArea) automagically at the bottom here! (WikiInclude?))
1022        ~rabit (raBit's router - psl.no-ip.com)
1023        ~natraj (sam's place - optix)
1024        ~joko (joko's)
1025        ~bareface (->yakka)
1026    
1027    o MasterWorkflow:
1028      -> TheThreeGoodThings
1029        -> HaveIdea -> WriteDown (RefactorLater) -> WriteDownMore -> WriteDownAssociations -> WriteDownEvenMoreIfNotStoppedByExternalInfluences
1030        -> RefactorIdeas -> Categorize -> AddNotes -> AddTasks
1031        -> DoThings -> ReadTasks -> DoTasks
1032      -> TheFourthBadThing: TimeTrackAllThis  ;-)  (it seems to be not so far away....)
1033    
1034    o what do we need / what do we do?
1035      --- researcher
1036        o OnlineReading
1037        (o SelectItemsForDownload)  <- want-to-have
1038        (o DownloadItems)  <- want-to-have
1039      --- researcher
1040        o OfflineReading
1041        x ClumsyOfflineReading  <- status-quo
1042          (o NiceOfflineReading)  <- want-to-have
1043          (o OfflineArchiving)  <- want-to-have
1044        o OfflineEditing (text, html, pod, tavi)
1045        o OnlinePublishing (<all - everything what has been rendered or archived offline>)
1046      --- engine
1047        o LiveDispatching (ContentEncoding, ContentConversion, EnvelopeEncapsulation, GatewayToXyz)
1048          o OfflineRendering (html, text, pdf, chm)
1049      --- reader
1050        o OnlineReading (<everything that has been published>)
1051        (o SelectItemsForDownload)  <- want-to-have
1052        (o DownloadItems)  <- want-to-have
1053        o OfflineReading (pdf, chm)
1054    
1055    o link to http://teamsonar.no-ip.com
1056    
1057    o mail announces to announce@netfrag.org
1058    
1059    o no symlinks in webroot anymore? use ApacheAliases?
1060    
1061    o MiniHowto: NfoLinkageSystem(->news.nfo.announce)
1062      o this declaration could mean:
1063        o UseResources:
1064          o look up "NfoLinkageSystem" as subject in newsgroup "news.nfo.announce" on default newsserver
1065        o RenderThisWay:
1066          o embed into document - html3
1067          o embed into document - dhtml (ExpandTree, CollapseTree)
1068          o LinkToIt (JumpToMechanism(->minihowto))
1069    
1070    o php: appcontrol: reads .appcontrolrc-files recursively from directories and adds/removes users or sets passwords
1071        according to specification in there
1072    
1073    o source-code parser which creates documentation with wiki techniques
1074      o pod2tavi -> tavi2html
1075      o phpDoc <- tavi-plugin?
1076    
1077    o integrate yakka and newsportal:
1078      o make a yakka-page of embedded news-articles / threads / thread-parts (a NewsComposition) (->YakkaPageMetadata)
1079        o article-sources
1080          o all items from one news-server
1081          o !!! from different news-servers !!!
1082        o add a "CommentThis"-links to each item when rendering
1083        o when user posts the answer on YakkaEditPage
1084          o make yakka post to the article's associated news-server (read from YakkaItemMetadata)
1085          o wait until new article is published, then ...
1086            o ... add to NewsComposition (update YakkaPageMetadata) (->AsynchronousBackendDaemon)
1087            o ... use/introduce a MetaItem "New" into YakkaPageMetadata (at TopLevel)
1088              which shows NewItems(->self, ->live) per thread or newsgroup
1089      
1090    
1091        
1092    
1093  </pre>  </pre>
1094    
1095    <hr/>
1096    $Id$
1097    
1098  </body>  </body>
1099  </html>  </html>

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.67

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