diff --git a/.eslintrc.js b/.eslintrc.js
index 08ef4fb0..753acb04 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -17,7 +17,7 @@ module.exports = {
'cypress/globals': true,
},
globals: {
- SIMPLE_CMS_CORE_VERSION: false,
+ STATIC_CMS_CORE_VERSION: false,
CMS_ENV: false,
},
rules: {
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 1f05c65a..ee29d2e4 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
-reported by contacting the project team at simplecmsorg@gmail.com. All
+reported by contacting the project team at staticjscms@gmail.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 64aca1a3..046a6fbe 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,7 +3,7 @@
Contributions are always welcome, no matter how large or small. Before contributing,
please read the [code of conduct](CODE_OF_CONDUCT.md).
-For details on contributing to documentation, see [Website Directory Readme](https://github.com/SimpleCMS/simple-cms/blob/main/website/README.md).
+For details on contributing to documentation, see [Website Directory Readme](https://github.com/StaticJsCMS/static-cms/blob/main/website/README.md).
## Setup
@@ -14,8 +14,8 @@ For details on contributing to documentation, see [Website Directory Readme](htt
> Only required on the first run, subsequent runs can use `yarn start` to both bootstrap and run the development server.
```sh
-git clone https://github.com/SimpleCMS/simple-cms
-cd simple-cms
+git clone https://github.com/StaticJsCMS/static-cms
+cd static-cms
yarn
```
@@ -45,7 +45,7 @@ yarn clean
### build
-Runs the `clean` script and builds the simple-cms-core.
+Runs the `clean` script and builds the static-cms-core.
```sh
yarn build
@@ -65,7 +65,7 @@ We actively welcome your pull requests!
If you need help with Git or our workflow, please ask. We want your contributions even if you're just learning Git. Our maintainers are happy to help!
-Simple CMS uses the [Forking Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow) + [Feature Branches](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow). Additionally, PR's should be [rebased](https://www.atlassian.com/git/tutorials/merging-vs-rebasing) on main when opened, and again before merging.
+Static CMS uses the [Forking Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow) + [Feature Branches](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow). Additionally, PR's should be [rebased](https://www.atlassian.com/git/tutorials/merging-vs-rebasing) on main when opened, and again before merging.
1. Fork the repo.
2. Create a branch from `main`. If you're addressing a specific issue, prefix your branch name with the issue number.
@@ -95,7 +95,7 @@ backend:
When debugging the CMS with Git Gateway you must:
-1. Have a Netlify site with [Git Gateway](https://docs.netlify.com/visitor-access/git-gateway/) and [Netlify Identity](https://docs.netlify.com/visitor-access/identity/) enabled. An easy way to create such a site is to use a [template](https://www.simplecms.github.io/simple-cms/docs/start-with-a-template/), for example the [Gatsby template](https://app.netlify.com/start/deploy?repository=https://github.com/AustinGreen/gatsby-starter-netlify-cms&stack=cms)
+1. Have a Netlify site with [Git Gateway](https://docs.netlify.com/visitor-access/git-gateway/) and [Netlify Identity](https://docs.netlify.com/visitor-access/identity/) enabled. An easy way to create such a site is to use a [template](https://www.staticjscms.github.io/static-cms/docs/start-with-a-template/), for example the [Gatsby template](https://app.netlify.com/start/deploy?repository=https://github.com/AustinGreen/gatsby-starter-netlify-cms&stack=cms)
2. Tell the CMS the URL of your Netlify site using a local storage item. To do so:
1. Open `http://localhost:8080/` in the browser
@@ -106,4 +106,4 @@ When debugging the CMS with Git Gateway you must:
## License
-By contributing to Simple CMS, you agree that your contributions will be licensed under its [MIT license](LICENSE).
+By contributing to Static CMS, you agree that your contributions will be licensed under its [MIT license](LICENSE).
diff --git a/README.md b/README.md
index 44a34f39..04ba530d 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-
+
-[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/SimpleCMS/simple-cms/blob/main/LICENSE)
-[![npm latest package](https://img.shields.io/npm/v/@simplecms/simple-cms-core/latest.svg)](https://www.npmjs.com/package/@simplecms/simple-cms-core)
-[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/SimpleCMS/simple-cms/blob/main/CONTRIBUTING.md)
+[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/StaticJsCMS/static-cms/blob/main/LICENSE)
+[![npm latest package](https://img.shields.io/npm/v/@staticcms/core/latest.svg)](https://www.npmjs.com/package/@staticcms/core)
+[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/StaticJsCMS/static-cms/blob/main/CONTRIBUTING.md)
-[simplecms.github.io/simple-cms](https://www.simplecms.github.io/simple-cms/)
+[staticjscms.github.io/static-cms](https://www.staticjscms.github.io/static-cms/)
A CMS for static site generators. Give users a simple way to edit
and add content to any site built with a static site generator.
@@ -16,7 +16,7 @@ and add content to any site built with a static site generator.
## How It Works
-Simple CMS is a single-page app that you pull into the `/admin` part of your site.
+Static CMS is a single-page app that you pull into the `/admin` part of your site.
It presents a clean UI for editing content stored in a Git repository.
@@ -26,21 +26,21 @@ tweak the main layout of the CMS a bit to fit your own site.
When a user navigates to `/admin/` they'll be prompted to log in, and once authenticated
they'll be able to create new content or edit existing content.
-Read more about Simple CMS [Core Concepts](https://www.simplecms.github.io/simple-cms/docs/intro/).
+Read more about Static CMS [Core Concepts](https://www.staticjscms.github.io/static-cms/docs/intro/).
# Installation and Configuration
-The Simple CMS can be used in two different ways.
+The Static CMS can be used in two different ways.
* A Quick and easy install, that requires you to create a single HTML file and a configuration file. All the CMS JavaScript and CSS are loaded from a CDN.
- To learn more about this installation method, refer to the [Quick Start Guide](https://www.simplecms.github.io/simple-cms/docs/quick-start/)
+ To learn more about this installation method, refer to the [Quick Start Guide](https://www.staticjscms.github.io/static-cms/docs/quick-start/)
* A complete, more complex install, that gives you more flexibility but requires that you use a static site builder with a build system that supports npm packages.
-# simple-cms-core
+# static-cms-core
## Installation
-`npm install @simplecms/simple-cms-core`
+`npm install @staticcms/core`
## Setup
@@ -62,7 +62,7 @@ import {
ListWidget,
MapWidget,
MarkdownWidget,
- SimpleCmsCore as CMS,
+ StaticCmsCore as CMS,
NumberWidget,
ObjectWidget,
ProxyBackend,
@@ -74,7 +74,7 @@ import {
locales,
Icon,
images
-} from '@simple-cms/simple-cms-core';
+} from '@static-cms/static-cms-core';
// Register all the things
CMS.registerBackend('git-gateway', GitGatewayBackend);
@@ -117,20 +117,20 @@ Object.keys(images).forEach(iconName => {
# Contributing
-New contributors are always welcome! Check out [CONTRIBUTING.md](https://github.com/SimpleCMS/simple-cms/blob/main/CONTRIBUTING.md) to get involved.
+New contributors are always welcome! Check out [CONTRIBUTING.md](https://github.com/StaticJsCMS/static-cms/blob/main/CONTRIBUTING.md) to get involved.
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
-Every release is documented on the Github [Releases](https://github.com/SimpleCMS/simple-cms/releases) page.
+Every release is documented on the Github [Releases](https://github.com/StaticJsCMS/static-cms/releases) page.
# License
-Simple CMS is released under the [MIT License](LICENSE).
+Static CMS is released under the [MIT License](LICENSE).
Please make sure you understand its [implications and guarantees](https://writing.kemitchell.com/2016/09/21/MIT-License-Line-by-Line.html).
# Netlify CMS
-Simple CMS is a fork of Netlify CMS focusing on the core product over adding massive new features.
+Static CMS is a fork of Netlify CMS focusing on the core product over adding massive new features.
# Thanks
diff --git a/babel.config.js b/babel.config.js
index 2c0814c9..e5dd9da8 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -59,7 +59,7 @@ function plugins() {
[
'transform-define',
{
- SIMPLE_CMS_CORE_VERSION: `${coreVersion}`,
+ STATIC_CMS_CORE_VERSION: `${coreVersion}`,
},
],
[
diff --git a/dev-test/index.html b/dev-test/index.html
index b93ce3e6..883ec515 100644
--- a/dev-test/index.html
+++ b/dev-test/index.html
@@ -3,7 +3,7 @@
- Simple CMS Development Test
+ Static CMS Development Test
-
+