rename
This commit is contained in:
parent
477d43d9de
commit
f9ba1e000e
5 changed files with 9 additions and 9 deletions
16
config.jsonc
16
config.jsonc
|
@ -1189,21 +1189,21 @@
|
|||
the system (from).
|
||||
*/
|
||||
"site": {
|
||||
"description": "MayDay Rooms Video Archive",
|
||||
"description": "leftove.rs archive",
|
||||
"email": {
|
||||
// E-mail address in contact form (to)
|
||||
"contact": "in-formation@maydayrooms.org",
|
||||
"footer": "-- \nMayDay Rooms - http://maydayrooms.org",
|
||||
"prefix": "MayDay Rooms News -",
|
||||
"contact": "contact@leftove.rs",
|
||||
"footer": "-- \leftove.rs - https://leftove.rs/",
|
||||
"prefix": "leftove.rs news -",
|
||||
// E-mail address uses by the system (from)
|
||||
"system": "system@maydayrooms.org"
|
||||
},
|
||||
"https": true,
|
||||
"id": "mdr",
|
||||
"name": "MayDay Rooms",
|
||||
"sendReferrer": true,
|
||||
"id": "leftovers",
|
||||
"name": "leftove.rs",
|
||||
"sendReferrer": false,
|
||||
"public": false,
|
||||
"url": "stuff.maydayrooms.org"
|
||||
"url": "archive.leftove.rs"
|
||||
},
|
||||
/*
|
||||
"sitePages" defines the sections of the main site dialog. If "news" is
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
import os
|
||||
from os.path import join, abspath, basename, dirname
|
||||
|
||||
name = 'mdr'
|
||||
name = 'leftovers'
|
||||
base = abspath(dirname(__file__))
|
||||
os.chdir(base)
|
||||
|
||||
|
|
Loading…
Reference in a new issue