Нема описа

David Lowry 43c4c47a06 Fixed the representation of the datestamp ordinals - capital S instead of small s. пре 13 година
library 43c4c47a06 Fixed the representation of the datestamp ordinals - capital S instead of small s. пре 13 година
.gitignore c2dd74283c Grid not imported in ie.less пре 13 година
404.php e63c9267f0 Typo in 404.php пре 13 година
README b4548253d0 updated liscence пре 13 година
archive-custom_type.php e26af31e1e Merge pull request #226 from scorchio/improve-l10n пре 13 година
archive.php ad66757f19 remove the echo пре 13 година
comments.php ce7b3c64e8 Extends l10n possibilities in Bones and fixes several places where the existing l10n wasn't sufficient. пре 13 година
favicon.ico 9417e44487 updating screenshot and favicon пре 13 година
favicon.png 95c6a479a3 adding new favicon setup to include windows 8 tile support пре 13 година
footer.php ce7b3c64e8 Extends l10n possibilities in Bones and fixes several places where the existing l10n wasn't sufficient. пре 13 година
functions.php e26af31e1e Merge pull request #226 from scorchio/improve-l10n пре 13 година
header.php d47a30a704 organized order пре 13 година
index.php e26af31e1e Merge pull request #226 from scorchio/improve-l10n пре 13 година
page-custom.php ce7b3c64e8 Extends l10n possibilities in Bones and fixes several places where the existing l10n wasn't sufficient. пре 13 година
page.php ce7b3c64e8 Extends l10n possibilities in Bones and fixes several places where the existing l10n wasn't sufficient. пре 13 година
screenshot.png 9417e44487 updating screenshot and favicon пре 13 година
search.php e26af31e1e Merge pull request #226 from scorchio/improve-l10n пре 13 година
sidebar.php 9d98709f23 Added _e to a string пре 13 година
single-custom_type.php 43c4c47a06 Fixed the representation of the datestamp ordinals - capital S instead of small s. пре 13 година
single.php e091f64ef8 Original code was giving me a strange 4-digit day of the month on the single page. I substituted in the correctly working string from index.php пре 13 година
style.css c2092e9812 Fix a typo пре 13 година
taxonomy-custom_cat.php 43c4c47a06 Fixed the representation of the datestamp ordinals - capital S instead of small s. пре 13 година

README

/******************************************************************
Bones
A Lightweight Wordpress Development Theme

_______________________________________________________________
HEADS UP!!!
Bones & Bones (Responsive Edition) have been merged.
_______________________________________________________________

Bones is designed to make the life of developers easier. It's built
using HTML5 & has a strong semantic foundation. It was updated recently
using some of the HTML5 Boilerplate's recommended markup and setup.
It's constantly growing so be sure to check back often if you are a
frequent user. I'm always open to contribution. :)

Designed by Eddie Machado
http://themble.com/bones

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
Are You Serious? Yes.

Special Thanks to:
Paul Irish & the HTML5 Boilerplate
Yoast for some WP functions & optimization ideas
Andrew Rogers for code optimization
David Dellanave for speed & code optimization
and several other developers. :)

Submit Bugs & or Fixes:
https://github.com/eddiemachado/bones/issues

To view Release & Update Notes, read the log.txt file inside
the library folder.

******************************************************************/

/* v1.25 update */
- updated custom post type page for translation
- added => to responsive jquery
- cleaned up theme tags (which make NO sense, but are best practice, go figure)
- updated html element to match hb5
- fixed echo problem on admin.php
- updated normalize (LESS also had some missing styles so I added them)
- GetComputedStyle fix for IE (for responsive js)
- cleaned up mixins (border radius)
- added translations! (Chinese, Spanish)

/* v1.2 HUGE update */
- merge responsive version with classic
- remove post title from read more link (it's way too long)
- removed readme.txt (it was pointless)
- organized info for each file called in on the functions page
- added custom gravatar call in comments
- i'm leaving jQuery to a plugin (that way I'm not providing dated jQuery)
- added translation folder
- put everything inside stuff so it's easier to be translated
- added an identifier in each 404 area so you know what template is showing
- remove custom walker. I think that's better left for you guys to do
- fixed some spelling errors
- added some translation options in the comments file
- added role=navigation to footer links
- deleted image.php (who really uses that anyway)
- added sidebar to search.php
- added class to custom post type title
- added link to custom meta box
- removed selectivizr
- updated html elements with new classes for IE
- added new mobile meta tags
- removed pinned site meta tag for IE9
- merged base.css into style.css for one less call in the header
- added styleguide page and styles (oh yea!)
- added nav class to both menus
- removed "Powered by Wordpress & Bones" from footer, because let's face it: we all delete this anyway.
- added button class to submit comment button
- removed html5 placeholder fallback (you should be using Gravity Forms)
- added slug and rewrite to custom post type for easier urls
- renamed the border radius mixins so they were easer to remember
- removed duplicate box shadow mixin
- deleted the plugins.php file
- facebook og:meta can be better handled by a plugin (or Yoast's SEO plugin)
- rel=me can also be handled by SEO plugin or another plugin
- removed author.php (you can use archive.php or add it yourself)