README 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /******************************************************************
  2. Bones
  3. A Lightweight Wordpress Development Theme
  4. _______________________________________________________________
  5. HEADS UP!!!
  6. Bones & Bones (Responsive Edition) have been merged.
  7. _______________________________________________________________
  8. Bones is designed to make the life of developers easier. It's built
  9. using HTML5 & has a strong semantic foundation. It was updated recently
  10. using some of the HTML5 Boilerplate's recommended markup and setup.
  11. It's constantly growing so be sure to check back often if you are a
  12. frequent user. I'm always open to contribution. :)
  13. Designed by Eddie Machado
  14. http://themble.com/bones
  15. XHTML/CSS released under a Creative Commons Attribution 2.5 license.
  16. Special Thanks to:
  17. Paul Irish & the HTML5 Boilerplate
  18. Yoast for some WP functions & optimization ideas
  19. Andrew Rogers for code optimization
  20. David Dellanave for speed & code optimization
  21. and several other developers. :)
  22. For support and or questions please head over to these helpful pages:
  23. Submit Bugs & or Fixes:
  24. https://github.com/eddiemachado/bones/issues
  25. To view Release & Update Notes, read the log.txt file inside
  26. the library folder.
  27. ******************************************************************/
  28. /* v1.25 update */
  29. - updated custom post type page for translation
  30. - added => to responsive jquery
  31. - cleaned up theme tags (which make NO sense, but are best practice, go figure)
  32. - updated html element to match hb5
  33. - fixed echo problem on admin.php
  34. - updated normalize (LESS also had some missing styles so I added them)
  35. - GetComputedStyle fix for IE (for responsive js)
  36. - cleaned up mixins (border radius)
  37. - added translations! (Chinese, Spanish)
  38. /* v1.2 HUGE update */
  39. - merge responsive version with classic
  40. - remove post title from read more link (it's way too long)
  41. - removed readme.txt (it was pointless)
  42. - organized info for each file called in on the functions page
  43. - added custom gravatar call in comments
  44. - i'm leaving jQuery to a plugin (that way I'm not providing dated jQuery)
  45. - added translation folder
  46. - put everything inside stuff so it's easier to be translated
  47. - added an identifier in each 404 area so you know what template is showing
  48. - remove custom walker. I think that's better left for you guys to do
  49. - fixed some spelling errors
  50. - added some translation options in the comments file
  51. - added role=navigation to footer links
  52. - deleted image.php (who really uses that anyway)
  53. - added sidebar to search.php
  54. - added class to custom post type title
  55. - added link to custom meta box
  56. - removed selectivizr
  57. - updated html elements with new classes for IE
  58. - added new mobile meta tags
  59. - removed pinned site meta tag for IE9
  60. - merged base.css into style.css for one less call in the header
  61. - added styleguide page and styles (oh yea!)
  62. - added nav class to both menus
  63. - removed "Powered by Wordpress & Bones" from footer, because let's face it: we all delete this anyway.
  64. - added button class to submit comment button
  65. - removed html5 placeholder fallback (you should be using Gravity Forms)
  66. - added slug and rewrite to custom post type for easier urls
  67. - renamed the border radius mixins so they were easer to remember
  68. - removed duplicate box shadow mixin
  69. - deleted the plugins.php file
  70. - facebook og:meta can be better handled by a plugin (or Yoast's SEO plugin)
  71. - rel=me can also be handled by SEO plugin or another plugin
  72. - removed author.php (you can use archive.php or add it yourself)