File: //usr/share/doc/libjs-bootstrap/README.html
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>leaflet-headless</title>
<style>
html {
color: #1a1a1a;
background-color: #fdfdfd;
}
body {
margin: 0 auto;
max-width: 36em;
padding-left: 50px;
padding-right: 50px;
padding-top: 50px;
padding-bottom: 50px;
hyphens: auto;
overflow-wrap: break-word;
text-rendering: optimizeLegibility;
font-kerning: normal;
}
@media (max-width: 600px) {
body {
font-size: 0.9em;
padding: 12px;
}
h1 {
font-size: 1.8em;
}
}
@media print {
html {
background-color: white;
}
body {
background-color: transparent;
color: black;
font-size: 12pt;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3, h4 {
page-break-after: avoid;
}
}
p {
margin: 1em 0;
}
a {
color: #1a1a1a;
}
a:visited {
color: #1a1a1a;
}
img {
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 1.4em;
}
h5, h6 {
font-size: 1em;
font-style: italic;
}
h6 {
font-weight: normal;
}
ol, ul {
padding-left: 1.7em;
margin-top: 1em;
}
li > ol, li > ul {
margin-top: 0;
}
blockquote {
margin: 1em 0 1em 1.7em;
padding-left: 1em;
border-left: 2px solid #e6e6e6;
color: #606060;
}
code {
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
font-size: 85%;
margin: 0;
hyphens: manual;
}
pre {
margin: 1em 0;
overflow: auto;
}
pre code {
padding: 0;
overflow: visible;
overflow-wrap: normal;
}
.sourceCode {
background-color: transparent;
overflow: visible;
}
hr {
background-color: #1a1a1a;
border: none;
height: 1px;
margin: 1em 0;
}
table {
margin: 1em 0;
border-collapse: collapse;
width: 100%;
overflow-x: auto;
display: block;
font-variant-numeric: lining-nums tabular-nums;
}
table caption {
margin-bottom: 0.75em;
}
tbody {
margin-top: 0.5em;
border-top: 1px solid #1a1a1a;
border-bottom: 1px solid #1a1a1a;
}
th {
border-top: 1px solid #1a1a1a;
padding: 0.25em 0.5em 0.25em 0.5em;
}
td {
padding: 0.125em 0.5em 0.25em 0.5em;
}
header {
margin-bottom: 4em;
text-align: center;
}
#TOC li {
list-style: none;
}
#TOC ul {
padding-left: 1.3em;
}
#TOC > ul {
padding-left: 0;
}
#TOC a:not(:hover) {
text-decoration: none;
}
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
</head>
<body>
<header id="title-block-header">
<h1 class="title">leaflet-headless</h1>
</header>
<h1 id="bootstrap"><a
href="https://getbootstrap.com/">Bootstrap</a></h1>
<p>Bootstrap is a sleek, intuitive, and powerful front-end framework for
faster and easier web development, created by <a
href="https://twitter.com/mdo">Mark Otto</a> and <a
href="https://twitter.com/fat">Jacob Thornton</a>, and maintained by the
<a href="https://github.com/orgs/twbs/people">core team</a> with the
massive support and involvement of the community.</p>
<p>To get started, check out <a
href="https://getbootstrap.com/">https://getbootstrap.com/</a>!</p>
<h2 id="table-of-contents">Table of contents</h2>
<ul>
<li><a href="#quick-start">Quick start</a></li>
<li><a href="#bugs-and-feature-requests">Bugs and feature
requests</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#community">Community</a></li>
<li><a href="#versioning">Versioning</a></li>
<li><a href="#creators">Creators</a></li>
<li><a href="#thanks">Thanks</a></li>
<li><a href="#copyright-and-license">Copyright and license</a></li>
</ul>
<h2 id="quick-start">Quick start</h2>
<p>Several quick start options are available:</p>
<ul>
<li><a
href="https://github.com/twbs/bootstrap/archive/v3.4.1.zip">Download the
latest release</a>.</li>
<li>Clone the repo:
<code>git clone https://github.com/twbs/bootstrap.git</code>.</li>
<li>Install with <a href="https://bower.io/">Bower</a>:
<code>bower install bootstrap</code>.</li>
<li>Install with <a href="https://www.npmjs.com/">npm</a>:
<code>npm install bootstrap@3</code>.</li>
<li>Install with <a href="https://www.meteor.com/">Meteor</a>:
<code>meteor add twbs:bootstrap</code>.</li>
<li>Install with <a href="https://getcomposer.org/">Composer</a>:
<code>composer require twbs/bootstrap</code>.</li>
</ul>
<p>Read the <a
href="https://getbootstrap.com/docs/3.4/getting-started/">Getting
started page</a> for information on the framework contents, templates
and examples, and more.</p>
<h3 id="whats-included">What's included</h3>
<p>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:</p>
<pre><code>bootstrap/
├── css/
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── bootstrap.min.css
│ ├── bootstrap.min.css.map
│ ├── bootstrap-theme.css
│ ├── bootstrap-theme.css.map
│ ├── bootstrap-theme.min.css
│ └── bootstrap-theme.min.css.map
├── js/
│ ├── bootstrap.js
│ └── bootstrap.min.js
└── fonts/
├── glyphicons-halflings-regular.eot
├── glyphicons-halflings-regular.svg
├── glyphicons-halflings-regular.ttf
├── glyphicons-halflings-regular.woff
└── glyphicons-halflings-regular.woff2</code></pre>
<p>We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as
compiled and minified CSS and JS (<code>bootstrap.min.*</code>). CSS <a
href="https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps">source
maps</a> (<code>bootstrap.*.map</code>) are available for use with
certain browsers' developer tools. Fonts from Glyphicons are included,
as is the optional Bootstrap theme.</p>
<h2 id="bugs-and-feature-requests">Bugs and feature requests</h2>
<p>Have a bug or a feature request? Please first read the <a
href="https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker">issue
guidelines</a> and search for existing and closed issues. If your
problem or idea is not addressed yet, <a
href="https://github.com/twbs/bootstrap/issues/new">please open a new
issue</a>.</p>
<p>Note that <strong>feature requests must target <a
href="https://github.com/twbs/bootstrap/tree/v4-dev">Bootstrap
v4</a>,</strong> because Bootstrap v3 is now in maintenance mode and is
closed off to new features. This is so that we can focus our efforts on
Bootstrap v4.</p>
<h2 id="documentation">Documentation</h2>
<p>Bootstrap's documentation, included in this repo in the root
directory, is built with <a href="https://jekyllrb.com/">Jekyll</a> and
publicly hosted on GitHub Pages at <a
href="https://getbootstrap.com/">https://getbootstrap.com/</a>. The docs
may also be run locally.</p>
<h3 id="running-documentation-locally">Running documentation
locally</h3>
<ol type="1">
<li>If necessary, <a
href="https://jekyllrb.com/docs/installation/">install Jekyll</a> and
other Ruby dependencies with <code>bundle install</code>. <strong>Note
for Windows users:</strong> Read <a
href="https://jekyllrb.com/docs/installation/windows/">this guide</a> to
get Jekyll up and running without problems.</li>
<li>From the root <code>/bootstrap</code> directory, run
<code>bundle exec jekyll serve</code> in the command line.</li>
<li>Open <code>http://localhost:9001</code> in your browser, and
voilà.</li>
</ol>
<p>Learn more about using Jekyll by reading its <a
href="https://jekyllrb.com/docs/">documentation</a>.</p>
<h3 id="documentation-for-previous-releases">Documentation for previous
releases</h3>
<p>Documentation for v2.3.2 has been made available for the time being
at <a
href="https://getbootstrap.com/2.3.2/">https://getbootstrap.com/2.3.2/</a>
while folks transition to Bootstrap 3.</p>
<p><a href="https://github.com/twbs/bootstrap/releases">Previous
releases</a> and their documentation are also available for
download.</p>
<h2 id="contributing">Contributing</h2>
<p>Please read through our <a
href="https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md">contributing
guidelines</a>. Included are directions for opening issues, coding
standards, and notes on development.</p>
<p>Moreover, if your pull request contains JavaScript patches or
features, you must include <a
href="https://github.com/twbs/bootstrap/tree/master/js/tests">relevant
unit tests</a>. All HTML and CSS should conform to the <a
href="https://github.com/mdo/code-guide">Code Guide</a>, maintained by
<a href="https://github.com/mdo">Mark Otto</a>.</p>
<p><strong>Bootstrap v3 is now closed off to new features.</strong> It
has gone into maintenance mode so that we can focus our efforts on <a
href="https://github.com/twbs/bootstrap/tree/v4-dev">Bootstrap v4</a>,
the future of the framework. Pull requests which add new features
(rather than fix bugs) should target <a
href="https://github.com/twbs/bootstrap/tree/v4-dev">Bootstrap v4 (the
<code>v4-dev</code> git branch)</a> instead.</p>
<p>Editor preferences are available in the <a
href="https://github.com/twbs/bootstrap/blob/master/.editorconfig">editor
config</a> for easy use in common text editors. Read more and download
plugins at <a
href="https://editorconfig.org/">https://editorconfig.org/</a>.</p>
<h2 id="community">Community</h2>
<p>Get updates on Bootstrap's development and chat with the project
maintainers and community members.</p>
<ul>
<li>Follow <a href="https://twitter.com/getbootstrap">@getbootstrap on
Twitter</a>.</li>
<li>Read and subscribe to <a href="https://blog.getbootstrap.com/">The
Official Bootstrap Blog</a>.</li>
<li>Join <a href="https://bootstrap-slack.herokuapp.com/">the official
Slack room</a>.</li>
<li>Chat with fellow Bootstrappers in IRC. On the
<code>irc.freenode.net</code> server, in the <code>##bootstrap</code>
channel.</li>
<li>Implementation help may be found at Stack Overflow (tagged <a
href="https://stackoverflow.com/questions/tagged/twitter-bootstrap-3"><code>twitter-bootstrap-3</code></a>).</li>
<li>Developers should use the keyword <code>bootstrap</code> on packages
which modify or add to the functionality of Bootstrap when distributing
through <a
href="https://www.npmjs.com/search?q=keywords:bootstrap">npm</a> or
similar delivery mechanisms for maximum discoverability.</li>
</ul>
<h2 id="versioning">Versioning</h2>
<p>For transparency into our release cycle and in striving to maintain
backward compatibility, Bootstrap is maintained under <a
href="https://semver.org/">the Semantic Versioning guidelines</a>.
Sometimes we screw up, but we'll adhere to those rules whenever
possible.</p>
<p>See <a href="https://github.com/twbs/bootstrap/releases">the Releases
section of our GitHub project</a> for changelogs for each release
version of Bootstrap. Release announcement posts on <a
href="https://blog.getbootstrap.com/">the official Bootstrap blog</a>
contain summaries of the most noteworthy changes made in each
release.</p>
<h2 id="thanks">Thanks</h2>
<img src="https://live.browserstack.com/images/opensource/browserstack-logo.svg" alt="BrowserStack Logo" width="490" height="106">
<p>Thanks to <a href="https://www.browserstack.com/">BrowserStack</a>
for providing the infrastructure that allows us to test in real
browsers!</p>
<h2 id="creators">Creators</h2>
<p><strong>Mark Otto</strong></p>
<ul>
<li><a href="https://twitter.com/mdo">https://twitter.com/mdo</a></li>
<li><a href="https://github.com/mdo">https://github.com/mdo</a></li>
</ul>
<p><strong>Jacob Thornton</strong></p>
<ul>
<li><a href="https://twitter.com/fat">https://twitter.com/fat</a></li>
<li><a href="https://github.com/fat">https://github.com/fat</a></li>
</ul>
<h2 id="copyright-and-license">Copyright and license</h2>
<p>Code and documentation copyright 2011-2019 Twitter, Inc. Code
released under <a
href="https://github.com/twbs/bootstrap/blob/master/LICENSE">the MIT
license</a>. Docs released under <a
href="https://github.com/twbs/bootstrap/blob/master/docs/LICENSE">Creative
Commons</a>.</p>
</body>
</html>