Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silentrob/harp-editor
Simple Harp Editor
https://github.com/silentrob/harp-editor
Last synced: 11 days ago
JSON representation
Simple Harp Editor
- Host: GitHub
- URL: https://github.com/silentrob/harp-editor
- Owner: silentrob
- Created: 2013-11-26T19:24:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T01:59:47.000Z (over 9 years ago)
- Last Synced: 2024-10-14T11:12:13.258Z (25 days ago)
- Language: JavaScript
- Size: 1.11 MB
- Stars: 55
- Watchers: 8
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - silentrob/harp-editor - Simple Harp Editor (others)
README
# Harp Editor
Adds Editor and CMS like Admin interface on top of any Harp Boilerplates.
Built on top of Harp web server and uses best practices.$ npm install
$ node serverRun tests - Edit /test/config.json
$ npm test## Screenshot
![Screenshot](screenshot.png)## Features
- User Management and Auth
- Admin Dashboard
- Decorates Editor
- Saves Locally
- Provides File History## Setup
1. Clone or download Repo
2. Install Deplenancies: npm install
3. Edit config.json to point to your existing boilerplate
4. Start Server: node server.js
5. Visit Server at: http://localhost:3000## Roadmap
### MVP TODOS aka current issues
- Edit Entries
- Add CLI to init (replace config.boilerplate with CLI args)
- Member needs `admin`### MDP TODOS
- Docs
- Better Content Edit Expierence
- Convert Page to Entry - Add folder and index file from slug name
- Add Domain Settings for Harp Platform
- Log activity
- Sorting Entries
- Safe Delete
- First Launch expierence
- Deploy to Harp Platform
- Workflow content management
- Templates and guidlines
- Image upload
- delete _data files if you remove the last entry# License (MIT)
Copyright (c) 2013 Chloi Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.