Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opqdonut/riot

Modernising tuomov's riot
https://github.com/opqdonut/riot

Last synced: about 1 month ago
JSON representation

Modernising tuomov's riot

Awesome Lists containing this project

README

        

Riot

Copyright (c) Tuomo Valkonen 2004-2008.

BUILDING AND INSTALLING

You will need GHC 6 (The Glorious/Glasgow Haskell Compilation System) and
GNU make to compile riot. Once you have ensured that you have these programs
installed,

1. Edit system.mk to change some settings for your system (usually in the
case it has broken wide character support).

2. Run 'make' ('gmake' on some systems) to build riot.

3. Run 'make install' to install it.

CONFIGURATION

Configuration must be done at build time by editing the Config.hs
in this directory. See ConfigAPI.hs for the settings that can be
changed.

MISCELLANEOUS NOTES

Riot stores its data in mbox format files: you may open riot files
in any mail reader, and also open normal mailboxes in riot.

The name of the program is a recursive acronym for
'Riot is an Information/Incredible Organisation Tool' .

CREDITS

Riot itself was mostly written by me, Tuomo Valkonen.

Stefan Wehr has written some significant improvements.

The currently dysfunctional support for dynamic loading of
configuration with hs-plugins was written by Don Stewart.

The code in Ginsu/ and Curses/ is mostly by John Meacham; see the
LICENSE therein for details. I have made some minor modifications.