badcodeltd / safecms

A powerful content management system built on top of the SAFE Network
MIT License
14 stars 5 forks source link
censorship-circumvention javascript safenetwork

Safe CMS

Safe CMS is a content management system for the SAFE Network

Features include (but are not limited to) the creation of:

Supporting the project

By default, the template Whisper comes with a "Built with SafeCMS" advert button pointing to the [safe://blog.safecms](Safe CMS blog page) at the bottom of each page. This advert is designed to inform people about the Safe CMS project but is optional.

Removing the advert can be done by disabling the feature on the settings page of the application or removing the HTML from the Whisper template. After this, your template must be re-published to all effected services.

Installation

Download the latest release here: https://github.com/badcodeltd/safecms/releases

Running locally

After cloning the repository and running npm install, the following commands will become available:

Developing for / building the application from scratch requires Python (2), NPM 5 and Node 8+. Building the SAFE toolset (for example, mock routing) requires Cargo, more information can be found here: https://github.com/maidsafe/safe_app_nodejs

Contributing

The source code included is licensed using the MIT license (check the LICENSE file for more information). All contributions will also be bound by that same license unless explicitly stated by the copyright holder.

To contribute code, simple create a pull-request aimed at the master branch of this repository.