| 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/global/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 |
|
|
| 624 |
x 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! |
| 625 |
|
|
| 947 |
o link-checker for netfrag.org |
o link-checker for netfrag.org |
| 948 |
|
|
| 949 |
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" />? |
| 950 |
|
o styleme.php |
| 951 |
|
o brandme.php |
| 952 |
|
|
| 953 |
|
|
| 954 |
|
|
| 955 |
o mini-howto: "HttpRedirect" |
o mini-howto: "HttpRedirect" |
| 956 |
|
|
| 1009 |
(o DownloadItems) <- want-to-have |
(o DownloadItems) <- want-to-have |
| 1010 |
o OfflineReading (pdf, chm) |
o OfflineReading (pdf, chm) |
| 1011 |
|
|
| 1012 |
|
o link to http://teamsonar.no-ip.com |
| 1013 |
|
|
| 1014 |
|
o mail announces to announce@netfrag.org |
| 1015 |
|
|
| 1016 |
|
|
| 1017 |
|
|
| 1018 |
|
|
| 1019 |
</pre> |
</pre> |
| 1020 |
|
|