https://github.com/davestephens/bbs-ansi-adverts
BBS ANSI adverts that can be shown to users at logoff
https://github.com/davestephens/bbs-ansi-adverts
ansi bbs bulletin-board retro retrocomputing
Last synced: about 1 year ago
JSON representation
BBS ANSI adverts that can be shown to users at logoff
- Host: GitHub
- URL: https://github.com/davestephens/bbs-ansi-adverts
- Owner: davestephens
- Created: 2017-10-04T23:03:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T03:09:56.000Z (about 3 years ago)
- Last Synced: 2025-03-26T16:48:02.081Z (about 1 year ago)
- Topics: ansi, bbs, bulletin-board, retro, retrocomputing
- Language: PowerShell
- Size: 175 KB
- Stars: 13
- Watchers: 6
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BBS ANSI Adverts
A community contributed collection of BBS ANSI adverts (like the one below) that can be randomly loaded as
users log off of BBS's.

## How To Use
### Linux
`./tools/make_set.sh` will copy and rename the adverts based on the format required by your BBS software.
Example:
````bash
./tools/make_set.sh enigma ~/enigma-bbs/art
````
`make_set.sh` currently supports [ENiGMA½](https://github.com/NuSkooler/enigma-bbs) and [Mystic](http://www.mysticbbs.com),
feel free to submit a PR if you want your BBS software supported!
### Windows
Example:
````
.\tools\make_set.ps1 -BBSType 1 -OutputDir D:\MyBBSFolder\Art -NumAds 5 -Overwrite
````
## How to add an advert
- Fork
- Add your advert into the `adverts` directory - please use a lowercase filename
- Add the relevant metadata to `adverts/adverts.json`
- Submit a PR
- Profit!
## TODO (help gratefully received!)
- Write native plugins for popular BBS software
- Write a BBS checker to remove dead BBS's
````