diff --git a/config.jsonc b/config.jsonc index 3ad9cd2..59db695 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1160,7 +1160,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "system": "system@pandora.local" }, "https": false, - "id": "cinemuse", + "id": "cms", "name": "CineMuseSpace", // Set to true to allow search engines to index the site "public": false, @@ -1419,4 +1419,4 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "resolutions": [240, 720], "torrent": true } -} \ No newline at end of file +} diff --git a/install.py b/install.py index a2f5701..ae134eb 100755 --- a/install.py +++ b/install.py @@ -4,7 +4,7 @@ import os from os.path import join, abspath, basename, dirname # change this -name = 'cinemuse' +name = 'cms' overwrite = ( #('home', 'indiancinema'), #('infoView', 'indiancinema'), diff --git a/scripts/poster.cinemuse.py b/scripts/poster.cms.py similarity index 100% rename from scripts/poster.cinemuse.py rename to scripts/poster.cms.py diff --git a/static/js/infoView.cinemuse.js b/static/js/infoView.cms.js similarity index 100% rename from static/js/infoView.cinemuse.js rename to static/js/infoView.cms.js