megous / ajax-todo-list

Simple "host it yourself" todo list. An example of simple Prototype JS based client side MVC design.

This URL has Read+Write access

commit  eb52bfc04b51404378e8dc390ea5229f98a9575e
tree    8aadc1c2d0822d50dceb70e136635bae8dfd069a
parent  7d833eaf6adbb64038922cca3a8fb33fea1986f5
README
ajax-todo-list - simple AJAX based single user TODO list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

AJAX Todo List is an example of good MVC based client side application
design.

I am not planning for further development of this application right now.
This may change in the future.

Try demo at: http://ajax-todo-list.megous.com/

Features:

- Client side based TODO list with task categories that communicates
  with server using JSON-RPC 1.1.
- Clean OOP design based on the MVC pattern.
- You can use Texy! HTML formating in the note.
- Trivial installation (copy and mkdir -m 0777 db).
- Almost completely stylable by CSS.
- No authentication.
- KISS server side.

Compatibility:

- Tested in Safari 3.1.2, IE 6.0, IE 7.0, Firefox 3

Installation:

- Copy files to the directory on the server.
- Create directory db/ writable by the webserver.
- Enjoy TODOing!

How you can help to improve the application:

- Feel free to contact me if you would like to add more features.

License:

- Public Domain, or possibly GPL because of Texy! integration. I don't
  really care about the licensing stuff.

  ~ Ondrej Jirman <megous@megous.com>