--- joko/doc/SampleTasks/joko_2003-01.html 2003/01/26 16:33:37 1.54 +++ joko/doc/SampleTasks/joko_2003-01.html 2003/01/26 17:33:29 1.56 @@ -575,9 +575,24 @@ x cd newsportal x wget http://florian-amrhein.de/newsportal/download/newsportal-0.24.tar.gz x mkdir -p /data/www/virtual/netfrag/sites/news/apps/newsportal/ - 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/ + x add to /data/www/virtual/netfrag/conf/applications.conf + Alias /webnews/ /data/www/global/apps/newsportal/ + x configure in /data/www/global/apps/newsportal/config.inc + // newsserver setup + $server="news.netfrag.org"; + $server_auth_user="webnews"; + $server_auth_pass="web123"; + x add to /etc/news/nnrp.access: + # 2003-01-26, joko + *:Read Post:webnews:web123:* + x modify groups.txt + + o TODO: AUTOUPDATE here! + o add to + -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! o NfoWeb o add WikiPages: @@ -940,12 +955,36 @@ -> DoThings -> ReadTasks -> DoTasks -> TheFourthBadThing: TimeTrackAllThis ;-) (it seems to be not so far away....) +o what do we need / what do we do? + --- researcher + o OnlineReading + (o SelectItemsForDownload) <- want-to-have + (o DownloadItems) <- want-to-have + --- researcher + o OfflineReading + x ClumsyOfflineReading <- status-quo + (o NiceOfflineReading) <- want-to-have + (o OfflineArchiving) <- want-to-have + o OfflineEditing (text, html, pod, tavi) + o OnlinePublishing () + --- engine + o LiveDispatching (ContentEncoding, ContentConversion, EnvelopeEncapsulation, GatewayToXyz) + o OfflineRendering (html, text, pdf, chm) + --- reader + o OnlineReading () + (o SelectItemsForDownload) <- want-to-have + (o DownloadItems) <- want-to-have + o OfflineReading (pdf, chm) + +o link to http://teamsonar.no-ip.com + +
-$Id: joko_2003-01.html,v 1.54 2003/01/26 16:33:37 joko Exp $ +$Id: joko_2003-01.html,v 1.56 2003/01/26 17:33:29 joko Exp $