Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
02c962f23e53db2372fa09db3d70a034c512dc54...3d40f839face548f534a85a51e55bfdaa487a854
Commits (2)
Removed references to old files
· 2bb5dc25
Eric Oulashin
authored
Mar 14, 2022
2bb5dc25
Merge branch 'ddmr_doc' into 'master'
· 3d40f839
Rob Swindell
authored
Mar 15, 2022
Removed references to old files See merge request
!160
3d40f839
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
18 deletions
+4
-18
xtrn/DDMsgReader/readme.txt
xtrn/DDMsgReader/readme.txt
+4
-18
No files found.
xtrn/DDMsgReader/readme.txt
View file @
3d40f839
...
@@ -168,21 +168,14 @@ Digital Distortion Message Reader is comprised of the following files:
...
@@ -168,21 +168,14 @@ Digital Distortion Message Reader is comprised of the following files:
3. DefaultTheme.cfg The default theme file containing colors & some
3. DefaultTheme.cfg The default theme file containing colors & some
configurable text strings used in the reader
configurable text strings used in the reader
4. DDReadPersonalMail.js A script to be used for "Read mail" script in
4. ddmr_lm.js Loadable module script for setup in SCFG
Synchronet's Loadable Module configuration
5. DDScanMsgs.js A script to be used for "Scan Msgs" script in
Synchronet's Loadable Module configuration
6. DDScanSubs.js A script to be used for "Scan Subs" script in
Synchronet's Loadable Module configuration
The configuration files are plain text files, so they can be edited using any
The configuration files are plain text files, so they can be edited using any
editor.
editor.
The first 3 files (DDMsgReader.js, DDMsgReader.cfg, and DefaultTheme) can be
The first 3 files (DDMsgReader.js, DDMsgReader.cfg, and DefaultTheme
.cfg
) can be
placed together in any directory
; the next 3 (DDReadPersonalMail.js,
placed together in any directory
. ddmr_lm.js should be copied to your sbbs/mods
DDScanMsgs.js, and DDScanSubs.js) should be copied to your sbbs/mods
directory.
directory.
The examples in this document will assume the first 3 files are in the
The examples in this document will assume the first 3 files are in the
sbbs/xtrn/DDMsgReader directory.
sbbs/xtrn/DDMsgReader directory.
...
@@ -228,13 +221,6 @@ Message Reader doesn't support yet (such as continuous newscan and browse new
...
@@ -228,13 +221,6 @@ Message Reader doesn't support yet (such as continuous newscan and browse new
scan), and for those situations, the Loadable Modules scripts will fall back to
scan), and for those situations, the Loadable Modules scripts will fall back to
the stock Synchronet behavior.
the stock Synchronet behavior.
A note about DDReadPersonalMail.js:
For reading personal email, DDReadPersonalMail.js contains a line that you
can change to configure the reader to start up in list mode or reader mode.
To change that, open DDReadPersonalMail.js using a text editor and search for
the text "var readerStartmode" (without the quotes). You can set the value
to "read" to have the reader start in reader mode or "list" to start in list
mode.
Command shell setup
Command shell setup
-------------------
-------------------
...
...