From ffdd20544a17c0ca239f63f4c564e7ba3a3bf2c1 Mon Sep 17 00:00:00 2001 From: Stefan Antoni Date: Wed, 17 May 2017 00:46:42 +0200 Subject: [PATCH 1/3] Add hackmd to editors section --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b7ce3f3..17c54b86 100644 --- a/README.md +++ b/README.md @@ -688,7 +688,7 @@ See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems ## Learning and Courses **[`^ back to top ^`](#)** - + * [Canvas LMS](https://www.canvaslms.com/) - Canvas is the trusted, open-source learning management system (LMS) that is revolutionizing the way we educate. ([Demo](https://canvas.instructure.com/register), [Source Code](https://github.com/instructure/canvas-lms)) `AGPLv3` `Ruby` * [Chamilo LMS](https://chamilo.org/chamilo-lms/) - Chamilo LMS allows you to create a virtual campus for the provision of online or semi-online training. ([Source Code](https://github.com/chamilo/chamilo-lms)) `GPLv3` `PHP` * [edX](https://www.edx.org/) - The Open edX platform is open-source code that powers [edX.org](https://www.edx.org/). ([Source Code](https://github.com/edx/)) `AGPLv3` `Python` @@ -830,6 +830,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [savepad](https://github.com/novavex/textpad) - A minimalist notepad based on notepad.cc. `MIT` `PHP` * [ShareLaTex](https://www.sharelatex.com/) - A web-based collaborative LaTeX editor. ([Source Code](https://github.com/sharelatex/sharelatex)) `AGPLv3` `Ruby` * [Turtl](https://turtl.it/) - A totally private personal database and note taking app. ([Source Code](https://github.com/turtl)) `GPLv3` `CommonLisp` + * [HackMD](https://hackmd.io) - A feature-rich collaborative online markdown editor. ([Source Code](https://github.com/hackmdio/hackmd/)) `MIT` `JavaScript` ## Office Suites @@ -884,7 +885,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [tastebin](https://github.com/andreineculau/tastebin) - Updated version of hastebin plus additional features. `Apache` `Nodejs` -## Personal Dashboards +## Personal Dashboards See https://github.com/n1trux/awesome-sysadmin#metric--metric-collection **[`^ back to top ^`](#)** @@ -1055,7 +1056,7 @@ See also [Static site generators](#static-site-generators) * [Read the Docs](https://docs.readthedocs.org/en/latest/install.html) - Host documentation, making it fully searchable and easy to find; import your docs using any major version control system, including Mercurial, Git, Subversion, and Bazaar. ([Demo](https://readthedocs.org/projects/), [Source Code](https://github.com/rtfd/readthedocs.org)) `MIT` `Python` ### Localization - + * [Parrot](http://anthonynsimon.com/parrot.github.io/) - Self-hosted Localization Management Platform built with Go and Angular 2.. ([Source Code](https://github.com/anthonynsimon/parrot)) `MIT` `Go` * [Pootle](http://pootle.translatehouse.org) - Online translation and localization tool. ([Source Code](https://github.com/translate/pootle)) `GPLv3` `Python` * [Weblate](https://weblate.org) - Web-based translation tool with tight version control integration. ([Demo](https://demo.weblate.org), [Source Code](https://github.com/WeblateOrg/weblate)) `GPLv3` `Python` From 020186b91e13f654edf0880da5fee9693c680120 Mon Sep 17 00:00:00 2001 From: Stefan Antoni Date: Wed, 17 May 2017 00:48:36 +0200 Subject: [PATCH 2/3] Order alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17c54b86..25bf467a 100644 --- a/README.md +++ b/README.md @@ -819,6 +819,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com *See also [Wikis](#wikis)* * [dillinger](http://dillinger.io/) - The last Markdown editor, ever. ([Source Code](https://github.com/joemccann/dillinger/)) `MIT` `Nodejs` + * [HackMD](https://hackmd.io) - A feature-rich collaborative online markdown editor. ([Source Code](https://github.com/hackmdio/hackmd/)) `MIT` `JavaScript` * [Laverna](https://laverna.cc/) - Laverna is a Javascript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote. ([Demo](https://laverna.cc/index.html#notes), [Source Code](https://github.com/Laverna/laverna)) `MPLv2` `Nodejs` * [Leanote](http://leanote.org/) - Leanote, Not Just A Notepad! Open source cloud notepad. ([Demo](https://leanote.com/note), [Source Code](https://github.com/leanote/leanote)) `GPLv2` `Go` * [Markdown Edit](http://georgeosddev.github.com/markdown-edit/) - Online markdown editor/viewer. ([Source Code](https://github.com/georgeOsdDev/markdown-edit)) `MIT` `HTML5` @@ -830,7 +831,6 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [savepad](https://github.com/novavex/textpad) - A minimalist notepad based on notepad.cc. `MIT` `PHP` * [ShareLaTex](https://www.sharelatex.com/) - A web-based collaborative LaTeX editor. ([Source Code](https://github.com/sharelatex/sharelatex)) `AGPLv3` `Ruby` * [Turtl](https://turtl.it/) - A totally private personal database and note taking app. ([Source Code](https://github.com/turtl)) `GPLv3` `CommonLisp` - * [HackMD](https://hackmd.io) - A feature-rich collaborative online markdown editor. ([Source Code](https://github.com/hackmdio/hackmd/)) `MIT` `JavaScript` ## Office Suites From 7c9a903b0b6e28e549dde24435744cd29734d6b3 Mon Sep 17 00:00:00 2001 From: Stefan Antoni Date: Sun, 28 May 2017 20:37:53 +0200 Subject: [PATCH 3/3] Set language according to suggestions of the code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25bf467a..45d0542a 100644 --- a/README.md +++ b/README.md @@ -819,7 +819,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com *See also [Wikis](#wikis)* * [dillinger](http://dillinger.io/) - The last Markdown editor, ever. ([Source Code](https://github.com/joemccann/dillinger/)) `MIT` `Nodejs` - * [HackMD](https://hackmd.io) - A feature-rich collaborative online markdown editor. ([Source Code](https://github.com/hackmdio/hackmd/)) `MIT` `JavaScript` + * [HackMD](https://hackmd.io) - A feature-rich collaborative online markdown editor. ([Source Code](https://github.com/hackmdio/hackmd/)) `MIT` `Nodejs/Docker` * [Laverna](https://laverna.cc/) - Laverna is a Javascript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote. ([Demo](https://laverna.cc/index.html#notes), [Source Code](https://github.com/Laverna/laverna)) `MPLv2` `Nodejs` * [Leanote](http://leanote.org/) - Leanote, Not Just A Notepad! Open source cloud notepad. ([Demo](https://leanote.com/note), [Source Code](https://github.com/leanote/leanote)) `GPLv2` `Go` * [Markdown Edit](http://georgeosddev.github.com/markdown-edit/) - Online markdown editor/viewer. ([Source Code](https://github.com/georgeOsdDev/markdown-edit)) `MIT` `HTML5`