https://github.com/dplaton/sling-explorer
Sling Content Explorer.
https://github.com/dplaton/sling-explorer
Last synced: about 1 year ago
JSON representation
Sling Content Explorer.
- Host: GitHub
- URL: https://github.com/dplaton/sling-explorer
- Owner: dplaton
- Created: 2013-06-10T12:31:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-01T15:58:40.000Z (almost 13 years ago)
- Last Synced: 2025-04-03T03:22:01.320Z (over 1 year ago)
- Language: CSS
- Size: 704 KB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sling Content Explorer
======================
As the name says, this is a "Content Explorer" for [Apache Sling][1].
Features (so far):
---
* Basic drill-down navigation
* Node creation via JSON import, file upload and "manual" definition
* Update operations on nodes and properties
* Node deletions
* Basic search using SQL2 queries
Usage
---
- Start a recent enough Sling Launchpad - 6 is too old, 7-SNAPSHOT must be used
- Build and deploy the project using `mvn package sling:install`
- Navigate to http://localhost:8080/.edit.html
[1]: http://sling.apache.org/ "Apache Sling"