diff --git a/composer.json b/composer.json
index fa927478..1280da37 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "privatebin/privatebin",
- "description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode.",
+ "description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).",
"repositories": [
{
"type": "vcs",
diff --git a/img/icon.svg b/img/icon.svg
new file mode 100644
index 00000000..bf4e14ab
--- /dev/null
+++ b/img/icon.svg
@@ -0,0 +1,254 @@
+
+
+
+
diff --git a/robots.txt b/robots.txt
index b51bc141..a1537be1 100644
--- a/robots.txt
+++ b/robots.txt
@@ -1,4 +1,9 @@
-# Might as well keep robots away for performance and privacy reasons.
+# "A robots.txt a day keeps the robots away."
+# (for performance and privacy reasons)
+#
+# Note: To be effective this robots.txt must be put into the root of your server
+# directory.
+
User-agent: *
Allow: /index.php
Disallow: /
diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg
index 6e8151ba..09aff37e 100644
--- a/safari-pinned-tab.svg
+++ b/safari-pinned-tab.svg
@@ -1,64 +1 @@
-
-
-
+
diff --git a/tpl/bootstrap-compact.html b/tpl/bootstrap-compact.html
index add548bf..eefef691 100644
--- a/tpl/bootstrap-compact.html
+++ b/tpl/bootstrap-compact.html
@@ -28,6 +28,8 @@
+
+
@@ -164,10 +166,11 @@
{function="i18n::_('PrivateBin requires a modern browser to work.')"}