/[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.54 by joko, Sun Jan 26 16:33:37 2003 UTC revision 1.57 by joko, Sun Jan 26 18:03:46 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        
615    
616  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!
617    
618  o NfoWeb  o NfoWeb
619    o add WikiPages:    o add WikiPages:
# Line 903  x as Chora'sStylesheet has come active ( Line 939  x as Chora'sStylesheet has come active (
939  o link-checker for netfrag.org  o link-checker for netfrag.org
940    
941  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" />?
942      o styleme.php
943      o brandme.php
944      
945    
946    
947  o mini-howto: "HttpRedirect"  o mini-howto: "HttpRedirect"
948    
# Line 940  o MasterWorkflow: Line 980  o MasterWorkflow:
980      -> DoThings -> ReadTasks -> DoTasks      -> DoThings -> ReadTasks -> DoTasks
981    -> TheFourthBadThing: TimeTrackAllThis  ;-)  (it seems to be not so far away....)    -> TheFourthBadThing: TimeTrackAllThis  ;-)  (it seems to be not so far away....)
982    
983    o what do we need / what do we do?
984      --- researcher
985        o OnlineReading
986        (o SelectItemsForDownload)  <- want-to-have
987        (o DownloadItems)  <- want-to-have
988      --- researcher
989        o OfflineReading
990        x ClumsyOfflineReading  <- status-quo
991          (o NiceOfflineReading)  <- want-to-have
992          (o OfflineArchiving)  <- want-to-have
993        o OfflineEditing (text, html, pod, tavi)
994        o OnlinePublishing (<all - everything what has been rendered or archived offline>)
995      --- engine
996        o LiveDispatching (ContentEncoding, ContentConversion, EnvelopeEncapsulation, GatewayToXyz)
997          o OfflineRendering (html, text, pdf, chm)
998      --- reader
999        o OnlineReading (<everything that has been published>)
1000        (o SelectItemsForDownload)  <- want-to-have
1001        (o DownloadItems)  <- want-to-have
1002        o OfflineReading (pdf, chm)
1003    
1004    o link to http://teamsonar.no-ip.com
1005    
1006    o mail announces to announce@netfrag.org
1007    
1008    
1009    
1010    
1011  </pre>  </pre>

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.57

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