/[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.56 by joko, Sun Jan 26 17:33:29 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      o add to
593      <link href="/horde/css.php?app=chora" rel="stylesheet" type="text/css" />
594    
595  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!
596    
597  o NfoWeb  o NfoWeb
598    o add WikiPages:    o add WikiPages:
# Line 940  o MasterWorkflow: Line 955  o MasterWorkflow:
955      -> DoThings -> ReadTasks -> DoTasks      -> DoThings -> ReadTasks -> DoTasks
956    -> TheFourthBadThing: TimeTrackAllThis  ;-)  (it seems to be not so far away....)    -> 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>

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

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