Jeremy Newman : privacy blurb

Jeremy Newman jnewman at winehq.org
Sun Jul 1 10:12:07 CDT 2018


Module: appdb
Branch: master
Commit: 68b6ecd4dd16097c52f74c96e2916aa47a4c470d
URL:    https://source.winehq.org/git/appdb.git/?a=commit;h=68b6ecd4dd16097c52f74c96e2916aa47a4c470d

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Sun Jul  1 10:07:19 2018 -0500

privacy blurb

---

 .htaccess                          | 4 +++-
 data/README                        | 1 -
 data/screenshots/README            | 1 -
 data/screenshots/originals/README  | 3 ---
 data/screenshots/thumbnails/README | 3 ---
 include/footer.php                 | 3 ++-
 6 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/.htaccess b/.htaccess
index a0020e6..4b845c8 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,6 @@
 # default permissions
 allow from all
+require all granted
 
 # uncomment this to take the website offline
 # RedirectMatch   ^.*$    http://appdb.winehq.org/site_outage.html
@@ -16,8 +17,9 @@ ErrorDocument 404 https://www.winehq.org/site/404
 # Modify the PHP configuration (global vars, etc.)
 php_flag allow_call_time_pass_reference 1
 php_value memory_limit 64M
+php_value error_reporting "7"
 php_value html_errors "1"
-php_value display_errors "0"
+php_value display_errors "1"
 php_value register_globals 0
 php_value short_open_tag 0
 php_value register_long_arrays 0
diff --git a/data/README b/data/README
deleted file mode 100644
index 22229b1..0000000
--- a/data/README
+++ /dev/null
@@ -1 +0,0 @@
-Lowest level data directory
diff --git a/data/screenshots/README b/data/screenshots/README
deleted file mode 100644
index aa49a37..0000000
--- a/data/screenshots/README
+++ /dev/null
@@ -1 +0,0 @@
-Scaled and watermarked screenshots are kept in here
diff --git a/data/screenshots/originals/README b/data/screenshots/originals/README
deleted file mode 100644
index 995293d..0000000
--- a/data/screenshots/originals/README
+++ /dev/null
@@ -1,3 +0,0 @@
-Original screenshots are kept in here.  This allows us to regenerate scaled 
-screenshots at any time and is useful when migrating from GD 1.X to GD 2.X as GD 
-1.X messes up the colors on certain images.
diff --git a/data/screenshots/thumbnails/README b/data/screenshots/thumbnails/README
deleted file mode 100644
index eb27f52..0000000
--- a/data/screenshots/thumbnails/README
+++ /dev/null
@@ -1,3 +0,0 @@
-Thumbnails of the scaled, watermarked images are kept in here.  Using thumbnails 
-reduces our overall bandwidth because we only send the full image if the user 
-explicitly displays it.
diff --git a/include/footer.php b/include/footer.php
index a64dcad..f8bf5a9 100644
--- a/include/footer.php
+++ b/include/footer.php
@@ -4,7 +4,8 @@
 </div>
 
 <div id="footer">
-    <a href="https://wiki.winehq.org/WineHQ_Wiki:Privacy_policy">Privacy Policy</a><br><br>
+    <a href="https://wiki.winehq.org/WineHQ_Wiki:Privacy_policy">Privacy Policy</a><br>
+    If you have a privacy inquiry regarding this site, please write to <a href="mailto:privacy at winehq.org">privacy at winehq.org</a><br><br>
     Hosted By
     <a href="http://www.codeweavers.com/"><img src="https://dl.winehq.org/share/images/cw_logo_sm.png" alt="CodeWeavers"
     title="CodeWeavers - Run Windows applications and games on Mac and Linux"></a>




More information about the wine-cvs mailing list