/[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.53 by joko, Sun Jan 26 16:03:30 2003 UTC revision 1.59 by joko, Sun Jan 26 21:33:40 2003 UTC
# Line 575  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 903  x as Chora'sStylesheet has come active ( Line 957  x as Chora'sStylesheet has come active (
957  o link-checker for netfrag.org  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" />?  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"  o mini-howto: "HttpRedirect"
966    
# Line 918  o how to refactor the MiniHowtos? Line 976  o how to refactor the MiniHowtos?
976      o look at the various WikiPluginArchitectures      o look at the various WikiPluginArchitectures
977      o look at YakkaDev!      o look at YakkaDev!
978    
979  o render this with [[yakka]] and [[tavi-workflow]]!  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    

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

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