README 3.2 KB

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