sbbs.el

Check-in [f6131895fe]
Login
Overview
Comment:Updated README for new repository
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | master | trunk
Files: files | file ages | folders
SHA3-256: f6131895fe55ece025b24370ac441fe0d216b79ff39753bf4d9891a0a70286af
User & Date: phi on 2020-05-28 21:24:20
Other Links: branch diff | manifest | tags
Context
2020-05-29
10:45
Minor rephrasing in README check-in: 96f1b4712f user: zge tags: master, trunk
2020-05-28
21:24
Updated README for new repository check-in: f6131895fe user: phi tags: master, trunk
2020-05-26
10:35
updated board list check-in: 3836dcc4c0 user: philip@warpmail.net tags: master, trunk
Changes
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Modified README from [6d4d80db15] to [aa4b34af1a].

     1         -`sbbs.el`
     2         -=========
            1  +sbbs.el is a SchemeBBS client for Emacs. It implements browsing thread
            2  +lists, threads and creating responses.
     3      3   
     4         -`sbbs` is a [SchemeBBS][schemebbs] client in Emacs. It implements
     5         -browsing the thread list, threads and creating responses.
     6         -
     7         -Any bugs, patches or questions can be submitted to my [public
     8         -inbox][mail].
     9         -
    10         -Usage
    11         ------
            4  +All development can be found here:
            5  +	
            6  +	https://fossil.textboard.org/sbbs/index
            7  +	
            8  +We use Fossil as our VCS, so issues, questions and documentation can
            9  +all be found here.
    12     10   
    13         -Make sure `sbbs.el` is your load path (if necessary adjust the
    14         -`load-path` variable), and then run `M-x sbbs`. This will prompt you
    15         -what board to load, and then open a buffer while asynchronously
    16         -fetching the thread list.
    17         -
    18         -To start a new thread, press `c` (`sbbs-view-compose`), or open a
    19         -thread by pressing enter. When in a thread, respond by pressing `r`
    20         -(`sbbs-read-reply`). Create a thread or response by pressing `C-c C-c`
    21         -(`sbbs-compose-create`).
    22         -
    23         -Issues and Improvments
    24         -----------------------
    25         -
    26         -- Due to issues with `url.el`, some versions of Emacs take
    27         -  quite long to load threads/thread lists.
    28         -- No highlighting in response buffers.
    29         -- Spoilers aren't shown unless manually highlighted.
    30         -- Remember already opened threads and highlight updates.
    31         -- Add auto-quoting support when responding (e.g. with a `C-u C-u`
    32         -  prefix)
    33         -- Add quote-region support when responding
    34         -- Fix encoding issues
    35         -- Improve inter-thread navigation (eg. using `M-n`/`M-p` to go to next
    36         -  (opened) thread)
    37         -- Add filter support
    38         -- Add support for VIP replies
    39         -- Add "open in browser" command
    40         -- Add support for ranged and list references
    41         -- Be more intelligent when reloading a thread
    42         -
    43         -Copying
    44         --------
    45         -
    46         -`sbbs.el` is distributed under the [CC0 1.0 Universal (CC0 1.0) Public
    47         -Domain Dedication][cc0] license.
    48         -
    49         -[schemebbs]: https://textboard.org/
    50         -[mail]: https://lists.sr.ht/~zge/public-inbox
    51         -[cc0]: https://creativecommons.org/publicdomain/zero/1.0/deed
           11  +sbbs.el is distributed under the "CC0 1.0 Universal (CC0 1.0) Public
           12  +Domain Dedication" license. Read the LICENSE file for more details.