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.
- Host: GitHub
- URL: https://github.com/cubiclesoft/barebones-cms-admin
- Owner: cubiclesoft
- Created: 2018-06-25T19:43:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T17:59:56.000Z (over 3 years ago)
- Last Synced: 2025-03-03T10:16:04.406Z (over 1 year ago)
- Language: JavaScript
- Size: 875 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Support: support/admin.css
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.