view src/lib/Forum.luan @ 28:d9d7aa2a79db

more video types
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 21 Jul 2022 23:44:49 -0600
parents a602a5735a37
children
line wrap: on
line source

local Luan = require "luan:Luan.luan"
local error = Luan.error


local Forum = {}

Forum.title = "forum title not set"

Forum.mailer_url = "http://test.freedit.org"

return Forum