https://github.com/jbroadway/todos
Todos example app integrating the Elefant CMS and Backbone.js, based on the Backbone.js Todos example app.
https://github.com/jbroadway/todos
Last synced: about 2 months ago
JSON representation
Todos example app integrating the Elefant CMS and Backbone.js, based on the Backbone.js Todos example app.
- Host: GitHub
- URL: https://github.com/jbroadway/todos
- Owner: jbroadway
- Created: 2011-09-14T15:35:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-07T02:30:48.000Z (about 13 years ago)
- Last Synced: 2025-01-13T12:27:13.830Z (3 months ago)
- Language: JavaScript
- Homepage: http://www.elefantcms.com/
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an example app for the [Elefant CMS](http://www.elefantcms.com/)
demoing how to integrate an Elefant-powered PHP site with the
[Backbone.js](http://documentcloud.github.com/backbone/) Javascript
framework. Backbone.js is a client-side MVC framework for structuring
rich interactive user interfaces.This app is based on the [Todos](https://github.com/documentcloud/backbone/tree/master/examples/todos)
Backbone.js example app written by [Jérôme Gravel-Niquet](http://jgn.me/).To install, unzip it into your `apps` folder and you'll see "Todos (click to install)" appear in the
Elefant Tools menu. Click that link to complete the install process.Once installed, you can access the Todos demo at `/todos` on your website.