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
b157afce
Commit
b157afce
authored
4 months ago
by
echicken
Browse files
Options
Downloads
Patches
Plain Diff
Remove ecbbs online archive from defaults.
parent
a8dccc61
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
xtrn/ansiview/install-xtrn.ini
+0
-5
0 additions, 5 deletions
xtrn/ansiview/install-xtrn.ini
xtrn/ansiview/readme.txt
+3
-36
3 additions, 36 deletions
xtrn/ansiview/readme.txt
xtrn/ansiview/settings.ini
+0
-6
0 additions, 6 deletions
xtrn/ansiview/settings.ini
with
3 additions
and
47 deletions
xtrn/ansiview/install-xtrn.ini
+
0
−
5
View file @
b157afce
...
...
@@ -9,8 +9,3 @@ Inst: 2020/09/07
cmd
=
?ansiview
settings
=
XTRN_MULTIUSER
required
=
true
[ini:settings.ini:electronic chicken bbs]
prompt
=
Link online ANSI archive from electronic chicken bbs
keys
=
description,module,cache,cachettl
values
=
'An online archive of ANSI and ASCII artwork','ecbbs.js',true,86400
This diff is collapsed.
Click to expand it.
xtrn/ansiview/readme.txt
+
3
−
36
View file @
b157afce
...
...
@@ -8,8 +8,7 @@ echicken -at- bbs.electronicchicken.com
3) Customization
4) Configure a local art or text file archive
4.1) ZIP files
5) Connect your BBS to some online ANSI & ASCII art archives
6) Develop your own browser module (or, "Nobody will ever do this")
5) Develop your own browser module (or, "Nobody will ever do this")
0) Introduction
...
...
@@ -177,41 +176,9 @@ echicken -at- bbs.electronicchicken.com
If you would prefer that ANSIView not attempt to extract .zip files,
then add '*.zip' to the 'hide' list as described above.
5) Connect your BBS to some online ANSI & ASCII art archives
The following section of 'xtrn/ansiview/settings.ini' is commented
out by default:
;[electronic chicken bbs]
;description = An online archive of ANSI and ASCII artwork
;module = ecbbs.js
;cache = true
;cachettl = 86400
You can enable access to this online archive by removing the semicolons
from the beginning of each line of the section.
Please consider leaving the 'cache' value set to 'true' (without quotes),
as this will reduce the amount of traffic between your system and the
online archive.
If caching is enabled, each file that your user opens on the online
archive will be downloaded and saved to your local system, and it will
not be deleted unless you take steps to do so manually. The caches are
stored in 'xtrn/ansiview/.cache/'. If they start to consume too much
space, you can delete them without causing any problems.
The 'cachettl' value determines the time-to-live, in seconds, for cached
web API responses. Data will be refreshed after this amount of time
passes. (Note that this applies to things like file lists, and not to
files themselves.) 86400 seconds is 24 hours.
Some caching is done either way, but if 'cache' is set to false, the
cache will be cleared after your user logs off.
6) Develop your own browser module
5) Develop your own browser module
-or-
6
) Nobody will ever do this
5
) Nobody will ever do this
Each non-root section of settings.ini describes a 'browser module'. When
a user selects that module from ANSIView's main menu, the script pointed
...
...
This diff is collapsed.
Click to expand it.
xtrn/ansiview/settings.ini
+
0
−
6
View file @
b157afce
...
...
@@ -11,9 +11,3 @@ sbg = BG_BLUE
;module = local.js
;path = /sbbs/xtrn/ansiview/library/ansi
;hide = *.exe,*.com
;[electronic chicken bbs]
;description = An online archive of ANSI and ASCII artwork
;module = ecbbs.js
;cache = true
;cachettl = 86400
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