diff options
author | nodiscc <nodiscc@gmail.com> | 2015-10-23 23:30:29 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-10-23 23:30:29 +0000 |
commit | d1dd24772957d578d9b7890b30e69f9fa5fe7bdc (patch) | |
tree | 36ed2cb5ff55f213140bc515a69033ce53722654 /README.md | |
parent | Merge remote-tracking branch 'kickball/pr/286' into fixes (diff) | |
download | awesome-selfhosted-d1dd24772957d578d9b7890b30e69f9fa5fe7bdc.tar.gz awesome-selfhosted-d1dd24772957d578d9b7890b30e69f9fa5fe7bdc.zip |
fix rstudio and restyaboard entries
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -644,7 +644,7 @@ See also [Ticketing](#ticketing), [Task management/To-do lists](#task-management * [Pairjam](http://pairjam.com/) - Real-time web-based collaborative coding ([Source code](https://github.com/neerajwahi/pairjam)) * [Regexr](http://regexr.com/) - RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions. ([Source code](https://github.com/gskinner/regexr/)) `MIT` `Nodejs` * [Repo.js](http://darcyclarke.me/dev/repojs/) - A plugin to embed Github repos on your site ([Source code](https://github.com/darcyclarke/Repo.js)) - * [RStudio Server](https://www.rstudio.com/products/rstudio/#Server) - web browser based IDE for R. ([Source code](https://github.com/rstudio/rstudio/)) `AGPLv3` + * [RStudio Server](https://www.rstudio.com/products/rstudio/#Server) - web browser based IDE for R. ([Source code](https://github.com/rstudio/rstudio/)) `AGPLv3` `Java/C++` ### Continuous Integration @@ -673,7 +673,7 @@ See https://staticsitegenerators.net and https://www.staticgen.com * [bulldog](https://github.com/infews/bulldog) - HTML5 task manager, built on todo.txt `MIT` `HTML5` * [Crepido](https://github.com/arshad/crepido) - Create (kanban) boards to track users and projects from flat markdown files `MIT` `Javascript/Others` - * [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` + * [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` * [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` |