chore(rebrand): scriptor-cms.dev — domain + banner + IONOS isolation#47
Merged
Conversation
The project's home moves from scriptor-cms.info to the new scriptor-cms.dev domain (IONOS, served from a Hetzner Docker host). Updated: - README.md: new banner image (docs/images/scriptor-banner-2.0.png), documentation/extensions/demo links to scriptor-cms.dev, https://demos.scriptor-cms.dev as the demo URL. - composer.json: homepage to scriptor-cms.dev. - themes/basic/resources/chunks/_footer.php: frontend footer link. - editor/theme/template.php: admin footer credit link. - editor/lang/{en_US,de_DE}.php: install-modules link. Drive-by: fixes a literal `<a href="<a href="…">` double-tag in the German string that came in with the original 1.x copy. The two refs left in docs/imanager-2.0-phase-14-plan.md and docs/handover-pre-cutover.md are historical snapshots and stay as-is. .gitignore tightened so secrets and DB snapshots can't enter the repo by accident: - /IONOS-SCRIPTOR/ (TLS private key dropped here today) - *.key, *.pem - /data/imanager.db.* (the .pre-encoding-fix / .pre-legacy-promote / .pre-parent-mapping-fix snapshots) - /.claude/, .DS_Store
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The project's home moves from scriptor-cms.info to the new scriptor-cms.dev domain (IONOS, served from a Hetzner Docker host). Updated:
<a href="<a href="…">double-tag in the German string that came in with the original 1.x copy.The two refs left in docs/imanager-2.0-phase-14-plan.md and docs/handover-pre-cutover.md are historical snapshots and stay as-is.
.gitignore tightened so secrets and DB snapshots can't enter the repo by accident: