diff options
author | josh <joshua.r.li.98@gmail.com> | 2017-10-10 02:55:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-10 02:55:56 +0000 |
commit | 90d104889cc3338ce11643d4c32ee234bfb3a899 (patch) | |
tree | 79c58a157fe750f1818dd79f0b040a3dcffb1eea | |
parent | Replace or remove broken links. (#1196) (diff) | |
download | awesome-selfhosted-90d104889cc3338ce11643d4c32ee234bfb3a899.tar.gz awesome-selfhosted-90d104889cc3338ce11643d4c32ee234bfb3a899.zip |
Fixed Standard Notes entry
* Changed source code link to the organization, because SN has a whole app stack ranging from web/android/ios clients on top of a server.
* The main [server component](https://github.com/standardfile/ruby-server) of SN is in Ruby, not Ruby/Node (there is an unofficial Node implementation).
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -879,7 +879,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` * [SiMPad](https://gitlab.com/beli3ver/SiMPad) - A simple self-hosted Markdown notepad. ([Demo](https://pad.malte-kiefer.de/)) `MIT` `PHP` * [ShareLaTex](https://www.sharelatex.com/) - A web-based collaborative LaTeX editor. ([Source Code](https://github.com/sharelatex/sharelatex)) `AGPLv3` `Ruby` - * [Standard Notes](https://standardnotes.org) - A simple and private notes app. Protect your privacy while getting more done. That's Standard Notes. ([Demo](https://standardfile.org), [Source Code](https://github.com/standardnotes/web)) `GPLv3` `Ruby/Nodejs` + * [Standard Notes](https://standardnotes.org) - A simple and private notes app. Protect your privacy while getting more done. That's Standard Notes. ([Demo](https://app.standardnotes.org/), [Source Code](https://github.com/standardnotes)) `GPLv3` `Ruby` * [to-markdown](https://domchristie.github.io/to-markdown/) - An HTML to Markdown converter written in JavaScript. ([Source Code](https://github.com/domchristie/to-markdown)) `MIT` `JavaScript` * [Turtl](https://turtl.it/) - A totally private personal database and note taking app. ([Source Code](https://github.com/turtl)) `GPLv3` `CommonLisp` |