X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=b6c4b5660e8d1769003876631f8985fa89f3947c;hp=d744f23b32ff4651afb8611117a88f081b1ad746;hb=53444d050a5e7ebc62770bdccffe00286f6a3d0e;hpb=12ae138fed4d577d9c5202e73b2fec5e7670dd60 diff --git a/elpher.el b/elpher.el index d744f23..b6c4b56 100644 --- a/elpher.el +++ b/elpher.el @@ -26,7 +26,22 @@ ;;; Commentary: -;; Elpher is a tool for exploring "gopherspace" using GNU Emacs. +;; Elpher aims to provide a full-featured gopher client for GNU Emacs. +;; It supports: + +;; - intuitive keyboard and mouse-driven browsing, +;; - caching of visited sites (both content and cursor position), +;; - pleasant and configurable colouring of Gopher directories, +;; - direct visualisation of image files, +;; - clickable web and gopher links in plain text. + +;; The caching mechanism works by maintaining a hierarchy of visited +;; pages rather than a linear history, meaning that it is quick and +;; easy to navigate this history. + +;; To launch Elpher, simply use 'M-x elpher'. This will open a start +;; page containing information on key bindings and suggested starting +;; points for your gopher exploration. ;;; Code: