An open API service indexing awesome lists of open source software.

https://github.com/cubiclesoft/barebones-cms-admin

The Barebones CMS administrative interface development repository. Changes made here propagate to the Barebones CMS release distribution repository.
https://github.com/cubiclesoft/barebones-cms-admin

Last synced: 11 months ago
JSON representation

The Barebones CMS administrative interface development repository. Changes made here propagate to the Barebones CMS release distribution repository.

Awesome Lists containing this project

README

          

Barebones CMS Administrative Interface
======================================

This is the Barebones CMS administrative interface development repository for contributors. Changes made here propagate to the [Barebones CMS release distribution](https://github.com/cubiclesoft/barebones-cms).

Deploying the software in this repository directly to production environments is not supported.

Barebones CMS is MIT or LGPL, your choice.

Contributing
------------

Open an issue on the issue tracker OR fork the project, make your changes, and start a pull request.

For changes that only affect a couple of lines of code, using the issue tracker is easier.

Note that most of the files in the 'support' directory come from other projects:

* [ContentTools](https://github.com/cubiclesoft/ContentTools/tree/barebones) - The main content editor, modified for Barebones CMS.
* [CropperJS](https://github.com/fengyuanchen/cropperjs) - Tool used for cropping images.
* [jQuery Fancy File Uploader](https://github.com/cubiclesoft/jquery-fancyfileuploader) - AJAX file uploads.
* [Admin Pack w/ FlexForms Extras](https://github.com/cubiclesoft/admin-pack-with-extras) - The core product behind the admin interface.
* [FlexForms Modules](https://github.com/cubiclesoft/php-flexforms-modules) - Text counter and preview URL.
* [Ultimate Web Scraper Toolkit](https://github.com/cubiclesoft/ultimate-web-scraper) - Powers the SDK interface to the API.
* [EventManager class](https://github.com/cubiclesoft/php-misc) - Plugin support.
* [CSPRNG class](https://github.com/cubiclesoft/php-csprng) - Installer support for generating secure random strings.

Please report bugs in those projects to their respective project owners.