Diff for "slrn"


Differences between revisions 12 and 13
Revision 12 as of 2009-06-29 10:05:01
Size: 2488
Editor: C-59-101-32-53
Comment:
Revision 13 as of 2009-06-30 10:59:49
Size: 2924
Editor: C-59-101-32-53
Comment: Fixed the navigation and wrote the introductory section.
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
''This page has drawn heavily from information contained on the [[http://slrn.sourceforge.net/|slrn website]] and the Ubuntu Forums [[http://ubuntuforums.org/showthread.php?t=475246|slrn guide]]. Thanks to the authors of both of these for their generous permission to use their work!''
Line 4: Line 5:
"slrn is a free open-source mathematics software system licensed under the GPL. It combines the power of many existing open-source packages into a common Python-based interface." = What is slrn? =
Line 6: Line 7:
"Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab." slrn ('S-Lang read news') is a console based newsreader which is used to access Usenet newsgroup messages. Beside the usual features of a newsreader slrn also supports scoring rules to highlight, sort or kill articles based on information from their header. It is highly customizable, allows free key-bindings and can easily be extended using the sophisticated S-Lang macro language.
Line 8: Line 9:
Website: http://www.sagemath.org/ Website: http://slrn.sourceforge.net/
Line 12: Line 13:
Look for the package named '''sagemath''' in the Synaptic Package Manager and install it. Ubuntu (as of 3-5-2009) will install Sagemath Version '''3.0.5''' while as of the same date the latest version offered by the Sagemath team is '''3.4.1'''.

Alternatively open a terminal and type:
{{{
sudo apt-get install sagemath
}}}
slrn is a relatively complex piece of software to install and setup correctly, somr preparation work is involved ''before'' installing slrn itself:
Line 60: Line 55:
 * [[http://www.foory.de/thw/slrn/|slrn patches and ubuntu repository/packages]] Thomas Wiegner's page of slrn patches and details of his slrn packages and repositories for Feisty, Gutsy, Hardy and Intrepid.

This page has drawn heavily from information contained on the slrn website and the Ubuntu Forums slrn guide. Thanks to the authors of both of these for their generous permission to use their work!

What is slrn?

slrn ('S-Lang read news') is a console based newsreader which is used to access Usenet newsgroup messages. Beside the usual features of a newsreader slrn also supports scoring rules to highlight, sort or kill articles based on information from their header. It is highly customizable, allows free key-bindings and can easily be extended using the sophisticated S-Lang macro language.

Website: http://slrn.sourceforge.net/

Some Preparation

slrn is a relatively complex piece of software to install and setup correctly, somr preparation work is involved before installing slrn itself:

Set a FQDN

Install an MTA

Choose an Editor

Set the NNTP Environment Variable

Install slrn

Open a terminal and type sage and press enter. The sage command line interface should start up. Wait for the sage prompt to come up. It would looks thus:

sage:

This may take a while depending on your hardware.

The first time you use sage you will be asked to set a password to secure your work.

Setup the ~/.slrnrc file

You have a choice of using sage either from the command line or from a GUI. In order to use the GUI interface to sage use the sage prompt to type:

notebook()

This will open the GUI interface to sage which is the well known Firefox web browser.

To start work with the GUI interface of sage click on the link New Worksheet.

The rest involves typing your sage commands into the input box and clicking the evaluate button that lies below it.

Run slrn for the first time

Installing the svn slrn

A beginner would probably begin with the Tutorial at http://www.sagemath.org/doc/tutorial/index.html

External Links

slrn (last edited 2022-06-07 09:29:58 by andrew-david-strong)