From 30e5e89fac222d8e662b998134198dc8fb880411 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 25 Jun 2013 21:01:13 +0200 Subject: Add callout to docs: LESS compiler support --- docs/getting-started.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 018c8ed0a..0e8b94bf7 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -48,6 +48,11 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex {% endhighlight %} + +
+

LESS compilation

+

If you download the original source files, you need to compile Bootstrap's LESS files into usable CSS. While there are various LESS compilers available, Bootstrap only supports the latest stable version of less.js.

+
+
+ +

Bootstrap is built to work best in the latest desktop and mobile browsers, meaning older and less advanced browsers might receive a less stylized, though fully functional, version of certain components.

+

Specifically, we support the latest versions of the following:

+ +

Unofficially, Bootstrap should look and behave just fine in Chromium for Linux and Internet Explorer 7-8, though full support is not guaranteed.

+
+
-- cgit v1.2.3 From f4b9938d8c0c23ff3b1b5e1e8fee9229d2e67bfa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 17 Jul 2013 19:20:08 -0700 Subject: Move license FAQs to the docs, add link to side nav --- docs/getting-started.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index f951cfc78..4ff2a9d88 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -231,6 +231,52 @@ bootstrap/ + +
+ +

Bootstrap is released under the Apache 2 license. Boiled down to smaller chunks, it can be described with the following conditions.

+ +
+
+

It allows you to:

+
    +
  • Freely download and use Twitter open source software, in whole or in part, for personal, company internal or commercial purposes
  • +
  • Use Twitter open source software in packages or distributions that you create
  • +
+
+
+

It forbids you to:

+
    +
  • Redistribute any piece of Twitter open source originated software without proper attribution
  • +
  • Use any marks owned by Twitter in any way that might state or imply that Twitter endorses your distribution
  • +
  • Use any marks owned by Twitter in any way that might state or imply that you created the Twitter software in question
  • +
+
+
+
+
+

It requires you to:

+
    +
  • Include a copy of the license in any redistribution you may make that includes Twitter software
  • +
  • Provide clear attribution to Twitter for any distributions that include Twitter open source software
  • +
+
+
+

It does not require you to:

+
    +
  • Include the source of the Twitter software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it
  • +
  • Submit changes that you make to the software back to Twitter (though such feedback is encouraged)
  • +
+
+
+

The full Bootstrap license is located in the project repository for more information.

+
+ + +

Bootstrap is built to work best in the latest desktop and mobile browsers, meaning older and less advanced browsers might receive a less stylized, though fully functional, version of certain components.

+ +

Supported browsers

Specifically, we support the latest versions of the following:

  • Chrome (Mac, Windows, iOS, and Android)
  • @@ -97,6 +99,9 @@ bootstrap/
  • Opera (Mac, Windows)

Unofficially, Bootstrap should look and behave just fine in Chromium for Linux and Internet Explorer 7-8, though full support is not guaranteed.

+ +

IE Compatibility modes

+

Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, consider including <meta http-equiv="X-UA-Compatible" content="IE=edge"> in your pages. See this StackOverflow question for more information.