diff options
author | nodiscc <nodiscc@gmail.com> | 2020-05-10 14:58:46 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2020-05-10 14:58:46 +0000 |
commit | be44c66f0ae9a62d8181529d13449be9b33921e4 (patch) | |
tree | 358b46b98b6caa426065cc80c8e875a454885934 | |
parent | Merge pull request #2074 from telmich/master (diff) | |
download | awesome-selfhosted-be44c66f0ae9a62d8181529d13449be9b33921e4.tar.gz awesome-selfhosted-be44c66f0ae9a62d8181529d13449be9b33921e4.zip |
fix missing final dot
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1430,7 +1430,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com *See also [Project Management](#project-management) and [Ticketing](#ticketing).* -- [Kanbana](https://github.com/SrGMC/kanbana) - Create boards to track users and projects from flat markdown files. Forked from Crepido `MIT` `Nodejs` +- [Kanbana](https://github.com/SrGMC/kanbana) - Create boards to track users and projects from flat markdown files. Forked from Crepido. `MIT` `Nodejs` - [Kanboard](http://kanboard.net/) - Simple and open source visual task board. ([Source Code](https://github.com/kanboard/kanboard)) `MIT` `PHP` - [myTinyTodo](http://www.mytinytodo.net/) - Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant. ([Demo](http://www.mytinytodo.net/demo/), [Source Code](https://bitbucket.org/maxpozdeev/mytinytodo)) `GPL-2.0` `PHP` - [Nullboard](https://github.com/apankrat/nullboard) - Single-page minimalist kanban board; compact, highly readable and quick to use. ([Demo](https://nullboard.io/preview)) `BSD-2-Clause` `Javascript` |