Mercurial Hosting > freedit
annotate src/lib/Forum.luan @ 38:19269d18b949
sceditor work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 05 Aug 2022 00:04:58 -0600 |
parents | a602a5735a37 |
children |
rev | line source |
---|---|
0 | 1 local Luan = require "luan:Luan.luan" |
2 local error = Luan.error | |
3 | |
4 | |
5 local Forum = {} | |
6 | |
7 Forum.title = "forum title not set" | |
8 | |
17
a602a5735a37
set up test.freedit.org
Franklin Schmidt <fschmidt@gmail.com>
parents:
6
diff
changeset
|
9 Forum.mailer_url = "http://test.freedit.org" |
6 | 10 |
0 | 11 return Forum |