
Gopherus - a console-mode gopher client

Gopherus is a console-mode gopher client. It's entirely keyboard-driven, thus
knowing its key bindings is mandatory for comfortable gopher browsing.

Key bindings:
  TAB       - Switch to/from URL bar edition
  ESC       - Quit Gopherus (requires a confirmation)
  UP/DOWN   - Scroll the screen's content up/down by one line
  PGUP/PGDW - Scroll the screen's content up/down by one page
  HOME/END  - Go to the begin/end of the document
  BACKSPC   - Go back to the previous location
  F5        - Refresh current location
  F9        - Download location on disk

Gopherus has been written with care to behave nicely and follow standards.
It conforms closely to following guidelines:
  RFC 1436: The Internet Gopher Protocol
  RFC 4266: The gopher URI Scheme


-- License -------------------------------------------------------------------

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.
