Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
2a0fbc50
Commit
2a0fbc50
authored
12 years ago
by
echicken
Browse files
Options
Downloads
Patches
Plain Diff
More texty.
parent
0261bcfa
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xtrn/ecreader/readme.txt
+24
-7
24 additions, 7 deletions
xtrn/ecreader/readme.txt
with
24 additions
and
7 deletions
xtrn/ecreader/readme.txt
+
24
−
7
View file @
2a0fbc50
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment