megous / ajax-todo-list
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.vimrc | Thu Jan 15 07:35:55 -0800 2009 | |
| |
JSON.php | Thu Jan 15 04:53:37 -0800 2009 | |
| |
README | Thu Jan 15 14:24:12 -0800 2009 | |
| |
TODO | Thu Jan 15 15:28:05 -0800 2009 | |
| |
database.php | Thu Jan 15 13:44:41 -0800 2009 | |
| |
date-cs-CZ.js | Thu Jan 15 15:28:05 -0800 2009 | |
| |
date.js | Thu Jan 15 15:28:05 -0800 2009 | |
| |
effects.js | Thu Jan 15 04:53:37 -0800 2009 | |
| |
global.js | Thu Jan 15 13:10:08 -0800 2009 | |
| |
gtd.js | Sun Feb 08 15:28:55 -0800 2009 | |
| |
index.html | Sun Feb 01 16:26:48 -0800 2009 | |
| |
prototype.js | Thu Jan 15 04:53:37 -0800 2009 | |
| |
reset.css | Thu Jan 15 04:53:37 -0800 2009 | |
| |
rpc-lib.php | Thu Jan 15 07:27:03 -0800 2009 | |
| |
rpc.php | Thu Jan 15 13:44:41 -0800 2009 | |
| |
style.css | Fri Jan 16 03:45:53 -0800 2009 | |
| |
texy.compact.php | Thu Jan 15 07:27:03 -0800 2009 |
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>
