[ prog / sol / mona ]

prog


rice schemebbs

1 2021-02-05 22:24

i just installed schemebbs, patched mit-scheme 9.2, how to limit max threads, replies, where do i create index page, when i first start it just says site root i want to make a page like textboard.org, is it possible to add rules under board name?

2 2021-02-06 08:25

how to limit max threads

I don't think SchemeBBS prunes at all.

replies

https://gitlab.com/naughtybits/schemebbs/-/blob/master/bbs.scm#L6

where do i create index page

AFAIK SchemeBBS doesn't do that, you just write a HTML page and serve it.

is it possible to add rules under board name?

What kind or rules?

3 2021-02-06 10:03

>>2
thanks

AFAIK SchemeBBS doesn't do that, you just write a HTML page and serve it.

where do i create it?

What kind or rules?

about what to do and what not to do on a certain board.

4 2021-02-06 10:10

I don't think SchemeBBS prunes at all.

thats sad, someone can just spam create threads
forgot to mention, is there an admin panel to delete threads and posts?

5 2021-02-06 10:48

>>1

where do i create index page, when i first start it just says site root i want to make a page like textboard.org

template: https://github.com/alyssa-p-hacker/SchemeBBS/blob/master/static/index.html
serve: https://fossil.textboard.org/docker-schemebbs-nginx/artifact/6f4a819fea1ea1fa?ln=35

various upgrades: https://textboard.org/prog/140#t140p33

6 2021-02-06 17:43

>>3
Any HTML should do, and place it in some directory as shown in >>5
>>4

thats sad, someone can just spam create threads

Yes, but the upside is that old threads don't get deleted. It has happened before, and I'm not sure what Bit uses, but some backup system would certainly help. Maybe you could even use version control for each post?

7


VIP:

do not edit these