9
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated .htaccess regex for filter_module thanks to unwiredbrain More... over 13 years ago
Fixed small typo from README.markdown More... over 13 years ago
removed \b as per unwiredbrain's latest comment More... over 13 years ago
Merge branch 'master' of github.com:paulirish/html5-boilerplate More... over 13 years ago
black color prints faster. Fixes #147 More... over 13 years ago
reverting comments about double scrollbar as it has nothing to do with boilerplate styles More... over 13 years ago
Use mod_filter for compression, with fallback to AddOutputFilterByType directive for legacy versions More... over 13 years ago
added input type=image based on Ivannikolic's suggestion More... over 13 years ago
adding double quotes to all attribute selectors, fixes #174 More... over 13 years ago
Removed IE9 conditional on html file, added comment to style.css for Opera. Fixes #142, #183 More... over 13 years ago
added Apache mod_pagespeed developed by Google More... over 13 years ago
Add note and link regarding best practices for Apache config More... over 13 years ago
Append instead of setting Cache-Control:public header so it doesn't get clobbered by ExpiresByType More... over 13 years ago
typo More... over 13 years ago
ignore more files and folders More... over 13 years ago
exclude config files from build process More... over 13 years ago
print styles: additional info only if present More... over 13 years ago
.gitignore - dont ignore contents of empty folders. fixes #160 More... over 13 years ago
nginx already gzips text/html. we can avoid a warning. fixes #153 More... over 13 years ago
nginx config expires bugfix. fixes #154 More... over 13 years ago
Merge branch 'master' of github.com:paulirish/html5-boilerplate More... over 13 years ago
minor. htaccess comment More... over 13 years ago
added plugin/extension mime types for safari, chrome, firefox More... over 13 years ago
adding a bit mroe around the commented out CORS More... over 13 years ago
Merge branch 'master' of github.com:paulirish/html5-boilerplate More... over 13 years ago
Merged with 0.95 master More... over 13 years ago
minor. credits update More... over 13 years ago
formatting comments on .htaccess More... over 13 years ago
According to RFC 5334 ( http://tools.ietf.org/html/rfc5334 ), the 'ogg' extension is reserved for Ogg audio, while Ogg video is 'ogv'. 'oga' is also acceptable for Ogg audio. I've updated the .htaccess and mime.types files to reflect this. More... over 13 years ago
Added nginx mime.types config file. The default that ships with nginx misses several "newer" MIME types such as oga/g/v, webm/p, mp4, fonts, etc. This file contains all of the MIME type additions made in the .htaccess file. More... over 13 years ago