From 327eba268dc5c3dd1e2d9d12b94c5cfa7c0c1b46 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 19 Jul 2016 12:39:10 +0200 Subject: [PATCH 1/4] :wrench: Update Safari favicon SVG with minified version --- img/icon.svg | 254 ++++++++++++++++++++++++++++++++++++++++++ safari-pinned-tab.svg | 65 +---------- 2 files changed, 255 insertions(+), 64 deletions(-) create mode 100644 img/icon.svg 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + rugk + + + + + + + + + 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 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - - - + From 7875d7b0a3a7ea726837e0487e807890ff72f39b Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 19 Jul 2016 13:05:07 +0200 Subject: [PATCH 2/4] Some rewording --- composer.json | 2 +- robots.txt | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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/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: / From 1923039f75b10e229ce93ff1ebe869080a4fb4d3 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 19 Jul 2016 13:08:48 +0200 Subject: [PATCH 3/4] Make favicons subdirectory-compatible --- tpl/bootstrap-compact.html | 8 +++++--- tpl/bootstrap-dark-page.html | 8 +++++--- tpl/bootstrap-dark.html | 8 +++++--- tpl/bootstrap-page.html | 8 +++++--- tpl/bootstrap.html | 8 +++++--- tpl/page.html | 8 +++++--- 6 files changed, 30 insertions(+), 18 deletions(-) diff --git a/tpl/bootstrap-compact.html b/tpl/bootstrap-compact.html index add548bf..3f9079b9 100644 --- a/tpl/bootstrap-compact.html +++ b/tpl/bootstrap-compact.html @@ -28,6 +28,8 @@ + + @@ -164,9 +166,9 @@