From 7e47ecf9b7b7cfa04ff3273bb37208412e5a2954 Mon Sep 17 00:00:00 2001 From: Boris Kubiak Date: Thu, 18 Jun 2020 17:05:48 +0200 Subject: [PATCH] Improve UI and error handling --- README.md | 15 +++++++------- index.html | 58 ++++++++++++++++++++++++++++++++---------------------- script.js | 4 +++- style.css | 6 +++++- 4 files changed, 50 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 3fdeb59..e73bc94 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,18 @@ # What is NoPaste? -[NoPaste](https://nopaste.ml/) is a website similar to Pastebin where you can store any text or code, and generate links for easy sharing +[NoPaste](https://nopaste.ml/) is an open-source website similar to Pastebin where you can store any piece of code, and generate links for easy sharing However, what makes NoPaste special is that it works with **no database**, and **no back-end code**. Instead, the data is compressed and **stored entirely in the link** that you share, nowhere else! ### Because of this design: -- 🗑️ Your data **cannot be deleted** from NoPaste -- 🔞 Your data **cannot be censored** -- 👁️ The server hosting NoPaste (or any clone of it) **cannot read or access** your data -- ⏳ Your data will be accessible **forever** (as long as you have the link) -- 🔀 You can access your data on **every NoPaste clone**, including [your own](https://github.com/bokub/nopaste/wiki/Deploy-your-own-version-of-NoPaste) -- 🔍 Google **will not index** your data, even if your link is publically available + +- 🗑️ Your data **cannot be deleted** from NoPaste +- 🔞 Your data **cannot be censored** +- 👁️ The server hosting NoPaste (or any clone of it) **cannot read or access** your data +- ⏳ Your data will be accessible **forever** (as long as you have the link) +- 🔀 You can access your data on **every NoPaste clone**, including [your own](https://github.com/bokub/nopaste/wiki/Deploy-your-own-version-of-NoPaste) +- 🔍 Google **will not index** your data, even if your link is public > **Note:** This project is a copy of [Topaz's paste service][topaz-example], with a reworked design and a few additional features (syntax highlighting, line numbers, line wrapping, embedding...) diff --git a/index.html b/index.html index 4ce33a2..a946ee8 100644 --- a/index.html +++ b/index.html @@ -57,27 +57,16 @@ npm/microtip@0.2.2/microtip.min.css

{ NoPaste }

- - - About - - + Source
@@ -122,7 +111,7 @@ npm/microtip@0.2.2/microtip.min.css