/[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.27 by joko, Sat Jan 25 02:33:35 2003 UTC revision 1.42 by joko, Sat Jan 25 16:03:24 2003 UTC
# Line 449  o new module for cvs-repository? Line 449  o new module for cvs-repository?
449          x usermod -G src,staff,rootsrc jonen          x usermod -G src,staff,rootsrc jonen
450          x usermod -G rootsrc root          x usermod -G rootsrc root
451          x change permissions          x change permissions
452            x cd /var/lib/cvs/nfo/hosts/            x cd /var/lib/cvs/nfo/
453            x chown -R .rootsrc quepasa.netfrag.org            x chown -R .rootsrc hosts
454            x chmod -R g+w quepasa.netfrag.org            x chmod -R g+w hosts
455    
456            
457  x add to system-conf-repository:  x add to system-conf-repository:
# Line 575  x setup newsportal (by Florian Amrhein) Line 575  x setup newsportal (by Florian Amrhein)
575    
576  o rework apache-layout - check into repository as something root is responsible for!  o rework apache-layout - check into repository as something root is responsible for!
577    
578    o NfoWeb
579      o add WikiPages:
580        o Overview
581          o Projects
582          o MiniHowTo
583          (o Search)
584      o modify HomePage
585        o change Projects to Overview
586    
587    o yakka & pod
588      o convert pod to tavi
589        o perl first (pod2tavi)
590        o php afterwards (pod2tavi-php)
591        o then refactor to a YakkaPlugin (an "input-filter"?) ('yakka-filter-pod'?)
592      o address "files" outside the normal/configured default YakkaRepository
593        o introduce: "ExplicitAddressingOfArbitraryTargets"
594          o via HttpHeader (GET/POST) (HtmlUrlArgument, HtmlFormField)
595        o introduce "YakkaContainers": aim: group a bunch of targets/items together as a kind of "MetaRepository"
596    
597    o viewcvs & yakka
598      o a filesystem-adapter for yakka's storage-handler-system
599      o show "view in yakka" if document-type eq 'tavi|tavi,v|pod'
600    
601    o IconForNetfrag.Org?
602      o fav.ico?
603      
604    x install viewcvs
605      x apt-get install viewcvs
606        x configured:
607          x /var/lib/cvs
608          x email-address (new): cvs-admin@netfrag.org  ->  dev@netfrag.org
609          x no forbidden modules (do this via unix permissions!)
610          x allow tarball generation? yes!
611          x Hint: add "Alias /viewcvs/ /usr/share/viewcvs/" to /etc/apache/conf/httpd.conf for online documents and icons
612            x added to '/data/www/virtual/netfrag/conf/applications.conf' in our case
613          x added '<link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />' to '/etc/viewcvs/templates/header.ezt'
614    
615    o rendering proposals for TaviWorkflow
616      o Linking|Referencing (WikiWords, PureExplicitLinkExtrapolation, NamedLinks)
617      o Coloring
618        o [o=red, x=green, R=red, r=green]
619    
620    o shortcut: TestApache to run 'apachectl configtest' (WikiForSystemAdministration)
621    
622    x web-based newsreader? twig!
623      x apt-get install twig
624      
625    o shutdown horde (for now: "pause")
626    
627    o viewcvs & apache-mod-python?
628    
629    o home2web, .home2webrc
630      --before: buildhtml --source=pod|tavi
631      --after: say "ready"
632    
633    x added root of quepasa to cvs
634      x su root
635      x cd /var/lib/cvs/nfo/hosts/quepasa.netfrag.org
636      x mkdir root
637        x chown -R .rootsrc root/
638        x chmod -R g+w root/
639      x cd /tmp
640      x cvs -d /var/lib/cvs checkout -d / nfo/hosts/quepasa.netfrag.org/root
641      x start with /etc
642        x cd /etc
643        x cvs add etc
644        x cvs add viewcvs
645          x cd viewcvs
646          x cvs add ....
647          x cvs commit -m "+ initial commit"
648    
649    x How to get a single file from cvs for download: (e.g.)
650       wget http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/viewcvs/viewcvs/templates/header.ezt?rev=1.2
651    
652    x cvsgraph still missing: apt-get install cvsgraph
653    
654    x chora -> viewcvs
655      o change logo at /usr/share/viewcvs/images
656      x removed from template
657      x cvsview-query.cgi didn't work yet!
658        x error was:
659          x tail -f /data/www/virtual/netfrag/log/error_log
660          Traceback (most recent call last):
661            File "/usr/lib/cgi-bin/viewcvs-query.cgi", line 50, in ?
662              import query
663            File "/usr/lib/python2.1/viewcvs/query.py", line 42, in ?
664              import cvsdb
665            File "/usr/lib/python2.1/viewcvs/cvsdb.py", line 34, in ?
666              import dbi
667            File "/usr/lib/python2.1/viewcvs/dbi.py", line 17, in ?
668              import MySQLdb
669          ImportError: No module named MySQLdb
670          [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
671        x solution is:      
672          x apt-get install python-mysqldb
673        x use mysql;
674          x insert into db values ('localhost', 'ViewCVS', 'viewcvs', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');
675          x insert into db values ('%', 'ViewCVS', 'viewcvs', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');
676          x insert into user (host, user, password) values ('localhost', 'viewcvs', password('viewcvs'));
677          x flush privileges;
678        x cd /usr/lib/viewcvs
679        x ./make-database
680      x
681      o mail to author of viewcvs
682        
683    
684    o docu about uml and filesystem-layer running on gharb for MiniHowTo?
685    
686    o search.php?wiki=1&cvs=1&index=1
687    
688    o get mnoGoSearch running
689      e apt-get install mnoGoSearch
690    
691    o it's not tavi nor tavi-workflow - it's: JustWrite? it's todo! (.todo -> .justdo -> .justwrite -> .done)
692    
693    o ScanToWeb
694    
695    o look at Mailman: http://www.list.org/features.html
696    
697    o use cvsup!?
698    
699    o alien.netfrag.org - (package-conversion)  --> alien.packages.netfrag.org
700    
701    o chora2viewcvs - How to migrate from Horde/Chora to viewcvs.
702    
703    o LinuxInCvs (linux2cvs)
704    
705    o TestApacheConfig, StopApache, StartApache have to work without any running Apache - of course!
706    
707    o through "viewcvs" we loose the ability to "publish" documents via former chora:
708       viewcvs takes care to keep documents like they are in their original - so ".html"-files should be shown with text/plain
709    
710    o re-integrate .cvslink/JumpToCvs with dispatchurl
711    
712    o WikiWords in CvsCommitMessages? (via yakka?)
713    
714    x http://cvs.netfrag.org/bareface/yakka/?tarball=1
715    
716    o [source:/link/to/source-code]   (most times a '.cvslink' - hmmm?)
717       [source:<projectname>]
718    
719    o HelpMe
720    
721    o [snapshot:/link/to/snapshot]
722       [snapshot:<projectname>]
723    
724    o dispatchrequest - a multipurpose request dispatcher
725      o integrate:
726        x redirector at cvs.netfrag.org ...
727        o ... and news.netfrag.org
728      o JumpToCvs (.cvslink-mechanism)
729      
730    o buildhtml -> docmaker
731    
732    
733    
734  </pre>  </pre>
735    

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.42

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