Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docpad-archive/docpad-plugin-inlinegui
Plugin that brings Web Write's Inline GUI/CMS to DocPad
https://github.com/docpad-archive/docpad-plugin-inlinegui
docpad-plugin unsupported
Last synced: 2 days ago
JSON representation
Plugin that brings Web Write's Inline GUI/CMS to DocPad
- Host: GitHub
- URL: https://github.com/docpad-archive/docpad-plugin-inlinegui
- Owner: docpad-archive
- License: other
- Created: 2013-08-27T08:15:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T09:51:21.000Z (11 months ago)
- Last Synced: 2024-04-08T22:50:30.993Z (7 months ago)
- Topics: docpad-plugin, unsupported
- Language: CoffeeScript
- Homepage:
- Size: 38.1 KB
- Stars: 14
- Watchers: 18
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - docpad-archive/docpad-plugin-inlinegui - Plugin that brings Web Write's Inline GUI/CMS to DocPad (others)
README
# [Inline GUI](https://github.com/webwrite/inlinegui) Plugin for [DocPad](http://docpad.org)
[![Build Status](https://img.shields.io/travis/docpad/docpad-plugin-inlinegui/master.svg)](http://travis-ci.org/docpad/docpad-plugin-inlinegui "Check this project's build status on TravisCI")
[![NPM version](https://img.shields.io/npm/v/docpad-plugin-inlinegui.svg)](https://npmjs.org/package/docpad-plugin-inlinegui "View this project on NPM")
[![NPM downloads](https://img.shields.io/npm/dm/docpad-plugin-inlinegui.svg)](https://npmjs.org/package/docpad-plugin-inlinegui "View this project on NPM")
[![Dependency Status](https://img.shields.io/david/docpad/docpad-plugin-inlinegui.svg)](https://david-dm.org/docpad/docpad-plugin-inlinegui)
[![Dev Dependency Status](https://img.shields.io/david/dev/docpad/docpad-plugin-inlinegui.svg)](https://david-dm.org/docpad/docpad-plugin-inlinegui#info=devDependencies)
[![Gratipay donate button](https://img.shields.io/gratipay/docpad.svg)](https://www.gratipay.com/docpad/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us")Adds the [Web Write Inline GUI/CMS](https://github.com/webwrite/inlinegui) to your [DocPad](http://docpad.org) project
## Install
```
docpad install restapi inlinegui
```## Usage
Output the elements that you want to edit:
```
<%- @editable(item: @document, attribute: 'title', element: 'h1') %>
<%- @editable(item: @document, attribute: 'content', value: @content) %>
```Edit them by accessing `/inlinegui/` on your server.
## History
[Discover the change history by heading on over to the `HISTORY.md` file.](https://github.com/docpad/docpad-plugin-inlinegui/blob/master/HISTORY.md#files)## Contribute
[Discover how you can contribute by heading on over to the `CONTRIBUTING.md` file.](https://github.com/docpad/docpad-plugin-inlinegui/blob/master/CONTRIBUTING.md#files)
## Backers
### Maintainers
These amazing people are maintaining this project:
- Neil Taylor (https://github.com/neilbaylorrulez)
- Benjamin Lupton (https://github.com/balupton)### Sponsors
These amazing people have contributed finances to this project:
- Myplanet Digital (http://www.myplanetdigital.com)
Become a sponsor!
[![Gratipay donate button](https://img.shields.io/gratipay/docpad.svg)](https://www.gratipay.com/docpad/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us")### Contributors
These amazing people have contributed code to this project:
- [Benjamin Lupton](https://github.com/balupton) — [view contributions](https://github.com/docpad/docpad-plugin-inlinegui/commits?author=balupton)
- [Neil Taylor](https://github.com/neilbaylorrulez) — [view contributions](https://github.com/docpad/docpad-plugin-inlinegui/commits?author=neilbaylorrulez)[Become a contributor!](https://github.com/docpad/docpad-plugin-inlinegui/blob/master/CONTRIBUTING.md#files)
## License
Unless stated otherwise all works are:
- Copyright © 2013+ Bevry Pty Ltd (http://bevry.me)
and licensed under:
- The incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://opensource.org/licenses/mit-license.php)