/[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.50 by joko, Sun Jan 26 14:04:07 2003 UTC revision 1.59 by joko, Sun Jan 26 21:33:40 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 571  x setup newsportal (by Florian Amrhein) Line 575  x setup newsportal (by Florian Amrhein)
575    x cd newsportal    x cd newsportal
576    x wget http://florian-amrhein.de/newsportal/download/newsportal-0.24.tar.gz    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/    x mkdir -p /data/www/virtual/netfrag/sites/news/apps/newsportal/
578    x tar -xzf newsportal-0.24.tar.gz --directory=/data/www/virtual/netfrag/sites/news/apps/newsportal/    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      x add to the index-page:
593        xR set INSERTION="<link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />"
594        x grep -rin "<head" *
595          doc/readme-deutsch.html:4:</head>
596          doc/faq.html:4:</head>
597          doc/history.txt:234:- fehlender </head> Tag ergaenzt
598          doc/readme-english.html:4:</head>
599          doc/history.txt~:233:- fehlender </head> Tag ergaenzt
600          extras/frames/thread_frameset.php:10:</head>
601          head.inc:5:</head>
602        x cvs add head.inc
603        x cvs commit -m "+ initial commit" head.inc
604        x <modify head.inc>
605          x nano head.inc
606          x <jump to line 5> STRG+W + T: 5
607          xR <insert INSERTION>
608          xR <insert [ENTER]>
609          x <save file> STRG+O + [ENTER]
610        x test: <hit reload on <a href="http://www.netfrag.org/webnews/">http://www.netfrag.org/webnews/</a>>
611          o TODO: RefactorThisHtmlRef to WebNews
612        o view message in some MimeViewer or HtmlViewer (Horde?)
613          o -> use a MessageViewer with MimeCapabilities and HtmlCapabilities
614      x Why newsportal and no other?
615        x directly connects to nntp-daemon
616        x has local spool (o TODO: purge regularly?)
617        x highly customizable
618          x added custom css-stylesheet and changed something at content-rendering-level without any problems
619          x visit cvs.netfrag.org to look at the changes made to the newsportal codebase:
620            x -> <a href="http://cvs.netfrag.org/nfo/hosts/quepasa.netfrag.org/data/www/global/apps/newsportal/">newsportal at cvs.netfrag.org</a>
621              o TODO: RefactorThisLink
622        x it's just easy!
623      x setup dispatchrequest for http://news.netfrag.org
624        x cd /data/www/virtual/netfrag/sites/news/
625        x create symlink
626          x ./.symlinkrc
627        x copy over from webcvs
628          x cp ../webcvs/index.php .
629          x mkdir .dispatch
630          x cd .dispatch
631          x cp ../webcvs/.dispatch/config.php .
632          x cp ../webcvs/.dispatch/index.php .
633    
634  o rework apache-layout - check into repository as something root is responsible for!  x rework apache-layout - check into repository as something root is responsible for!
635    
636  o NfoWeb  o NfoWeb
637    o add WikiPages:    o add WikiPages:
# Line 731  o dispatchrequest - a multipurpose reque Line 789  o dispatchrequest - a multipurpose reque
789      x ln -s /data/www/global/apps/dispatchrequest .      x ln -s /data/www/global/apps/dispatchrequest .
790            
791        
792  o buildhtml -> docmaker  o buildhtml -> makedoc
793    
794  o TWIG & yakka?  o TWIG & yakka?
795    
# Line 792  x dpkg -x twig_2.7.5-4_all.deb tmp/ Line 850  x dpkg -x twig_2.7.5-4_all.deb tmp/
850    
851  o TWIG & OpenLDAP!?  o TWIG & OpenLDAP!?
852    
853  x quepasa.netfrag.org:  x ApacheMasterLayoutRefactoring: quepasa.netfrag.org:
854    x removed /data/www/doc to /data/www/global/apps    x removed /data/www/doc to /data/www/global/apps
855      x test:      x test:
856        x cd /data/www/virtual        x cd /data/www/virtual
# Line 811  x quepasa.netfrag.org: Line 869  x quepasa.netfrag.org:
869      x cd virtual/netfrag/conf      x cd virtual/netfrag/conf
870        x grep -ri "/pub" *        x grep -ri "/pub" *
871          x modify httpd.conf and applications.conf          x modify httpd.conf and applications.conf
872      x apachectl configtest
873        Syntax error on line 345 of /etc/apache/httpd.conf:
874        DocumentRoot must be a directory
875        x disabled there completely
876        x now in /data/www/global/conf/httpd.conf
877          DocumentRoot /data/www/virtual/netfrag/sites/public
878      x apachectl configtest
879        fopen: No such file or directory
880        apache: could not open document config file /data/www/conf/twiki-httpd.conf
881        x mv /data/www/global/conf/twiki-httpd.conf /data/www/virtual/netfrag/conf/
882        x nano /data/www/virtual/netfrag/conf/applications.conf to match new path
883      x apachectl configtest
884        fopen: No such file or directory
885        apache: could not open document config file /data/www/conf/tutos-httpd.conf
886        x cd virtual/netfrag
887        x grep -rin "www/conf" *
888        x edit applications.conf:21
889          x was: Include /data/www/conf/tutos-httpd.conf
890          x is: Include /data/www/global/conf/tutos-httpd.conf
891      x apachectl configtest
892        Warning: DocumentRoot [/data/www/virtual/netfrag/sites/webnews] does not exist
893        fopen: No such file or directory
894        apache: could not open document config file /data/www/conf/dynamic.conf
895        x grep -rin webnews *
896          x edit applications.conf:30
897            x was: Alias /webnews/ /data/www/global/apps/newsportal/
898            x is: Alias /webnews/ /data/www/global/apps/newsportal/
899          x edit httpd.conf:74
900            x was: DocumentRoot /data/www/virtual/netfrag/sites/webnews
901            x is: DocumentRoot /data/www/virtual/netfrag/sites/news
902         x cd global/conf
903         x grep -rin www/conf *
904          x STDOUT-PARSE:
905            httpd.conf:14:#Include /data/www/conf/httpd-php-perl.conf
906            httpd.conf:16:#Include /data/www/conf/virtualdomains-httpd.conf
907            httpd.conf:29:Include /data/www/conf/dynamic.conf
908              ->FILE-MODIFY: httpd.conf:29:Include /data/www/global/conf/dynamic.conf
909      x apachectl configtest
910          root@quepasa:/data/www/global/conf# apachectl configtest
911          configuring dynamic domain "golf5.de"
912          configuring dynamic domain "smartmen.de"
913          configuring dynamic domain "ballonflug.de"
914          Syntax OK
915      x /etc/init.d/apache restart
916      x testing "http://netfrag.org/" fails
917      x testing "http://netfrag.org/index.php"
918        x makes redirect to "http://netfrag.org/nfoweb/" but fails there
919      x tail -f tail -f /data/www/virtual/netfrag/log/error_log
920        [Sun Jan 26 15:32:04 2003] [error] [client 217.231.119.195] File does not exist: /data/www/virtual/netfrag/pub/
921        [Sun Jan 26 15:33:02 2003] [error] [client 217.231.119.195] File does not exist: /data/www/virtual/netfrag/pub/
922        [Sun Jan 26 16:37:37 2003] [error] [client 217.231.119.195] Symbolic link not allowed: /data/www/virtual/netfrag/sites/public/nfoweb/
923        [Sun Jan 26 16:38:08 2003] [error] [client 217.231.119.195] Symbolic link not allowed: /data/www/virtual/netfrag/sites/public/nfoweb/
924        [Sun Jan 26 16:40:10 2003] [error] [client 217.231.119.195] Symbolic link not allowed: /data/www/virtual/netfrag/sites/public/nfoweb/
925    
926    
927  o register:  o register:
928    public.netfrag.org -> http://netfrag.org    public.netfrag.org -> http://netfrag.org
929    secure.netfrag.org -> https://netfrag.org    secure.netfrag.org -> https://netfrag.org
930        
931  o netfrag.org: dispatchrequest for http://netfrag.org/nfoweb/!  o netfrag.org: DispatchRequest for http://netfrag.org/nfoweb/!
932    o netfrag.org: DispatchRequest for http://netfrag.org/rrr/!
933    
934    o IntroduceMergePoint at http://netfrag.org/doc/
935      o MiniHowto
936      o faqs (e.g. from news://news.netfrag.org/nfo.faq.users
937    
938    o what about an "AUTOSAVE"-feature for UltraEdit when leaving the window or
939      o an AUTOCOMMIT on that very event (maybe integrated with a counter)
940      
941    o write scripts to iterate recursively through directories under specified path ...
942      o ... and do some actions on each directory, e.g.
943      o execute some specified .dot-files (e.g. .pod2htmlrc, .symlinkrc, .makedocrc)
944      
945    x CVSSpam in action:
946      10146 ?        S      0:00 /usr/sbin/sshd
947      10148 ?        S      0:00 /usr/sbin/sshd
948      10149 ?        S      0:00 cvs server
949      10150 ?        S      0:00 cvs server
950      10151 ?        S      0:00 /bin/login
951      10155 ?        S      0:00 /usr/bin/ruby -w /var/lib/cvs/CVSROOT/collect_diffs.rb --to joko@netfrag
952      10158 ?        S      0:00 /usr/bin/ruby /var/lib/cvs/CVSROOT/cvsspam.rb /tmp/#cvs.loginfo.10149.10
953      
954    x as Chora'sStylesheet has come active (by accident) when viewing this file view web
955       we should include this as a fixed default making horde our default stylesheet delivery engine (for now)
956    
957    o link-checker for netfrag.org
958    
959    o dispatcher for style.netfrag.org redirecting to <link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />?
960      o styleme.php
961      o brandme.php
962      
963    
964    
965    o mini-howto: "HttpRedirect"
966    
967    o how to refactor the MiniHowtos?
968      o into a wiki? wikis seem to miss offline/distributed capabilities! (for now)
969      x into pod
970        x build offline
971        o build online
972      o into DocBook?
973      o into tavi? (or "TaviWorkflow"?)
974      o but: LinkWithWikiAutomagically to get everything together
975        o look at the InterwikiMechanism
976        o look at the various WikiPluginArchitectures
977        o look at YakkaDev!
978    
979    o a LinkageExample: RenderThis(html4|text|html3|pdf) with [[yakka]] and [[tavi-workflow]]!
980    
981    o proposal for hierarchical structure (and HomePage) of netfrag.org
982      ~overview -> SomeWiki -> Overview
983        ~projects (include some common text here)
984        ~users (include some common text here)
985          - Page: UserArea
986          - Page: ~users
987      ~projects -> SomeWiki-> Projects
988      ~users (include former page "User area" (now UserArea) automagically at the bottom here! (WikiInclude?))
989        ~rabit (raBit's router - psl.no-ip.com)
990        ~natraj (sam's place - optix)
991        ~joko (joko's)
992        ~bareface (->yakka)
993    
994    o MasterWorkflow:
995      -> TheThreeGoodThings
996        -> HaveIdea -> WriteDown (RefactorLater) -> WriteDownMore -> WriteDownAssociations -> WriteDownEvenMoreIfNotStoppedByExternalInfluences
997        -> RefactorIdeas -> Categorize -> AddNotes -> AddTasks
998        -> DoThings -> ReadTasks -> DoTasks
999      -> TheFourthBadThing: TimeTrackAllThis  ;-)  (it seems to be not so far away....)
1000    
1001    o what do we need / what do we do?
1002      --- researcher
1003        o OnlineReading
1004        (o SelectItemsForDownload)  <- want-to-have
1005        (o DownloadItems)  <- want-to-have
1006      --- researcher
1007        o OfflineReading
1008        x ClumsyOfflineReading  <- status-quo
1009          (o NiceOfflineReading)  <- want-to-have
1010          (o OfflineArchiving)  <- want-to-have
1011        o OfflineEditing (text, html, pod, tavi)
1012        o OnlinePublishing (<all - everything what has been rendered or archived offline>)
1013      --- engine
1014        o LiveDispatching (ContentEncoding, ContentConversion, EnvelopeEncapsulation, GatewayToXyz)
1015          o OfflineRendering (html, text, pdf, chm)
1016      --- reader
1017        o OnlineReading (<everything that has been published>)
1018        (o SelectItemsForDownload)  <- want-to-have
1019        (o DownloadItems)  <- want-to-have
1020        o OfflineReading (pdf, chm)
1021    
1022    o link to http://teamsonar.no-ip.com
1023    
1024    o mail announces to announce@netfrag.org
1025    
1026    
1027    
1028    

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.59

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