Blame README

Packit Service c30d13
Packit Service c30d13
          GNU nano -- an enhanced clone of the Pico text editor
Packit Service c30d13
Packit Service c30d13
Overview
Packit Service c30d13
Packit Service c30d13
    The nano project was started because of a few "problems" with the
Packit Service c30d13
    wonderfully easy-to-use and friendly Pico text editor.
Packit Service c30d13
Packit Service c30d13
    First and foremost was its license: the Pine suite does not use
Packit Service c30d13
    the GPL or a GPL-friendly license, and has unclear restrictions on
Packit Service c30d13
    redistribution.  Because of this, Pine and Pico are not included
Packit Service c30d13
    with many GNU/Linux distributions.  Also, other features (like
Packit Service c30d13
    go-to-line-number or search-and-replace) were unavailable until
Packit Service c30d13
    recently or require a command-line flag.  Yuck.
Packit Service c30d13
Packit Service c30d13
    nano aims to solve these problems by emulating the functionality of
Packit Service c30d13
    Pico as closely as possible while addressing the problems above and
Packit Service c30d13
    providing other extra functionality.
Packit Service c30d13
Packit Service c30d13
    The nano editor is an official GNU package.  For more information on
Packit Service c30d13
    GNU and the Free Software Foundation, please see http://www.gnu.org/.
Packit Service c30d13
Packit Service c30d13
How to compile and install nano
Packit Service c30d13
Packit Service c30d13
    Download the nano source code, then:
Packit Service c30d13
Packit Service c30d13
        tar xvzf nano-x.y.z.tar.gz
Packit Service c30d13
        cd nano-x.y.z
Packit Service c30d13
        ./configure
Packit Service c30d13
        make
Packit Service c30d13
        make install
Packit Service c30d13
Packit Service c30d13
    It's that simple.  Use --prefix with configure to override the
Packit Service c30d13
    default installation directory of /usr/local.
Packit Service c30d13
Packit Service c30d13
    If you haven't configured with the --disable-nanorc option, after
Packit Service c30d13
    installation you may want to copy the doc/sample.nanorc file to
Packit Service c30d13
    your home directory, rename it to ".nanorc", and then edit it
Packit Service c30d13
    according to your taste.
Packit Service c30d13
Packit Service c30d13
Web Page
Packit Service c30d13
Packit Service c30d13
    https://nano-editor.org/
Packit Service c30d13
Packit Service c30d13
Mailing Lists
Packit Service c30d13
Packit Service c30d13
    There are three nano-related mailing-lists.
Packit Service c30d13
Packit Service c30d13
    + info-nano@gnu.org is a very low traffic list used to announce
Packit Service c30d13
      new nano versions or other important info about the project.
Packit Service c30d13
    + help-nano@gnu.org is for those seeking to get help without
Packit Service c30d13
      wanting to hear about the technical details of its development.
Packit Service c30d13
    + nano-devel@gnu.org is the list used by the people that make nano
Packit Service c30d13
      and a general development discussion list, with moderate traffic.
Packit Service c30d13
Packit Service c30d13
    To subscribe, send email to <name>-request@gnu.org with a subject
Packit Service c30d13
    of "subscribe", where <name> is the list you want to subscribe to.
Packit Service c30d13
Packit Service c30d13
Bug Reports
Packit Service c30d13
Packit Service c30d13
    To report a bug, please file a description of the problem on nano's
Packit Service c30d13
    bug tracker (https://savannah.gnu.org/bugs/?group=nano -- hover on
Packit Service c30d13
    "Bugs", then click "Submit new").  The issue may have already been
Packit Service c30d13
    reported, so please look first.
Packit Service c30d13
Packit Service c30d13
Current Status
Packit Service c30d13
Packit Service c30d13
    Since version 2.5.0, GNU nano has abandoned the distinction between
Packit Service c30d13
    a stable and a development branch: it is now on a "rolling" release
Packit Service c30d13
    -- fixing bugs and adding new features go hand in hand.
Packit Service c30d13
Packit Service c30d13
Copyright Years
Packit Service c30d13
Packit Service c30d13
    When in any file of this package a copyright notice mentions a
Packit Service c30d13
    year range (such as 1999-2011), it is a shorthand for a list of
Packit Service c30d13
    all the years in that interval.