Blame README

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