This commit is contained in:
j 2019-10-14 19:47:46 +01:00
parent 477d43d9de
commit f9ba1e000e
5 changed files with 9 additions and 9 deletions

View file

@ -1189,21 +1189,21 @@
the system (from). the system (from).
*/ */
"site": { "site": {
"description": "MayDay Rooms Video Archive", "description": "leftove.rs archive",
"email": { "email": {
// E-mail address in contact form (to) // E-mail address in contact form (to)
"contact": "in-formation@maydayrooms.org", "contact": "contact@leftove.rs",
"footer": "-- \nMayDay Rooms - http://maydayrooms.org", "footer": "-- \leftove.rs - https://leftove.rs/",
"prefix": "MayDay Rooms News -", "prefix": "leftove.rs news -",
// E-mail address uses by the system (from) // E-mail address uses by the system (from)
"system": "system@maydayrooms.org" "system": "system@maydayrooms.org"
}, },
"https": true, "https": true,
"id": "mdr", "id": "leftovers",
"name": "MayDay Rooms", "name": "leftove.rs",
"sendReferrer": true, "sendReferrer": false,
"public": false, "public": false,
"url": "stuff.maydayrooms.org" "url": "archive.leftove.rs"
}, },
/* /*
"sitePages" defines the sections of the main site dialog. If "news" is "sitePages" defines the sections of the main site dialog. If "news" is

View file

@ -3,7 +3,7 @@
import os import os
from os.path import join, abspath, basename, dirname from os.path import join, abspath, basename, dirname
name = 'mdr' name = 'leftovers'
base = abspath(dirname(__file__)) base = abspath(dirname(__file__))
os.chdir(base) os.chdir(base)