Browse Source

Prepare for release

Prepare for releasing v1.2.
pull/31/merge
Danang Probo Sayekti 11 years ago
parent
commit
d03c2a62ee
6 changed files with 32 additions and 33 deletions
  1. +20
    -20
      .htaccess
  2. +7
    -5
      COPYRIGHT.txt
  3. +3
    -1
      README.md
  4. +1
    -0
      changelog.txt
  5. +1
    -1
      system/includes/functions.php
  6. +0
    -6
      themes/logs/css/style.css

+ 20
- 20
.htaccess View File

@ -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"
</IfModule>


+ 7
- 5
COPYRIGHT.txt View File

@ -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 <jesus.domingo@gmail.com>
Dispatch - (c) 2014 Jesus A. Domingo <jesus.domingo@gmail.com>
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 <https://github.com/suin>
\Suin\RSSWriter - (c) Suin <https://github.com/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 <lokeshdhakar.com>

+ 3
- 1
README.md View File

@ -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


+ 1
- 0
changelog.txt View File

@ -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.

+ 1
- 1
system/includes/functions.php View File

@ -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'));</script>
<style>.fb-comments, .fb_iframe_widget span, .fb-comments iframe {width: 100%!important;}</style>


+ 0
- 6
themes/logs/css/style.css View File

@ -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;
}


Loading…
Cancel
Save