@@ -0,0 +1,39 @@ +{% extends "base.html" %} + +{% block title %}Frequently asked questions - pastebin-django{% endblock %} + +{% block content %} +
+
+
+ +

+ What is pastebin-django?
+ pastebin-django is a site that allows you to store 'pastes', short text snippets. +

+

+ What is the syntax highlighting feature?
+ If your paste contains code or markup, you can use the syntax highlighting to highlight the text. Note that encrypted pastes don't support all of the syntax highlighting formats that are available with unencrypted pastes. +

+

+ How does the encryption feature work?
+ Your pastes can be encrypted to ensure only people you trust will be able to read them. Encrypting your paste means you need to provide the same password you used to encrypt paste to decrypt and thus read it. Since the encryption and decryption are done locally on your computer, the administrators of this site won't be able to recover the content of your encrypted paste if you lose your password. +

+

+ How does the paste history feature work?
+ If you have uploaded your paste while logged in, you can update your paste later on. Paste history means the earlier versions of your paste remain available. +

+

+ Can I comment on pastes?
+ Yes, if you have registered you can comment on pastes. +

+

+ What software does this site run on?
+ This pastebin site runs on pastebin-django, a web application developed using the Django web framework. +

+
+
+
+{% endblock content %}