-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,18 @@ or creating new work prior to later export for formatting and dissemination, or | |
it might be embedded within another system for structural organisation and | ||
presentation such as Ted Nelson's Zigzag. | ||
|
||
## How to download and use | ||
|
||
Jotty is available for Linux, MacOS and Windows at: | ||
<https://github.com/xanni/jotty/releases> | ||
|
||
It must be run inside a terminal window. Extract the program from the archive, | ||
open a terminal window (for example *Terminal Emulator* or *Windows Terminal*), | ||
change to the directory containing the executable and type the name of the | ||
program. You can optionally provide a filename for the permascroll which will | ||
default to `jotty.jot` if not provided, or you can use the options `-help` or | ||
`-version` to print out the command line help and program version respectively. | ||
|
||
## Design goals | ||
|
||
1. Ensure that work is never lost by | ||
|
@@ -536,6 +548,12 @@ version and cut windows. | |
concurrency control (MVCC). Every user is creating their own versions, | ||
but the user interface can show and permit transcluding from remote versions. | ||
|
||
## Acknowledgements | ||
|
||
Thanks to Dr. Katherine Phelps for her support and encouragement, Dr. Ted Nelson | ||
for the inspiration and friendship, and Christoph Schwentker, Yoshida Yukihiko | ||
and Kennichi Unnai for reviewing the translations. | ||
|
||
## Copyright notice and license | ||
|
||
Copyright © 2024 Andrew Pam <mailto:[email protected]> | ||
|