Changeset c6d10584
- Timestamp:
- 11/14/2003 03:00:00 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 19de595
- Parents:
- 54654bf
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/mailnews/slrn/slrn-config.xml
r54654bf rc6d10584 3 3 4 4 <sect3><title>Config files</title> 5 <para><filename>$HOME/.jnewsrc</filename>, 6 <filename>$HOME/.jnewsrc.time</filename>, 7 <filename>$HOME/.slrnrc</filename></para> 5 <para><filename>/etc/slrn.rc</filename>, 6 <filename>~/.slrnrc</filename></para> 8 7 </sect3> 9 8 … … 11 10 12 11 <para>The first time <command>slrn</command> is run, the 13 <filename> $HOME/.jnewsrc</filename> file must be12 <filename>~/.jnewsrc</filename> file must be 14 13 created. For this configuration to work, you must have an environmental 15 variable, NNTPSERVER, set. In normal operation it would be exported into14 variable, <envar>NNTPSERVER</envar>, set. In normal operation it would be exported into 16 15 the environment by a startup file, like <filename>/etc/profile</filename> 17 16 or <filename>~/.bashrc</filename>. Here we will just put it into the … … 20 19 whatever server you prefer.</para> 21 20 22 <para>Create the <filename> $HOME/.jnewsrc</filename> file with the following21 <para>Create the <filename>~/.jnewsrc</filename> file with the following 23 22 command:</para> 24 23 25 24 <screen><userinput><command>NNTPSERVER=news.linuxfromscratch.org \ 26 slrn -f $HOME/.jnewsrc --create</command></userinput></screen> 25 slrn -f ~/.jnewsrc --create</command></userinput></screen> 26 27 <para>You will also have to edit one of the configuration files. There 28 is a sample startup <filename>/usr/share/doc/slrn/slrn.rc</filename> 29 file that comes with slrn. It is extensively documented but if you 30 need more information, look at <ulink 31 url="http://slrn.sourceforge.net/docs/">the slrn 32 website</ulink>.</para> 27 33 28 34 </sect3> -
basicnet/mailnews/slrn/slrn-inst.xml
r54654bf rc6d10584 4 4 <para>Install <application>slrn</application> by running the following commands:</para> 5 5 6 <screen><userinput><command>./configure --prefix=/usr --with-slrnpull && 6 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \ 7 --with-slrnpull && 7 8 make LDFLAGS="-ldl" && 8 9 make install</command></userinput></screen> 9 10 10 11 </sect2> 11 -
basicnet/mailnews/slrn/slrn-intro.xml
r54654bf rc6d10584 19 19 <sect4><title>Required</title> 20 20 <para><xref linkend="slang"/> and <acronym>MTA</acronym> (See <xref linkend="server-mail"/>)</para></sect4> 21 22 <sect4><title>Optional</title> 23 <para><xref linkend="openssl"/></para></sect4> 21 24 </sect3> 22 25 23 24 25 26 </sect2> -
basicnet/mailnews/slrn/slrn.ent
r54654bf rc6d10584 5 5 <!ENTITY slrn-config SYSTEM "slrn-config.xml"> 6 6 <!ENTITY slrn-desc SYSTEM "slrn-desc.xml"> 7 <!ENTITY slrn-version "0.9. 7.4">7 <!ENTITY slrn-version "0.9.8.0"> 8 8 <!ENTITY slrn-download-http "http://telia.dl.sourceforge.net/sourceforge/slrn/slrn-&slrn-version;.tar.bz2"> 9 <!ENTITY slrn-download-ftp "ftp://ftp. uni-koeln.de/news/slrn-&slrn-version;.tar.gz">10 <!ENTITY slrn-size " 850KB">11 <!ENTITY slrn-buildsize " 8.1MB">12 <!ENTITY slrn-time "0.1 8SBU">9 <!ENTITY slrn-download-ftp "ftp://ftp.fh-heilbronn.de/pub/mirrors/slrn/slrn-&slrn-version;.tar.bz2"> 10 <!ENTITY slrn-size "972 KB"> 11 <!ENTITY slrn-buildsize "9.3 MB"> 12 <!ENTITY slrn-time "0.19 SBU"> -
introduction/welcome/changelog.xml
r54654bf rc6d10584 13 13 14 14 <listitem><para>November 13th, 2003 [igor]: Updated to 15 libxml2-2.6.2 and fetchmail-6.2.5.</para></listitem>15 libxml2-2.6.2, fetchmail-6.2.5 and slrn-0.9.8.0.</para></listitem> 16 16 17 17 <listitem><para>November 12th, 2003 [igor]: Dillo: Reworded config
Note:
See TracChangeset
for help on using the changeset viewer.