Updated start page help following rebinding.
[elpher.git] / README.md
1 Elpher
2 ======
3
4 Elpher aims to provide a full-featured gopher client for GNU Emacs.
5
6 It supports:
7 - intuitive keyboard and mouse-driven browsing,
8 - out-of-the-box compatibility with evil-mode,
9 - clickable web and gopher links **in plain text**,
10 - caching of visited sites,
11 - pleasant and configurable visualization of Gopher directories,
12 - direct visualisation of image files,
13 - jumping directly to links by name (with autocompletion),
14 - a simple bookmark management system,
15 - connections using TLS encryption.
16
17 Elpher is under active development.  Any suggestions for improvements
18 are welcome!
19
20 Installation
21 ------------
22
23 Elpher is available from [MELPA](https://melpa.org).  If you have
24 never installed packages from this repository before, you'll need
25 to follow the instructions at https://melpa.org/#/getting-started.
26
27 To install Elpher, enter the following:
28
29     M-x package-install RET elpher RET
30
31 To uninstall, use `M-x package-delete RET elpher RET`.
32
33 Quick Start
34 -----------
35
36 Once installed, use `M-x elpher` to launch the browser.  This will
37 open a start page which documents the main key bindings and provides
38 some links to help kick start your exploration of gopherspace.
39
40 From here you can move point between links (which may be menu items or
41 inline URLs in text files) by using `TAB` and `Shift-TAB`,
42 as in Info.  You can also jump directly to a menu item using `m`, or
43 use the standard Emacs or Evil motion and search commands to find your
44 way around.  To open a link, press enter.  (Where a mouse is
45 available, Clicking on a link with the mouse cursor has the same
46 effect.)
47
48 To return to the page you just followed the link from, press `u`.
49
50 Elpher caches (for the duration of an Emacs session) both page contents
51 and the position of point on each of the pages (gopher menus, query
52 results, or text pages) you visit, restoring these when you next visit
53 the same page.  Thus, pressing `u` displays the previous page in
54 exactly the same state as when you left, meaning that you can quickly
55 and visually explore the different documents in a menu without having to
56 wait for anything to reload.
57
58 Of course, sometimes you'll _want_ to reload the current page
59 rather than stick with the cached version.  To do this use `R`.
60 (This is particularly useful for search query results, where this
61 allows you to perform a different search.)
62
63 To customize the various faces Elpher uses, the start page
64 and a few other odds and ends, use the following:
65
66     M-x customize-group RET elpher RET
67
68 Full Documentation
69 ------------------
70
71 The full documentation for Elpher can be found in the Info manual,
72 which should become automatically available if you install Elpher
73 using `M-x package-install`.  To access it, select it from the root
74 Info directory which can be displayed using `C-h i`.
75
76 Licence
77 -------
78
79 Elpher is free software and is distributed under the terms of version
80 3 the GNU General Public License, which can be found in the file named
81 COPYING.