From 0af23d9d7dab6c652943a61aad79100f78de602d Mon Sep 17 00:00:00 2001 From: Kyohei Uto Date: Sun, 9 Jul 2023 05:13:12 +0900 Subject: [PATCH 1/2] Add ltd to Task Management & To-do Lists --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a43b2166..370107af 100644 --- a/README.md +++ b/README.md @@ -1973,6 +1973,7 @@ _Related: [Software Development - Project Management](#software-development---pr - [Focalboard](https://www.focalboard.com/) - An open source, self-hosted alternative to Trello, Notion, and Asana. It helps define, organize, track and manage work across individuals and teams. ([Source Code](https://github.com/mattermost/focalboard), [Clients](https://www.focalboard.com/download/personal-edition/desktop/)) `MIT/AGPL-3.0/Apache-2.0` `Nodejs/Go` - [Kanbana](https://github.com/SrGMC/kanbana) - Create boards to track users and projects from flat markdown files. Forked from Crepido. `MIT` `Nodejs` - [Kanboard](https://kanboard.org/) - Simple and open source visual task board. ([Source Code](https://github.com/kanboard/kanboard)) `MIT` `PHP` +- [ltd](https://github.com/kyoheiu/ltd) - Lightweight to-do lists app with LDAP authentication. ([Demo](https://ltd-cdd.pages.dev/)) `Apache-2.0` `Rust` - [Minimalist Online Markdown Editor](http://markdown.pioul.fr) - The simplest and slickest online Markdown editor. ([Source Code](https://github.com/pioul/Minimalist-Online-Markdown-Editor)) `MIT` `Nodejs` - [myTinyTodo](https://www.mytinytodo.net/) - Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant. ([Demo](https://www.mytinytodo.net/demo/), [Source Code](https://github.com/maxpozdeev/mytinytodo/)) `GPL-2.0` `PHP` - [Nullboard](https://github.com/apankrat/nullboard) - Single-page minimalist kanban board; compact, highly readable and quick to use. `BSD-2-Clause` `Javascript` From 313a32ce340b0fb76f06ca20eef508ad571ef08c Mon Sep 17 00:00:00 2001 From: Kyohei Uto Date: Mon, 10 Jul 2023 05:12:33 +0900 Subject: [PATCH 2/2] Change Rust to Docker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 370107af..904f0034 100644 --- a/README.md +++ b/README.md @@ -1973,7 +1973,7 @@ _Related: [Software Development - Project Management](#software-development---pr - [Focalboard](https://www.focalboard.com/) - An open source, self-hosted alternative to Trello, Notion, and Asana. It helps define, organize, track and manage work across individuals and teams. ([Source Code](https://github.com/mattermost/focalboard), [Clients](https://www.focalboard.com/download/personal-edition/desktop/)) `MIT/AGPL-3.0/Apache-2.0` `Nodejs/Go` - [Kanbana](https://github.com/SrGMC/kanbana) - Create boards to track users and projects from flat markdown files. Forked from Crepido. `MIT` `Nodejs` - [Kanboard](https://kanboard.org/) - Simple and open source visual task board. ([Source Code](https://github.com/kanboard/kanboard)) `MIT` `PHP` -- [ltd](https://github.com/kyoheiu/ltd) - Lightweight to-do lists app with LDAP authentication. ([Demo](https://ltd-cdd.pages.dev/)) `Apache-2.0` `Rust` +- [ltd](https://github.com/kyoheiu/ltd) - Lightweight to-do lists app with LDAP authentication. ([Demo](https://ltd-cdd.pages.dev/)) `Apache-2.0` `Docker` - [Minimalist Online Markdown Editor](http://markdown.pioul.fr) - The simplest and slickest online Markdown editor. ([Source Code](https://github.com/pioul/Minimalist-Online-Markdown-Editor)) `MIT` `Nodejs` - [myTinyTodo](https://www.mytinytodo.net/) - Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant. ([Demo](https://www.mytinytodo.net/demo/), [Source Code](https://github.com/maxpozdeev/mytinytodo/)) `GPL-2.0` `PHP` - [Nullboard](https://github.com/apankrat/nullboard) - Single-page minimalist kanban board; compact, highly readable and quick to use. `BSD-2-Clause` `Javascript`