diff options
author | Max Maischein <github@corion.net> | 2016-08-29 17:38:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-29 17:38:22 +0000 |
commit | 7841f5a509fd0ff8f2cbd2ac839b956a8df681e2 (patch) | |
tree | 4cd443572a0dbbf1d251f683b09ca34eccaa9618 | |
parent | Add mojopaste (pastebin) (diff) | |
download | awesome-selfhosted-7841f5a509fd0ff8f2cbd2ac839b956a8df681e2.tar.gz awesome-selfhosted-7841f5a509fd0ff8f2cbd2ac839b956a8df681e2.zip |
Fix after review
Thank you for the speedy review!
Sorry - I hadn't noticed the full stop at the end of each line. Should be fixed now.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -714,7 +714,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [gist](https://gitlab.deblan.org/deblan/gist) - GIST is an open-source application to share code. `GPLv3` `PHP` * [hastebin](http://hastebin.com/about.md) - Open source pastebin written in node.js. ([Demo](http://hastebin.com/), [Source Code](https://github.com/seejohnrun/haste-server)) `MIT` `Nodejs` * [localpaste](https://github.com/petermaloney/localpaste) - Simple python based pastebin you can run locally, with curl for input. Supports RAW text by default and binary data such as images (no extensions on returned url). `GPLv2` `Python` - * [mojopaste])(http://search.cpan.org/dist/App-mojopaste/) - Perl based pastebin - `Perl` `ARTv2` + * [mojopaste](http://search.cpan.org/dist/App-mojopaste/) - Perl based pastebin. `Perl` `ARTv2` * [NoteHub](https://notehub.org) - Free and Hassle-free Pastebin for Markdown Pages. Simple, clean, password provided, generated-short link. ([Demo](https://notehub.org), [Source Code](https://github.com/chmllr/NoteHub)) `MIT` `Nodejs` * [Pastebin](https://p.pantsu.cat) - Modern self-hosted pastebin service with a restful API. ([Demo](https://p.pantsu.cat), [Source Code](https://github.com/ewhal/Pastebin)) `MIT` `Go` * [Pastedown](http://pastedown.ctrl-c.us/) - Self-hosted pastebin server. It is meant to handle Markdown well, but it also works with code snippets (and does syntax highlighting). ([Source Code](https://github.com/cespare/pastedown)) `MIT` `Go` |