{"id":18848293,"url":"https://github.com/espy/smp","last_synced_at":"2025-06-13T08:33:45.258Z","repository":{"id":5043176,"uuid":"6203420","full_name":"espy/SMP","owner":"espy","description":"SMP WP Theme","archived":false,"fork":false,"pushed_at":"2013-01-06T12:34:30.000Z","size":1728,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-30T01:33:36.148Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"nimengbo/StickerView","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/espy.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-13T13:45:53.000Z","updated_at":"2014-11-12T11:59:56.000Z","dependencies_parsed_at":"2022-07-09T01:15:58.419Z","dependency_job_id":null,"html_url":"https://github.com/espy/SMP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/espy/SMP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/espy%2FSMP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/espy%2FSMP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/espy%2FSMP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/espy%2FSMP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/espy","download_url":"https://codeload.github.com/espy/SMP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/espy%2FSMP/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259610348,"owners_count":22884243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T03:12:08.524Z","updated_at":"2025-06-13T08:33:45.236Z","avatar_url":"https://github.com/espy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Theme Name ===\nContributors: aarontgrogg\nTags: html5, boilerplate\n\nBased on the HTML5 Boilerplate created by Paul Irish and Divya Manian,\nthis allows for easy inclusion/removal of all HTML5 Boilerplate options.\n\nThis theme might look like a little bit of a quagmire at first blush because\nit is a merger of two great themes with a very minor bit by me, but stay\nwith me, it'll all make sense in a bit, I promise.\n\n== Description ==\n\nStanding on the foreheads of giants (namely [Paul Irish](http://paulirish.com/)\nand [Divya Manian](http://nimbupani.com/) and the good folks that have helped\nthem create and continue the growth of HTML5 Boilerplate, I present to you my\nfirst WordPress theme, [Boilerplate - Starkers WP Theme](http://aarontgrogg.com/boilerplate/).\n\nThe clumsiest part of this plug-in is dealing with the CSS files.\nTo avoid any changes you make from being overwritten during upgrades,\n\"starter\" files have been created in the plug-in's css directory.\nI recommend copying the contents of the starter files into new files that you\ncan safely edit.  That way, if the starter files are updated later, you can\nsimply copy/paste from them into your files again, and all is fine.\n\nAnother route would be to add `@import` statements at the top of\nyour file, but this does increase your HTTP Requests, which hurts performance...\nYour call, let me know if you can think of a better implementation.\n\nMore about this theme can be found at:\n[http://aarontgrogg.com/boilerplate/](http://aarontgrogg.com/boilerplate/).\n\nI also built a Boilerplate plug-in that can be found at:\n[http://aarontgrogg.com/html5boilerplate/](http://aarontgrogg.com/html5boilerplate/).\nThe plug-in can be added to any existing or new theme, allowing the easy additional of\nall the delicious HTML5 Boilerplate goodiness with the ease of checking checkboxes.\n\nPlease let me know if you have any questions/suggestions/thoughts,\nAtg\n[http://aarontgrogg.com/](http://aarontgrogg.com/)\n[aarontgrogg@gmail.com](mailto:aarontgrogg@gmail.com)\n\n\n=== Change Log ===\n\n= 3.4.4 2012-03-10 =\n\nFixing a bad URL in several custom CSS and JS strings, where:\n...`BP_THEME_URL. 'js`...\nshould have been:\n...`BP_THEME_URL. '/js`...\nMuchas gracias a Benjamin Arnedo!\n\n\n= 3.4.3 2012-03-01 =\n\nUpdated admin-menu.php to permit the Boilerplate Theme and HTML5 Boilerplate Plug-in to exist side-by-side.  In this case, the Plug-in functionality will persist and the Theme functionality will lie dormant.\n\n\n= 3.4.2 2012-02-25 =\n\nRemoved boilerplate_category_id_class from functions.php; if you want this functionality, I recommend installing this plug-in:\n  http://wordpress.org/extend/plugins/add-url-slugs-as-body-classes/\n\nAltered boilerplate_posted_on function to reflect three Archive links rather than a single permalink to Post; thanks to Alexander Bailey for the idea!\n\n\n= 3.4.1 2012-02-24 =\n\n(I bumped-up the version number a bit to match the HTML5 Boilerplate Plug-in numbering.)\n* Converted `... /\u003e` to  `...\u003e` for all the stuff this plug-in writes to the page.\n* Updated `/css/style-starter.css` to latest HTML5 Boilerplate version.\n* Updated jQuery to 1.7.1.\n* Updated Modernizr to 2.5.3, Custom Build.\n* Added 57x57 iThing favicon link.\n* Fixed Bug introduced by WP 3.3+ that causes jQuery to be loaded after site-specific JS.\n\n\n= v.3.0 2011-06-02 =\n\nFixed error in header.php, I was applying `boilerplate_filter_wp_title` as a `filter` to `wp_title` in functions.php,\nbut then calling `boilerplate_filter_wp_title` in header.php, rather than `wp_title`... der...  Thanks, Randy Runnels!\n\nPer Paul \u0026 Divya recommendations:\n- Dropping cdnjs link for Modernizr, resorting to local link only, hopefully soon that will be replaced with Google CDN link.\n- Removed handheld.css, because \"our research has shown not enough devices read it to make it worthwhile\". Additionally, if you're doing your CSS right (a la Responsive Design, you're building for smaller screens first, then adding CSS for larger screens via `@media` queries, right?).\n- Removed print.css because \"extra print stylesheets are downloaded at load, so its a big hit\"; this, too, is best served via `@media` queries in your main CSS.\n- Removed YUI Profiling stuff because you \"probably weren't using it anyway\", right?\n- Removed Belated PNG because it \"is a really slow solution and an overkill for PNGs\", check [http://html5boilerplate.com/docs/#Notes-on-using-PNG](http://html5boilerplate.com/docs/#Notes-on-using-PNG) for deets on dealing with PNGs in ye olde IE.\n\nAdded removal of IE6 Image Toolbar option to Admin panel.\n\nAdded [Google Verification](http://www.google.com/support/webmasters/bin/answer.py?answer=35179) option to Admin panel.\n\nAdded iPad and iPhone 4 favicon links to existing \"iThing Favicon\" block.\n\nAdded [Respond.js](http://filamentgroup.com/lab/respondjs_fast_css3_media_queries_for_internet_explorer_6_8_and_more/) option to Admin panel.\n\nAdded cache-buster option in Admin panel, allowing you to either include, and easily increment, a cache-buster / version number to any theme CSS or JS files.\n\nUpdated `/style.css` to latest HTML5 Boilerplate version.\n\nUpdated jQuery to 1.6.1.\n\nUpdated `/js/plugins.js` to include `console.log` bit.\n\n\n= v.2.1.8 2011-05-08 =\n\nAttempting to clear issues WP is having with Boilerplate CSS.\n\nChanged Boilerplate Admin CSS filename from style.css to admin-style.css.\n\nUpdated jQuery to 1.6.\n\nMiscellaneous updates from http://html5boilerplate.com/, including CSS and JS files.\n\nRemoved _READ_ME.txt (from Starkers theme) and README.markdown (from HTML5 Boilerplate), if you need to read them,\ncheck the respective sites for them.\n\nEnhanced this readme.txt file a little, for your reading pleasure.\n\n// Moved Boilerplate Admin link from Themes to Settings (seem like that's where it ought to be, right?).\n// Nope, automated upload process insists any admin pages be in the Themes section...\n\nEnhanced Boilerplate Admin panel, offering slightly improved explanations.\n\n// Trying once again to get WP to allow the inclusion of Google Analytics block option in Boilerplate Admin panel.\n// Nope, automated upload process still blocks any reference to this...\n\n\n= v.2.1.4 2011-01-14 =\n\nRemoved extraneous \u003e in 404.php (thanks, Dominic!)\n\nMiscellaneous updates from http://html5boilerplate.com/\n\nPer WP, reduced size of screenshot.png.\n\n\n= v.2.1 2010-11-14 =\n\nPer WP, changed screenshot.png to reflect visual representation of site, not HTML4 Boilerplate logo.\n\nAdded additional classes (ie, lte7, lte8, lte9, where appropriate) to IE Conditional Comments in wrap \u003chtml\u003e block.\n\nRemoved extraneous (explanatory) comments from HTML, hopefully you'll get it, if not, refer to HTML5 Boilerplate documentation (https://github.com/paulirish/html5-boilerplate/wiki).\n\nExpanded Admin Page content, adding text and links to help users understand each option more clearly.\n\nRemoved the following from header.php and added as optional items on the Admin page:\n- \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"\u003e\n- \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n- \u003clink rel=\"shortcut icon\" href=\"/favicon.ico\"\u003e\n- \u003clink rel=\"apple-touch-icon\" href=\"/apple-touch-icon.png\"\u003e\n\nAdded an option to the Admin page to include an IE-only CSS.\n\nA few people recommended changing third-party links (Modernizr, jQuery, etc.) to Google repository.\nI went back-and-forth on this, whether it made more sense to link to Google's repository (possible caching benefits, definite CDN benefits),\nor whether it made more sense to give the developer the ability to control their own assets and serve from local files.\nIn the end, I went with local versions, mostly for version-control, but also because I figure if Google goes down, it could hurt your site;\nif your site is down, whether JS is available isn't exactly your biggest problem...\nIn some future version I'd like to make both options available via the Admin page...\nIt would be fairly easy to change these paths if you wanted, in /wp-content/themes/boilerplate/boilerplate-admin/admin-menu.php, under \"Create functions to add above elements to pages\"\n\nA few recommendations gratefully accepted from Micah (http://www.twolanedesign.com/):\n- If Modernizr is unchecked, IEShiv will be added (inside an IE conditional comment).\n- Add Async Google Analytics option to Admin Page.\n  * Appears WP doesn't like GA, so this has been removed, but check here for instructions () on how to add it back in once you've downloaded Boilerplate...\n- Removing WP version number via functions.php (http://digwp.com/2009/07/remove-wordpress-version-number/)\n- Also recommended these two links which do contain some great scripts, but kind of go against the idea of Starkers (that less-is-more).\n  You can easily add anything you like to the functions.php:\n  http://digwp.com/2010/03/wordpress-functions-php-template-custom-functions/\n  http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/\n\nGrabbed updated assets (css, js, etc.) from github per:\n- http://github.com/paulirish/html5-boilerplate/compare/v0.9...v0.9.1\n- http://github.com/paulirish/html5-boilerplate/compare/v0.9.1...v0.9.5\n\n\n= v.2.0.1 2010-10-06 =\n\nBoilerplate starts with the Starkers theme (http://starkerstheme.com/)...\n  mixes in HTML5 Boilerplate (http://html5boilerplate.com/)...\n    then makes a couple minor modifications...\n\t1) moved IE conditionals from \u003cboby\u003e to \u003chtml\u003e, to better synch with Modernizr...\n\t2) above also allowed me to remove the \u003c!--[if IE]\u003e\u003c![endif]--\u003e recommended by www.phpied.com/conditional-comments-block-downloads/...\n\t3) moved extraneous items (like Modernizr, jQuery, Belated PNG, etc.) to Admin panel (not the last item in the Settings drop-down)...\n\tThe only extraneous items left in the mark-up are the two favicon references in header.php; read about it there.\n\n* The directory \"- MOVE TO ROOT\" is filled with HTML5 Boilerplate goodness that\n  should be copied FROM that directory and pasted TO your blog's root directory.\n* The .htaccess in that directory is filled with things which I honestly do not understand...\n  I had to comment-out several items in order to get my WP installation to work, so, play if you like.\n\nBe sure to read these \"read me\" type files as well:\n\t- _READ_ME.txt and _LICENSE.txt are from Starkers Theme\n\t- README.markdown is from HTML5 Boilerplate\n\n\n= v.1.0 2010-10-01 =\n\nWas pure crap, please ignore...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fespy%2Fsmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fespy%2Fsmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fespy%2Fsmp/lists"}