diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/favicon.ico b/favicon.ico old mode 100755 new mode 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/freepost.cgi b/freepost.cgi old mode 100755 new mode 100644 diff --git a/freepost/__init__.py b/freepost/__init__.py old mode 100755 new mode 100644 diff --git a/freepost/static/images/downvote.png b/freepost/static/images/downvote.png old mode 100755 new mode 100644 Binary files a/freepost/static/images/downvote.png and b/freepost/static/images/downvote.png differ diff --git a/freepost/static/images/freepost.png b/freepost/static/images/freepost.png old mode 100755 new mode 100644 Binary files a/freepost/static/images/freepost.png and b/freepost/static/images/freepost.png differ diff --git a/freepost/static/images/libre.exchange.png b/freepost/static/images/libre.exchange.png old mode 100755 new mode 100644 Binary files a/freepost/static/images/libre.exchange.png and b/freepost/static/images/libre.exchange.png differ diff --git a/freepost/static/images/peers.png b/freepost/static/images/peers.png old mode 100755 new mode 100644 Binary files a/freepost/static/images/peers.png and b/freepost/static/images/peers.png differ diff --git a/freepost/static/images/pulse.gif b/freepost/static/images/pulse.gif old mode 100755 new mode 100644 Binary files a/freepost/static/images/pulse.gif and b/freepost/static/images/pulse.gif differ diff --git a/freepost/static/images/rss.png b/freepost/static/images/rss.png old mode 100755 new mode 100644 Binary files a/freepost/static/images/rss.png and b/freepost/static/images/rss.png differ diff --git a/freepost/static/images/source.png b/freepost/static/images/source.png old mode 100755 new mode 100644 Binary files a/freepost/static/images/source.png and b/freepost/static/images/source.png differ diff --git a/freepost/static/images/tuxfamily.png b/freepost/static/images/tuxfamily.png old mode 100755 new mode 100644 Binary files a/freepost/static/images/tuxfamily.png and b/freepost/static/images/tuxfamily.png differ diff --git a/freepost/static/images/upvote.png b/freepost/static/images/upvote.png old mode 100755 new mode 100644 Binary files a/freepost/static/images/upvote.png and b/freepost/static/images/upvote.png differ diff --git a/freepost/static/javascript/freepost.js b/freepost/static/javascript/freepost.js old mode 100755 new mode 100644 diff --git a/freepost/static/stylus/freepost.styl b/freepost/static/stylus/freepost.styl old mode 100755 new mode 100644 diff --git a/freepost/static/stylus/reset.styl b/freepost/static/stylus/reset.styl old mode 100755 new mode 100644 diff --git a/freepost/templates/about.html b/freepost/templates/about.html old mode 100755 new mode 100644 diff --git a/freepost/templates/edit_comment.html b/freepost/templates/edit_comment.html old mode 100755 new mode 100644 diff --git a/freepost/templates/edit_post.html b/freepost/templates/edit_post.html old mode 100755 new mode 100644 diff --git a/freepost/templates/homepage.html b/freepost/templates/homepage.html old mode 100755 new mode 100644 diff --git a/freepost/templates/login.html b/freepost/templates/login.html old mode 100755 new mode 100644 diff --git a/freepost/templates/login_change_password.html b/freepost/templates/login_change_password.html old mode 100755 new mode 100644 diff --git a/freepost/templates/login_reset.html b/freepost/templates/login_reset.html old mode 100755 new mode 100644 diff --git a/freepost/templates/post.html b/freepost/templates/post.html old mode 100755 new mode 100644 diff --git a/freepost/templates/register.html b/freepost/templates/register.html old mode 100755 new mode 100644 diff --git a/freepost/templates/reply.html b/freepost/templates/reply.html old mode 100755 new mode 100644 diff --git a/freepost/templates/search.html b/freepost/templates/search.html old mode 100755 new mode 100644 diff --git a/freepost/templates/submit.html b/freepost/templates/submit.html old mode 100755 new mode 100644 diff --git a/freepost/templates/user_comments.html b/freepost/templates/user_comments.html old mode 100755 new mode 100644 diff --git a/freepost/templates/user_posts.html b/freepost/templates/user_posts.html old mode 100755 new mode 100644 diff --git a/freepost/templates/user_public_homepage.html b/freepost/templates/user_public_homepage.html old mode 100755 new mode 100644 diff --git a/freepost/templates/user_replies.html b/freepost/templates/user_replies.html old mode 100755 new mode 100644 diff --git a/freepost/templates/user_settings.html b/freepost/templates/user_settings.html old mode 100755 new mode 100644 diff --git a/freepost/templates/vote.html b/freepost/templates/vote.html old mode 100755 new mode 100644 diff --git a/robots.txt b/robots.txt old mode 100755 new mode 100644