diff --git a/basicnet/mailnews/pine.xml b/basicnet/mailnews/pine.xml index 7c6050732a..8ed2d3ecc0 100644 --- a/basicnet/mailnews/pine.xml +++ b/basicnet/mailnews/pine.xml @@ -1,8 +1,12 @@ - + -pine +pine-&pine-version; -TO BE DONE +&pine-intro; +&pine-inst; +&pine-exp; +&pine-config; +&pine-desc; diff --git a/basicnet/mailnews/pine/pine-config.xml b/basicnet/mailnews/pine/pine-config.xml new file mode 100644 index 0000000000..0ed9d9c24b --- /dev/null +++ b/basicnet/mailnews/pine/pine-config.xml @@ -0,0 +1,14 @@ + +Configuring Pine + +Config files +~/.pinerc + + +Configuration Information + +The pine executable needs no global configuration to use. Users +set Pine options in ~/.pinerc using an internal configuration menu. + + + diff --git a/basicnet/mailnews/pine/pine-desc.xml b/basicnet/mailnews/pine/pine-desc.xml new file mode 100644 index 0000000000..b19cd6d642 --- /dev/null +++ b/basicnet/mailnews/pine/pine-desc.xml @@ -0,0 +1,50 @@ + +Contents +The pine package contains +pine, +pico, +pilot, +imapd, +ipop2d, +ipop3d, +mtest, +rpload and +rpdump. + + +Description + +pine +pine is the Pine mail user agent. + +pico +pico is a stand-alone editor, similar to the Pine internal +message composer. + +pilot +pilot is a file and directory navigator and browser. + +imapd +imapd is the IMAP server daemon. + +ipop2d +ipop2d is an IMAP to POP2 conversion server. + +ipop3d +ipop3d is an IMAP to POP3 conversion server. + +mtest +mtest is a minimal IMAP mail user agent, used for debugging. + +rpload +rpload is the Pine remote data utility, used to convert local +Pine configuration files or address books into remote configurations +or address books. + + +rpdump +rpdump is used to copy data from remote Pine configuration files +or address books into a local file. + + + diff --git a/basicnet/mailnews/pine/pine-exp.xml b/basicnet/mailnews/pine/pine-exp.xml new file mode 100644 index 0000000000..296b034cb0 --- /dev/null +++ b/basicnet/mailnews/pine/pine-exp.xml @@ -0,0 +1,25 @@ + +Command explanations +The build procedure for Pine is somewhat unusual, in that +options usually passed as ./configure options or housed in $CFLAGS +must all be passed on the command line to the ./build script. + +./build sl5 +Pine offers quite a few target platforms, slx specifies Linux using +-lcrypt to get the crypt function. See the +doc/pine-ports file for more information and +other authentication options. + +DEBUG='-Os ' +Optimize binaries for size. + +MAILSPOOL='/var/mail' +Location of mail spool files, /var/mail. + +cd bin && +install pine /usr/bin +This is all that is required to install Pine, all other executables +may be installed in the same manner. + + + diff --git a/basicnet/mailnews/pine/pine-inst.xml b/basicnet/mailnews/pine/pine-inst.xml new file mode 100644 index 0000000000..5a001a9672 --- /dev/null +++ b/basicnet/mailnews/pine/pine-inst.xml @@ -0,0 +1,13 @@ + +Installation of Pine + +Install Pine by running the following commands: + + +./build slx DEBUG='-Os ' MAILSPOOL='/var/mail' && +cd bin && +install pine /usr/bin + + + + diff --git a/basicnet/mailnews/pine/pine-intro.xml b/basicnet/mailnews/pine/pine-intro.xml new file mode 100644 index 0000000000..6b4ad769d9 --- /dev/null +++ b/basicnet/mailnews/pine/pine-intro.xml @@ -0,0 +1,13 @@ + +Introduction to pine + +Download location (HTTP): +Download location (FTP): +Version used: &pine-version; +Package size: &pine-size; +Estimated Disk space required: &pine-buildsize; + +The Pine package contains the Pine Mail User Agent and several +server daemons for various mail protocols, in addition to some nice +file and directory editing/browsing programs. + diff --git a/basicnet/mailnews/pine/pine.ent b/basicnet/mailnews/pine/pine.ent index 0860d04f62..3478a25ff4 100644 --- a/basicnet/mailnews/pine/pine.ent +++ b/basicnet/mailnews/pine/pine.ent @@ -1 +1,11 @@ + + + + + + + + + + diff --git a/basicnet/mailnews/slrn.xml b/basicnet/mailnews/slrn.xml index d0f75cca1e..ae83e93ad0 100644 --- a/basicnet/mailnews/slrn.xml +++ b/basicnet/mailnews/slrn.xml @@ -1,8 +1,12 @@ - + -slrn +slrn-&slrn-version; -TO BE DONE +&slrn-intro; +&slrn-inst; +&slrn-exp; +&slrn-config; +&slrn-desc; diff --git a/basicnet/mailnews/slrn/slrn-config.xml b/basicnet/mailnews/slrn/slrn-config.xml new file mode 100644 index 0000000000..d33df7f7f9 --- /dev/null +++ b/basicnet/mailnews/slrn/slrn-config.xml @@ -0,0 +1,20 @@ + +Configuring slrn + +Config files +$HOME/.jnewsrc, $HOME/.jnewsrc.time, $HOME/.slrnrc + + +Configuration Information + +The first time slrn is run, the $HOME/.jnewsrc file must be +created.Create the $HOME/.jnewsrc file with the following +command: + + + slrn -f $HOME/.jnewsrc --create && + + + + + diff --git a/basicnet/mailnews/slrn/slrn-desc.xml b/basicnet/mailnews/slrn/slrn-desc.xml new file mode 100644 index 0000000000..2fd3ac9031 --- /dev/null +++ b/basicnet/mailnews/slrn/slrn-desc.xml @@ -0,0 +1,18 @@ + +Contents +The slrn package contains +slrn and +slrnpull. + + +Description + +slrn +slrn is the slang-based news reader. + +slrnpull +slrnpull is used to pull a small news feed from an NNTP server +for offline reading. + + + diff --git a/basicnet/mailnews/slrn/slrn-exp.xml b/basicnet/mailnews/slrn/slrn-exp.xml new file mode 100644 index 0000000000..69179f7f24 --- /dev/null +++ b/basicnet/mailnews/slrn/slrn-exp.xml @@ -0,0 +1,11 @@ + +Command explanations + +./configure --prefix=/usr +Specify /usr to install to instead of /usr/local. + +./configure --with-slrnpull +Build the slrnpull executable. + + + diff --git a/basicnet/mailnews/slrn/slrn-inst.xml b/basicnet/mailnews/slrn/slrn-inst.xml new file mode 100644 index 0000000000..6239bee5dc --- /dev/null +++ b/basicnet/mailnews/slrn/slrn-inst.xml @@ -0,0 +1,13 @@ + +Installation of slrn + +Install slrn by running the following commands: + + +./configure --prefix=/usr --with-slrnpull && +make && +make install + + + + diff --git a/basicnet/mailnews/slrn/slrn-intro.xml b/basicnet/mailnews/slrn/slrn-intro.xml new file mode 100644 index 0000000000..74650ee832 --- /dev/null +++ b/basicnet/mailnews/slrn/slrn-intro.xml @@ -0,0 +1,14 @@ + +Introduction to slrn + +Download location (HTTP): +Download location (FTP): +Version used: &slrn-version; +Package size: &slrn-size; +Estimated Disk space required: &slrn-buildsize; + +slrn is a slang-based newsreader, capable of reading local news +spools as well as groups from an NNTP server. Small local news spools +can also be created with the use of the slrnpull program included in +the slrn distribution. + diff --git a/basicnet/mailnews/slrn/slrn.ent b/basicnet/mailnews/slrn/slrn.ent index 085394c280..99151bf47c 100644 --- a/basicnet/mailnews/slrn/slrn.ent +++ b/basicnet/mailnews/slrn/slrn.ent @@ -1 +1,11 @@ + + + + + + + + + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index a04d3194c1..397bc1f6ad 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what. +August 9th, 2002 [larry]: Basic Networking: Added +pine-4.44 and slrn-0.9.7.4. + August 9th, 2002 [larry]: Basic Networking: Added w3m-0.3.1. diff --git a/introduction/welcome/credits.xml b/introduction/welcome/credits.xml index 942e779936..879a7a45a8 100644 --- a/introduction/welcome/credits.xml +++ b/introduction/welcome/credits.xml @@ -89,7 +89,7 @@ Bauman db and lcms: Jeremy Jones and Mark Hymers -emacs: Billy O'Connor +emacs, pine and slrn: Billy O'Connor fetchmail and wvdial: Paul Campbell