From e10451f01f0a61580243b7aa203e05fd114aee0d Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 12 Feb 2022 16:31:00 +0530 Subject: [PATCH] feat: ecosystem overview --- docs/ecosystem.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/ecosystem.md diff --git a/docs/ecosystem.md b/docs/ecosystem.md new file mode 100644 index 0000000..3309acf --- /dev/null +++ b/docs/ecosystem.md @@ -0,0 +1,32 @@ +# Ecosystem + +## Overview + +Brief overview of similar pastebin implementations + +### 1. paste.sr.ht + +paste.sr.ht is a pastebin implementation from the +Sourcehut features with focus on simplicity. Lack of certain features +maybe thought of as a concious decision to keep the program and the user +interface as simple as possible. + +- [x] Free Software +- [x] Syntax highlighting +- [x] Revision history +- [x] Renders history +- [x] Supports multiple files per paste +- [x] API to create and delete files(REST, GraphQL still WIP at the time of + writing this) +- [ ] Commenting on pastes + +### 2. gists.github.com + +- [ ] Free Software +- [x] Syntax highlighting +- [x] Revision history +- [x] Renders history +- [x] Every paste is a Git repository +- [x] Multiple files per paste but subdirectories are not permitted +- [x] Supports forking +- [x] Commenting on pastes