jholster / pinion

Extremely lightweight CMS for Google App Engine, powering jholster.com

Home Page:http://github.com/jholster/pinion/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very lightweight CMS for Google App Engine. Written for jholster.com.

Basic concepts:

  • Text-based "resources" (html, css, js, django templates) stored in datastore.
  • Each resource has a URL and can be either viewed by public or edited by admins.
  • To edit or create a resource, simply add "?edit" parameter to its URL.
  • Very minimal admin interface. No fancy editors, just one fullscreen textarea.

How get started:

  1. Grab the source & deploy.
  2. Log in with your Google account at http://yoursite/login
  3. Go to http://yoursite/?edit to create your first page.

About

Extremely lightweight CMS for Google App Engine, powering jholster.com

http://github.com/jholster/pinion/


Languages

Language:Python 80.3%Language:JavaScript 19.7%