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).
|
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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue