README 3.0 KB

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