https://github.com/apache/sling-org-apache-sling-app-cms
Apache Sling - CMS Reference App
https://github.com/apache/sling-org-apache-sling-app-cms
java sling
Last synced: 6 months ago
JSON representation
Apache Sling - CMS Reference App
- Host: GitHub
- URL: https://github.com/apache/sling-org-apache-sling-app-cms
- Owner: apache
- License: apache-2.0
- Created: 2018-06-25T16:46:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T17:13:01.000Z (over 1 year ago)
- Last Synced: 2025-04-03T04:17:07.124Z (10 months ago)
- Topics: java, sling
- Language: Java
- Homepage: https://sling.apache.org/
- Size: 8.66 MB
- Stars: 70
- Watchers: 35
- Forks: 50
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://sling.apache.org)
[](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-app-cms/job/master/) [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-app-cms/job/master/test/?width=800&height=600) [](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-app-cms) [](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-app-cms) [](https://www.javadoc.io/doc/org.apache.sling/org.apache.sling.cms) [](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.cms%22) [](https://www.apache.org/licenses/LICENSE-2.0)
# Apache Sling CMS
The Apache Sling CMS is a reference implementation of a fully-featured Content Management System built in Apache Sling. This application showcases multiple Apache Sling features such as Context Aware Configurations, Resource Mapping, Rewriter and Resource Merging.
## Try It
Try out Sling CMS on [Gitpod](https://www.gitpod.io/) for free for up to 50 hours / month.
[](https://gitpod.io/#https://github.com/apache/sling-org-apache-sling-app-cms)
## Documentation
* [Quickstart](docs/quickstart.md)
* [Administration](docs/administration.md)
* [Developers](docs/developers.md)
* [Releases](docs/releases.md)
* [Users](docs/users.md)
### [Download Latest Version](https://search.maven.org/remotecontent?filepath=org/apache/sling/org.apache.sling.cms.feature/1.1.0/org.apache.sling.cms.feature-1.1.2.jar)
### [Report an Issue](https://issues.apache.org/jira)
## Contributing
Interested in contributing? Here's some great places to get started:
- [Backlog](https://issues.apache.org/jira/issues/?jql=project%20%3D%20SLING%20AND%20status%20%3D%20Open%20AND%20component%20in%20(%22App%20CMS%22%2C%20%22App%20CMS%20Reference%22))
- [Good Starting Issues](https://issues.apache.org/jira/issues/?jql=project%20%3D%20SLING%20AND%20status%20%3D%20Open%20AND%20component%20in%20(%22App%20CMS%22%2C%20%22App%20CMS%20Reference%22)%20AND%20labels%20%3D%20newbie)
You will find all the necessary details about how you can do this at https://sling.apache.org/contributing.html.