Overview
Artifact ID: | 94e6ba0e3c0d733af69f8489bffa231f11daa9816255b92c40417564933d6218 |
---|---|
Page Name: | sbbs.el |
Date: | 2020-05-29 10:41:31 |
Original User: | zge |
Mimetype: | text/x-markdown |
Parent: | 919f18e4d85cd4690238d66109800748a8f254e4fff29df2babf44d445f4de9c (diff) |
Next | b91c26fc9282adf7b023f20e61ab4aa18b4ebeff33769e95ea5b79753791ddcc |
Content
sbbs.el
sbbs.el
is a SchemeBBS client in Emacs. It implements browsing the thread list, threads and creating responses.
All development (version control, issue tracking, documentation, etc.) is done in this Fossil repository.
sbbs.el
is in the Public Domain, published under the "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication" license.
Quick Intro
sbbs.el
is currently not part of any package repository (that we know of),
so it must be installed manually. The steps for this are:
- Download the sources or clone+open the repo.
- Open
sbbs.el
and runpackage-install-from-buffer
. - Run
M-x sbbs
orM-x sbbs-browse
(these two do the same), choose a board and start reading.
See also
- Built-in Ticket List (feel free to contribute, you can log in anonymously)
- How to Use?
- How to Contribute?