This repository was archived by the owner on Dec 19, 2020. It is now read-only.
nansenat16/yourTinyTodo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
yourTinyTodo Simple way to manage your todo list in AJAX style. Written in PHP and jQuery. Data stored in SQLite or MySQL database. Distributed under the GNU GPL License. Originally developed by Max Pozdeev <www.mytinytodo.net> Forked by yourTinyTodo Team <www.yourtinytodo.net> Visit our Forum: www.yourtinytodo.net/forum Demo: http://www.mytinytodo.net/demo/ (OLD VERSION) Demo Nightly Build: http://alexphpc.my.phpcloud.com/yourtinytodo (latest development version) Features * Multiple lists * Task notes * Tags (and tag cloud) * Due dates (input format: y-m-d, m/d/y, d.m.y, m/d, d.m) * Priority (-1, 0, +1, +2) * Different sortings including sort by drag-and-drop * Search * Password protection * Smart syntax improves creation of tasks (usage: /priority/ Task /tags/) * Print-friendly CSS * Style for mobiles devices Features comming with the next version: * MulitUser Support (3 UserGroups: Admin, Read/Write, Readonly)