{"id":7651,"date":"2015-09-23T05:01:35","date_gmt":"2015-09-23T05:01:35","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2015\/09\/23\/todc-todc-bootstrap\/"},"modified":"2022-08-30T15:42:26","modified_gmt":"2022-08-30T15:42:26","slug":"todc-todc-bootstrap","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2015\/09\/23\/todc-todc-bootstrap\/","title":{"rendered":"todc\/todc-bootstrap"},"content":{"rendered":"<p>This is a Google-styled theme for Bootstrap. Because I\u2019m a fan of the new Google UI seen in Gmail, Docs, Calendar, etc, I decided to reproduce the look of these new UI elements for my own personal use. The project\u2019s goal isn\u2019t UI parity with Google Apps \u2013 it\u2019s feature parity with Bootstrap, themed with Google\u2019s UI in mind.<\/p>\n<p>TODC Bootstrap was created by Tim O\u2019Donnell, and maintained with the support and involvement of the community.<\/p>\n<h2>Quick start<\/h2>\n<p>Several quick start options are available:<\/p>\n<ul>\n<li>Download the latest release.<\/li>\n<li>Clone the repo: <code>git clone https:\/\/github.com\/todc\/todc-bootstrap.git<\/code>.<\/li>\n<li>Install with Bower: <code>bower install todc-bootstrap<\/code>.<\/li>\n<li>Install with Composer: <code>composer require todc\/todc-bootstrap<\/code>.<\/li>\n<\/ul>\n<p><strong>NOTE<\/strong> &#8211; After cloning\/installing todc-bootstrap you must run <code>grunt checkout-bootstrap<\/code> from the todc-bootstrap directory. This will download the correct version of the Bootstrap source.<\/p>\n<p>Read the Getting started page for information on the framework contents, templates and examples, and more.<\/p>\n<h3>What\u2019s included<\/h3>\n<p>Within the download you\u2019ll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You\u2019ll see something like this:<\/p>\n<pre><code>todc-bootstrap\/\n\u251c\u2500\u2500 css\/\n\u2502   \u251c\u2500\u2500 bootstrap.css\n\u2502   \u251c\u2500\u2500 bootstrap.css.map\n\u2502   \u251c\u2500\u2500 bootstrap.min.css\n\u2502   \u251c\u2500\u2500 bootstrap-theme.css\n\u2502   \u251c\u2500\u2500 bootstrap-theme.css.map\n\u2502   \u251c\u2500\u2500 bootstrap-theme.min.css\n\u2502   \u251c\u2500\u2500 todc-bootstrap.css\n\u2502   \u251c\u2500\u2500 todc-bootstrap.css.map\n\u2502   \u2514\u2500\u2500 todc-bootstrap.min.css\n\u251c\u2500\u2500 js\/\n\u2502   \u251c\u2500\u2500 bootstrap.js\n\u2502   \u2514\u2500\u2500 bootstrap.min.js\n\u251c\u2500\u2500 fonts\/\n\u2502   \u251c\u2500\u2500 glyphicons-halflings-regular.eot\n\u2502   \u251c\u2500\u2500 glyphicons-halflings-regular.svg\n\u2502   \u251c\u2500\u2500 glyphicons-halflings-regular.ttf\n\u2502   \u251c\u2500\u2500 glyphicons-halflings-regular.woff\n\u2502   \u2514\u2500\u2500 glyphicons-halflings-regular.woff2\n\u2514\u2500\u2500 img\/\n    \u2514\u2500\u2500 checkmark.png\n<\/code><\/pre>\n<p>We provide compiled CSS and JS (<code>bootstrap.*, todc-bootstrap.*<\/code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*, todc-bootstrap.min.*<\/code>). CSS source maps (<code>bootstrap.*.map, todc-bootstrap.*.map<\/code>) are available for use with certain browsers\u2019 developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.<\/p>\n<h2>Compatibility<\/h2>\n<p>This is being tested in the latest versions of Chrome, Firefox, and IE8+.<\/p>\n<p>The following projects are specifically designed for use with todc-bootstrap:<\/p>\n<h2>Requirements<\/h2>\n<ul>\n<li>LESS &#8211; for compiling <code>.less<\/code> files into CSS<\/li>\n<li>Bootstrap &#8211; this will be automatically checked out, if necessary, during the build process<\/li>\n<\/ul>\n<h2>Bugs and feature requests<\/h2>\n<p>Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.<\/p>\n<h2>Documentation<\/h2>\n<p>TODC Bootstrap\u2019s documentation, included in this repo in the root directory, is built with Jekyll and publicly hosted on GitHub Pages at https:\/\/todc.github.io\/todc-bootstrap\/. The docs may also be run locally.<\/p>\n<h3>Running documentation locally<\/h3>\n<ol>\n<li>If necessary, install Jekyll (requires v2.5.x).<\/li>\n<\/ol>\n<ol>\n<li>Install the Ruby-based syntax highlighter, Rouge, with <code>gem install rouge<\/code>.<\/li>\n<li>From the root <code>\/todc-bootstrap<\/code> directory, run <code>jekyll serve<\/code> in the command line.<\/li>\n<li>Open http:\/\/localhost:9002 in your browser, and voil\u00e0.<\/li>\n<\/ol>\n<p>Learn more about using Jekyll by reading its documentation.<\/p>\n<h3>Documentation for previous releases<\/h3>\n<p>Documentation for v2.3.2 has been made available for the time being at https:\/\/todc.github.io\/todc-bootstrap\/2.3.2\/ while folks transition to TODC Bootstrap 3.<\/p>\n<p>Previous releases and their documentation are also available for download.<\/p>\n<h2>Contributing<\/h2>\n<p>We welcome contributions from <em>everyone<\/em>. While contributing, please follow the project code of conduct, so that everyone can be included.<\/p>\n<p>Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.<\/p>\n<p>Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the Code Guide, maintained by Mark Otto.<\/p>\n<p>Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http:\/\/editorconfig.org.<\/p>\n<h2>Versioning<\/h2>\n<p>TODC Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.<\/p>\n<p>Releases will be numbered with the following format:<\/p>\n<p><code>..-..<\/code><\/p>\n<p>The first set of <code>..<\/code> is the Bootstrap version while the second set is the todc-bootstrap version.<\/p>\n<p>Given a version number MAJOR.MINOR.PATCH, increment the:<\/p>\n<ul>\n<li>MAJOR version when you make incompatible API changes,<\/li>\n<li>MINOR version when you add functionality in a backwards-compatible manner, and<\/li>\n<li>PATCH version when you make backwards-compatible bug fixes.<\/li>\n<\/ul>\n<p>Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.<\/p>\n<p>For more information on SemVer, please visit http:\/\/semver.org\/.<\/p>\n<h2>Creators<\/h2>\n<p><strong>Tim O\u2019Donnell<\/strong><\/p>\n<h2>Copyright and license<\/h2>\n<p>Copyright 2011-2015 Tim O\u2019Donnell. Code released under the MIT license. Docs released under Creative Commons Attribution 3.0 Unported.<\/p>\n<p><strong>NOTE<\/strong> This project was previously and incorrectly licensed under the Public Domain. It has now been changed to be compatible with Bootstrap\u2019s current license.<\/p>\n<h2>Acknowledgements<\/h2>\n<p>Inspired by Bootstrap and, of course, Google.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is a Google-styled theme for Bootstrap. Because I\u2019m a fan of the new Google UI seen in Gmail, Docs, Calendar, etc, I decided to reproduce the look of these new UI elements for my own personal use. The project\u2019s goal isn\u2019t UI parity with Google Apps \u2013 it\u2019s feature parity with Bootstrap, themed with [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,1],"tags":[],"class_list":["post-7651","post","type-post","status-publish","format-standard","hentry","category-semantic","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7651","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=7651"}],"version-history":[{"count":1,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7651\/revisions"}],"predecessor-version":[{"id":8768,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7651\/revisions\/8768"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=7651"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=7651"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=7651"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}