Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Rename "README" to "README.md" #37

Merged
merged 2 commits into from Aug 1, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
72 changes: 36 additions & 36 deletions README → README.md
@@ -1,37 +1,37 @@
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)
* Notifications
* Comments per Task
# 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)
* Notifications
* Comments per Task
* Time Tracking