1.1 Binary file bootstrap-source/bootstrap-3.0.3.zip has changed
2.1 --- a/bootstrap-source/bootstrap-3.0.3/.editorconfig Sat Jan 18 12:34:36 2014 +0100
2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
2.3 @@ -1,11 +0,0 @@
2.4 -# editorconfig.org
2.5 -
2.6 -root = true
2.7 -
2.8 -[*]
2.9 -indent_style = space
2.10 -indent_size = 2
2.11 -end_of_line = lf
2.12 -charset = utf-8
2.13 -trim_trailing_whitespace = true
2.14 -insert_final_newline = true
3.1 --- a/bootstrap-source/bootstrap-3.0.3/.gitattributes Sat Jan 18 12:34:36 2014 +0100
3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
3.3 @@ -1,8 +0,0 @@
3.4 -# Enforce Unix newlines
3.5 -*.css text eol=lf
3.6 -*.html text eol=lf
3.7 -*.js text eol=lf
3.8 -*.json text eol=lf
3.9 -*.less text eol=lf
3.10 -*.md text eol=lf
3.11 -*.yml text eol=lf
4.1 --- a/bootstrap-source/bootstrap-3.0.3/.gitignore Sat Jan 18 12:34:36 2014 +0100
4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
4.3 @@ -1,42 +0,0 @@
4.4 -# Ignore docs files
4.5 -_gh_pages
4.6 -_site
4.7 -.ruby-version
4.8 -
4.9 -# Numerous always-ignore extensions
4.10 -*.diff
4.11 -*.err
4.12 -*.orig
4.13 -*.log
4.14 -*.rej
4.15 -*.swo
4.16 -*.swp
4.17 -*.zip
4.18 -*.vi
4.19 -*~
4.20 -
4.21 -# OS or Editor folders
4.22 -.DS_Store
4.23 -._*
4.24 -Thumbs.db
4.25 -.cache
4.26 -.project
4.27 -.settings
4.28 -.tmproj
4.29 -*.esproj
4.30 -nbproject
4.31 -*.sublime-project
4.32 -*.sublime-workspace
4.33 -.idea
4.34 -
4.35 -# Komodo
4.36 -*.komodoproject
4.37 -.komodotools
4.38 -
4.39 -# grunt-html-validation
4.40 -validation-status.json
4.41 -validation-report.json
4.42 -
4.43 -# Folders to ignore
4.44 -node_modules
4.45 -bower_components
5.1 --- a/bootstrap-source/bootstrap-3.0.3/.travis.yml Sat Jan 18 12:34:36 2014 +0100
5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
5.3 @@ -1,10 +0,0 @@
5.4 -language: node_js
5.5 -node_js:
5.6 - - 0.10
5.7 -before_script:
5.8 - - gem install jekyll
5.9 - - npm install -g grunt-cli
5.10 -env:
5.11 - global:
5.12 - - SAUCE_USERNAME: bootstrap
5.13 - - secure: "pJkBwnuae9dKU5tEcCqccfS1QQw7/meEcfz63fM7ba7QJNjoA6BaXj08L5Z3Vb5vBmVPwBawxo5Hp0jC0r/Z/O0hGnAmz/Cz09L+cy7dSAZ9x4hvZePSja/UAusaB5ogMoO8l2b773MzgQeSmrLbExr9BWLeqEfjC2hFgdgHLaQ="
6.1 --- a/bootstrap-source/bootstrap-3.0.3/CNAME Sat Jan 18 12:34:36 2014 +0100
6.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
6.3 @@ -1,1 +0,0 @@
6.4 -getbootstrap.com
7.1 --- a/bootstrap-source/bootstrap-3.0.3/CONTRIBUTING.md Sat Jan 18 12:34:36 2014 +0100
7.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
7.3 @@ -1,79 +0,0 @@
7.4 -# Contributing to Bootstrap
7.5 -
7.6 -Looking to contribute something to Bootstrap? **Here's how you can help.**
7.7 -
7.8 -
7.9 -
7.10 -## Reporting issues
7.11 -
7.12 -We only accept issues that are bug reports or feature requests. Bugs must be isolated and reproducible problems that we can fix within the Bootstrap core. Please read the following guidelines before opening any issue.
7.13 -
7.14 -1. **Search for existing issues.** We get a lot of duplicate issues, and you'd help us out a lot by first checking if someone else has reported the same issue. Moreover, the issue may have already been resolved with a fix available.
7.15 -2. **Create an isolated and reproducible test case.** Be sure the problem exists in Bootstrap's code with a [reduced test case](http://css-tricks.com/reduced-test-cases/) that should be included in each bug report.
7.16 -3. **Include a live example.** Make use of jsFiddle or jsBin to share your isolated test cases.
7.17 -4. **Share as much information as possible.** Include operating system and version, browser and version, version of Bootstrap, customized or vanilla build, etc. where appropriate. Also include steps to reproduce the bug.
7.18 -
7.19 -
7.20 -
7.21 -## Pull requests
7.22 -
7.23 -- CSS changes must be done in `.less` files first, never just in the compiled `.css` files
7.24 -- If modifying the `.less` files, always recompile and commit the compiled files `bootstrap.css` and `bootstrap.min.css`
7.25 -- Try not to pollute your pull request with unintended changes--keep them simple and small
7.26 -- Try to share which browsers your code has been tested in before submitting a pull request
7.27 -- Pull requests should always be against the `master` branch, never against `gh-pages`.
7.28 -
7.29 -
7.30 -
7.31 -## Coding standards
7.32 -
7.33 -### HTML
7.34 -
7.35 -- Two spaces for indentation, never tabs
7.36 -- Double quotes only, never single quotes
7.37 -- Always use proper indentation
7.38 -- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags)
7.39 -- Use CDNs and HTTPS for third-party JS when possible. We don't use protocol-relative URLs in this case because they break when viewing the page locally via `file://`.
7.40 -
7.41 -### CSS
7.42 -
7.43 -- Adhere to the [RECESS CSS property order](http://markdotto.com/2011/11/29/css-property-order/)
7.44 -- Multiple-line approach (one property and value per line)
7.45 -- Always a space after a property's colon (e.g., `display: block;` and not `display:block;`)
7.46 -- End all lines with a semi-colon
7.47 -- For multiple, comma-separated selectors, place each selector on its own line
7.48 -- Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks).
7.49 -
7.50 -### JS
7.51 -
7.52 -- No semicolons
7.53 -- Comma first
7.54 -- 2 spaces (no tabs)
7.55 -- strict mode
7.56 -- "Attractive"
7.57 -
7.58 -
7.59 -
7.60 -## License
7.61 -
7.62 -With v3.1, we're moving from the Apache 2 to the MIT license for the Bootstrap code (not the docs). We're in the process of collecting permissions from all Bootstrap contributors with code still part of the project to make this happen. For details, please see [#2054](https://github.com/twbs/bootstrap/issues/2054).
7.63 -
7.64 -By contributing your code, you agree to dual-license your contribution under the [Apache 2](https://github.com/twbs/bootstrap/blob/master/LICENSE) and [MIT](https://github.com/twbs/bootstrap/blob/master/LICENSE-MIT) licenses.
7.65 -
7.66 -
7.67 -
7.68 -## Release checklist
7.69 -
7.70 -1. Close ship list issue for the release.
7.71 -2. Close the milestone for the release.
7.72 -3. Open new release issue that includes this checklist.
7.73 -4. Ping folks to coordinate release (mainly @jdorfman for BootstrapCDN).
7.74 -5. Update version numbers using `grunt change-version-number --oldver=A.B.C --newver=X.Y.Z`. Review the changes and stage them manually.
7.75 -6. Run `grunt` one last time.
7.76 -7. Push to `master` branch.
7.77 -8. Merge `master` into `gh-pages`.
7.78 -9. Generate `bootstrap-X.Y.Z-dist.zip` file for release.
7.79 -10. Create release on GitHub with `/dist/` folder and release notes.
7.80 -11. Push `gh-pages`.
7.81 -12. Publish blog post.
7.82 -13. Tweet tweet.
8.1 --- a/bootstrap-source/bootstrap-3.0.3/DOCS-LICENSE Sat Jan 18 12:34:36 2014 +0100
8.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
8.3 @@ -1,319 +0,0 @@
8.4 -Creative Commons Legal Code
8.5 -
8.6 -Attribution 3.0 Unported
8.7 -
8.8 - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
8.9 - LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
8.10 - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
8.11 - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
8.12 - REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
8.13 - DAMAGES RESULTING FROM ITS USE.
8.14 -
8.15 -License
8.16 -
8.17 -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
8.18 -COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
8.19 -COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
8.20 -AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
8.21 -
8.22 -BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
8.23 -TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
8.24 -BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
8.25 -CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
8.26 -CONDITIONS.
8.27 -
8.28 -1. Definitions
8.29 -
8.30 - a. "Adaptation" means a work based upon the Work, or upon the Work and
8.31 - other pre-existing works, such as a translation, adaptation,
8.32 - derivative work, arrangement of music or other alterations of a
8.33 - literary or artistic work, or phonogram or performance and includes
8.34 - cinematographic adaptations or any other form in which the Work may be
8.35 - recast, transformed, or adapted including in any form recognizably
8.36 - derived from the original, except that a work that constitutes a
8.37 - Collection will not be considered an Adaptation for the purpose of
8.38 - this License. For the avoidance of doubt, where the Work is a musical
8.39 - work, performance or phonogram, the synchronization of the Work in
8.40 - timed-relation with a moving image ("synching") will be considered an
8.41 - Adaptation for the purpose of this License.
8.42 - b. "Collection" means a collection of literary or artistic works, such as
8.43 - encyclopedias and anthologies, or performances, phonograms or
8.44 - broadcasts, or other works or subject matter other than works listed
8.45 - in Section 1(f) below, which, by reason of the selection and
8.46 - arrangement of their contents, constitute intellectual creations, in
8.47 - which the Work is included in its entirety in unmodified form along
8.48 - with one or more other contributions, each constituting separate and
8.49 - independent works in themselves, which together are assembled into a
8.50 - collective whole. A work that constitutes a Collection will not be
8.51 - considered an Adaptation (as defined above) for the purposes of this
8.52 - License.
8.53 - c. "Distribute" means to make available to the public the original and
8.54 - copies of the Work or Adaptation, as appropriate, through sale or
8.55 - other transfer of ownership.
8.56 - d. "Licensor" means the individual, individuals, entity or entities that
8.57 - offer(s) the Work under the terms of this License.
8.58 - e. "Original Author" means, in the case of a literary or artistic work,
8.59 - the individual, individuals, entity or entities who created the Work
8.60 - or if no individual or entity can be identified, the publisher; and in
8.61 - addition (i) in the case of a performance the actors, singers,
8.62 - musicians, dancers, and other persons who act, sing, deliver, declaim,
8.63 - play in, interpret or otherwise perform literary or artistic works or
8.64 - expressions of folklore; (ii) in the case of a phonogram the producer
8.65 - being the person or legal entity who first fixes the sounds of a
8.66 - performance or other sounds; and, (iii) in the case of broadcasts, the
8.67 - organization that transmits the broadcast.
8.68 - f. "Work" means the literary and/or artistic work offered under the terms
8.69 - of this License including without limitation any production in the
8.70 - literary, scientific and artistic domain, whatever may be the mode or
8.71 - form of its expression including digital form, such as a book,
8.72 - pamphlet and other writing; a lecture, address, sermon or other work
8.73 - of the same nature; a dramatic or dramatico-musical work; a
8.74 - choreographic work or entertainment in dumb show; a musical
8.75 - composition with or without words; a cinematographic work to which are
8.76 - assimilated works expressed by a process analogous to cinematography;
8.77 - a work of drawing, painting, architecture, sculpture, engraving or
8.78 - lithography; a photographic work to which are assimilated works
8.79 - expressed by a process analogous to photography; a work of applied
8.80 - art; an illustration, map, plan, sketch or three-dimensional work
8.81 - relative to geography, topography, architecture or science; a
8.82 - performance; a broadcast; a phonogram; a compilation of data to the
8.83 - extent it is protected as a copyrightable work; or a work performed by
8.84 - a variety or circus performer to the extent it is not otherwise
8.85 - considered a literary or artistic work.
8.86 - g. "You" means an individual or entity exercising rights under this
8.87 - License who has not previously violated the terms of this License with
8.88 - respect to the Work, or who has received express permission from the
8.89 - Licensor to exercise rights under this License despite a previous
8.90 - violation.
8.91 - h. "Publicly Perform" means to perform public recitations of the Work and
8.92 - to communicate to the public those public recitations, by any means or
8.93 - process, including by wire or wireless means or public digital
8.94 - performances; to make available to the public Works in such a way that
8.95 - members of the public may access these Works from a place and at a
8.96 - place individually chosen by them; to perform the Work to the public
8.97 - by any means or process and the communication to the public of the
8.98 - performances of the Work, including by public digital performance; to
8.99 - broadcast and rebroadcast the Work by any means including signs,
8.100 - sounds or images.
8.101 - i. "Reproduce" means to make copies of the Work by any means including
8.102 - without limitation by sound or visual recordings and the right of
8.103 - fixation and reproducing fixations of the Work, including storage of a
8.104 - protected performance or phonogram in digital form or other electronic
8.105 - medium.
8.106 -
8.107 -2. Fair Dealing Rights. Nothing in this License is intended to reduce,
8.108 -limit, or restrict any uses free from copyright or rights arising from
8.109 -limitations or exceptions that are provided for in connection with the
8.110 -copyright protection under copyright law or other applicable laws.
8.111 -
8.112 -3. License Grant. Subject to the terms and conditions of this License,
8.113 -Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
8.114 -perpetual (for the duration of the applicable copyright) license to
8.115 -exercise the rights in the Work as stated below:
8.116 -
8.117 - a. to Reproduce the Work, to incorporate the Work into one or more
8.118 - Collections, and to Reproduce the Work as incorporated in the
8.119 - Collections;
8.120 - b. to create and Reproduce Adaptations provided that any such Adaptation,
8.121 - including any translation in any medium, takes reasonable steps to
8.122 - clearly label, demarcate or otherwise identify that changes were made
8.123 - to the original Work. For example, a translation could be marked "The
8.124 - original work was translated from English to Spanish," or a
8.125 - modification could indicate "The original work has been modified.";
8.126 - c. to Distribute and Publicly Perform the Work including as incorporated
8.127 - in Collections; and,
8.128 - d. to Distribute and Publicly Perform Adaptations.
8.129 - e. For the avoidance of doubt:
8.130 -
8.131 - i. Non-waivable Compulsory License Schemes. In those jurisdictions in
8.132 - which the right to collect royalties through any statutory or
8.133 - compulsory licensing scheme cannot be waived, the Licensor
8.134 - reserves the exclusive right to collect such royalties for any
8.135 - exercise by You of the rights granted under this License;
8.136 - ii. Waivable Compulsory License Schemes. In those jurisdictions in
8.137 - which the right to collect royalties through any statutory or
8.138 - compulsory licensing scheme can be waived, the Licensor waives the
8.139 - exclusive right to collect such royalties for any exercise by You
8.140 - of the rights granted under this License; and,
8.141 - iii. Voluntary License Schemes. The Licensor waives the right to
8.142 - collect royalties, whether individually or, in the event that the
8.143 - Licensor is a member of a collecting society that administers
8.144 - voluntary licensing schemes, via that society, from any exercise
8.145 - by You of the rights granted under this License.
8.146 -
8.147 -The above rights may be exercised in all media and formats whether now
8.148 -known or hereafter devised. The above rights include the right to make
8.149 -such modifications as are technically necessary to exercise the rights in
8.150 -other media and formats. Subject to Section 8(f), all rights not expressly
8.151 -granted by Licensor are hereby reserved.
8.152 -
8.153 -4. Restrictions. The license granted in Section 3 above is expressly made
8.154 -subject to and limited by the following restrictions:
8.155 -
8.156 - a. You may Distribute or Publicly Perform the Work only under the terms
8.157 - of this License. You must include a copy of, or the Uniform Resource
8.158 - Identifier (URI) for, this License with every copy of the Work You
8.159 - Distribute or Publicly Perform. You may not offer or impose any terms
8.160 - on the Work that restrict the terms of this License or the ability of
8.161 - the recipient of the Work to exercise the rights granted to that
8.162 - recipient under the terms of the License. You may not sublicense the
8.163 - Work. You must keep intact all notices that refer to this License and
8.164 - to the disclaimer of warranties with every copy of the Work You
8.165 - Distribute or Publicly Perform. When You Distribute or Publicly
8.166 - Perform the Work, You may not impose any effective technological
8.167 - measures on the Work that restrict the ability of a recipient of the
8.168 - Work from You to exercise the rights granted to that recipient under
8.169 - the terms of the License. This Section 4(a) applies to the Work as
8.170 - incorporated in a Collection, but this does not require the Collection
8.171 - apart from the Work itself to be made subject to the terms of this
8.172 - License. If You create a Collection, upon notice from any Licensor You
8.173 - must, to the extent practicable, remove from the Collection any credit
8.174 - as required by Section 4(b), as requested. If You create an
8.175 - Adaptation, upon notice from any Licensor You must, to the extent
8.176 - practicable, remove from the Adaptation any credit as required by
8.177 - Section 4(b), as requested.
8.178 - b. If You Distribute, or Publicly Perform the Work or any Adaptations or
8.179 - Collections, You must, unless a request has been made pursuant to
8.180 - Section 4(a), keep intact all copyright notices for the Work and
8.181 - provide, reasonable to the medium or means You are utilizing: (i) the
8.182 - name of the Original Author (or pseudonym, if applicable) if supplied,
8.183 - and/or if the Original Author and/or Licensor designate another party
8.184 - or parties (e.g., a sponsor institute, publishing entity, journal) for
8.185 - attribution ("Attribution Parties") in Licensor's copyright notice,
8.186 - terms of service or by other reasonable means, the name of such party
8.187 - or parties; (ii) the title of the Work if supplied; (iii) to the
8.188 - extent reasonably practicable, the URI, if any, that Licensor
8.189 - specifies to be associated with the Work, unless such URI does not
8.190 - refer to the copyright notice or licensing information for the Work;
8.191 - and (iv) , consistent with Section 3(b), in the case of an Adaptation,
8.192 - a credit identifying the use of the Work in the Adaptation (e.g.,
8.193 - "French translation of the Work by Original Author," or "Screenplay
8.194 - based on original Work by Original Author"). The credit required by
8.195 - this Section 4 (b) may be implemented in any reasonable manner;
8.196 - provided, however, that in the case of a Adaptation or Collection, at
8.197 - a minimum such credit will appear, if a credit for all contributing
8.198 - authors of the Adaptation or Collection appears, then as part of these
8.199 - credits and in a manner at least as prominent as the credits for the
8.200 - other contributing authors. For the avoidance of doubt, You may only
8.201 - use the credit required by this Section for the purpose of attribution
8.202 - in the manner set out above and, by exercising Your rights under this
8.203 - License, You may not implicitly or explicitly assert or imply any
8.204 - connection with, sponsorship or endorsement by the Original Author,
8.205 - Licensor and/or Attribution Parties, as appropriate, of You or Your
8.206 - use of the Work, without the separate, express prior written
8.207 - permission of the Original Author, Licensor and/or Attribution
8.208 - Parties.
8.209 - c. Except as otherwise agreed in writing by the Licensor or as may be
8.210 - otherwise permitted by applicable law, if You Reproduce, Distribute or
8.211 - Publicly Perform the Work either by itself or as part of any
8.212 - Adaptations or Collections, You must not distort, mutilate, modify or
8.213 - take other derogatory action in relation to the Work which would be
8.214 - prejudicial to the Original Author's honor or reputation. Licensor
8.215 - agrees that in those jurisdictions (e.g. Japan), in which any exercise
8.216 - of the right granted in Section 3(b) of this License (the right to
8.217 - make Adaptations) would be deemed to be a distortion, mutilation,
8.218 - modification or other derogatory action prejudicial to the Original
8.219 - Author's honor and reputation, the Licensor will waive or not assert,
8.220 - as appropriate, this Section, to the fullest extent permitted by the
8.221 - applicable national law, to enable You to reasonably exercise Your
8.222 - right under Section 3(b) of this License (right to make Adaptations)
8.223 - but not otherwise.
8.224 -
8.225 -5. Representations, Warranties and Disclaimer
8.226 -
8.227 -UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
8.228 -OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
8.229 -KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
8.230 -INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
8.231 -FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
8.232 -LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
8.233 -WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
8.234 -OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
8.235 -
8.236 -6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
8.237 -LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
8.238 -ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
8.239 -ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
8.240 -BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
8.241 -
8.242 -7. Termination
8.243 -
8.244 - a. This License and the rights granted hereunder will terminate
8.245 - automatically upon any breach by You of the terms of this License.
8.246 - Individuals or entities who have received Adaptations or Collections
8.247 - from You under this License, however, will not have their licenses
8.248 - terminated provided such individuals or entities remain in full
8.249 - compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
8.250 - survive any termination of this License.
8.251 - b. Subject to the above terms and conditions, the license granted here is
8.252 - perpetual (for the duration of the applicable copyright in the Work).
8.253 - Notwithstanding the above, Licensor reserves the right to release the
8.254 - Work under different license terms or to stop distributing the Work at
8.255 - any time; provided, however that any such election will not serve to
8.256 - withdraw this License (or any other license that has been, or is
8.257 - required to be, granted under the terms of this License), and this
8.258 - License will continue in full force and effect unless terminated as
8.259 - stated above.
8.260 -
8.261 -8. Miscellaneous
8.262 -
8.263 - a. Each time You Distribute or Publicly Perform the Work or a Collection,
8.264 - the Licensor offers to the recipient a license to the Work on the same
8.265 - terms and conditions as the license granted to You under this License.
8.266 - b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
8.267 - offers to the recipient a license to the original Work on the same
8.268 - terms and conditions as the license granted to You under this License.
8.269 - c. If any provision of this License is invalid or unenforceable under
8.270 - applicable law, it shall not affect the validity or enforceability of
8.271 - the remainder of the terms of this License, and without further action
8.272 - by the parties to this agreement, such provision shall be reformed to
8.273 - the minimum extent necessary to make such provision valid and
8.274 - enforceable.
8.275 - d. No term or provision of this License shall be deemed waived and no
8.276 - breach consented to unless such waiver or consent shall be in writing
8.277 - and signed by the party to be charged with such waiver or consent.
8.278 - e. This License constitutes the entire agreement between the parties with
8.279 - respect to the Work licensed here. There are no understandings,
8.280 - agreements or representations with respect to the Work not specified
8.281 - here. Licensor shall not be bound by any additional provisions that
8.282 - may appear in any communication from You. This License may not be
8.283 - modified without the mutual written agreement of the Licensor and You.
8.284 - f. The rights granted under, and the subject matter referenced, in this
8.285 - License were drafted utilizing the terminology of the Berne Convention
8.286 - for the Protection of Literary and Artistic Works (as amended on
8.287 - September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
8.288 - Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
8.289 - and the Universal Copyright Convention (as revised on July 24, 1971).
8.290 - These rights and subject matter take effect in the relevant
8.291 - jurisdiction in which the License terms are sought to be enforced
8.292 - according to the corresponding provisions of the implementation of
8.293 - those treaty provisions in the applicable national law. If the
8.294 - standard suite of rights granted under applicable copyright law
8.295 - includes additional rights not granted under this License, such
8.296 - additional rights are deemed to be included in the License; this
8.297 - License is not intended to restrict the license of any rights under
8.298 - applicable law.
8.299 -
8.300 -
8.301 -Creative Commons Notice
8.302 -
8.303 - Creative Commons is not a party to this License, and makes no warranty
8.304 - whatsoever in connection with the Work. Creative Commons will not be
8.305 - liable to You or any party on any legal theory for any damages
8.306 - whatsoever, including without limitation any general, special,
8.307 - incidental or consequential damages arising in connection to this
8.308 - license. Notwithstanding the foregoing two (2) sentences, if Creative
8.309 - Commons has expressly identified itself as the Licensor hereunder, it
8.310 - shall have all rights and obligations of Licensor.
8.311 -
8.312 - Except for the limited purpose of indicating to the public that the
8.313 - Work is licensed under the CCPL, Creative Commons does not authorize
8.314 - the use by either party of the trademark "Creative Commons" or any
8.315 - related trademark or logo of Creative Commons without the prior
8.316 - written consent of Creative Commons. Any permitted use will be in
8.317 - compliance with Creative Commons' then-current trademark usage
8.318 - guidelines, as may be published on its website or otherwise made
8.319 - available upon request from time to time. For the avoidance of doubt,
8.320 - this trademark restriction does not form part of this License.
8.321 -
8.322 - Creative Commons may be contacted at http://creativecommons.org/.
9.1 --- a/bootstrap-source/bootstrap-3.0.3/Gruntfile.js Sat Jan 18 12:34:36 2014 +0100
9.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
9.3 @@ -1,337 +0,0 @@
9.4 -/* jshint node: true */
9.5 -
9.6 -module.exports = function(grunt) {
9.7 - "use strict";
9.8 -
9.9 - // Force use of Unix newlines
9.10 - grunt.util.linefeed = '\n';
9.11 -
9.12 - RegExp.quote = require('regexp-quote')
9.13 - var btoa = require('btoa')
9.14 - // Project configuration.
9.15 - grunt.initConfig({
9.16 -
9.17 - // Metadata.
9.18 - pkg: grunt.file.readJSON('package.json'),
9.19 - banner: '/*!\n' +
9.20 - ' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' +
9.21 - ' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
9.22 - ' * Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' +
9.23 - ' */\n\n',
9.24 - jqueryCheck: 'if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }\n\n',
9.25 -
9.26 - // Task configuration.
9.27 - clean: {
9.28 - dist: ['dist']
9.29 - },
9.30 -
9.31 - jshint: {
9.32 - options: {
9.33 - jshintrc: 'js/.jshintrc'
9.34 - },
9.35 - gruntfile: {
9.36 - src: 'Gruntfile.js'
9.37 - },
9.38 - src: {
9.39 - src: ['js/*.js']
9.40 - },
9.41 - test: {
9.42 - src: ['js/tests/unit/*.js']
9.43 - }
9.44 - },
9.45 -
9.46 - concat: {
9.47 - options: {
9.48 - banner: '<%= banner %><%= jqueryCheck %>',
9.49 - stripBanners: false
9.50 - },
9.51 - bootstrap: {
9.52 - src: [
9.53 - 'js/transition.js',
9.54 - 'js/alert.js',
9.55 - 'js/button.js',
9.56 - 'js/carousel.js',
9.57 - 'js/collapse.js',
9.58 - 'js/dropdown.js',
9.59 - 'js/modal.js',
9.60 - 'js/tooltip.js',
9.61 - 'js/popover.js',
9.62 - 'js/scrollspy.js',
9.63 - 'js/tab.js',
9.64 - 'js/affix.js'
9.65 - ],
9.66 - dest: 'dist/js/<%= pkg.name %>.js'
9.67 - }
9.68 - },
9.69 -
9.70 - uglify: {
9.71 - options: {
9.72 - banner: '<%= banner %>',
9.73 - report: 'min'
9.74 - },
9.75 - bootstrap: {
9.76 - src: ['<%= concat.bootstrap.dest %>'],
9.77 - dest: 'dist/js/<%= pkg.name %>.min.js'
9.78 - }
9.79 - },
9.80 -
9.81 - recess: {
9.82 - options: {
9.83 - compile: true,
9.84 - banner: '<%= banner %>'
9.85 - },
9.86 - bootstrap: {
9.87 - src: ['less/bootstrap.less'],
9.88 - dest: 'dist/css/<%= pkg.name %>.css'
9.89 - },
9.90 - min: {
9.91 - options: {
9.92 - compress: true
9.93 - },
9.94 - src: ['less/bootstrap.less'],
9.95 - dest: 'dist/css/<%= pkg.name %>.min.css'
9.96 - },
9.97 - theme: {
9.98 - src: ['less/theme.less'],
9.99 - dest: 'dist/css/<%= pkg.name %>-theme.css'
9.100 - },
9.101 - theme_min: {
9.102 - options: {
9.103 - compress: true
9.104 - },
9.105 - src: ['less/theme.less'],
9.106 - dest: 'dist/css/<%= pkg.name %>-theme.min.css'
9.107 - }
9.108 - },
9.109 -
9.110 - copy: {
9.111 - fonts: {
9.112 - expand: true,
9.113 - src: ["fonts/*"],
9.114 - dest: 'dist/'
9.115 - }
9.116 - },
9.117 -
9.118 - qunit: {
9.119 - options: {
9.120 - inject: 'js/tests/unit/phantom.js'
9.121 - },
9.122 - files: ['js/tests/*.html']
9.123 - },
9.124 -
9.125 - connect: {
9.126 - server: {
9.127 - options: {
9.128 - port: 3000,
9.129 - base: '.'
9.130 - }
9.131 - }
9.132 - },
9.133 -
9.134 - jekyll: {
9.135 - docs: {}
9.136 - },
9.137 -
9.138 - validation: {
9.139 - options: {
9.140 - reset: true,
9.141 - relaxerror: [
9.142 - "Bad value X-UA-Compatible for attribute http-equiv on element meta.",
9.143 - "Element img is missing required attribute src."
9.144 - ]
9.145 - },
9.146 - files: {
9.147 - src: ["_gh_pages/**/*.html"]
9.148 - }
9.149 - },
9.150 -
9.151 - watch: {
9.152 - src: {
9.153 - files: '<%= jshint.src.src %>',
9.154 - tasks: ['jshint:src', 'qunit']
9.155 - },
9.156 - test: {
9.157 - files: '<%= jshint.test.src %>',
9.158 - tasks: ['jshint:test', 'qunit']
9.159 - },
9.160 - recess: {
9.161 - files: 'less/*.less',
9.162 - tasks: ['recess']
9.163 - }
9.164 - },
9.165 -
9.166 - sed: {
9.167 - versionNumber: {
9.168 - pattern: (function () {
9.169 - var old = grunt.option('oldver')
9.170 - return old ? RegExp.quote(old) : old
9.171 - })(),
9.172 - replacement: grunt.option('newver'),
9.173 - recursive: true
9.174 - }
9.175 - },
9.176 -
9.177 - 'saucelabs-qunit': {
9.178 - all: {
9.179 - options: {
9.180 - build: process.env.TRAVIS_JOB_ID,
9.181 - concurrency: 3,
9.182 - urls: ['http://127.0.0.1:3000/js/tests/index.html'],
9.183 - browsers: [
9.184 - // See https://saucelabs.com/docs/platforms/webdriver
9.185 - {
9.186 - browserName: 'safari',
9.187 - version: '6',
9.188 - platform: 'OS X 10.8'
9.189 - },
9.190 - {
9.191 - browserName: 'chrome',
9.192 - version: '28',
9.193 - platform: 'OS X 10.6'
9.194 - },
9.195 - /* FIXME: currently fails 1 tooltip test
9.196 - {
9.197 - browserName: 'firefox',
9.198 - version: '25',
9.199 - platform: 'OS X 10.6'
9.200 - },*/
9.201 - // Mac Opera not currently supported by Sauce Labs
9.202 - /* FIXME: currently fails 1 tooltip test
9.203 - {
9.204 - browserName: 'internet explorer',
9.205 - version: '11',
9.206 - platform: 'Windows 8.1'
9.207 - },*/
9.208 - /*
9.209 - {
9.210 - browserName: 'internet explorer',
9.211 - version: '10',
9.212 - platform: 'Windows 8'
9.213 - },
9.214 - {
9.215 - browserName: 'internet explorer',
9.216 - version: '9',
9.217 - platform: 'Windows 7'
9.218 - },
9.219 - {
9.220 - browserName: 'internet explorer',
9.221 - version: '8',
9.222 - platform: 'Windows 7'
9.223 - },
9.224 - {// unofficial
9.225 - browserName: 'internet explorer',
9.226 - version: '7',
9.227 - platform: 'Windows XP'
9.228 - },
9.229 - */
9.230 - {
9.231 - browserName: 'chrome',
9.232 - version: '31',
9.233 - platform: 'Windows 8.1'
9.234 - },
9.235 - {
9.236 - browserName: 'firefox',
9.237 - version: '25',
9.238 - platform: 'Windows 8.1'
9.239 - },
9.240 - // Win Opera 15+ not currently supported by Sauce Labs
9.241 - {
9.242 - browserName: 'iphone',
9.243 - version: '6.1',
9.244 - platform: 'OS X 10.8'
9.245 - },
9.246 - // iOS Chrome not currently supported by Sauce Labs
9.247 - // Linux (unofficial)
9.248 - {
9.249 - browserName: 'chrome',
9.250 - version: '30',
9.251 - platform: 'Linux'
9.252 - },
9.253 - {
9.254 - browserName: 'firefox',
9.255 - version: '25',
9.256 - platform: 'Linux'
9.257 - }
9.258 - // Android Chrome not currently supported by Sauce Labs
9.259 - /* Android Browser (super-unofficial)
9.260 - {
9.261 - browserName: 'android',
9.262 - version: '4.0',
9.263 - platform: 'Linux'
9.264 - }
9.265 - */
9.266 - ],
9.267 - }
9.268 - }
9.269 - }
9.270 - });
9.271 -
9.272 -
9.273 - // These plugins provide necessary tasks.
9.274 - grunt.loadNpmTasks('grunt-contrib-clean');
9.275 - grunt.loadNpmTasks('grunt-contrib-concat');
9.276 - grunt.loadNpmTasks('grunt-contrib-connect');
9.277 - grunt.loadNpmTasks('grunt-contrib-copy');
9.278 - grunt.loadNpmTasks('grunt-contrib-jshint');
9.279 - grunt.loadNpmTasks('grunt-contrib-qunit');
9.280 - grunt.loadNpmTasks('grunt-contrib-uglify');
9.281 - grunt.loadNpmTasks('grunt-contrib-watch');
9.282 - grunt.loadNpmTasks('grunt-html-validation');
9.283 - grunt.loadNpmTasks('grunt-jekyll');
9.284 - grunt.loadNpmTasks('grunt-recess');
9.285 - grunt.loadNpmTasks('grunt-saucelabs');
9.286 - grunt.loadNpmTasks('grunt-sed');
9.287 -
9.288 - // Docs HTML validation task
9.289 - grunt.registerTask('validate-html', ['jekyll', 'validation']);
9.290 -
9.291 - // Test task.
9.292 - var testSubtasks = ['dist-css', 'jshint', 'qunit', 'validate-html'];
9.293 - // Only run Sauce Labs tests if there's a Sauce access key
9.294 - if (typeof process.env.SAUCE_ACCESS_KEY !== 'undefined') {
9.295 - testSubtasks.push('connect');
9.296 - testSubtasks.push('saucelabs-qunit');
9.297 - }
9.298 - grunt.registerTask('test', testSubtasks);
9.299 -
9.300 - // JS distribution task.
9.301 - grunt.registerTask('dist-js', ['concat', 'uglify']);
9.302 -
9.303 - // CSS distribution task.
9.304 - grunt.registerTask('dist-css', ['recess']);
9.305 -
9.306 - // Fonts distribution task.
9.307 - grunt.registerTask('dist-fonts', ['copy']);
9.308 -
9.309 - // Full distribution task.
9.310 - grunt.registerTask('dist', ['clean', 'dist-css', 'dist-fonts', 'dist-js']);
9.311 -
9.312 - // Default task.
9.313 - grunt.registerTask('default', ['test', 'dist', 'build-customizer']);
9.314 -
9.315 - // Version numbering task.
9.316 - // grunt change-version-number --oldver=A.B.C --newver=X.Y.Z
9.317 - // This can be overzealous, so its changes should always be manually reviewed!
9.318 - grunt.registerTask('change-version-number', ['sed']);
9.319 -
9.320 - // task for building customizer
9.321 - grunt.registerTask('build-customizer', 'Add scripts/less files to customizer.', function () {
9.322 - var fs = require('fs')
9.323 -
9.324 - function getFiles(type) {
9.325 - var files = {}
9.326 - fs.readdirSync(type)
9.327 - .filter(function (path) {
9.328 - return type == 'fonts' ? true : new RegExp('\\.' + type + '$').test(path)
9.329 - })
9.330 - .forEach(function (path) {
9.331 - var fullPath = type + '/' + path
9.332 - return files[path] = (type == 'fonts' ? btoa(fs.readFileSync(fullPath)) : fs.readFileSync(fullPath, 'utf8'))
9.333 - })
9.334 - return 'var __' + type + ' = ' + JSON.stringify(files) + '\n'
9.335 - }
9.336 -
9.337 - var files = getFiles('js') + getFiles('less') + getFiles('fonts')
9.338 - fs.writeFileSync('docs-assets/js/raw-files.js', files)
9.339 - });
9.340 -};
10.1 --- a/bootstrap-source/bootstrap-3.0.3/LICENSE Sat Jan 18 12:34:36 2014 +0100
10.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
10.3 @@ -1,176 +0,0 @@
10.4 - Apache License
10.5 - Version 2.0, January 2004
10.6 - http://www.apache.org/licenses/
10.7 -
10.8 - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10.9 -
10.10 - 1. Definitions.
10.11 -
10.12 - "License" shall mean the terms and conditions for use, reproduction,
10.13 - and distribution as defined by Sections 1 through 9 of this document.
10.14 -
10.15 - "Licensor" shall mean the copyright owner or entity authorized by
10.16 - the copyright owner that is granting the License.
10.17 -
10.18 - "Legal Entity" shall mean the union of the acting entity and all
10.19 - other entities that control, are controlled by, or are under common
10.20 - control with that entity. For the purposes of this definition,
10.21 - "control" means (i) the power, direct or indirect, to cause the
10.22 - direction or management of such entity, whether by contract or
10.23 - otherwise, or (ii) ownership of fifty percent (50%) or more of the
10.24 - outstanding shares, or (iii) beneficial ownership of such entity.
10.25 -
10.26 - "You" (or "Your") shall mean an individual or Legal Entity
10.27 - exercising permissions granted by this License.
10.28 -
10.29 - "Source" form shall mean the preferred form for making modifications,
10.30 - including but not limited to software source code, documentation
10.31 - source, and configuration files.
10.32 -
10.33 - "Object" form shall mean any form resulting from mechanical
10.34 - transformation or translation of a Source form, including but
10.35 - not limited to compiled object code, generated documentation,
10.36 - and conversions to other media types.
10.37 -
10.38 - "Work" shall mean the work of authorship, whether in Source or
10.39 - Object form, made available under the License, as indicated by a
10.40 - copyright notice that is included in or attached to the work
10.41 - (an example is provided in the Appendix below).
10.42 -
10.43 - "Derivative Works" shall mean any work, whether in Source or Object
10.44 - form, that is based on (or derived from) the Work and for which the
10.45 - editorial revisions, annotations, elaborations, or other modifications
10.46 - represent, as a whole, an original work of authorship. For the purposes
10.47 - of this License, Derivative Works shall not include works that remain
10.48 - separable from, or merely link (or bind by name) to the interfaces of,
10.49 - the Work and Derivative Works thereof.
10.50 -
10.51 - "Contribution" shall mean any work of authorship, including
10.52 - the original version of the Work and any modifications or additions
10.53 - to that Work or Derivative Works thereof, that is intentionally
10.54 - submitted to Licensor for inclusion in the Work by the copyright owner
10.55 - or by an individual or Legal Entity authorized to submit on behalf of
10.56 - the copyright owner. For the purposes of this definition, "submitted"
10.57 - means any form of electronic, verbal, or written communication sent
10.58 - to the Licensor or its representatives, including but not limited to
10.59 - communication on electronic mailing lists, source code control systems,
10.60 - and issue tracking systems that are managed by, or on behalf of, the
10.61 - Licensor for the purpose of discussing and improving the Work, but
10.62 - excluding communication that is conspicuously marked or otherwise
10.63 - designated in writing by the copyright owner as "Not a Contribution."
10.64 -
10.65 - "Contributor" shall mean Licensor and any individual or Legal Entity
10.66 - on behalf of whom a Contribution has been received by Licensor and
10.67 - subsequently incorporated within the Work.
10.68 -
10.69 - 2. Grant of Copyright License. Subject to the terms and conditions of
10.70 - this License, each Contributor hereby grants to You a perpetual,
10.71 - worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10.72 - copyright license to reproduce, prepare Derivative Works of,
10.73 - publicly display, publicly perform, sublicense, and distribute the
10.74 - Work and such Derivative Works in Source or Object form.
10.75 -
10.76 - 3. Grant of Patent License. Subject to the terms and conditions of
10.77 - this License, each Contributor hereby grants to You a perpetual,
10.78 - worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10.79 - (except as stated in this section) patent license to make, have made,
10.80 - use, offer to sell, sell, import, and otherwise transfer the Work,
10.81 - where such license applies only to those patent claims licensable
10.82 - by such Contributor that are necessarily infringed by their
10.83 - Contribution(s) alone or by combination of their Contribution(s)
10.84 - with the Work to which such Contribution(s) was submitted. If You
10.85 - institute patent litigation against any entity (including a
10.86 - cross-claim or counterclaim in a lawsuit) alleging that the Work
10.87 - or a Contribution incorporated within the Work constitutes direct
10.88 - or contributory patent infringement, then any patent licenses
10.89 - granted to You under this License for that Work shall terminate
10.90 - as of the date such litigation is filed.
10.91 -
10.92 - 4. Redistribution. You may reproduce and distribute copies of the
10.93 - Work or Derivative Works thereof in any medium, with or without
10.94 - modifications, and in Source or Object form, provided that You
10.95 - meet the following conditions:
10.96 -
10.97 - (a) You must give any other recipients of the Work or
10.98 - Derivative Works a copy of this License; and
10.99 -
10.100 - (b) You must cause any modified files to carry prominent notices
10.101 - stating that You changed the files; and
10.102 -
10.103 - (c) You must retain, in the Source form of any Derivative Works
10.104 - that You distribute, all copyright, patent, trademark, and
10.105 - attribution notices from the Source form of the Work,
10.106 - excluding those notices that do not pertain to any part of
10.107 - the Derivative Works; and
10.108 -
10.109 - (d) If the Work includes a "NOTICE" text file as part of its
10.110 - distribution, then any Derivative Works that You distribute must
10.111 - include a readable copy of the attribution notices contained
10.112 - within such NOTICE file, excluding those notices that do not
10.113 - pertain to any part of the Derivative Works, in at least one
10.114 - of the following places: within a NOTICE text file distributed
10.115 - as part of the Derivative Works; within the Source form or
10.116 - documentation, if provided along with the Derivative Works; or,
10.117 - within a display generated by the Derivative Works, if and
10.118 - wherever such third-party notices normally appear. The contents
10.119 - of the NOTICE file are for informational purposes only and
10.120 - do not modify the License. You may add Your own attribution
10.121 - notices within Derivative Works that You distribute, alongside
10.122 - or as an addendum to the NOTICE text from the Work, provided
10.123 - that such additional attribution notices cannot be construed
10.124 - as modifying the License.
10.125 -
10.126 - You may add Your own copyright statement to Your modifications and
10.127 - may provide additional or different license terms and conditions
10.128 - for use, reproduction, or distribution of Your modifications, or
10.129 - for any such Derivative Works as a whole, provided Your use,
10.130 - reproduction, and distribution of the Work otherwise complies with
10.131 - the conditions stated in this License.
10.132 -
10.133 - 5. Submission of Contributions. Unless You explicitly state otherwise,
10.134 - any Contribution intentionally submitted for inclusion in the Work
10.135 - by You to the Licensor shall be under the terms and conditions of
10.136 - this License, without any additional terms or conditions.
10.137 - Notwithstanding the above, nothing herein shall supersede or modify
10.138 - the terms of any separate license agreement you may have executed
10.139 - with Licensor regarding such Contributions.
10.140 -
10.141 - 6. Trademarks. This License does not grant permission to use the trade
10.142 - names, trademarks, service marks, or product names of the Licensor,
10.143 - except as required for reasonable and customary use in describing the
10.144 - origin of the Work and reproducing the content of the NOTICE file.
10.145 -
10.146 - 7. Disclaimer of Warranty. Unless required by applicable law or
10.147 - agreed to in writing, Licensor provides the Work (and each
10.148 - Contributor provides its Contributions) on an "AS IS" BASIS,
10.149 - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
10.150 - implied, including, without limitation, any warranties or conditions
10.151 - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
10.152 - PARTICULAR PURPOSE. You are solely responsible for determining the
10.153 - appropriateness of using or redistributing the Work and assume any
10.154 - risks associated with Your exercise of permissions under this License.
10.155 -
10.156 - 8. Limitation of Liability. In no event and under no legal theory,
10.157 - whether in tort (including negligence), contract, or otherwise,
10.158 - unless required by applicable law (such as deliberate and grossly
10.159 - negligent acts) or agreed to in writing, shall any Contributor be
10.160 - liable to You for damages, including any direct, indirect, special,
10.161 - incidental, or consequential damages of any character arising as a
10.162 - result of this License or out of the use or inability to use the
10.163 - Work (including but not limited to damages for loss of goodwill,
10.164 - work stoppage, computer failure or malfunction, or any and all
10.165 - other commercial damages or losses), even if such Contributor
10.166 - has been advised of the possibility of such damages.
10.167 -
10.168 - 9. Accepting Warranty or Additional Liability. While redistributing
10.169 - the Work or Derivative Works thereof, You may choose to offer,
10.170 - and charge a fee for, acceptance of support, warranty, indemnity,
10.171 - or other liability obligations and/or rights consistent with this
10.172 - License. However, in accepting such obligations, You may act only
10.173 - on Your own behalf and on Your sole responsibility, not on behalf
10.174 - of any other Contributor, and only if You agree to indemnify,
10.175 - defend, and hold each Contributor harmless for any liability
10.176 - incurred by, or claims asserted against, such Contributor by reason
10.177 - of your accepting any such warranty or additional liability.
10.178 -
10.179 - END OF TERMS AND CONDITIONS
11.1 --- a/bootstrap-source/bootstrap-3.0.3/LICENSE-MIT Sat Jan 18 12:34:36 2014 +0100
11.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
11.3 @@ -1,21 +0,0 @@
11.4 -The MIT License (MIT)
11.5 -
11.6 -Copyright (c) 2013 Twitter, Inc
11.7 -
11.8 -Permission is hereby granted, free of charge, to any person obtaining a copy
11.9 -of this software and associated documentation files (the "Software"), to deal
11.10 -in the Software without restriction, including without limitation the rights
11.11 -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11.12 -copies of the Software, and to permit persons to whom the Software is
11.13 -furnished to do so, subject to the following conditions:
11.14 -
11.15 -The above copyright notice and this permission notice shall be included in
11.16 -all copies or substantial portions of the Software.
11.17 -
11.18 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11.19 -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11.20 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11.21 -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11.22 -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11.23 -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
11.24 -THE SOFTWARE.
12.1 --- a/bootstrap-source/bootstrap-3.0.3/README.md Sat Jan 18 12:34:36 2014 +0100
12.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
12.3 @@ -1,166 +0,0 @@
12.4 -# [Bootstrap](http://getbootstrap.com) [](http://travis-ci.org/twbs/bootstrap) [](https://david-dm.org/twbs/bootstrap#info=devDependencies)
12.5 -[](https://saucelabs.com/u/bootstrap)
12.6 -
12.7 -Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat).
12.8 -
12.9 -To get started, check out <http://getbootstrap.com>!
12.10 -
12.11 -
12.12 -
12.13 -## Quick start
12.14 -
12.15 -Three quick start options are available:
12.16 -
12.17 -* [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.0.3.zip).
12.18 -* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
12.19 -* Install with [Bower](http://bower.io): `bower install bootstrap`.
12.20 -
12.21 -Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.
12.22 -
12.23 -### What's included
12.24 -
12.25 -Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
12.26 -
12.27 -```
12.28 -bootstrap/
12.29 -├── css/
12.30 -│ ├── bootstrap.css
12.31 -│ ├── bootstrap.min.css
12.32 -│ ├── bootstrap-theme.css
12.33 -│ └── bootstrap-theme.min.css
12.34 -├── js/
12.35 -│ ├── bootstrap.js
12.36 -│ └── bootstrap.min.js
12.37 -└── fonts/
12.38 - ├── glyphicons-halflings-regular.eot
12.39 - ├── glyphicons-halflings-regular.svg
12.40 - ├── glyphicons-halflings-regular.ttf
12.41 - └── glyphicons-halflings-regular.woff
12.42 -```
12.43 -
12.44 -We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). Fonts from Glyphicons are included, as is the optional Bootstrap theme.
12.45 -
12.46 -
12.47 -
12.48 -## Bugs and feature requests
12.49 -
12.50 -Have a bug or a feature request? [Please open a new issue](https://github.com/twbs/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/).
12.51 -
12.52 -You may use [this JS Bin](http://jsbin.com/aKiCIDO/1/edit) as a template for your bug reports.
12.53 -
12.54 -
12.55 -
12.56 -## Documentation
12.57 -
12.58 -Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at <http://getbootstrap.com>. The docs may also be run locally.
12.59 -
12.60 -### Running documentation locally
12.61 -
12.62 -1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v1.x).
12.63 -2. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
12.64 - - **Windows users:** run `chcp 65001` first to change the command prompt's character encoding ([code page](http://en.wikipedia.org/wiki/Windows_code_page)) to UTF-8 so Jekyll runs without errors.
12.65 -3. Open <http://localhost:9001> in your browser, and voilà .
12.66 -
12.67 -Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).
12.68 -
12.69 -### Documentation for previous releases
12.70 -
12.71 -Documentation for v2.3.2 has been made available for the time being at <http://getbootstrap.com/2.3.2/> while folks transition to Bootstrap 3.
12.72 -
12.73 -[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.
12.74 -
12.75 -
12.76 -
12.77 -## Compiling CSS and JavaScript
12.78 -
12.79 -Bootstrap uses [Grunt](http://gruntjs.com/) with convenient methods for working with the framework. It's how we compile our code, run tests, and more. To use it, install the required dependencies as directed and then run some Grunt commands.
12.80 -
12.81 -### Install Grunt
12.82 -
12.83 -From the command line:
12.84 -
12.85 -1. Install `grunt-cli` globally with `npm install -g grunt-cli`.
12.86 -2. Navigate to the root `/bootstrap` directory, then run `npm install`. npm will look at [package.json](package.json) and automatically install the necessary local dependencies listed there.
12.87 -
12.88 -When completed, you'll be able to run the various Grunt commands provided from the command line.
12.89 -
12.90 -**Unfamiliar with `npm`? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding.
12.91 -
12.92 -### Available Grunt commands
12.93 -
12.94 -#### Build - `grunt`
12.95 -Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
12.96 -
12.97 -#### Only compile CSS and JavaScript - `grunt dist`
12.98 -`grunt dist` creates the `/dist` directory with compiled files. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
12.99 -
12.100 -#### Tests - `grunt test`
12.101 -Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI).
12.102 -
12.103 -#### Watch - `grunt watch`
12.104 -This is a convenience method for watching just Less files and automatically building them whenever you save.
12.105 -
12.106 -### Troubleshooting dependencies
12.107 -
12.108 -Should you encounter problems with installing dependencies or running Grunt commands, uninstall all previous dependency versions (global and local). Then, rerun `npm install`.
12.109 -
12.110 -
12.111 -
12.112 -## Contributing
12.113 -
12.114 -Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
12.115 -
12.116 -More over, 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](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo).
12.117 -
12.118 -Editor preferences are available in the [editor config](.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.
12.119 -
12.120 -With v3.1, we're moving from the Apache 2 to the MIT license for the Bootstrap code (not the docs). Please see the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) for more information.
12.121 -
12.122 -
12.123 -## Community
12.124 -
12.125 -Keep track of development and community news.
12.126 -
12.127 -* Follow [@twbootstrap on Twitter](http://twitter.com/twbootstrap).
12.128 -* Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
12.129 -* Have a question that's not a feature request or bug report? [Ask on the mailing list.](http://groups.google.com/group/twitter-bootstrap)
12.130 -* Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##twitter-bootstrap` channel.
12.131 -
12.132 -
12.133 -
12.134 -
12.135 -## Versioning
12.136 -
12.137 -For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
12.138 -
12.139 -Releases will be numbered with the following format:
12.140 -
12.141 -`<major>.<minor>.<patch>`
12.142 -
12.143 -And constructed with the following guidelines:
12.144 -
12.145 -* Breaking backward compatibility bumps the major (and resets the minor and patch)
12.146 -* New additions without breaking backward compatibility bumps the minor (and resets the patch)
12.147 -* Bug fixes and misc changes bumps the patch
12.148 -
12.149 -For more information on SemVer, please visit <http://semver.org/>.
12.150 -
12.151 -
12.152 -
12.153 -## Authors
12.154 -
12.155 -**Mark Otto**
12.156 -
12.157 -+ <http://twitter.com/mdo>
12.158 -+ <http://github.com/mdo>
12.159 -
12.160 -**Jacob Thornton**
12.161 -
12.162 -+ <http://twitter.com/fat>
12.163 -+ <http://github.com/fat>
12.164 -
12.165 -
12.166 -
12.167 -## Copyright and license
12.168 -
12.169 -Copyright 2013 Twitter, Inc under [the Apache 2.0 license](LICENSE).
13.1 --- a/bootstrap-source/bootstrap-3.0.3/_config.yml Sat Jan 18 12:34:36 2014 +0100
13.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
13.3 @@ -1,25 +0,0 @@
13.4 -# Dependencies
13.5 -markdown: rdiscount
13.6 -pygments: true
13.7 -
13.8 -# Permalinks
13.9 -permalink: pretty
13.10 -
13.11 -# Server
13.12 -destination: ./_gh_pages
13.13 -exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"]
13.14 -port: 9001
13.15 -
13.16 -# Custom vars
13.17 -current_version: 3.0.3
13.18 -repo: https://github.com/twbs/bootstrap
13.19 -
13.20 -download_source: https://github.com/twbs/bootstrap/archive/v3.0.3.zip
13.21 -download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.3/bootstrap-3.0.3-dist.zip
13.22 -
13.23 -blog: http://blog.getbootstrap.com
13.24 -expo: http://expo.getbootstrap.com
13.25 -
13.26 -cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css
13.27 -cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css
13.28 -cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js
14.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/ads.html Sat Jan 18 12:34:36 2014 +0100
14.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
14.3 @@ -1,1 +0,0 @@
14.4 -<div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script>var z = document.createElement("script"); z.async = true; z.src = "http://engine.carbonads.com/z/32341/azcarbon_2_1_0_HORIZ"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
15.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/footer.html Sat Jan 18 12:34:36 2014 +0100
15.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
15.3 @@ -1,48 +0,0 @@
15.4 -<!-- Bootstrap core JavaScript
15.5 -================================================== -->
15.6 -<!-- Placed at the end of the document so the pages load faster -->
15.7 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
15.8 -<script src="{{ page.base_url }}dist/js/bootstrap.js"></script>
15.9 -
15.10 -<script src="{{ page.base_url }}docs-assets/js/holder.js"></script>
15.11 -
15.12 -<script src="{{ page.base_url }}docs-assets/js/application.js"></script>
15.13 -
15.14 -{% if page.slug == "customize" %}
15.15 -<script src="{{ page.base_url }}docs-assets/js/less.js"></script>
15.16 -<script src="{{ page.base_url }}docs-assets/js/jszip.js"></script>
15.17 -<script src="{{ page.base_url }}docs-assets/js/uglify.js"></script>
15.18 -<script src="{{ page.base_url }}docs-assets/js/filesaver.js"></script>
15.19 -<script src="{{ page.base_url }}docs-assets/js/raw-files.js"></script>
15.20 -<script src="{{ page.base_url }}docs-assets/js/customizer.js"></script>
15.21 -{% endif %}
15.22 -
15.23 -{% comment %}
15.24 - Inject Twitter widgets asynchronously. Snippet snipped from Twitter's
15.25 - JS interface site: https://dev.twitter.com/docs/tfw-javascript
15.26 -
15.27 - * "js.async=1;" added to add async attribute to the generated script tag.
15.28 -{% endcomment %}
15.29 -<script>
15.30 - window.twttr = (function (d,s,id) {
15.31 - var t, js, fjs = d.getElementsByTagName(s)[0];
15.32 - if (d.getElementById(id)) return; js=d.createElement(s); js.id=id; js.async=1;
15.33 - js.src="https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs);
15.34 - return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } });
15.35 - }(document, "script", "twitter-wjs"));
15.36 -</script>
15.37 -
15.38 -<!-- Analytics
15.39 -================================================== -->
15.40 -<script>
15.41 - var _gauges = _gauges || [];
15.42 - (function() {
15.43 - var t = document.createElement('script');
15.44 - t.async = true;
15.45 - t.id = 'gauges-tracker';
15.46 - t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
15.47 - t.src = '//secure.gaug.es/track.js';
15.48 - var s = document.getElementsByTagName('script')[0];
15.49 - s.parentNode.insertBefore(t, s);
15.50 - })();
15.51 -</script>
16.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/header.html Sat Jan 18 12:34:36 2014 +0100
16.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
16.3 @@ -1,42 +0,0 @@
16.4 -<meta charset="utf-8">
16.5 -<meta http-equiv="X-UA-Compatible" content="IE=edge">
16.6 -<meta name="viewport" content="width=device-width, initial-scale=1.0">
16.7 -<meta name="description" content="">
16.8 -<meta name="author" content="">
16.9 -
16.10 -<title>
16.11 - {% if page.title == "Bootstrap" %}
16.12 - {{ page.title }}
16.13 - {% else %}
16.14 - {{ page.title }} · Bootstrap
16.15 - {% endif %}
16.16 -</title>
16.17 -
16.18 -<!-- Bootstrap core CSS -->
16.19 -<link href="{{ page.base_url }}dist/css/bootstrap.min.css" rel="stylesheet">
16.20 -
16.21 -<!-- Documentation extras -->
16.22 -<link href="{{ page.base_url }}docs-assets/css/docs.css" rel="stylesheet">
16.23 -<link href="{{ page.base_url }}docs-assets/css/pygments-manni.css" rel="stylesheet">
16.24 -<!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
16.25 -
16.26 -<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
16.27 -<!--[if lt IE 9]>
16.28 - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
16.29 - <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
16.30 -<![endif]-->
16.31 -
16.32 -<!-- Favicons -->
16.33 -<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ page.base_url }}docs-assets/ico/apple-touch-icon-144-precomposed.png">
16.34 - <link rel="shortcut icon" href="{{ page.base_url }}docs-assets/ico/favicon.png">
16.35 -
16.36 -<script>
16.37 - var _gaq = _gaq || [];
16.38 - _gaq.push(['_setAccount', 'UA-146052-10']);
16.39 - _gaq.push(['_trackPageview']);
16.40 - (function() {
16.41 - var ga = document.createElement('script'); ga.async = true;
16.42 - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
16.43 - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
16.44 - })();
16.45 -</script>
17.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-about.html Sat Jan 18 12:34:36 2014 +0100
17.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
17.3 @@ -1,12 +0,0 @@
17.4 -<li>
17.5 - <a href="#history">History</a>
17.6 -</li>
17.7 -<li>
17.8 - <a href="#team">Core team</a>
17.9 -</li>
17.10 -<li>
17.11 - <a href="#community">Community</a>
17.12 -</li>
17.13 -<li>
17.14 - <a href="#translations">Translations</a>
17.15 -</li>
18.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-components.html Sat Jan 18 12:34:36 2014 +0100
18.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
18.3 @@ -1,137 +0,0 @@
18.4 -<li>
18.5 - <a href="#glyphicons">Glyphicons</a>
18.6 - <ul class="nav">
18.7 - <li><a href="#glyphicons-glyphs">Available glyphs</a></li>
18.8 - <li><a href="#glyphicons-how-to-use">How to use</a></li>
18.9 - <li><a href="#glyphicons-examples">Examples</a></li>
18.10 - </ul>
18.11 -</li>
18.12 -<li>
18.13 - <a href="#dropdowns">Dropdowns</a>
18.14 - <ul class="nav">
18.15 - <li><a href="#dropdowns-example">Example</a></li>
18.16 - <li><a href="#dropdowns-alignment">Alignment options</a></li>
18.17 - <li><a href="#dropdowns-headers">Headers</a></li>
18.18 - <li><a href="#dropdowns-disabled">Disabled menu items</a></li>
18.19 - </ul>
18.20 -</li>
18.21 -<li>
18.22 - <a href="#btn-groups">Button groups</a>
18.23 - <ul class="nav">
18.24 - <li><a href="#btn-groups-single">Basic example</a></li>
18.25 - <li><a href="#btn-groups-toolbar">Button toolbar</a></li>
18.26 - <li><a href="#btn-groups-sizing">Sizing</a></li>
18.27 - <li><a href="#btn-groups-nested">Nesting</a></li>
18.28 - <li><a href="#btn-groups-vertical">Vertical variation</a></li>
18.29 - <li><a href="#btn-groups-justified">Justified link variation</a></li>
18.30 - </ul>
18.31 -</li>
18.32 -<li>
18.33 - <a href="#btn-dropdowns">Button dropdowns</a>
18.34 - <ul class="nav">
18.35 - <li><a href="#btn-dropdowns-single">Single button dropdowns</a></li>
18.36 - <li><a href="#btn-dropdowns-split">Split button dropdowns</a></li>
18.37 - <li><a href="#btn-dropdowns-sizing">Sizing</a></li>
18.38 - <li><a href="#btn-dropdowns-dropup">Dropup variation</a></li>
18.39 - </ul>
18.40 -</li>
18.41 -<li>
18.42 - <a href="#input-groups">Input groups</a>
18.43 - <ul class="nav">
18.44 - <li><a href="#input-groups-basic">Basic example</a></li>
18.45 - <li><a href="#input-groups-sizing">Sizing</a></li>
18.46 - <li><a href="#input-groups-checkboxes-radios">Checkbox and radios addons</a></li>
18.47 - <li><a href="#input-groups-buttons">Button addons</a></li>
18.48 - <li><a href="#input-groups-buttons-dropdowns">Buttons with dropdowns</a></li>
18.49 - <li><a href="#input-groups-buttons-segmented">Segmented buttons</a></li>
18.50 - </ul>
18.51 -</li>
18.52 -<li>
18.53 - <a href="#nav">Navs</a>
18.54 - <ul class="nav">
18.55 - <li><a href="#nav-tabs">Tabs</a></li>
18.56 - <li><a href="#nav-pills">Pills</a></li>
18.57 - <li><a href="#nav-justified">Justified nav</a></li>
18.58 - <li><a href="#nav-disabled-links">Disabled links</a></li>
18.59 - <li><a href="#nav-dropdowns">Using dropdowns</a></li>
18.60 - </ul>
18.61 -</li>
18.62 -<li>
18.63 - <a href="#navbar">Navbar</a>
18.64 - <ul class="nav">
18.65 - <li><a href="#navbar-default">Default navbar</a></li>
18.66 - <li><a href="#navbar-forms">Forms</a></li>
18.67 - <li><a href="#navbar-buttons">Buttons</a></li>
18.68 - <li><a href="#navbar-text">Text</a></li>
18.69 - <li><a href="#navbar-links">Non-nav links</a></li>
18.70 - <li><a href="#navbar-component-alignment">Component alignment</a></li>
18.71 - <li><a href="#navbar-fixed-top">Fixed to top</a></li>
18.72 - <li><a href="#navbar-fixed-bottom">Fixed to bottom</a></li>
18.73 - <li><a href="#navbar-static-top">Static top</a></li>
18.74 - <li><a href="#navbar-inverted">Inverted navbar</a></li>
18.75 - </ul>
18.76 -</li>
18.77 -<li><a href="#breadcrumbs">Breadcrumbs</a></li>
18.78 -<li>
18.79 - <a href="#pagination">Pagination</a>
18.80 - <ul class="nav">
18.81 - <li><a href="#pagination-default">Default pagination</a></li>
18.82 - <li><a href="#pagination-pager">Pager</a></li>
18.83 - </ul>
18.84 -</li>
18.85 -<li><a href="#labels">Labels</a></li>
18.86 -<li><a href="#badges">Badges</a></li>
18.87 -<li><a href="#jumbotron">Jumbotron</a></li>
18.88 -<li><a href="#page-header">Page header</a></li>
18.89 -<li>
18.90 - <a href="#thumbnails">Thumbnails</a>
18.91 - <ul class="nav">
18.92 - <li><a href="#thumbnails-default">Default example</a></li>
18.93 - <li><a href="#thumbnails-custom-content">Custom content</a></li>
18.94 - </ul>
18.95 -</li>
18.96 -<li>
18.97 - <a href="#alerts">Alerts</a>
18.98 - <ul class="nav">
18.99 - <li><a href="#alerts-examples">Examples</a></li>
18.100 - <li><a href="#alerts-dismissable">Dismissable alerts</a></li>
18.101 - <li><a href="#alerts-links">Links in alerts</a></li>
18.102 - </ul>
18.103 -</li>
18.104 -<li>
18.105 - <a href="#progress">Progress bars</a>
18.106 - <ul class="nav">
18.107 - <li><a href="#progress-basic">Basic example</a></li>
18.108 - <li><a href="#progress-alternatives">Contextual alternatives</a></li>
18.109 - <li><a href="#progress-striped">Striped</a></li>
18.110 - <li><a href="#progress-animated">Animated</a></li>
18.111 - <li><a href="#progress-stacked">Stacked</a></li>
18.112 - </ul>
18.113 -</li>
18.114 -<li>
18.115 - <a href="#media">Media object</a>
18.116 - <ul class="nav">
18.117 - <li><a href="#media-default">Default media</a></li>
18.118 - <li><a href="#media-list">Media list</a></li>
18.119 - </ul>
18.120 -</li>
18.121 -<li>
18.122 - <a href="#list-group">List group</a>
18.123 - <ul class="nav">
18.124 - <li><a href="#list-group-basic">Basic example</a></li>
18.125 - <li><a href="#list-group-badges">Badges</a></li>
18.126 - <li><a href="#list-group-linked">Linked items</a></li>
18.127 - <li><a href="#list-group-custom-content">Custom content</a></li>
18.128 - </ul>
18.129 -</li>
18.130 -<li>
18.131 - <a href="#panels">Panels</a>
18.132 - <ul class="nav">
18.133 - <li><a href="#panels-basic">Basic example</a></li>
18.134 - <li><a href="#panels-heading">Panel with heading</a></li>
18.135 - <li><a href="#panels-alternatives">Contextual alternatives</a></li>
18.136 - <li><a href="#panels-tables">With tables</a>
18.137 - <li><a href="#panels-list-group">With list groups</a>
18.138 - </ul>
18.139 -</li>
18.140 -<li><a href="#wells">Wells</a></li>
19.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-css.html Sat Jan 18 12:34:36 2014 +0100
19.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
19.3 @@ -1,99 +0,0 @@
19.4 -<li>
19.5 - <a href="#overview">Overview</a>
19.6 - <ul class="nav">
19.7 - <li><a href="#overview-doctype">HTML5 doctype</a></li>
19.8 - <li><a href="#overview-mobile">Mobile first</a></li>
19.9 - <li><a href="#overview-responsive-images">Responsive images</a></li>
19.10 - <li><a href="#overview-type-links">Typography and links</a></li>
19.11 - <li><a href="#overview-normalize">Normalize</a></li>
19.12 - <li><a href="#overview-container">Containers</a></li>
19.13 - </ul>
19.14 -</li>
19.15 -<li>
19.16 - <a href="#grid">Grid system</a>
19.17 - <ul class="nav">
19.18 - <li><a href="#grid-intro">Introduction</a></li>
19.19 - <li><a href="#grid-media-queries">Media queries</a></li>
19.20 - <li><a href="#grid-options">Grid options</a></li>
19.21 - <li><a href="#grid-example-basic">Ex: Stacked-to-horizonal</a></li>
19.22 - <li><a href="#grid-example-mixed">Ex: Mobile and desktops</a></li>
19.23 - <li><a href="#grid-example-mixed-complete">Ex: Mobile, tablet, desktops</a></li>
19.24 - <li><a href="#grid-responsive-resets">Responsive column resets</a></li>
19.25 - <li><a href="#grid-offsetting">Offsetting columns</a></li>
19.26 - <li><a href="#grid-nesting">Nesting columns</a></li>
19.27 - <li><a href="#grid-column-ordering">Column ordering</a></li>
19.28 - <li><a href="#grid-less">LESS mixins and variables</a></li>
19.29 - </ul>
19.30 -</li>
19.31 -<li>
19.32 - <a href="#type">Typography</a>
19.33 - <ul class="nav">
19.34 - <li><a href="#type-headings">Headings</a></li>
19.35 - <li><a href="#type-body-copy">Body copy</a></li>
19.36 - <li><a href="#type-emphasis">Emphasis</a></li>
19.37 - <li><a href="#type-abbreviations">Abbreviations</a></li>
19.38 - <li><a href="#type-addresses">Addresses</a></li>
19.39 - <li><a href="#type-blockquotes">Blockquotes</a></li>
19.40 - <li><a href="#type-lists">Lists</a></li>
19.41 - </ul>
19.42 -</li>
19.43 -<li><a href="#code">Code</a></li>
19.44 -<li>
19.45 - <a href="#tables">Tables</a>
19.46 - <ul class="nav">
19.47 - <li><a href="#tables-example">Basic example</a></li>
19.48 - <li><a href="#tables-striped">Striped rows</a></li>
19.49 - <li><a href="#tables-bordered">Bordered table</a></li>
19.50 - <li><a href="#tables-hover-rows">Hover rows</a></li>
19.51 - <li><a href="#tables-condensed">Condensed table</a></li>
19.52 - <li><a href="#tables-contextual-classes">Contextual classes</a></li>
19.53 - <li><a href="#tables-responsive">Responsive tables</a></li>
19.54 - </ul>
19.55 -</li>
19.56 -<li>
19.57 - <a href="#forms">Forms</a>
19.58 - <ul class="nav">
19.59 - <li><a href="#forms-example">Basic example</a></li>
19.60 - <li><a href="#forms-inline">Inline form</a></li>
19.61 - <li><a href="#forms-horizontal">Horizontal form</a></li>
19.62 - <li><a href="#forms-controls">Supported controls</a></li>
19.63 - <li><a href="#forms-controls-static">Static control</a></li>
19.64 - <li><a href="#forms-control-states">Control states</a></li>
19.65 - <li><a href="#forms-control-sizes">Control sizing</a></li>
19.66 - <li><a href="#forms-help-text">Help text</a></li>
19.67 - </ul>
19.68 -</li>
19.69 -<li>
19.70 - <a href="#buttons">Buttons</a>
19.71 - <ul class="nav">
19.72 - <li><a href="#buttons-options">Options</a></li>
19.73 - <li><a href="#buttons-sizes">Sizes</a></li>
19.74 - <li><a href="#buttons-active">Active state</a></li>
19.75 - <li><a href="#buttons-disabled">Disabled state</a></li>
19.76 - <li><a href="#buttons-tags">Button tags</a></li>
19.77 - </ul>
19.78 -</li>
19.79 -<li>
19.80 - <a href="#images">Images</a>
19.81 -</li>
19.82 -<li>
19.83 - <a href="#helper-classes">Helper classes</a>
19.84 - <ul class="nav">
19.85 - <li><a href="#helper-classes-close">Close icon</a></li>
19.86 - <li><a href="#helper-classes-carets">Carets</a></li>
19.87 - <li><a href="#helper-classes-floats">Quick floats</a></li>
19.88 - <li><a href="#helper-classes-center">Center content blocks</a></li>
19.89 - <li><a href="#helper-classes-clearfix">Clearfix</a></li>
19.90 - <li><a href="#helper-classes-show-hide">Showing and hiding content</a></li>
19.91 - <li><a href="#helper-classes-screen-readers">Screen reader content</a></li>
19.92 - <li><a href="#helper-classes-image-replacement">Image replacement</a></li>
19.93 - </ul>
19.94 -</li>
19.95 -<li>
19.96 - <a href="#responsive-utilities">Responsive utilities</a>
19.97 - <ul class="nav">
19.98 - <li><a href="#responsive-utilities-classes">Available classes</a></li>
19.99 - <li><a href="#responsive-utilities-print">Print classes</a></li>
19.100 - <li><a href="#responsive-utilities-tests">Test cases</a></li>
19.101 - </ul>
19.102 -</li>
20.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-customize.html Sat Jan 18 12:34:36 2014 +0100
20.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
20.3 @@ -1,40 +0,0 @@
20.4 -<li>
20.5 - <a href="#less">LESS components</a>
20.6 -</li>
20.7 -<li>
20.8 - <a href="#plugins">jQuery plugins</a>
20.9 -</li>
20.10 -<li>
20.11 - <a href="#less-variables">LESS variables</a>
20.12 - <ul class="nav">
20.13 - <li><a href="#variables-basics">Basics</a></li>
20.14 - <li><a href="#variables-buttons">Buttons</a></li>
20.15 - <li><a href="#variables-form-states">Form states</a></li>
20.16 - <li><a href="#variables-alerts">Alerts</a></li>
20.17 - <li><a href="#variables-navbar">Navbar</a></li>
20.18 - <li><a href="#variables-nav">Nav</a></li>
20.19 - <li><a href="#variables-tables">Tables</a></li>
20.20 - <li><a href="#variables-forms">Forms</a></li>
20.21 - <li><a href="#variables-dropdowns">Dropdowns</a></li>
20.22 - <li><a href="#variables-panels-wells">Panels and wells</a></li>
20.23 - <li><a href="#variables-accordion">Accordion</a></li>
20.24 - <li><a href="#variables-badges">Badges</a></li>
20.25 - <li><a href="#variables-breadcrumbs">Breadcrumbs</a></li>
20.26 - <li><a href="#variables-jumbotron">Jumbotron</a></li>
20.27 - <li><a href="#variables-modals">Modals</a></li>
20.28 - <li><a href="#variables-carousel">Carousel</a></li>
20.29 - <li><a href="#variables-list-group">List group</a></li>
20.30 - <li><a href="#variables-thumbnails">Thumbnails</a></li>
20.31 - <li><a href="#variables-progress">Progress bars</a></li>
20.32 - <li><a href="#variables-pagination">Pagination</a></li>
20.33 - <li><a href="#variables-pager">Pager</a></li>
20.34 - <li><a href="#variables-labels">Labels</a></li>
20.35 - <li><a href="#variables-tooltips-popovers">Tooltips and popovers</a></li>
20.36 - <li><a href="#variables-close">Close button</a></li>
20.37 - <li><a href="#variables-type">Type</a></li>
20.38 - <li><a href="#variables-other">Other</a></li>
20.39 - </ul>
20.40 -</li>
20.41 -<li>
20.42 - <a href="#download">Download</a>
20.43 -</li>
21.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-getting-started.html Sat Jan 18 12:34:36 2014 +0100
21.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
21.3 @@ -1,48 +0,0 @@
21.4 -<li>
21.5 - <a href="#download">Download Bootstrap</a>
21.6 - <ul class="nav">
21.7 - <li><a href="#download-compiled">Compiled CSS, JS, and fonts</a></li>
21.8 - <li><a href="#download-additional">Additional downloads</a></li>
21.9 - <li><a href="#download-cdn">Bootstrap CDN</a></li>
21.10 - </ul>
21.11 -</li>
21.12 -<li>
21.13 - <a href="#whats-included">What's included</a>
21.14 - <ul class="nav">
21.15 - <li><a href="#whats-included-precompiled">Precompiled</a></li>
21.16 - <li><a href="#whats-included-source">Source code</a></li>
21.17 - </ul>
21.18 -</li>
21.19 -<li>
21.20 - <a href="#template">Basic template</a>
21.21 -</li>
21.22 -<li>
21.23 - <a href="#examples">Examples</a>
21.24 -</li>
21.25 -<li>
21.26 - <a href="#disable-responsive">Disabling responsiveness</a>
21.27 -</li>
21.28 -<li>
21.29 - <a href="#migration">Migrating from 2.x to 3.0</a>
21.30 - <ul class="nav">
21.31 - <li><a href="#migration-classes">Major class changes</a></li>
21.32 - <li><a href="#migration-new">What's new</a></li>
21.33 - <li><a href="#migration-dropped">What's removed</a></li>
21.34 - <li><a href="#migration-notes">Additional notes</a></li>
21.35 - </ul>
21.36 -</li>
21.37 -<li>
21.38 - <a href="#browsers">Browser support</a>
21.39 -</li>
21.40 -<li>
21.41 - <a href="#third-parties">Third party support</a>
21.42 -</li>
21.43 -<li>
21.44 - <a href="#accessibility">Accessibility</a>
21.45 -</li>
21.46 -<li>
21.47 - <a href="#license-faqs">License FAQs</a>
21.48 -</li>
21.49 -<li>
21.50 - <a href="#customizing">Customizing Bootstrap</a>
21.51 -</li>
22.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-javascript.html Sat Jan 18 12:34:36 2014 +0100
22.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
22.3 @@ -1,88 +0,0 @@
22.4 -<li>
22.5 - <a href="#js-overview">Overview</a>
22.6 - <ul class="nav">
22.7 - <li><a href="#js-individual-compiled">Individual or compiled</a></li>
22.8 - <li><a href="#js-data-attrs">Data attributes</a></li>
22.9 - <li><a href="#js-programmatic-api">Programmatic API</a></li>
22.10 - <li><a href="#js-noconflict">No conflict</a></li>
22.11 - <li><a href="#js-events">Events</a></li>
22.12 - </ul>
22.13 -</li>
22.14 -<li><a href="#transitions">Transitions</a></li>
22.15 -<li>
22.16 - <a href="#modals">Modal</a>
22.17 - <ul class="nav">
22.18 - <li><a href="#modals-examples">Examples</a></li>
22.19 - <li><a href="#modals-usage">Usage</a></li>
22.20 - </ul>
22.21 -</li>
22.22 -<li>
22.23 - <a href="#dropdowns">Dropdown</a>
22.24 - <ul class="nav">
22.25 - <li><a href="#dropdowns-examples">Examples</a></li>
22.26 - <li><a href="#dropdowns-usage">Usage</a></li>
22.27 - </ul>
22.28 -</li>
22.29 -<li>
22.30 - <a href="#scrollspy">Scrollspy</a>
22.31 - <ul class="nav">
22.32 - <li><a href="#scrollspy-examples">Examples</a></li>
22.33 - <li><a href="#scrollspy-usage">Usage</a></li>
22.34 - </ul>
22.35 -</li>
22.36 -<li>
22.37 - <a href="#tabs">Tab</a>
22.38 - <ul class="nav">
22.39 - <li><a href="#tabs-examples">Examples</a></li>
22.40 - <li><a href="#tabs-usage">Usage</a></li>
22.41 - </ul>
22.42 -</li>
22.43 -<li>
22.44 - <a href="#tooltips">Tooltip</a>
22.45 - <ul class="nav">
22.46 - <li><a href="#tooltips-examples">Examples</a></li>
22.47 - <li><a href="#tooltips-usage">Usage</a></li>
22.48 - </ul>
22.49 -</li>
22.50 -<li>
22.51 - <a href="#popovers">Popover</a>
22.52 - <ul class="nav">
22.53 - <li><a href="#popovers-examples">Examples</a></li>
22.54 - <li><a href="#popovers-usage">Usage</a></li>
22.55 - </ul>
22.56 -</li>
22.57 -<li>
22.58 - <a href="#alerts">Alert</a>
22.59 - <ul class="nav">
22.60 - <li><a href="#alerts-examples">Examples</a></li>
22.61 - <li><a href="#alerts-usage">Usage</a></li>
22.62 - </ul>
22.63 -</li>
22.64 -<li>
22.65 - <a href="#buttons">Button</a>
22.66 - <ul class="nav">
22.67 - <li><a href="#buttons-examples">Examples</a></li>
22.68 - <li><a href="#buttons-usage">Usage</a></li>
22.69 - </ul>
22.70 -</li>
22.71 -<li>
22.72 - <a href="#collapse">Collapse</a>
22.73 - <ul class="nav">
22.74 - <li><a href="#collapse-examples">Examples</a></li>
22.75 - <li><a href="#collapse-usage">Usage</a></li>
22.76 - </ul>
22.77 -</li>
22.78 -<li>
22.79 - <a href="#carousel">Carousel</a>
22.80 - <ul class="nav">
22.81 - <li><a href="#carousel-examples">Examples</a></li>
22.82 - <li><a href="#carousel-usage">Usage</a></li>
22.83 - </ul>
22.84 -</li>
22.85 -<li>
22.86 - <a href="#affix">Affix</a>
22.87 - <ul class="nav">
22.88 - <li><a href="#affix-examples">Examples</a></li>
22.89 - <li><a href="#affix-usage">Usage</a></li>
22.90 - </ul>
22.91 -</li>
23.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-main.html Sat Jan 18 12:34:36 2014 +0100
23.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
23.3 @@ -1,37 +0,0 @@
23.4 -<header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav" role="banner">
23.5 - <div class="container">
23.6 - <div class="navbar-header">
23.7 - <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
23.8 - <span class="sr-only">Toggle navigation</span>
23.9 - <span class="icon-bar"></span>
23.10 - <span class="icon-bar"></span>
23.11 - <span class="icon-bar"></span>
23.12 - </button>
23.13 - <a href="{{ page.base_url }}" class="navbar-brand">Bootstrap</a>
23.14 - </div>
23.15 - <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
23.16 - <ul class="nav navbar-nav">
23.17 - <li{% if page.slug == "getting-started" %} class="active"{% endif %}>
23.18 - <a href="{{ page.base_url }}getting-started">Getting started</a>
23.19 - </li>
23.20 - <li{% if page.slug == "css" %} class="active"{% endif %}>
23.21 - <a href="{{ page.base_url }}css">CSS</a>
23.22 - </li>
23.23 - <li{% if page.slug == "components" %} class="active"{% endif %}>
23.24 - <a href="{{ page.base_url }}components">Components</a>
23.25 - </li>
23.26 - <li{% if page.slug == "js" %} class="active"{% endif %}>
23.27 - <a href="{{ page.base_url }}javascript">JavaScript</a>
23.28 - </li>
23.29 - <li{% if page.slug == "customize" %} class="active"{% endif %}>
23.30 - <a href="{{ page.base_url }}customize">Customize</a>
23.31 - </li>
23.32 - </ul>
23.33 - <ul class="nav navbar-nav navbar-right">
23.34 - <li{% if page.slug == "about" %} class="active"{% endif %}>
23.35 - <a href="{{ page.base_url }}about">About</a>
23.36 - </li>
23.37 - </ul>
23.38 - </nav>
23.39 - </div>
23.40 -</header>
24.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/old-bs-docs.html Sat Jan 18 12:34:36 2014 +0100
24.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
24.3 @@ -1,8 +0,0 @@
24.4 -<div class="bs-old-docs">
24.5 - <div class="container">
24.6 - <strong>
24.7 - <a href="{{ page.base_url }}2.3.2/">Looking for Bootstrap 2.3.2 docs?</a>
24.8 - </strong>
24.9 - We've moved it to a new home while we push forward with Bootstrap 3. <a href="http://blog.getbootstrap.com/">Read the blog</a> for details.
24.10 - </div>
24.11 -</div>
25.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/social-buttons.html Sat Jan 18 12:34:36 2014 +0100
25.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
25.3 @@ -1,16 +0,0 @@
25.4 -<div class="bs-social">
25.5 - <ul class="bs-social-buttons">
25.6 - <li>
25.7 - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true" width="100" height="20" title="Star on GitHub"></iframe>
25.8 - </li>
25.9 - <li>
25.10 - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true" width="102" height="20" title="Fork on GitHub"></iframe>
25.11 - </li>
25.12 - <li class="follow-btn">
25.13 - <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a>
25.14 - </li>
25.15 - <li class="tweet-btn">
25.16 - <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://getbootstrap.com/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
25.17 - </li>
25.18 - </ul>
25.19 -</div>
26.1 --- a/bootstrap-source/bootstrap-3.0.3/_layouts/default.html Sat Jan 18 12:34:36 2014 +0100
26.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
26.3 @@ -1,79 +0,0 @@
26.4 -<!DOCTYPE html>
26.5 -<html lang="en">
26.6 - <head>
26.7 - <!-- Meta, title, CSS, favicons, etc. -->
26.8 - {% include header.html %}
26.9 - </head>
26.10 - <body>
26.11 - <a class="sr-only" href="#content">Skip to main content</a>
26.12 -
26.13 - <!-- Docs master nav -->
26.14 - {% include nav-main.html %}
26.15 -
26.16 - <!-- Docs page layout -->
26.17 - <div class="bs-header" id="content">
26.18 - <div class="container">
26.19 - <h1>{{ page.title }}</h1>
26.20 - <p>{{ page.lead }}</p>
26.21 - {% include ads.html %}
26.22 - </div>
26.23 - </div>
26.24 -
26.25 - <!-- Callout for the old docs link -->
26.26 - {% include old-bs-docs.html %}
26.27 -
26.28 - <div class="container bs-docs-container">
26.29 - <div class="row">
26.30 - <div class="col-md-3">
26.31 - <div class="bs-sidebar hidden-print" role="complementary">
26.32 - <ul class="nav bs-sidenav">
26.33 - {% if page.slug == "getting-started" %}
26.34 - {% include nav-getting-started.html %}
26.35 - {% elsif page.slug == "css" %}
26.36 - {% include nav-css.html %}
26.37 - {% elsif page.slug == "components" %}
26.38 - {% include nav-components.html %}
26.39 - {% elsif page.slug == "js" %}
26.40 - {% include nav-javascript.html %}
26.41 - {% elsif page.slug == "customize" %}
26.42 - {% include nav-customize.html %}
26.43 - {% elsif page.slug == "about" %}
26.44 - {% include nav-about.html %}
26.45 - {% endif %}
26.46 - </ul>
26.47 - </div>
26.48 - </div>
26.49 - <div class="col-md-9" role="main">
26.50 - {{ content }}
26.51 - </div>
26.52 - </div>
26.53 -
26.54 - </div>
26.55 -
26.56 - <!-- Footer
26.57 - ================================================== -->
26.58 - <footer class="bs-footer" role="contentinfo">
26.59 - <div class="container">
26.60 - {% include social-buttons.html %}
26.61 -
26.62 - <p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
26.63 - <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
26.64 - <ul class="footer-links">
26.65 - <li>Currently v{{ site.current_version }}</li>
26.66 - <li class="muted">·</li>
26.67 - <li><a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a></li>
26.68 - <li class="muted">·</li>
26.69 - <li><a href="{{ site.blog }}">Blog</a></li>
26.70 - <li class="muted">·</li>
26.71 - <li><a href="{{ site.repo }}/issues?state=open">Issues</a></li>
26.72 - <li class="muted">·</li>
26.73 - <li><a href="{{ site.repo }}/releases">Releases</a></li>
26.74 - </ul>
26.75 - </div>
26.76 - </footer>
26.77 -
26.78 - <!-- JS and analytics only. -->
26.79 - {% include footer.html %}
26.80 -
26.81 - </body>
26.82 -</html>
27.1 --- a/bootstrap-source/bootstrap-3.0.3/_layouts/home.html Sat Jan 18 12:34:36 2014 +0100
27.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
27.3 @@ -1,47 +0,0 @@
27.4 -<!DOCTYPE html>
27.5 -<html lang="en">
27.6 - <head>
27.7 - <!-- Meta, title, CSS, favicons, etc. -->
27.8 - {% include header.html %}