Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
module:sbbslist [2018/03/01 12:21] – old revision restored digital man | module:sbbslist [2023/03/06 11:00] (current) – [See Also] digital man | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | The Synchronet BBS List v4 module ('' | + | The Synchronet BBS List module ('' |
* Online BBS List (interactive door mode or just a read-only listing) | * Online BBS List (interactive door mode or just a read-only listing) | ||
* Exports locally created BBS entries to networked message base (e.g. SYNCDATA) | * Exports locally created BBS entries to networked message base (e.g. SYNCDATA) | ||
Line 13: | Line 13: | ||
===== Dependencies ===== | ===== Dependencies ===== | ||
- | As of this writing, sbbslist v4 is known to be compatible with Synchronet v3.17, under development. | + | As of this writing, sbbslist v4 is known to be compatible with Synchronet v3.17. |
A JavaScript '' | A JavaScript '' | ||
Line 51: | Line 51: | ||
* '' | * '' | ||
- | ===== Installation | + | ===== Install |
From command-line, | From command-line, | ||
Line 60: | Line 60: | ||
If you previously had the '' | If you previously had the '' | ||
- | ===== Configuration | + | ===== Configure |
Other than command-line parameters, the only configuration options for '' | Other than command-line parameters, the only configuration options for '' | ||
- | < | + | < |
[sbbslist] | [sbbslist] | ||
- | sort = name | + | |
- | reverse | + | reverse = false |
- | format | + | format = 0 |
- | add_ars | + | add_ars = not guest |
- | beep | + | beep = true |
- | sub = dove-syncdata | + | sub = dove-syncdata |
- | live_preview = true | + | live_preview = true |
- | backup_level = 5 | + | backup_level = 5 |
- | export_freq | + | export_freq = 7 |
+ | max_inactivity = 180 | ||
</ | </ | ||
Line 86: | Line 87: | ||
| backup_level | Over-ride the default number of backup files to maintain (default: '' | | backup_level | Over-ride the default number of backup files to maintain (default: '' | ||
| export_freq | | export_freq | ||
+ | | max_inactivity | Maximum number of days of entry inactivity before auto-deletion via '' | ||
==== Sorting ==== | ==== Sorting ==== | ||
The configured/ | The configured/ | ||
Line 116: | Line 118: | ||
| verified_on | | verified_on | ||
| verify | | verify | ||
+ | | active | ||
The default sort order is alphabetical for string fields and reversed (descending) for numeric fields. | The default sort order is alphabetical for string fields and reversed (descending) for numeric fields. | ||
Line 248: | Line 251: | ||
If you have the old '' | If you have the old '' | ||
+ | === Maintenance === | ||
+ | This timed event ('' | ||
+ | < | ||
+ | ╔════════════════════════════════════════════════════════════════════╗ | ||
+ | ║ SBLMAINT Timed Event ║ | ||
+ | ╠════════════════════════════════════════════════════════════════════╣ | ||
+ | ║ │Internal Code | ||
+ | ║ │Start-up Directory | ||
+ | ║ │Command Line ?sbbslist maint ║ | ||
+ | ║ │Enabled | ||
+ | ║ │Execution Node 1 ║ | ||
+ | ║ │Execution Months | ||
+ | ║ │Execution Days of Month | ||
+ | ║ │Execution Days of Week All ║ | ||
+ | ║ │Execution Time 00:00 ║ | ||
+ | ║ │Requires Exclusive Execution | ||
+ | ║ │Force Users Off-line For Event No ║ | ||
+ | ║ │Native Executable | ||
+ | ║ │Use Shell to Execute | ||
+ | ║ │Background Execution | ||
+ | ║ │Always Run After Init/ | ||
+ | ╚════════════════════════════════════════════════════════════════════╝ | ||
+ | </ | ||
==== Command-line ==== | ==== Command-line ==== | ||
Line 273: | Line 299: | ||
| add | Add the local system to the BBS List | | | add | Add the local system to the BBS List | | ||
| update | | update | ||
- | | remove=< | + | | delete |
+ | | remove=< | ||
| preview=< | | preview=< | ||
- | | dedupe | + | | active |
- | | maint | Delete old/out-date | + | | dedupe |
+ | | maint | Delete old/inactive | ||
| install | | install | ||
Line 284: | Line 312: | ||
^ Option | ^ Option | ||
| -v | Increase console output verbosity (e.g. for trouble-shooting) | | | -v | Increase console output verbosity (e.g. for trouble-shooting) | | ||
+ | | -f=< | ||
| -quiet | | -quiet | ||
| -exclude=< | | -exclude=< | ||
Line 294: | Line 323: | ||
| -sort=< | | -sort=< | ||
| -reverse | | -reverse | ||
+ | | -remote | ||
| -debug | | -debug | ||
+ | | -test | Perform non-destructive maintenance and de-duplication operations | | ||
| -# | Limit the number of entries listed | | | -# | Limit the number of entries listed | | ||
===== See Also ===== | ===== See Also ===== | ||
- | * [[:module:|module index]] | + | * [[:module:|Modules]] |
+ | * [[:bbs:|BBS Lists]] | ||
+ | * [[faq: | ||
- | {{tag>}} | + | {{tag>sbbslist}} |