https://github.com/cubiclesoft/barebones-cms-docs
The Barebones CMS documentation repository. Changes made here propagate to the Barebones CMS release distribution repository.
https://github.com/cubiclesoft/barebones-cms-docs
Last synced: 3 months ago
JSON representation
The Barebones CMS documentation repository. Changes made here propagate to the Barebones CMS release distribution repository.
- Host: GitHub
- URL: https://github.com/cubiclesoft/barebones-cms-docs
- Owner: cubiclesoft
- Created: 2018-06-25T20:06:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T00:14:02.000Z (over 5 years ago)
- Last Synced: 2025-03-03T10:16:04.562Z (over 1 year ago)
- Size: 239 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Barebones CMS Documentation
===========================
This directory contains the release distribution documentation for Barebones CMS.
[](https://cubiclesoft.com/donate/) [](https://cubiclesoft.com/product-support/github/)
Features
--------
* All the documentation for Barebones CMS in one place.
* Has a liberal open source license. MIT or LGPL, your choice.
* Designed for relatively painless integration into your project.
* Sits on GitHub for all of that pull request and issue tracker goodness to easily submit changes and ideas respectively.
Getting Started
---------------
* [Release overview](overview.md) - High-level architecture overview of the release distribution.
* [Install Barebones CMS](install.md) - Download and installation information.
* [Asset tagging](asset-tagging.md) - Tips and tricks for tagging assets.
* [Frontend patterns](frontend-patterns.md) - Static page pattern, news pattern, file caching and delivery, etc.
* [Creating extentions](creating-extensions.md) - Content editor CSS classes, custom embed dialog templates, cache busting, etc.
* [Using the SDK](sdk.md) - Basic content retrieval examples, create and modify content, perform bulk data retrieval, and PHP SDK class documentation.
* [Barebones CMS API](api.md) - Raw API access examples for building SDKs, in-depth configuration file details, endpoints and helper class documentation, and instructions for adding functionality (e.g. integrating with a CDN).
* [Available extensions](https://github.com/cubiclesoft/barebones-cms-extensions) - A list of available plugins, language packs, and other extensions for Barebones CMS.
More Information
----------------
* [Official website](http://barebonescms.com/)