Hey Boy Hey Girl: Basics 0.2 go live

Remember, it was yesterday: the last 6th of May I released Basics Version 0.1. According to my change log file, ten successive versions in ten days to achieve something not too bad. Have a look at the change logs if you do not believe me. Ok, I’ brought it with me after ironed it on the sides via Markdown Editor, an excellent online tool witch convert Markdown syntax into good HTML ready to go. Would you like to know more?

Basics

For Those About to Rock… Fire!

Release Basics 0.1 – 06/05/2001

Release Basics 0.1.1 – 07/05/2001

  • Change link to WordPress je thème [ footer.php ]
  • Add reminder Change UA-XXXXX-X, adding <!-- eo #credits --> [footer.php]
  • Change comment <!-- eo #sidebar-0 --> [ sidebar-home.php ]
  • Turn #sedondary ID into #sidebar-1 [ sidebar-one.php ]
  • Turn #tercery ID into #sidebar-2 [ sidebar-two.php ]
  • Turn #primary into #main [ index.php ], [ 404.php ], [ home.php ]
  • Add domain translation basics missing [home.php]
  • Add .sidebars within [ sidebar-1.php ], [ sidebar-1.php ], [ sidebar-2.php ]

Release Basics 0.1.2 – 07/05/2001

  • Add domain translation missing in string _e('Contact the administrator ', 'basics') [ footer.php ]
  • Add .po .pot .mo zip files for french translation (by @wolforg) in languages folder

Release 0.1.3 – 09/05/2001

  • Add support for all post formats (not only for aside and gallery) [ functions.php ]
  • Change comments in [ home.php ]
  • Add echo strtolower( get_bloginfo( 'charset' ) );
  • Add role="search" to <form> [ searchform.php ]

Release 0.1.4 – 10/05/2011

  • Add microformats hCard to <hgroup>, <h1>, <a> [ header.php ]
  • Add microformats classes .entry-title to <h1> [ content.php ], [ content-404.php ], [ content-news.php ]
  • Add microformats .vcard .email .url .fn to <adress>, <a>, <span> [ footer.php ]
  • Link to string Contact the administrator instead on email address [ footer.php ]
  • Remove surplus blank lines and add some indentations

Release 0.1.5 – 10/05/2011

  • Add #id="administrator to <address> to validate microformat hcard [ footer.php ]
  • Add <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> [ footer.php ]
  • Add <div id="copyright"> [ footer.php ]
  • Add some comments [ functions.php ]

Release 0.1.6 – 11/05/2011

  • Change some comments in [ functions.php ]
  • Add support for custom editor style with add_editor_style() [ functions.php ]
  • Change <span> to <time> with datetime attribute in basics_posted_on() to match HTML5 specifications [ function.php ]
  • Print meta-sep "|" with generic printf() [ functions.php ], [ footer.php ]
  • Add editor-styles.css

Release 0.1.7 – 12/05/2011 – 20h04

  • Add .container class to #page [ header.php ]
  • Add css/grid.css
  • Add /* @import "css/grid.css"; */ [ style.css ]
  • Add add_editor_style() [ functions.php ]
  • Add @import "editor-style.css" [ style.css ]
  • Customizing editor-style.css to give Basics a (simili) vertical grid for both front and WordPress WYSIWYG editor
  • Add function basics_body_class($classes) [ functions.php ]
  • Add CSS to author.css to improve legibility
  • Add <section role="main"> and <section role="complementary"> [ index.php ], [ 404.php ], [ home.php ], [ sidebar-home.php ], [ sidebar-one.php ], [ sidebar-two.php ]
  • Add <div>‘s above <header> and <footer> to match the global structure [ header.php ], [ footer.php ]
  • Remove link on title in singular context [ content.php ], [ content-news.php ]

Release 0.1.8 – 12/05/2011

  • Add thumbnail of different sizes regarding the context [ content.php ], [ content-news.php ]
  • Display placeholder image when thumbnail is missing [ content.php ], [ content-news.php ]
  • Make some changes to author.css to give the front of Basics a whirl
  • Turn input type="text" into type="search" [ searchform.php ]
  • Add utofocus to input type="search" [ searchform.php ]
  • Add page [ search.php ] to deal more easily with results
  • Add <mark> in the result page to highlight the user’s request [search.php ]
  • Make some changes to the credit line [ footer.php ]

Release 0.1.9 – 14/05/2011

  • Add generic markup style [ markup.css ]
  • Turn value Search in into ok [ searchform.php ]
  • Set a (almost) complete basic html markup [ markup.css ]
  • The featured post in homepage is no longer the last post published in the featured category. Instead, its the last Sticky post
  • Add ID’s #site-title and #site-description to <h1> and <h2> in <hgroup> [ header.php ]
  • Add some structure to markup.css. Remove duplicate CSS rules between reset.css and markup.css [ markup.css ]
  • Add Sample of Media Queries to fit screen under 990px width. [ author.css ]
  • Add support for non-duplicate posts when displaying a sticky post witch could appears later in a second loop [ home.php ]

Release 0.2 – 17/05/2011

  • Add <section> element to comments_template() [ index.php ]
  • Add <section> element to the second loop [ home.php ]
  • Turn <section> into <aside> [ sidebar-home.php ] [ sidebar-one.php ] [ sidebar-two.php ]
  • Turn some <div> into <section> for semantic purposes (hard to anticipate further content, but I try, i try…) [ sidebar-home.php ] [ sidebar-one.php ] [ sidebar-two.php ]
  • Make some changes to Widgetable Areas to reflect changes above: turn <aside> into <div> and move <h1> to <h2> because each new <section> should have its own <h1> element (you can hide it from user using .visuallyhidden class) [ functions.php ]
  • Turn <h2 id="comments-title"> into <h1 id="comments-title"> to match changes above [ comments.php ]
  • Add rel="nofollow" on continue reading link in basics_continue_reading_link() and basics_posted_in() as an attempt of Pagerank Sculpting [ functions.php ]
  • Some cosmetics changes in [ functions.php ] for legibility purposes.
  • Add function basics_section_heading() to display section headings within <hgroup> regarding the context. Thanks to @Kusanar @BoiteAWeb @ScreenFeedFr @piouPiouM for helping o/
  • The `basicssectionheading() isn’t fired when displaying a Post, a Page, an Attachment or when the content is paged [ index.php ]
  • Add <h1> under <aside> element to march HTML 5 Outline (if you don’t need it, put a .visuallyhidden class on it and say no more) [ sidebar-home.php ], [sidebar-one.php ], [sidebar-two.php ]
  • Change section heading string when displaying date archives or search results [ functions.php ], [ search.php ]
  • Remove <p> in category description or tag description when displaying in section headings [ functions.php ]
  • Add support for removing <p> in excerpt, just in case (commented) [ functions.php ]
  • Add author description and avatar when displaying author’s posts [ functions.php ], [ index.php ]
  • Add wptexturize() to category description, tag description and author description to avoid alert when displaying -- instead of &emdash; for example.
  • The default category for posts displaying under the sticky post in home is no longer the ‘news’ category_name. Instead, I use now the Uncategorized (ID=1) category for genericity. Don’t forget to rename it to match your taxonomy.
  • Add a README.txt to give some explanations.

We Salute You 🙂

Give a try to Basics with the Download Basics link located in the sidebar