README 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. eddie@themble.com
  16. XHTML/CSS released under a Creative Commons Attribution 2.5 license.
  17. Special Thanks to:
  18. Paul Irish & the HTML5 Boilerplate
  19. Yoast for some WP functions & optimization ideas
  20. Andrew Rogers for code optimization
  21. David Dellanave for speed & code optimization
  22. and several other developers. :)
  23. For support and or questions please head over to these helpful pages:
  24. Documentation:
  25. http://themble.com/support
  26. Submit Bugs & or Fixes:
  27. https://github.com/eddiemachado/bones/issues
  28. To view Release & Update Notes, read the log.txt file inside
  29. the library folder.
  30. ******************************************************************/
  31. /* v1.2 HUGE update */
  32. - merge responsive version with classic
  33. - remove post title from read more link (it's way too long)
  34. - removed readme.txt (it was pointless)
  35. - organized info for each file called in on the functions page
  36. - added custom gravatar call in comments
  37. - i'm leaving jQuery to a plugin (that way I'm not providing dated jQuery)
  38. - added translation folder
  39. - put everything inside stuff so it's easier to be translated
  40. - added an identifier in each 404 area so you know what template is showing
  41. - remove custom walker. I think that's better left for you guys to do
  42. - fixed some spelling errors
  43. - added some translation options in the comments file
  44. - added role=navigation to footer links
  45. - deleted image.php (who really uses that anyway)
  46. - added sidebar to search.php
  47. - added class to custom post type title
  48. - added link to custom meta box
  49. - removed selectivizr
  50. - updated html elements with new classes for IE
  51. - added new mobile meta tags
  52. - removed pinned site meta tag for IE9
  53. - merged base.css into style.css for one less call in the header
  54. - added styleguide page and styles (oh yea!)
  55. - added nav class to both menus
  56. - removed "Powered by Wordpress & Bones" from footer, because let's face it: we all delete this anyway.
  57. - added button class to submit comment button
  58. - removed html5 placeholder fallback (you should be using Gravity Forms)
  59. - added slug and rewrite to custom post type for easier urls
  60. - renamed the border radius mixins so they were easer to remember
  61. - removed duplicate box shadow mixin
  62. - deleted the plugins.php file
  63. - facebook og:meta can be better handled by a plugin (or Yoast's SEO plugin)
  64. - rel=me can also be handled by SEO plugin or another plugin
  65. - removed author.php (you can use archive.php or add it yourself)