Skip to content

Commit 405349e

Browse files
author
Eddie Machado
committed
Merge pull request eddiemachado-zz#475 from cfoellmann/master
GitHub-style Readme and Changelog files
2 parents 3d97871 + 4ecf5f2 commit 405349e

3 files changed

Lines changed: 54 additions & 109 deletions

File tree

library/log.txt renamed to CHANGELOG.md

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bones - A Lightweight Wordpress Developer Template
1+
## BONES CHANGE LOG & HISTORY
22

33
This theme is meant to make development easier & take
44
advantage of modern web development & design techniques.
@@ -8,16 +8,14 @@ http://themble.com/bones/
88

99
Author: Eddie Machado
1010

11-
/******************************************************************
12-
BONES CHANGE LOG & HISTORY
13-
******************************************************************/
11+
*******************************************************************
1412

15-
/* 1.4 update */
13+
**v1.4 update**
1614
- updated Modernizr to 2.6.2
1715
- merged a ton of pull requests (thanks guys and gals!)
1816
- added windows 8 tile support
1917

20-
/* v1.3 update */
18+
**v1.3 update**
2119
- removed version number from scripts & styles (thanks James)
2220
- removed LESS (it's over Johnny, It's OVER!)
2321
- changed post-content to entry-content
@@ -27,7 +25,7 @@ BONES CHANGE LOG & HISTORY
2725
- removed unused css files (that were mistakingly compiled)
2826
- BORDER BOX ALL THE THINGS (http://paulirish.com/2012/box-sizing-border-box-ftw/)
2927

30-
/* v1.25 update */
28+
**v1.25 update**
3129
- updated custom post type page for translation
3230
- added => to responsive jquery
3331
- cleaned up theme tags (which make NO sense, but are best practice, go figure)
@@ -38,7 +36,7 @@ BONES CHANGE LOG & HISTORY
3836
- cleaned up mixins (border radius)
3937
- added translations! (Chinese, Spanish)
4038

41-
/* v1.2 HUGE update */
39+
**v1.2 HUGE update**
4240
- merge responsive version with classic
4341
- remove post title from read more link (it's way too long)
4442
- removed readme.txt (it was pointless)
@@ -74,12 +72,12 @@ BONES CHANGE LOG & HISTORY
7472
- rel=me can also be handled by SEO plugin or another plugin
7573
- removed author.php (you can use archive.php or add it yourself)
7674

77-
/* v1.09 more updates */
75+
**v1.09 more updates**
7876
- updated admin.php to include custom widget examples, admin login styles, and admin footer
7977
- login.css added for custom login styles
8078
- custom login logo included
8179

82-
/* v1.09 updates */
80+
**v1.09 updates**
8381
- added snippet to remove < p > from imgs (http://css-tricks.com/snippets/wordpress/remove-paragraph-tags-from-around-images/)
8482
- added custom admin functions file
8583
- updated normalize
@@ -92,7 +90,7 @@ BONES CHANGE LOG & HISTORY
9290
- added tag & category examples to custom post type
9391

9492

95-
/*v1.08 release (hellz yea!) */
93+
**v1.08 release (hellz yea!)**
9694
- replaced default.css with normalize.css
9795
- added responsive.css
9896
- completely revamped styles & stylesheets
@@ -132,11 +130,11 @@ BONES CHANGE LOG & HISTORY
132130
- removed html5 video shortcode
133131

134132

135-
/*v1.07 more changes */
133+
**v1.07 more changes**
136134
- updated selectivizr
137135
- compressed images
138136

139-
/*v1.07 changes */
137+
**v1.07 changes**
140138
- added modernizr 2.0 custom build
141139
- added IE=edge,chrome=1 for older, shitty browsers
142140
- removed iphone stuff ( you can add later if you want it )
@@ -146,22 +144,22 @@ BONES CHANGE LOG & HISTORY
146144
- fixed errors on style.css (mostly removing example using parenthesis)
147145
- added jquery 1.6.1
148146

149-
/*v1.07 w00t! */
147+
**v1.07 w00t!**
150148
- changed clear to clearfix across the board
151149
- added 320 & Up Boilerplate Extension by Andy Clarke
152150
- renamed modernizr to the current version file
153151
- added all the different sized images & icons
154152
- updated DOMAssistant to newest version
155153

156154

157-
/*v1.06 More Updates */
155+
**v1.06 More Updates**
158156
- added theme translation to all files
159157
- removed categories form page meta info
160158
- fixed confusing copyright issues
161159
- removed the unneeded author / tag / ect archive title from taxonomy-custom-cat.php
162160

163161

164-
/* v1.06 Updates */
162+
**v1.06 Updates**
165163
- changed name of default stylesheet to default so it's easier to
166164
debug. (having two stylesheets named style is confusing)
167165
- added clearing class to #inner-header and #inner-footer
@@ -178,20 +176,20 @@ BONES CHANGE LOG & HISTORY
178176
- adding standard categories & tags to custom post type example
179177

180178

181-
/* v1.06 */
179+
**v1.06**
182180
- added custom post type and taxonomies file
183181
- created custom post type template
184182
- added readme.txt file (really for no reason at all)
185183
- fixed the margin on the comments title
186-
- removed duplicate text-align calls in css /* Thanks Dom */
184+
- removed duplicate text-align calls in css **Thanks Dom**
187185
- added add_theme_support( 'automatic-feed-links' ) replacing
188186
the deprecated automatic_feed_links();
189187
- added the language_attributes(); to the html tag
190188
- replaced attribute_escape with esc_attr() in search.php
191189
- bloginfo('url') in header replaced with echo home_url()
192190
- using get_template_directory_uri() instead of bloginfo('template_directory')
193191
- using get_the_author_meta('display_name') instead of deprecated function
194-
- fixed error in bones.php for menu fallback /* thanks Mark */
192+
- fixed error in bones.php for menu fallback **thanks Mark**
195193
- creating thumbnail fallback functions
196194
- added header.js and moved modernizr & imgsizer in that file
197195
- added lazy load jquery plugin
@@ -202,7 +200,7 @@ BONES CHANGE LOG & HISTORY
202200
- removed the top margin of the footer menu
203201

204202

205-
/* v1.05 */
203+
**v1.05**
206204
- fixed typos in style.css file & logs
207205
- updated selectivizr to latest version
208206
- added "embed, ruby, output" to the reset stylesheet based on
@@ -212,11 +210,11 @@ BONES CHANGE LOG & HISTORY
212210
- added text-align styles to default stylesheet
213211

214212

215-
/* v1.04 Quick Fix */
213+
**v1.04 Quick Fix**
216214
- fixed error with script call that was deprecated.
217215

218216

219-
/* v1.04 */
217+
**v1.04**
220218
- moved the custom script call and pngfix to the footer
221219
from the bones file so it's easier to see what's being
222220
called.
@@ -233,24 +231,24 @@ BONES CHANGE LOG & HISTORY
233231
and index pages.
234232

235233

236-
/* v1.03 */
234+
**v1.03**
237235
- public release!
238236
- added html5 video to plugins
239237
- added page navi to plugins
240238
- general fixes and optimization
241239

242240

243-
/* v1.02 */
241+
**v1.02**
244242
- html5 updates and semantic layout corrected
245243
- added search css & custom functions
246244
- added functionality from the html5boilerplate
247245

248246

249-
/* v1.01 */
247+
**v1.01**
250248
- added related posts functions
251249
- general css fixes
252250

253251

254-
/* v1.00 */
252+
**v1.00**
255253
- i thought "there must be a better way"
256254
- did something about it

README

Lines changed: 0 additions & 83 deletions
This file was deleted.

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Bones
2+
__A Lightweight Wordpress Development Theme__
3+
4+
Bones is designed to make the life of developers easier. It's built
5+
using HTML5 & has a strong semantic foundation. It was updated recently
6+
using some of the HTML5 Boilerplate's recommended markup and setup.
7+
It's constantly growing so be sure to check back often if you are a
8+
frequent user. I'm always open to contribution. :)
9+
10+
Designed by **Eddie Machado**: http://themble.com/bones
11+
12+
Special Thanks to:
13+
* Paul Irish & the HTML5 Boilerplate
14+
* Yoast for some WP functions & optimization ideas
15+
* Andrew Rogers for code optimization
16+
* David Dellanave for speed & code optimization
17+
* and several other developers. :)
18+
19+
Submit Bugs & or Fixes:
20+
https://github.com/eddiemachado/bones/issues
21+
22+
23+
## License
24+
__[WTFPL](http://sam.zoy.org/wtfpl/)__
25+
26+
Are You Serious? Yes.
27+
28+
29+
## Meta
30+
* [Changelog](../../blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)