aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2022-12-25 19:13:40 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2022-12-25 19:13:40 -0500
commit0704674ba408db54855c33bcb8ca71a7ae1e74b7 (patch)
tree3e952d8a3e90628c25a08341604ece43fd5ede0e /readme.md
parenta9ccfc4f26ea75b7884227aff6f63749077ac73e (diff)
downloadpaste-0704674ba408db54855c33bcb8ca71a7ae1e74b7.tar.gz
paste-0704674ba408db54855c33bcb8ca71a7ae1e74b7.tar.xz
Strip brack to a basic application based off of bpaste again, prepare for a React UI
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md19
1 files changed, 4 insertions, 15 deletions
diff --git a/readme.md b/readme.md
index 230e004..7c8d00b 100644
--- a/readme.md
+++ b/readme.md
@@ -1,24 +1,13 @@
# Simple pastebin
-Very much a work in progress.
-
-There's a simple server and client.
-
-The server does require authorization and has some minimal documentation
-when you fire it up.
-
-The client require a configuration file in your home folder and outputs
-the URL to the paste if successful.
+The bigger brother of `bpaste` In a similar vein it's designed to be
+a minimal pastebin program, however this is designed to be more featureful
+while still maintaining a simple architecture.
## Ideas for future versions
- * Index for all the pastes
- * Including tags on each of the pastes
* Automatic syntax highlighting
* React UI
* Swagger Documentation -- embedded into the application as well ( swaggo? )
* Deleting pastes
- * Updating pastes
- * read templates from disk or embed
- * write out sample/default configuration if a new directory is being used
- * option to be backed by S3
+ * Updating/Editing pastes