/[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.6 by joko, Thu Jan 23 23:21:41 2003 UTC revision 1.56 by joko, Sun Jan 26 17:33:29 2003 UTC
# Line 1  Line 1 
1  <html>  <html>
2    <head>
3      <title>joko's sample notes - 2003-01</title>
4      <link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />
5    </head>
6  <body>  <body>
7    
8  <pre>  <pre>
# Line 34  o look (in detail) at Cyrus Netnews Line 38  o look (in detail) at Cyrus Netnews
38    x seems to make an external web-based newsreader unneccessary!!!    x seems to make an external web-based newsreader unneccessary!!!
39    
40  o tie together mail, news and html  o tie together mail, news and html
41     o write mini-howto     c write mini-howto
42    
43  o link with erfrakon  o link with erfrakon
44    
# Line 135  o add redirecting page when someone want Line 139  o add redirecting page when someone want
139     o http://netfrag.org/~joko/phpChoPro/ or     o http://netfrag.org/~joko/phpChoPro/ or
140     o http://netfrag.org/~joko/w2hfax/     o http://netfrag.org/~joko/w2hfax/
141    
142  o update mail-dispatching-rules  o update mail-dispatching-rules - aim: a more flat structure!!!
143    o look at ilo.de/Inbox    o look at ilo.de/Inbox
144      o marked message to Spam? Newsletters?      o marked message to Spam? Newsletters?
145    o move: logs/cvs/quepasa.netfrag.org -> logs/netfrag.org    x move: logs/cvs/quepasa.netfrag.org -> logs/netfrag.org
146    o look at netfrag.org/Inbox    x look at netfrag.org/Inbox
147      o if subject eq "Cron <joko@quepasa> ~/.cronrc-hourly" set target "logs/netfrag.org/joko/cron" [push over cron]      x if subject matches "Cron <joko@quepasa>" set target "logs/netfrag.org/joko/cron" [push over cron]
148      o if subject matches "quepasa daily usenet report" at begin set target "logs/netfrag.org/news" [push over inn]        x mkdir Mail/SORTED/netfrag.org/joko
149      o if subject matches "[CVS" at begin set target "logs/netfrag.org/cvs" [push over CVSSpam]        x touch Mail/SORTED/netfrag.org/joko/cron
150      o if mail is from myself set target "netfrag.org/Info"      x if subject matches "quepasa daily usenet report" at begin set target "logs/netfrag.org/system/applications" [push over inn]
151        x if subject matches "[CVS" at begin set target "logs/netfrag.org/cvs" [push over CVSSpam]
152        x if mail is from myself set target "me2myself"
153        x moved some folders
154          x move already existing file to folder
155            x mv logs/netfrag.org/system logs/netfrag.org/system.tmp
156            x mkdir logs/netfrag.org/system
157            x mv logs/netfrag.org/system.tmp logs/netfrag.org/system/applications
158          x mv netfrag.org/Status/h1.service.netfrag.org logs/netfrag.org/system/
159          x mv netfrag.org/Status/TWikiChanges logs/twiki.org/ChangeLog
160            x mkdir logs/twiki.org
161            x do changes in .dispatchmailrc  -  always - ;-)
162          x mv netfrag.org/Status/quepasa.netfrag.org logs/netfrag.org/system/
163          x blocked email-partition   *partition*! - email-partition(!) -> WordFinder
164            x mkdir ../FILTERED
165            x mv netfrag.org/Status/Spam ../FILTERED
166            x mv netfrag.org/Status/Test misc/
167          x mv netfrag.org/Status/Postmaster\ Routing misc/Postmaster
168          x rmdir netfrag.org/Status/
169      x look at netfrag.org/Inbox - again
170            
171          
172    o look at quepasa.netfrag.org/Inbox    o look at quepasa.netfrag.org/Inbox
173      o [Multisync-users]      o [Multisync-users]
174      o [Kroupware]      o [Kroupware]
175      x tested the rules from above
176        x echo This is a testmail. Please ignore it. | mail -s "[CVS hello]" joko
177    o move old mails to MailHistory
178            
179    o write parser and engine to handle above declaration: Mail::Audit::Dispatch::Interface::Script    o write parser and engine to handle above declaration: Mail::Audit::Dispatch::Interface::Script
180        o add "X-"-field (X-Dispatched-By: dispatchmail-0.06 - http://netfrag.org/~joko/computing/dispatchmail/)
181            
182  o release mail from above from joko - introduce another email-address  o release mail from above from joko - introduce another email-address
183    - e.g. work@netfrag.org, event@netfrag.org or tracker@netfrag.org (like collector@netfrag.org)    - e.g. work@netfrag.org, event@netfrag.org or tracker@netfrag.org (like collector@netfrag.org)
# Line 189  o workflow (PostThisLink) Line 217  o workflow (PostThisLink)
217  o ssl/tls for inn?  o ssl/tls for inn?
218    
219  o dispatchmail  o dispatchmail
220    o re-link as sub-/module-project under Torus::Content::Gateway    o re-link as sub-/module-project under Torus::Content::Gateway (mail2news, mail2fax)
221    o -> Torus::Content - a content delivery engine    o -> Torus::Content - a content delivery engine
222    o -> additional idea: Torus::Content::Gateway is "just" the API to "Torus::Item::Router" in this case    o -> additional idea: Torus::Content::Gateway is "just" the API to "Torus::Item::Router" in this case
223      o 'Torus::Content::Gateway' would then route 'Torus::Item::RFC822'-objects using 'Torus::Item::Router'      o 'Torus::Content::Gateway' would then route 'Torus::Item::RFC822'-objects using 'Torus::Item::Router'
224    o look at sieve - jonen posted to nfo.links.computing: [r:Message-ID: <b0ppj7$7gv$1@quepasa.netfrag.org>]    o look at sieve - jonen posted to nfo.links.computing: [r:Message-ID: <b0ppj7$7gv$1@quepasa.netfrag.org>]
225      o re-link as sub-/module-project under Torus::Virtual (mail2folder, mail2mail)
226        o here it acts as a dispatcher from incoming mails - TARGET gets resolved via ldap-resolvement
227        o make possible: MAIL-IN -> mail2mail (via ldap-query) -> mail2fax|mail2news
228      o mail2news
229        x the "via-fetchmail"-solution
230        x su collector
231        x cd ~
232        x chmod og-rwx .fetchmailrc
233    
234  o finally: do actually establish 'Torus' at 'nfo/perl/libs'  o finally: do actually establish 'Torus' at 'nfo/perl/libs'
235    
# Line 203  o pod: checkout how to make references w Line 239  o pod: checkout how to make references w
239        e.g.:        e.g.:
240        o Message-ID: <b0ppj7$7gv$1@quepasa.netfrag.org>        o Message-ID: <b0ppj7$7gv$1@quepasa.netfrag.org>
241        o news://news.netfrag.org/nfo.links.computing        o news://news.netfrag.org/nfo.links.computing
242     o proposal(s):     o proposal(s) for "news2http" (Torus::Content::Gateway/Torus::Item::???):
243        o http://news.netfrag.org/id=b0ppj7$7gv$1@quepasa.netfrag.org        o http://news.netfrag.org/id=b0ppj7$7gv$1@quepasa.netfrag.org
244        o http://news.netfrag.org/nfo.links.computing/subject=FilteringMailWithSieve of wiki        o http://news.netfrag.org/nfo.links.computing/subject=FilteringMailWithSieve of wiki
245        o http://news.netfrag.org/nfo.links.computing/id=b0ppj7$7gv$1@quepasa.netfrag.org        o http://news.netfrag.org/nfo.links.computing/id=b0ppj7$7gv$1@quepasa.netfrag.org
# Line 214  o display-mode: everything strictly hier Line 250  o display-mode: everything strictly hier
250    
251  x Inventory: cleaned up local and master code repositories  x Inventory: cleaned up local and master code repositories
252    
253    o add "last-updated" to "README.html"
254    
255    o search.netfrag.org
256    
257    o tool for the "DoThis", "DoHere", "DoAll" - series
258      o FaxThis (joko/ToolBox/Windows/FaxThis)
259      o tool "WinSync": (WinSync All)
260        x RsyncHere
261        o Contacts2Ldap
262    
263    o statistics-page:
264      o for cvs.netfrag.org: cvs-statistics (activeness, ...), sloccount
265    
266    x home2web
267      x finally - added complete /home/joko/ to cvs-repository in order to get a revisioned ".dispatchmailrc"
268        x ~/.bashrc - added line: export CVSROOT=/var/lib/cvs
269        x relogin: logout/login
270        x cd ~
271        x joko@quepasa:~$ cvs checkout -d . joko     (Fri Jan 24 00:43:18 CET 2003)
272        x cvs add TODO
273        x cvs add .bashrc .cronrc-hourly .forward
274      x added /home/joko/virtual/joko_mail
275        [as joko]
276        x cvs add virtual
277        x chmod g+w virtual/CVS/*
278        [as joko_mail
279      o shortcut for (e.g.): cvs commit  -m "initial check-in" .bashrc .cronrc-hourly .forward
280          o cvsadd <abc> <def>    
281      o add /home/root (and maybe include there some other things "lying around")
282    
283    o alternative to all that Cyrus-stuff: just use the very "normal" imapd together with kerberos
284    
285    o make screenshots of log-output of dispatchmail when it's ready
286    
287    o base logging of 'dispatchmail' on DesignPattern::Object::Logger
288    
289    o dispatchmail-mail2folder: add feature to create folders recursively
290    
291    x archive mails
292      x su joko_mail
293      x cd ~
294      x mv ilo.de/Inbox ~/MailHistory/ARCHIVED/ilo.de/2002-05-30\ -\ 2003-01-24
295      x mkdir ~/MailHistory/ARCHIVED/netfrag.org/2003-01
296      x mv netfrag.org/Info ~/MailHistory/ARCHIVED/netfrag.org/2003-01/
297        x changed rule which formerly targeted to 'netfrag.org/Info' into 'me2myself'
298      x mv netfrag.org/Inbox ~/MailHistory/ARCHIVED/netfrag.org/2003-01/
299      x mkdir ~/MailHistory/ARCHIVED/netfrag.org/2003-01/Status
300        x mv netfrag.org/Status/cashew.netfrag.org ~/MailHistory/ARCHIVED/netfrag.org/2003-01/Status/
301        x mv netfrag.org/Status/h1.service.netfrag.org ~/MailHistory/ARCHIVED/netfrag.org/2003-01/Status/
302      x mv Sent ~/MailHistory/ARCHIVED/Sent/Sent_2002-11-13_-_2003-01-24
303      
304    
305    o investigate LDAP-entry "mailForwardingAddress"
306    
307    o establish "Mini-HowTo"
308    
309    o search (allover): /^.*\.netfrag\.org/  => find all hostnames to register
310       (they are scattered around in to-be-installed (web-)applications)
311    
312    o Mail::Audit::Dispatch::Lookup (csv-file, ::NetLDAP, => Data::Storage::Handler::Xyz => Data::Map)
313    
314    x switched mailing completely in outlook
315      o Evolution!
316      x now talking to 'wu-imapd' via ssl, too! - thanks to jonen!
317        Jan 24 04:55:17 quepasa imapd[11508]: connect from 217.231.123.57
318        Jan 24 04:55:17 quepasa imapd[11508]: imaps SSL service init from 217.231.123.57
319        Jan 24 04:55:18 quepasa imapd[11508]: Login user=joko_mail host=pD9E77B39.dip.t-dialin.net [217.231.123.57]
320      x now my outlook sends via 'mail.netfrag.org' using 'TLS' - thanks to jonen!
321        Jan 24 04:53:09 quepasa sm-mta[11499]: STARTTLS=server, relay=pD9E77B39.dip.t-dialin.net [217.231.123.57], version=TLSv1/SSLv3, verify=NO, cipher=RC4-MD5, bits=128/128
322        Jan 24 04:53:10 quepasa sm-mta[11499]: h0O3r91D011499: from=<andreas.motl@ilo.de>, size=435, class=0, nrcpts=1, msgid=<008c01c2c35c$5701d2a0$240aa8c0@grasshopper>, proto=ESMTP, daemon=MTA, relay=pD9E77B39.dip.t-dialin.net [217.231.123.57]
323    
324    o use <a href="http://imapfilter.hellug.gr">IMAPFilter</a>!!!
325    
326    o refactor old TODOs using 'home2web'
327    
328    o webgate (like dispatchmail)
329    
330    o zeit anhalten! (alle grauen männer umbringen!)
331    
332    o add to cvs:
333       o /home/service/
334       o /home/service/virtual/collector
335       o /home/service/virtual/tracker
336       o /home/service/virtual/fetcher
337       o /home/service/virtual/archiver
338    
339    o use 'wCron' to automagically do a 'cvs commit -m "+ updated/added content" joko/doc'
340      x mkdir -p C:\Programme\WCron
341      x unzip -j "C:\home\amo\develop\netfrag.org\rabit\wCron\releases\WCron-0.62-pre.zip" -d C:\Programme\WCron
342      o win2000: change/check permissions: right-click/Properties/Security Settings/Read, Execute = enabled
343      x run it
344      x add task
345        x implement shortcut-script: joko/Scripts/shortcuts/cvs_commit_joko-doc.bat
346          x add lines:
347            x cd C:\home\amo\develop\netfrag.org\joko
348            x cvs commit -m "+ updated/added content" doc      
349    
350    
351    o on Windows it's called "QuickLaunch" ....
352    
353    o plugins for nautilus/gnome/kde:
354      show arbitrary data-structures (from anywhere): here we may get the drag & drop - functionality "on-the-fly"
355    
356    o new user "gateway":
357      x adduser --home /home/service/virtual/gateway gateway  (pass: gw%R%)
358      x mkdir /var/lib/cvs/gateway
359      x chown -R gateway.gateway /var/lib/cvs/gateway
360      x su gateway
361      x cvs -d /var/lib/cvs checkout -d ~ gateway
362      
363    x error on quepasa:
364        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
365        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.
366      x add to /etc/mail/default-auth-info
367        sendmail
368        sendmail
369        sendmailpwd
370        quepasa.netfrag.org
371      x /etc/init.d/sendmail restart
372    
373    o Torus::Publish::Research::Web
374       o googling for something automagically opens a new task
375       o all links directly or indirectly coming out of this are sorted below this task
376       o the user can end this task on demand: timetracking is done automagically as well
377      
378    o register tutos.netfrag.org
379    
380    o qpopper with tls, sasl and kerberos5?
381    
382    o off realtime! the only thing that happens at realtime is MailMiltering.
383       x cvs checkout of joko/doc is done via cron
384       x mail2news-dispatching is now done via cron (would be possible "in realtime" via '.forward'ing the mail *directly* to dispatchmail)
385    
386    o ctlinnd newgroup nfo.csm (Collaborative System Management)
387    
388    o make possible:
389      o after "cvs update" make question: "Found new items in "" while scanning. Should i add them to the repository?"
390      o drag & drop arbitrary items out of outlook (.msg, .nws, etc.) - search for them while scanning the fs and sync them
391         against *original* source. (e.g. 'Message-ID: <b0s5v9$j7d$1@quepasa.netfrag.org>')
392    
393    x CVSSpam -> nfo.log.cvs
394      x su root
395      x cd /etc/mail
396      x nano virtusertable
397      x add line:
398        x cvs-log@netfrag.org             gateway
399      x make virtusertable
400      x su gateway
401      x cd ~
402      x nano .dispatchmailrc
403        x add lines:
404          $self->copy('Newsgate', 'nfo.log.cvs')
405            if $to =~ m/cvs-log/;
406      x exit   (to logout)
407      x cvs update CVSROOT/loginfo
408      x add to CVSROOT/loginfo (to the end of the line starting with '^nfo '):
409        --to cvs-log@netfrag.org
410      x cvs commit -m "+ added new notification target: 'cvs-log@netfrag.org'" CVSROOT/loginfo
411      x tested with some mini-howto
412      x removed '--to joko@netfrag.org --to jonen@netfrag.org --to bareface@netfrag.org --to janosch@netfrag.org '
413         from CVSROOT/loginfo for module 'nfo'
414      x announce this
415        x added to '/etc/news/nnrp.access':
416          *:Read Post:bareface:bareface:*
417        x /etc/init.d/inn reload
418    
419    x add 'gateways'-repository to chora
420      x nano /data/www/doc/horde/chora/config/cvsroots.php
421      x add lines:
422        # 2003-01-24, joko
423        $cvsroots['gateway'] = array(
424            'name' => 'gateway',
425            'location' => '/var/lib/cvs/gateway',
426            'title' => "$titlePrefix gateway's CVS Repository",
427            'cvsusers' => $cvsusers,
428        );
429    
430    x configured Apache for serving news.netfrag.org
431       x cleaned up /data/www/virtual/netfrag/conf/httpd.conf
432          x ./test.conf
433          x comments
434       x /etc/init.d/apache reload
435       x test: http://news.netfrag.org/
436      
437      
438    
439    o new module for cvs-repository?
440       o nfo/layouts/fs/skel/data2
441       o checkout to /data on quepasa.netfrag.org
442       x done:
443          x su root
444          x cd /var/lib/cvs
445          x mkdir -p nfo/layouts/fs/skel/data
446          x mkdir -p nfo/layouts/fs/skel/data2
447          x mkdir -p nfo/hosts/quepasa.netfrag.org/data
448          x cvs -d /var/lib/cvs checkout -d /data nfo/hosts/quepasa.netfrag.org/data
449            x *mungle everything and commit!*  look at the repository!
450          x add special group with access to this repository: 'rootsrc'
451            x groupadd rootsrc
452            x usermod -G src,staff,rootsrc joko
453            x usermod -G src,staff,rootsrc jonen
454            x usermod -G rootsrc root
455            x change permissions
456              x cd /var/lib/cvs/nfo/
457              x chown -R .rootsrc hosts
458              x chmod -R g+w hosts
459    
460        
461    x add to system-conf-repository:
462      x /etc/mail
463      x php: cvs-redirect
464      x
465      
466    o extend WCron
467       x show (per-task) if it's currently running or not: provide buttons to (start, stop, pause, resume or cancel a task...)
468       x use as a frontend for administering nfo/libs/perl/ - backend - tasks(???)
469      
470    x install Horde/Troll
471       x install troll
472         x cd /home/service/download
473         x mkdir horde
474         x cd horde
475         x wget ftp://ftp.horde.org/pub/troll/troll-0.0.2.tar.gz
476         x tar -xzf troll-0.0.2.tar.gz --directory=/data/www/doc/horde/
477       x configure horde
478         x cd /data/www/doc/horde/
479         x nano config/registry.php
480            x add lines:
481             $this->applications['troll'] = array(
482                 'fileroot' => dirname(__FILE__) . '/../troll',
483                 'webroot' => $this->applications['horde']['webroot'] . '/troll',
484                 'icon' => $this->applications['horde']['webroot'] . '/troll/graphics/troll.gif',
485                 'name' => _("News"),
486                 'allow_guests' => true,
487                 'show' => true
488             );
489          x configure Troll
490            x cd troll/config
491            x conf.php
492              x cp conf.php.dist conf.php
493              x nano conf.php
494              x edit:
495                x $conf['news']['server'] = 'news.netfrag.org';
496                x $conf['news']['mailserver'] = 'mail.netfrag.org';
497            x servers.php
498              x cp servers.php.dist servers.php
499              x add:
500                $servers['netfrag.org'] = array(
501                    'name' => 'news.netfrag.org',
502                    'server' => 'news.netfrag.org',
503                    'port' => 119,
504                );
505            x prefs.php
506              x cp prefs.php.dist prefs.php
507            x html.php
508              x cp html.php.dist html.php
509            x permissions
510              x chmod o+r *.php
511              
512            
513          x test: http://netfrag.org/horde/
514            o another (more bright) skin for horde@netfrag.org!!!
515            
516    o Warum nicht überall Horde? Sondern TUTOS?
517       o Horde ist sehr breit angelegt, dafür fehlt es jedoch an vielen Stellen noch ein wenig im Detail.
518       o mittlerweile: mit Hermes & Co.? nochmal ansehen!
519    
520    o just do automated operations (like cvs commit) only if system is idle
521    
522    o automagically redirect http://netfrag.org/horde/ to https://netfrag.org/horde/
523      o with an Apache - rewrite-rule?
524      
525    x how to map TUTOS-groups to newsgroups?
526      x ctlinnd newgroup nfo.tutos.sysadmin
527      x add dispatching for sysadmin@netfrag.org
528        x add to /home/service/virtual/gateway/.dispatchmailrc
529          $self->copy('Newsgate', 'nfo.tutos.sysadmin') if $to =~ m/sysadmin/;
530        x add to /etc/mail/virtusertable:
531          # --- news.netfrag.org - joko, 2003-01-24
532          sysadmin@netfrag.org            gateway
533          make virtusertable!
534        x write welcome-mail
535          root@quepasa:~$ mail sysadmin@netfrag.org
536          Subject: Welcome to the sysadmin-newsgroup at netfrag.org!
537          Have fun!
538          greets, joko.
539          
540          .
541          Cc:
542        x test: do "refresh newsgroups" at your favourite news-reader
543      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>
544        x HEADERS:
545          x Message-ID: <b0shbj$l9s$1@quepasa.netfrag.org>
546          x Subject: Re: Welcome to the sysadmin-newsgroup at netfrag.org!
547        o newsgate
548          o http://news.netfrag.org/nfo.tutos.sysadmin/id/b0shbj$l9s$1@quepasa.netfrag.org
549          o http://news.netfrag.org/nfo.tutos.sysadmin/subject/Re: Welcome to the sysadmin-newsgroup at netfrag.org!
550    
551    o Erkenntnis aus UML (Kernel 2.4): schwierig mit gleichzeitigem Zugriff
552    
553    o gave up trying to get Troll running
554    
555    x setup alternatives to Horde for public access
556      o viewcvs
557        x apt-get install libapache-mod-python
558        
559      o WebNewsViewer
560      
561    o release the user from having to send email-messages to actually post urls with content (e.g. "FirstPage")
562    
563    o parse .url-files!
564    
565    o have newsgroup-structure backed in ldap-container (ou) somehow (Data::Map!)
566    
567    x new email-addresses@netfrag.org:
568      x sysadmin@netfrag.org
569      x faq@netfrag.org
570      
571    x setup newsportal (by Florian Amrhein)
572      x url: http://florian-amrhein.de/newsportal/
573      x cd /home/service/download
574      x mkdir newsportal
575      x cd newsportal
576      x wget http://florian-amrhein.de/newsportal/download/newsportal-0.24.tar.gz
577      x mkdir -p /data/www/virtual/netfrag/sites/news/apps/newsportal/
578      x tar -xzf newsportal-0.24.tar.gz --directory=/data/www/global/apps/newsportal/
579      x add to /data/www/virtual/netfrag/conf/applications.conf
580        Alias /webnews/ /data/www/global/apps/newsportal/
581      x configure in /data/www/global/apps/newsportal/config.inc
582        // newsserver setup
583        $server="news.netfrag.org";
584        $server_auth_user="webnews";
585        $server_auth_pass="web123";
586      x add to /etc/news/nnrp.access:
587        # 2003-01-26, joko
588        *:Read Post:webnews:web123:*
589      x modify groups.txt
590        <nfo.* - add all groups here>
591        o TODO: AUTOUPDATE here!
592      o add to
593      <link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />
594    
595    x rework apache-layout - check into repository as something root is responsible for!
596    
597    o NfoWeb
598      o add WikiPages:
599        o Overview
600          o Projects
601          o MiniHowTo
602          (o Search)
603      o modify HomePage
604        o change Projects to Overview
605    
606    o yakka & pod
607      o convert pod to tavi
608        o perl first (pod2tavi)
609        o php afterwards (pod2tavi-php)
610        o then refactor to a YakkaPlugin (an "input-filter"?) ('yakka-filter-pod'?)
611      o address "files" outside the normal/configured default YakkaRepository
612        o introduce: "ExplicitAddressingOfArbitraryTargets"
613          o via HttpHeader (GET/POST) (HtmlUrlArgument, HtmlFormField)
614        o introduce "YakkaContainers": aim: group a bunch of targets/items together as a kind of "MetaRepository"
615    
616    o viewcvs & yakka
617      o a filesystem-adapter for yakka's storage-handler-system
618      o show "view in yakka" if document-type eq 'tavi|tavi,v|pod'
619    
620    o IconForNetfrag.Org?
621      o fav.ico?
622      
623    x install viewcvs
624      x apt-get install viewcvs
625        x configured:
626          x /var/lib/cvs
627          x email-address (new): cvs-admin@netfrag.org  ->  dev@netfrag.org
628          x no forbidden modules (do this via unix permissions!)
629          x allow tarball generation? yes!
630          x Hint: add "Alias /viewcvs/ /usr/share/viewcvs/" to /etc/apache/conf/httpd.conf for online documents and icons
631            x added to '/data/www/virtual/netfrag/conf/applications.conf' in our case
632          x added '<link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />' to '/etc/viewcvs/templates/header.ezt'
633    
634    o rendering proposals for TaviWorkflow
635      o Linking|Referencing (WikiWords, PureExplicitLinkExtrapolation, NamedLinks)
636      o Coloring
637        o [o=red, x=green, R=red, r=green]
638    
639    o shortcut: TestApache to run 'apachectl configtest' (WikiForSystemAdministration)
640    
641    x web-based newsreader? twig!
642      x apt-get install twig
643      
644    o shutdown horde (for now: "pause")
645    
646    o viewcvs & apache-mod-python?
647    
648    o home2web, .home2webrc
649      --before: buildhtml --source=pod|tavi
650      --after: say "ready"
651    
652    x added root of quepasa to cvs
653      x su root
654      x cd /var/lib/cvs/nfo/hosts/quepasa.netfrag.org
655      x mkdir root
656        x chown -R .rootsrc root/
657        x chmod -R g+w root/
658      x cd /tmp
659      x cvs -d /var/lib/cvs checkout -d / nfo/hosts/quepasa.netfrag.org/root
660      x start with /etc
661        x cd /etc
662        x cvs add etc
663        x cvs add viewcvs
664          x cd viewcvs
665          x cvs add ....
666          x cvs commit -m "+ initial commit"
667    
668    x How to get a single file from cvs for download: (e.g.)
669       wget http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/viewcvs/viewcvs/templates/header.ezt?rev=1.2
670    
671    x cvsgraph still missing: apt-get install cvsgraph
672    
673    x chora -> viewcvs
674      o change logo at /usr/share/viewcvs/images
675      x removed from template
676      x cvsview-query.cgi didn't work yet!
677        x error was:
678          x tail -f /data/www/virtual/netfrag/log/error_log
679          Traceback (most recent call last):
680            File "/usr/lib/cgi-bin/viewcvs-query.cgi", line 50, in ?
681              import query
682            File "/usr/lib/python2.1/viewcvs/query.py", line 42, in ?
683              import cvsdb
684            File "/usr/lib/python2.1/viewcvs/cvsdb.py", line 34, in ?
685              import dbi
686            File "/usr/lib/python2.1/viewcvs/dbi.py", line 17, in ?
687              import MySQLdb
688          ImportError: No module named MySQLdb
689          [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
690        x solution is:      
691          x apt-get install python-mysqldb
692        x use mysql;
693          x insert into db values ('localhost', 'ViewCVS', 'viewcvs', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');
694          x insert into db values ('%', 'ViewCVS', 'viewcvs', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');
695          x insert into user (host, user, password) values ('localhost', 'viewcvs', password('viewcvs'));
696          x flush privileges;
697        x cd /usr/lib/viewcvs
698        x ./make-database
699      x
700      o mail to author of viewcvs
701        
702    
703    o docu about uml and filesystem-layer running on gharb for MiniHowTo?
704    
705    o search.php?wiki=1&cvs=1&index=1
706    
707    o get mnoGoSearch running
708      e apt-get install mnoGoSearch
709    
710    o it's not tavi nor tavi-workflow - it's: JustWrite? it's todo! (.todo -> .justdo -> .justwrite -> .done)
711    
712    o ScanToWeb
713    
714    o look at Mailman: http://www.list.org/features.html
715    
716    o use cvsup!?
717    
718    o alien.netfrag.org - (package-conversion)  --> alien.packages.netfrag.org
719    
720    o chora2viewcvs - How to migrate from Horde/Chora to viewcvs.
721    
722    o LinuxInCvs (linux2cvs)
723    
724    o TestApacheConfig, StopApache, StartApache have to work without any running Apache - of course!
725    
726    o through "viewcvs" we loose the ability to "publish" documents via former chora:
727       viewcvs takes care to keep documents like they are in their original - so ".html"-files should be shown with text/plain
728    
729    o re-integrate .cvslink/JumpToCvs with dispatchurl
730    
731    o WikiWords in CvsCommitMessages? (via yakka?)
732    
733    x http://cvs.netfrag.org/bareface/yakka/?tarball=1
734    
735    o [source:/link/to/source-code]   (most times a '.cvslink' - hmmm?)
736       [source:<projectname>]
737    
738    o HelpMe
739    
740    o [snapshot:/link/to/snapshot]
741       [snapshot:<projectname>]
742    
743    o dispatchrequest - a multipurpose request dispatcher
744      o integrate:
745        x redirector at cvs.netfrag.org ...
746        o ... and news.netfrag.org
747      o JumpToCvs (.cvslink-mechanism)
748      o how was it done?
749        x cd /data/www/virtual/netfrag/sites/webcvs/.dispatch
750        x ln -s /data/www/global/apps/dispatchrequest .
751        
752      
753    o buildhtml -> makedoc
754    
755    o TWIG & yakka?
756    
757    o rename: dispatchmail -> dispatchmessage
758    
759    c rename: dispatchrequest -> forwardrequest?
760    
761    o readrc of bashrc|perlrc|xmlrc
762    
763    x setup TWIG
764      x cd /usr/share/doc/twig
765      x cd /data/www/virtual/netfrag/conf/
766      x nano applications.conf
767      x add line: Alias /twig/ /usr/share/twig/
768      x had to modify /etc/apache/conf/httpd.conf:
769        x added: 'index.php3'
770            <IfModule mod_dir.c>
771                DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3
772            </IfModule>
773        x added: '.php3'
774            AddType application/x-httpd-php .php .php3
775        x /etc/init.d/apache reload
776        x cd /etc/twig
777          x modify config.inc.php3
778        x cd /usr/share/twig/setup
779          x mysql
780            x use mysql
781            x insert into user (host, user, password) values ('localhost', 'www-data', password(''));
782            x insert into db values ('localhost', 'twig', 'www-data', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');
783            x create database twig;
784            x flush privileges;
785          x database-schema
786            x gunzip twig.table.mysql.gz
787            x mysql twig < twig.table.mysql
788            
789    x setup arbitrary packet and bind to csm-system (Collaborative Software Management)
790      x pinstall twig
791        x apt-get install twig
792        x cd /etc
793        x cvs add twig
794        x cd twig
795        x cvs add *
796        x cvs add .htaccess
797        x cvs commit -m "+ initial commit"
798      
799    
800    o remove html from phpWiki: ('http://'!!!) (->https!!!)
801      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
802        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
803      <link rel="copyright" title="GNU General Public License" href="http://www.gnu.org/copyleft/gpl.html#SEC1" />
804      <link rel="author" title="The PhpWiki Programming Team" href="http://phpwiki.sourceforge.net/phpwiki/ThePhpWikiProgrammingTeam" />
805    
806    o force https for: (authentication purposes - anonymous is http!)
807      o horde
808      o tutos
809      
810    x dpkg -x twig_2.7.5-4_all.deb tmp/
811    
812    o TWIG & OpenLDAP!?
813    
814    x ApacheMasterLayoutRefactoring: quepasa.netfrag.org:
815      x removed /data/www/doc to /data/www/global/apps
816        x test:
817          x cd /data/www/virtual
818          x grep -ri "/data/www/doc" *
819          x cd /data/www/global
820            x grep -ri "/data/www/doc" *
821            x apps/twiki/
822              x lib/TWiki.cfg
823              x bin/.htaccess
824            x conf/twiki-httpd
825              ---> just change between 'global' and (e.g.) 'virtual/netfrag' for switching between scopes   ;-)
826              ---> the container (folder)-structure at global and sub-virtual level must match almost exactly to make this possible!!!!!
827            x conf/virtualdomains-httpd/
828            x doc/twiki/
829      x removed: /data/www/virtual/netfrag/pub to /data/www/virtual/netfrag/sites/public
830        x cd virtual/netfrag/conf
831          x grep -ri "/pub" *
832            x modify httpd.conf and applications.conf
833      x apachectl configtest
834        Syntax error on line 345 of /etc/apache/httpd.conf:
835        DocumentRoot must be a directory
836        x disabled there completely
837        x now in /data/www/global/conf/httpd.conf
838          DocumentRoot /data/www/virtual/netfrag/sites/public
839      x apachectl configtest
840        fopen: No such file or directory
841        apache: could not open document config file /data/www/conf/twiki-httpd.conf
842        x mv /data/www/global/conf/twiki-httpd.conf /data/www/virtual/netfrag/conf/
843        x nano /data/www/virtual/netfrag/conf/applications.conf to match new path
844      x apachectl configtest
845        fopen: No such file or directory
846        apache: could not open document config file /data/www/conf/tutos-httpd.conf
847        x cd virtual/netfrag
848        x grep -rin "www/conf" *
849        x edit applications.conf:21
850          x was: Include /data/www/conf/tutos-httpd.conf
851          x is: Include /data/www/global/conf/tutos-httpd.conf
852      x apachectl configtest
853        Warning: DocumentRoot [/data/www/virtual/netfrag/sites/webnews] does not exist
854        fopen: No such file or directory
855        apache: could not open document config file /data/www/conf/dynamic.conf
856        x grep -rin webnews *
857          x edit applications.conf:30
858            x was: Alias /webnews/ /data/www/global/apps/newsportal/
859            x is: Alias /webnews/ /data/www/global/apps/newsportal/
860          x edit httpd.conf:74
861            x was: DocumentRoot /data/www/virtual/netfrag/sites/webnews
862            x is: DocumentRoot /data/www/virtual/netfrag/sites/news
863         x cd global/conf
864         x grep -rin www/conf *
865          x STDOUT-PARSE:
866            httpd.conf:14:#Include /data/www/conf/httpd-php-perl.conf
867            httpd.conf:16:#Include /data/www/conf/virtualdomains-httpd.conf
868            httpd.conf:29:Include /data/www/conf/dynamic.conf
869              ->FILE-MODIFY: httpd.conf:29:Include /data/www/global/conf/dynamic.conf
870      x apachectl configtest
871          root@quepasa:/data/www/global/conf# apachectl configtest
872          configuring dynamic domain "golf5.de"
873          configuring dynamic domain "smartmen.de"
874          configuring dynamic domain "ballonflug.de"
875          Syntax OK
876      x /etc/init.d/apache restart
877      x testing "http://netfrag.org/" fails
878      x testing "http://netfrag.org/index.php"
879        x makes redirect to "http://netfrag.org/nfoweb/" but fails there
880      x tail -f tail -f /data/www/virtual/netfrag/log/error_log
881        [Sun Jan 26 15:32:04 2003] [error] [client 217.231.119.195] File does not exist: /data/www/virtual/netfrag/pub/
882        [Sun Jan 26 15:33:02 2003] [error] [client 217.231.119.195] File does not exist: /data/www/virtual/netfrag/pub/
883        [Sun Jan 26 16:37:37 2003] [error] [client 217.231.119.195] Symbolic link not allowed: /data/www/virtual/netfrag/sites/public/nfoweb/
884        [Sun Jan 26 16:38:08 2003] [error] [client 217.231.119.195] Symbolic link not allowed: /data/www/virtual/netfrag/sites/public/nfoweb/
885        [Sun Jan 26 16:40:10 2003] [error] [client 217.231.119.195] Symbolic link not allowed: /data/www/virtual/netfrag/sites/public/nfoweb/
886    
887    
888    o register:
889      public.netfrag.org -> http://netfrag.org
890      secure.netfrag.org -> https://netfrag.org
891      
892    o netfrag.org: DispatchRequest for http://netfrag.org/nfoweb/!
893    o netfrag.org: DispatchRequest for http://netfrag.org/rrr/!
894    
895    o IntroduceMergePoint at http://netfrag.org/doc/
896      o MiniHowto
897      o faqs (e.g. from news://news.netfrag.org/nfo.faq.users
898    
899    o what about an "AUTOSAVE"-feature for UltraEdit when leaving the window or
900      o an AUTOCOMMIT on that very event (maybe integrated with a counter)
901      
902    o write scripts to iterate recursively through directories under specified path ...
903      o ... and do some actions on each directory, e.g.
904      o execute some specified .dot-files (e.g. .pod2htmlrc, .symlinkrc, .makedocrc)
905      
906    x CVSSpam in action:
907      10146 ?        S      0:00 /usr/sbin/sshd
908      10148 ?        S      0:00 /usr/sbin/sshd
909      10149 ?        S      0:00 cvs server
910      10150 ?        S      0:00 cvs server
911      10151 ?        S      0:00 /bin/login
912      10155 ?        S      0:00 /usr/bin/ruby -w /var/lib/cvs/CVSROOT/collect_diffs.rb --to joko@netfrag
913      10158 ?        S      0:00 /usr/bin/ruby /var/lib/cvs/CVSROOT/cvsspam.rb /tmp/#cvs.loginfo.10149.10
914      
915    x as Chora'sStylesheet has come active (by accident) when viewing this file view web
916       we should include this as a fixed default making horde our default stylesheet delivery engine (for now)
917    
918    o link-checker for netfrag.org
919    
920    o dispatcher for style.netfrag.org redirecting to <link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />?
921    
922    o mini-howto: "HttpRedirect"
923    
924    o how to refactor the MiniHowtos?
925      o into a wiki? wikis seem to miss offline/distributed capabilities! (for now)
926      x into pod
927        x build offline
928        o build online
929      o into DocBook?
930      o into tavi? (or "TaviWorkflow"?)
931      o but: LinkWithWikiAutomagically to get everything together
932        o look at the InterwikiMechanism
933        o look at the various WikiPluginArchitectures
934        o look at YakkaDev!
935    
936    o a LinkageExample: RenderThis(html4|text|html3|pdf) with [[yakka]] and [[tavi-workflow]]!
937    
938    o proposal for hierarchical structure (and HomePage) of netfrag.org
939      ~overview -> SomeWiki -> Overview
940        ~projects (include some common text here)
941        ~users (include some common text here)
942          - Page: UserArea
943          - Page: ~users
944      ~projects -> SomeWiki-> Projects
945      ~users (include former page "User area" (now UserArea) automagically at the bottom here! (WikiInclude?))
946        ~rabit (raBit's router - psl.no-ip.com)
947        ~natraj (sam's place - optix)
948        ~joko (joko's)
949        ~bareface (->yakka)
950    
951    o MasterWorkflow:
952      -> TheThreeGoodThings
953        -> HaveIdea -> WriteDown (RefactorLater) -> WriteDownMore -> WriteDownAssociations -> WriteDownEvenMoreIfNotStoppedByExternalInfluences
954        -> RefactorIdeas -> Categorize -> AddNotes -> AddTasks
955        -> DoThings -> ReadTasks -> DoTasks
956      -> TheFourthBadThing: TimeTrackAllThis  ;-)  (it seems to be not so far away....)
957    
958    o what do we need / what do we do?
959      --- researcher
960        o OnlineReading
961        (o SelectItemsForDownload)  <- want-to-have
962        (o DownloadItems)  <- want-to-have
963      --- researcher
964        o OfflineReading
965        x ClumsyOfflineReading  <- status-quo
966          (o NiceOfflineReading)  <- want-to-have
967          (o OfflineArchiving)  <- want-to-have
968        o OfflineEditing (text, html, pod, tavi)
969        o OnlinePublishing (<all - everything what has been rendered or archived offline>)
970      --- engine
971        o LiveDispatching (ContentEncoding, ContentConversion, EnvelopeEncapsulation, GatewayToXyz)
972          o OfflineRendering (html, text, pdf, chm)
973      --- reader
974        o OnlineReading (<everything that has been published>)
975        (o SelectItemsForDownload)  <- want-to-have
976        (o DownloadItems)  <- want-to-have
977        o OfflineReading (pdf, chm)
978    
979    o link to http://teamsonar.no-ip.com
980    
981    
982    
983    
984  </pre>  </pre>
985    
986    <hr/>
987    $Id$
988    
989  </body>  </body>
990  </html>  </html>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.56

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