README 3.4 KB

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