README 3.3 KB

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