Syntax highlight and README update.

This commit is contained in:
2018-05-01 14:41:36 +05:00
parent 48d43ca097
commit 398aea2697
8 changed files with 66 additions and 15 deletions

View File

@@ -2,7 +2,20 @@
# Fast Pastebin
Easy-to-use-and-install pastebin software written in Go.
Easy-to-use-and-install pastebin software written in Go. No bells or
whistles, no websockets and even NO JAVASCRIPT!(*)
(*) Except fontawesome, because it's awesome :).
# Current functionality.
* Paste text.
* View pastes.
* Syntax highlighting.
# Caveats.
* No links at lines numbers. See https://github.com/alecthomas/chroma/issues/132
# Installation and updating
@@ -32,7 +45,6 @@ of tasks you can help with.
* User CP.
* Files uploading.
* Passwords for pastes and files.
* Code highlight.
* Pastes forking and revisioning (like git or github gists).
* Possibility to copy-paste-edit WISYWIG content.
* CLI client for pastes and files uploading.