megous / ajax-todo-list
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
eb52bfc
commit eb52bfc04b51404378e8dc390ea5229f98a9575e
tree 8aadc1c2d0822d50dceb70e136635bae8dfd069a
parent 7d833eaf6adbb64038922cca3a8fb33fea1986f5
tree 8aadc1c2d0822d50dceb70e136635bae8dfd069a
parent 7d833eaf6adbb64038922cca3a8fb33fea1986f5
| name | age | message | |
|---|---|---|---|
| |
.vimrc | ||
| |
JSON.php | ||
| |
README | ||
| |
TODO | ||
| |
database.php | ||
| |
date-cs-CZ.js | ||
| |
date.js | ||
| |
effects.js | ||
| |
global.js | ||
| |
gtd.js | ||
| |
index.html | ||
| |
prototype.js | ||
| |
reset.css | ||
| |
rpc-lib.php | ||
| |
rpc.php | ||
| |
style.css | ||
| |
texy.compact.php |
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>

