SLRN für Windows ist ein etwas gewöhnungsbedürftiger Newsreader, der in einer DOS-Box läuft. Wie SLRN aussehen kann und wie er konfiguriert werden kann, ist auch auf der Homepage von Michael Klingbeil beschrieben, von dem auch größtenteils die Daten dieser Seite hier stammen. Er hat die Seite dort auch noch mit einigen Screenshots 'verfeinert'. http://slrn-w32.de.vu/
Homepage und Download : http://space.mit.edu/~davis/slrn.html
Autor: John E. Davis davis@space.mit.edu
Newsgroup: news:de.comm.software.newsreader
Click here for the english translation of this site.
Im Verzeichnis ./slrn/doc/ befindet sich eine Beispieldatei der slrn.rc, die ins SLRN-Verzeichnis kopiert werden und entsprechend angepaßt werden muß. Für die Konfiguration mit dem Hamster könnte sie etwa so aussehen:
nnrpaccess "localhost" "user" "pw" hostname "qad.org" set username "michael" set realname "Michael Klingbeil" % Die search.sl findet man im Macro-Ordner, einfach ins slrn % Verzeichniss verschieben. Mit $ kann man dann eine Volltext suche % starten. interpret search.sl set quote_string ">" set followup_strip_signature 1 % Mit U wird ein Menue geoeffnet und man kann dann bequem vorhanden % URL's anwaehlen. Aus Faulheit habe ich ein neues Verzeichniss angelegt % und es ie benannt und in diesen den Explorer kopiert. set non_Xbrowser "start e:\\ie\\IEXPLORE.exe %s" set show_article 0 set unsubscribe_new_groups 0 set show_thread_subject 1 set mouse 0 set author_display 2 set display_author_realname 1 set write_newsrc_flags 0 set generate_message_id 0 set editor_command "e:\\slrn\\edit %s" set mail_editor_command "e:\\slrn\\edit %s" set post_editor_command "e:\\slrn\\edit %s" set score_editor_command "e:\\slrn\\edit %s" set sendmail_command "sendsmtp 127.0.0.1" % Damit slrn scoren kann braucht er eine Text-Datei. scorefile "e:\\slrn\\score" set read_active 1 set use_xgtitle 1 set charset ibm850 set use_mime 1 set mime_charset "iso-8859-1" % Hier wird Archiviert und die Pfade muessen angepasst werden. set save_posts "e:\\slrn\\News\\My_Posts" set save_replies "e:\\slrn\\News\\My_Replies" set failed_posts_file "e:\\slrn\\dead.letter" % If set to 1, slrn will not allow you to post articles that contain % non-quoted lines whose length exceeds 80 characters. If set to 2, % a warning will be generated. set reject_long_lines 2 % Das moechte ich im Header sehen. visible_headers "From:,Subject:,Newsgroups:,Date:,User-Agent:" set custom_headers "Mail-Copies-To: nobody\nX-No-Archive: yes" header_display_format 0 "%F%-5S%-5l: [%15r] [%9D] %t %70s" % If 0, do not sort. If 1, perform threading. If 2, sort by subject % If 3, thread then sort result by subject % If 4, sort by score. If 5, thread then sort by score. % If 6, sort by score and subject % If 7, thread, then sort by score and subject % If 8, sort by date with most recent first % If 9, thread, then sort by date with most recent first % If 10, sort by date with most recent last % If 11, thread then sort by date with most recent last set sorting_method 7 set display_score 1 % Character to use to hide spoiler text: set spoiler_char '*' % set to 0 to keep the display still, and just reveal the spoiler % set to 1 to start a new page when spoiler is revealed % set to 2 to keep the display still, and reveal ALL spoilers % set to 3 to start new page and reveal ALL spoilers set spoiler_display_mode 3 % Maximum number of articles to read before slrn will prompt. % Default is 100. Set this to zero to turn of prompting. set query_read_group_cutoff 200 % Nun wird es farbig. color article "white" "black" color author "magenta" "black" color boldtext "red" "black" color box "black" "white" color cursor "brightgreen" "black" color description "white" "black" color error "red" "black" color frame "yellow" "blue" color group "white" "black" color grouplens_display "red" "black" color header_name "green" "black" color header_number "green" "black" color headers "brightcyan" "black" color high_score "yellow" "black" color italicstext "magenta" "black" color menu "yellow" "blue" color menu_press "blue" "yellow" color normal "lightgray" "black" color pgpsignature "blue" "black" color quotes "yellow" "black" color quotes1 "magenta" "black" color quotes2 "yellow" "black" color quotes3 "white" "black" color quotes4 "lightgray" "black" color quotes5 "brown" "black" color quotes6 "brown" "black" color quotes7 "brown" "black" color response_char "green" "black" color signature "red" "black" color selection "yellow" "blue" color status "yellow" "blue" color subject "white" "black" color thread_number "white" "black" color tilde "green" "black" color tree "red" "black" color underlinetext "cyan" "black" color verbatum "green" "black" mono high_score reverse |
Die Batch-Datei zum Starten von SLRN könnte dann etwa so aussehen:
REM SLRN.BAT set HOME=d:\programme\slrn\ set NNTPSERVER=localhost set USER=micha set TMP=c:\windows\temp slrn.exe |
Beim ersten Start von SLRN sollte es mit slrn.exe -create gestartet werden, damit eine Datei namens jnews.rc erzeugt wird. In dieser Datei werden die Newsgruppennamen gespeichert, mit den Informationen, ob diese subscribed (bestellt) wurden und welche Artikel bereits gelesen wurden. Wichtig!
Tips und Kommentare:
Massimo schrieb mir per
Mail, daß der Hamster den Zugriff über "localhost"
"admin" "." nicht zuließ, aber daß man es
über die Schreibweise regulieren könne: "127.0.0.1"
"ADMIN" "..." [slrn/0.9.6.2 (Win32)]
Michael Klingbeil schickte
mir die obige Version der slrn.rc mit den jeweiligen
Kommentaren dazu. Ich habe sie nur geingfügig erweitert
und verändert.