Sha256: d79c887f1d32a985ae51a4d9a4a1f3ad1371f24c78db543ca60fc5eb284b7224
Contents?: true
Size: 1.24 KB
Versions: 3
Compression:
Stored size: 1.24 KB
Contents
# README Rails engine adding CMS features to publish content related to projects. An online version can be tested on http://next.experimentslabs.com ## Features Manage various content types: - Articles - Notes - Files - Albums (files collections) - Projects (may have everything above attached to them) Classify content: - Tags - Language - Licenses Generic features: - Comments (only visible to author) - Safe/not safe for work content flags - Content reporting - Site structure translations Features wishlist: check the [roadmap](ROADMAP.md#wonderland) to see what's coming. ## Known issues: JSON views are not created yet. They exists but were created using scaffolding and never touched again. ## Documentation: - [Setup guide](docs/setup.md) - [Sample app](https://gitlab.com/experimentslabs/sample_app) - [How to override the app](docs/overriding.md) - [How to contribute](docs/contributing.md) - [Migration guide](docs/migrating.md) - [Cucumber: terms used in features](docs/cucumber_terms.md) - [Roadmap](ROADMAP.md): incoming changes - [Changelog](CHANGELOG.md): last validated changes - [Issue tracker](https://gitlab.com/experimentslabs/engine_elabs/issues) - [Discussion place: Gitter](https://gitter.im/Experiments-Labs/Lobby)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
elabs-3.0.0 | README.md |
elabs-2.0.0 | README.md |
elabs-2.0.0.pre | README.md |