task.php
task.php
软件描述
This is a task / todo list written in PHP. It requires no SQL database whatsover, all the data is saved in a JSON text file.
官方网站
访问软件的官方网站了解更多信息
raymii.org
什么是 task.php?
This is a task / todo list written in PHP. It requires no SQL database whatsover, all the data is saved in a JSON text file. The visual side is made with excellent HTML5 Kickstart framework. Why use this over something like remember the milk, wunderlist or any other cloud service? No ads Nobody selling your data Nobody monitoring your activity Data is easy to get out (no vendor lock-in) and to backup. Offline mode? Host it on your local machine with a LAMP/WAMP/MAMP server. Sync? Use a syncing service on the hosts (owncloud and sparkleshare are quite good) and point the program to a json file in that folder. Offline sync? Combine above 2 points, or put the software in a git, svn or other version control system repo.