diff options
author | Chris McCormick <chris@mccormick.cx> | 2016-03-14 05:40:01 +0000 |
---|---|---|
committer | Chris McCormick <chris@mccormick.cx> | 2016-03-14 05:40:01 +0000 |
commit | 350cc8434055784001255c9e1a5ac1e6890f7458 (patch) | |
tree | 6029abdb55f1c9ef770ad4cbddd7ece07c2d5d2a | |
parent | Merge pull request #483 from sfermigier/master (diff) | |
download | awesome-selfhosted-350cc8434055784001255c9e1a5ac1e6890f7458.tar.gz awesome-selfhosted-350cc8434055784001255c9e1a5ac1e6890f7458.zip |
Added omgnata TODO list web app.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -795,6 +795,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [Restyaboard](http://restya.com/board/) - Open source Trello-like kanban board. ([Demo](http://restya.com/board/demo.html), [Source Code](https://github.com/RestyaPlatform/board)) `OSL v3.0` `PHP` * [Kanboard](http://kanboard.net/) - A simple and open source visual task board. `AGPLv3` * [myTinyTodo](http://www.mytinytodo.net/) - Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant. `GPL` + * [omgnata](https://github.com/chr15m/omgnata) - Mobile friendly zero-feature TODO list web app. Unix philosophy. ([Demo](https://chr15m.github.io/omgnata/)) `GPLv3` `ClojureScript` * [TaskBoard](http://taskboard.matthewross.me/) - A Kanban-inspired app for keeping track of things that need to get done. ([Source Code](https://github.com/kiswa/TaskBoard)) `MIT` * [Taskfreak](http://www.taskfreak.com/original) - A simple but efficient web based task manager written in PHP. ([Demo](http://demo.taskfreak.com/)) * [tasks.php](https://github.com/RaymiiOrg/tasks.php) - A simple task/todo list manager. `MIT` |