{"id":13550160,"url":"https://github.com/docpad-archive/docpad-plugin-inlinegui","last_synced_at":"2025-04-04T21:31:26.488Z","repository":{"id":10283786,"uuid":"12400644","full_name":"docpad-archive/docpad-plugin-inlinegui","owner":"docpad-archive","description":"Plugin that brings Web Write's Inline GUI/CMS to DocPad","archived":false,"fork":false,"pushed_at":"2023-12-11T09:51:21.000Z","size":39,"stargazers_count":14,"open_issues_count":5,"forks_count":4,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-04-08T22:50:30.993Z","etag":null,"topics":["docpad-plugin","unsupported"],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"discourse/discourse-slack-official","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docpad-archive.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2013-08-27T08:15:10.000Z","updated_at":"2023-12-11T09:51:26.000Z","dependencies_parsed_at":"2024-01-21T20:12:06.776Z","dependency_job_id":null,"html_url":"https://github.com/docpad-archive/docpad-plugin-inlinegui","commit_stats":null,"previous_names":["docpad/docpad-plugin-inlinegui"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docpad-archive%2Fdocpad-plugin-inlinegui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docpad-archive%2Fdocpad-plugin-inlinegui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docpad-archive%2Fdocpad-plugin-inlinegui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docpad-archive%2Fdocpad-plugin-inlinegui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docpad-archive","download_url":"https://codeload.github.com/docpad-archive/docpad-plugin-inlinegui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247252167,"owners_count":20908636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docpad-plugin","unsupported"],"created_at":"2024-08-01T12:01:29.610Z","updated_at":"2025-04-04T21:31:26.242Z","avatar_url":"https://github.com/docpad-archive.png","language":"CoffeeScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=QB8GQPZAH84N6"],"categories":["CoffeeScript","others"],"sub_categories":[],"readme":"# [Inline GUI](https://github.com/webwrite/inlinegui) Plugin for [DocPad](http://docpad.org)\n\n\u003c!-- BADGES/ --\u003e\n\n[![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\")\n[![NPM version](https://img.shields.io/npm/v/docpad-plugin-inlinegui.svg)](https://npmjs.org/package/docpad-plugin-inlinegui \"View this project on NPM\")\n[![NPM downloads](https://img.shields.io/npm/dm/docpad-plugin-inlinegui.svg)](https://npmjs.org/package/docpad-plugin-inlinegui \"View this project on NPM\")\n[![Dependency Status](https://img.shields.io/david/docpad/docpad-plugin-inlinegui.svg)](https://david-dm.org/docpad/docpad-plugin-inlinegui)\n[![Dev Dependency Status](https://img.shields.io/david/dev/docpad/docpad-plugin-inlinegui.svg)](https://david-dm.org/docpad/docpad-plugin-inlinegui#info=devDependencies)\u003cbr/\u003e\n[![Gratipay donate button](https://img.shields.io/gratipay/docpad.svg)](https://www.gratipay.com/docpad/ \"Donate weekly to this project using Gratipay\")\n[![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\")\n[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=QB8GQPZAH84N6 \"Donate once-off to this project using Paypal\")\n[![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\")\n[![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\")\n\n\u003c!-- /BADGES --\u003e\n\n\nAdds the [Web Write Inline GUI/CMS](https://github.com/webwrite/inlinegui) to your [DocPad](http://docpad.org) project\n\n\n## Install\n\n```\ndocpad install restapi inlinegui\n```\n\n## Usage\n\nOutput the elements that you want to edit:\n\n```\n\u003c%- @editable(item: @document, attribute: 'title', element: 'h1') %\u003e\n\u003c%- @editable(item: @document, attribute: 'content', value: @content) %\u003e\n```\n\nEdit them by accessing `/inlinegui/` on your server.\n\n\n\u003c!-- HISTORY/ --\u003e\n\n## History\n[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)\n\n\u003c!-- /HISTORY --\u003e\n\n\n\u003c!-- CONTRIBUTE/ --\u003e\n\n## Contribute\n\n[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)\n\n\u003c!-- /CONTRIBUTE --\u003e\n\n\n\u003c!-- BACKERS/ --\u003e\n\n## Backers\n\n### Maintainers\n\nThese amazing people are maintaining this project:\n\n- Neil Taylor \u003cneil.t@myplanetdigital.com\u003e (https://github.com/neilbaylorrulez)\n- Benjamin Lupton \u003cb@lupton.cc\u003e (https://github.com/balupton)\n\n### Sponsors\n\nThese amazing people have contributed finances to this project:\n\n- Myplanet Digital \u003chello@myplanetdigital.com\u003e (http://www.myplanetdigital.com)\n\nBecome a sponsor!\n\n[![Gratipay donate button](https://img.shields.io/gratipay/docpad.svg)](https://www.gratipay.com/docpad/ \"Donate weekly to this project using Gratipay\")\n[![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\")\n[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=QB8GQPZAH84N6 \"Donate once-off to this project using Paypal\")\n[![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\")\n[![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\")\n\n### Contributors\n\nThese amazing people have contributed code to this project:\n\n- [Benjamin Lupton](https://github.com/balupton) \u003cb@lupton.cc\u003e — [view contributions](https://github.com/docpad/docpad-plugin-inlinegui/commits?author=balupton)\n- [Neil Taylor](https://github.com/neilbaylorrulez) \u003cneil.t@myplanetdigital.com\u003e — [view contributions](https://github.com/docpad/docpad-plugin-inlinegui/commits?author=neilbaylorrulez)\n\n[Become a contributor!](https://github.com/docpad/docpad-plugin-inlinegui/blob/master/CONTRIBUTING.md#files)\n\n\u003c!-- /BACKERS --\u003e\n\n\n\u003c!-- LICENSE/ --\u003e\n\n## License\n\nUnless stated otherwise all works are:\n\n- Copyright \u0026copy; 2013+ Bevry Pty Ltd \u003cus@bevry.me\u003e (http://bevry.me)\n\nand licensed under:\n\n- The incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://opensource.org/licenses/mit-license.php)\n\n\u003c!-- /LICENSE --\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocpad-archive%2Fdocpad-plugin-inlinegui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocpad-archive%2Fdocpad-plugin-inlinegui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocpad-archive%2Fdocpad-plugin-inlinegui/lists"}