blob: 85a93d49a132d34cdae90bc3caf8d6c7857363fe [file] [log] [blame] [view]
[![Apache Sling](https://sling.apache.org/res/logos/sling.png)](https://sling.apache.org)
 [![Build Status](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-app-cms/job/master/badge/icon)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-app-cms/job/master/) [![Test Status](https://img.shields.io/jenkins/tests.svg?jobUrl=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) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-app-cms&metric=coverage)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-app-cms) [![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-app-cms&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-app-cms) [![JavaDoc](https://www.javadoc.io/badge/org.apache.sling/org.apache.sling.cms.svg)](https://www.javadoc.io/doc/org.apache.sling/org.apache.sling.cms) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.sling/org.apache.sling.cms/badge.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.cms%22) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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.
[![Try Sling CMS on Gitpod](https://img.shields.io/badge/Gitpod-Try%20Sling%20CMS%20Online-blue?logo=gitpod)](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.