updating docs, bumping version to 0.20
This commit is contained in:
20
README.md
20
README.md
@@ -1,4 +1,4 @@
|
||||
# ZeroBin 0.19 Alpha
|
||||
# ZeroBin 0.20
|
||||
|
||||
ZeroBin is a minimalist, opensource online pastebin where the server has zero
|
||||
knowledge of pasted data.
|
||||
@@ -21,18 +21,18 @@ without loosing any data.
|
||||
|
||||
- Encryption of data sent to server, even if it does not provide HTTPS.
|
||||
|
||||
- Possibility to set a password which is asked when the paste is opened.
|
||||
It further protects a paste and prevent people stumbling upon your paste's link
|
||||
from being able to read it without this password.
|
||||
- Possibility to set a password which is required to read the paste. It further
|
||||
protects a paste and prevents people stumbling upon your paste's link
|
||||
from being able to read it without the password.
|
||||
|
||||
## What it doesn't provide
|
||||
|
||||
- As a user you have to trust the server administrator, your internet provider
|
||||
and any country the traffic passes not to inject any malicious code.
|
||||
and any country the traffic passes not to inject any malicious javascript code.
|
||||
|
||||
- The "key" used to encrypt the paste is part of the URL. If you publicly post
|
||||
a non-passworded paste URL, everybody can read it. Use a password if you want
|
||||
your paste to be "private".
|
||||
the URL of a paste that is not password-protected, everybody can read it.
|
||||
Use a password if you want your paste to be private.
|
||||
|
||||
- A server admin might be forced to hand over access logs to the authorities.
|
||||
ZeroBin encrypts your text and the discussion contents, but who accessed it
|
||||
@@ -43,14 +43,16 @@ without loosing any data.
|
||||
Some features are optional and can be enabled or disabled in the [configuration
|
||||
file](https://github.com/elrido/ZeroBin/wiki/Configuration):
|
||||
|
||||
- Password protection
|
||||
|
||||
- Discussions
|
||||
|
||||
- Expiration times, including a "forever" and "burn after reading" option
|
||||
|
||||
- Syntax highlighting using prettify.js, including 4 prettify themes
|
||||
|
||||
- Templates: By default there is a "classic" and a bootstrap based theme, but it
|
||||
is easy to adapt these to your own websites layout.
|
||||
- Templates: By default there is a bootstrap based and a "classic ZeroBin" theme
|
||||
and it is easy to adapt these to your own websites layout or create your own.
|
||||
|
||||
## Further resources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user