Skip to content
Snippets Groups Projects
Commit 2a0fbc50 authored by echicken's avatar echicken
Browse files

More texty.

parent 0261bcfa
Branches
Tags
No related merge requests found
......@@ -27,13 +27,30 @@ To launch ecReader from a Javascript command shell:
bbs.exec("?/sbbs/xtrn/ecreader/ecReader.js");
Configuration:
--------------
You can change the appearance and behavior of ecReader on a system-wide basis
by editing the following variables at the top of ecReader.js:
var showMail = true; // Allow access to the private 'mail' sub-board
var threaded = true; // False to default to flat view
var setPointers = true; // False to leave scan pointers unaffected by reading
var oldestFirst = false;// False to list messages in descending date order
var lbg = BG_CYAN; // Lightbar background
var lfg = WHITE; // Foreground colour of highlighted text
var nfg = LIGHTGRAY; // Foreground colour of non-highlighted text
var xfg = LIGHTCYAN; // Subtree expansion indicator colour
var tfg = LIGHTCYAN; // Uh, that line beside subtree items
var fbg = BG_BLUE; // Title, Header, Help frame background colour
var urm = WHITE; // Unread message foreground colour
var hfg = "\1h\1w"; // Heading text (CTRL-A format, for now)
var sffg = "\1h\1c"; // Heading sub-field text (CTRL-A format, for now)
var mfg = "\1n\1w"; // Message text colour (CTRL-A format, for now)
I will probably move these settings out into an INI file later on, and allow
some of them to be configured on a per-user basis.
Support:
--------
email: echicken -at- bbs.electronicchicken.com
irc: #synchronet on irc.synchro.net
To Do:
------
- Update scan pointers when new messages are read
- New message scan
- Allow browsing of the 'mail' sub-board
\ No newline at end of file
irc: #synchronet on irc.synchro.net
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment