diff --git a/.htaccess b/.htaccess index 75ba2c0..972e6ca 100644 --- a/.htaccess +++ b/.htaccess @@ -10,10 +10,10 @@ DirectoryIndex index.php index.html index.htm # to activate mode_expires ExpiresActive on - ExpiresDefault "access plus 60 minutes" + ExpiresDefault "access plus 1 month" # For CSS - ExpiresByType text/css "access plus 60 minutes" + ExpiresByType text/css "access plus 1 month" # For Data interchange ExpiresByType application/json "access plus 0 seconds" @@ -21,40 +21,40 @@ DirectoryIndex index.php index.html index.htm ExpiresByType text/xml "access plus 0 seconds" # For Favicon - ExpiresByType image/x-icon "access plus 60 minutes" + ExpiresByType image/x-icon "access plus 1 year" # For HTML components (HTCs) - ExpiresByType text/x-component "access plus 60 minutes" + ExpiresByType text/x-component "access plus 1 month" # For HTML - ExpiresByType text/html "access plus 0 seconds" + ExpiresByType text/html "access plus 1 month" # For JavaScript - ExpiresByType application/javascript "access plus 60 minutes" + ExpiresByType application/javascript "access plus 1 month" # For Manifest files ExpiresByType application/x-web-app-manifest+json "access plus 0 seconds" ExpiresByType text/cache-manifest "access plus 0 seconds" # For Media - ExpiresByType audio/ogg "access plus 60 minutes" - ExpiresByType image/gif "access plus 60 minutes" - ExpiresByType image/jpeg "access plus 60 minutes" - ExpiresByType image/png "access plus 60 minutes" - ExpiresByType video/mp4 "access plus 60 minutes" - ExpiresByType video/ogg "access plus 60 minutes" - ExpiresByType video/webm "access plus 60 minutes" + ExpiresByType audio/ogg "access plus 1 month" + ExpiresByType image/gif "access plus 1 month" + ExpiresByType image/jpeg "access plus 1 month" + ExpiresByType image/png "access plus 1 month" + ExpiresByType video/mp4 "access plus 1 month" + ExpiresByType video/ogg "access plus 1 month" + ExpiresByType video/webm "access plus 1 month" # For Web feeds - ExpiresByType application/atom+xml "access plus 60 minutes" - ExpiresByType application/rss+xml "access plus 60 minutes" + ExpiresByType application/atom+xml "access plus 1 day" + ExpiresByType application/rss+xml "access plus 1 day" # For Web fonts - ExpiresByType application/font-woff "access plus 60 minutes" - ExpiresByType application/vnd.ms-fontobject "access plus 60 minutes" - ExpiresByType application/x-font-ttf "access plus 60 minutes" - ExpiresByType font/opentype "access plus 60 minutes" - ExpiresByType image/svg+xml "access plus 60 minutes" + ExpiresByType application/font-woff "access plus 1 month" + ExpiresByType application/vnd.ms-fontobject "access plus 1 month" + ExpiresByType application/x-font-ttf "access plus 1 month" + ExpiresByType font/opentype "access plus 1 month" + ExpiresByType image/svg+xml "access plus 1 month" diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 78e3c34..5c15db1 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -18,18 +18,20 @@ HTMLy includes works under other copyright notices and distributed according to the terms of the GNU General Public License or a compatible license, including: - Dispatch - Copyright (c) 2014 Jesus A. Domingo + Dispatch - (c) 2014 Jesus A. Domingo - Composer - Copyright (c) 2011 Nils Adermann, Jordi Boggiano + Composer - (c) 2011 Nils Adermann, Jordi Boggiano - PHP Markdown & Extra - Copyright (c) 2004-2009 Michel Fortin + PHP Markdown & Extra - (c) 2004-2009 Michel Fortin - Markdown - Copyright (c) 2003-2006 John Gruber + Markdown - (c) 2003-2006 John Gruber - \Suin\RSSWriter - Copyright (c) Suin + \Suin\RSSWriter - (c) Suin Showdown code (c) 2007 John Fraser Pagedown modifications and bugfixes (c) 2009 Dana Robinson Pagedown modifications and bugfixes (c) 2009-2013 Stack Exchange Inc. + + Lightbox2 (c) Lokesh Dhakar diff --git a/README.md b/README.md index 4638760..dbc0c84 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ Features - Author page - Multi author support - Social links -- Disqus Commenting System +- Disqus Comments (optional) +- Facebook Comments (optional) - Google Analytics - Built-in search - Related posts @@ -33,6 +34,7 @@ Features - SEO friendly URLs - Teaser thumbnail for images and Youtube videos - Responsive design +- Lightbox - User role Requirements diff --git a/changelog.txt b/changelog.txt index 8507c80..2a3272f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,4 @@ +2014-02-15: HTMLy v1.2 2014-02-08: HTMLy v1.1. 2014-02-01: HTMLy v1.0. 2014-01-26: RC version. diff --git a/system/includes/functions.php b/system/includes/functions.php index c3ac72f..d5b9759 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -915,7 +915,7 @@ function facebook() { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; - js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; + js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=1423304737912599"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); diff --git a/themes/logs/css/style.css b/themes/logs/css/style.css index cfba473..291fccb 100644 --- a/themes/logs/css/style.css +++ b/themes/logs/css/style.css @@ -431,12 +431,6 @@ ul li, ol li{ color: #454545; } -#main h1, #main h2 { - font-size: 28px; - line-height: 1.3; - font-family: 'Open Sans',sans-serif; -} - #main h1 a, #main h2 a { border:none; }