]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
docs/website: New website
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>
Tue, 13 Oct 2015 19:03:29 +0000 (21:03 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 23 Nov 2015 21:56:59 +0000 (22:56 +0100)
This patch introduces a new buildroot website based on a modern flat
layout inspired by material design.

Each page of the old website is converted to the new css/layout, the
big bump is in main page which is completely rewritten. Content of
the old website is copied more or less verbatim, planning to add more
content in the future.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
43 files changed:
docs/website/about.html [deleted file]
docs/website/contribute.html
docs/website/css/bootstrap.min.css [deleted file]
docs/website/css/bootswatch.less [deleted file]
docs/website/css/buildroot.css [deleted file]
docs/website/css/main.css [new file with mode: 0644]
docs/website/css/timeline.css [new file with mode: 0644]
docs/website/css/variables.less [deleted file]
docs/website/docs.html
docs/website/download.html
docs/website/fonts/glyphicons-halflings-regular.woff
docs/website/footer.html
docs/website/git.html [deleted file]
docs/website/header.html
docs/website/images/browser.png [new file with mode: 0644]
docs/website/images/bug-buddy.png [new file with mode: 0644]
docs/website/images/buildroot-slides.png [new file with mode: 0644]
docs/website/images/clippy.svg [new file with mode: 0644]
docs/website/images/email.png [new file with mode: 0644]
docs/website/images/gift.png [new file with mode: 0644]
docs/website/images/github_hash_mongrel2.png [deleted file]
docs/website/images/glyphicons-halflings-white.png [deleted file]
docs/website/images/glyphicons-halflings.png [deleted file]
docs/website/images/gplus.png [deleted file]
docs/website/images/hammer.png [new file with mode: 0644]
docs/website/images/irc.png [new file with mode: 0644]
docs/website/images/menuconfig.png
docs/website/images/menuconfig_small.png [deleted file]
docs/website/images/nconfig.png [new file with mode: 0644]
docs/website/images/package.png [new file with mode: 0644]
docs/website/images/pdf-icon.png [new file with mode: 0644]
docs/website/images/text.png [new file with mode: 0644]
docs/website/images/tux-flat.png [new file with mode: 0644]
docs/website/images/valid-html401.png [deleted file]
docs/website/images/xconfig.png [new file with mode: 0644]
docs/website/images/zip.png [new file with mode: 0644]
docs/website/index.html
docs/website/js/bootstrap.min.js [deleted file]
docs/website/js/buildroot.js
docs/website/js/jquery-1.11.1.min.js [deleted file]
docs/website/news.html
docs/website/sponsors.html
docs/website/support.html

diff --git a/docs/website/about.html b/docs/website/about.html
deleted file mode 100644 (file)
index 5d7cee3..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-<!--#include file="header.html" -->
-
-<div class="row">
-  <div class="col-sm-6 col-sm-offset-3" style="padding-bottom:10px">
-    <img class="center-block" src="images/menuconfig.png"
-    style="max-width:100%;"
-    alt="Buildroot menuconfig" border="0">
-  </div>
-<div class="col-sm-10 col-sm-offset-1">
-
-<p>Buildroot is a set of Makefiles and patches that makes it easy to
-generate a complete embedded Linux system. Buildroot can generate any
-or all of a cross-compilation toolchain, a root filesystem, a kernel
-image and a bootloader image. Buildroot is useful mainly for people
-working with small or embedded systems, using various CPU
-architectures (x86, ARM, MIPS, PowerPC, etc.) : it automates the
-building process of your embedded system and eases the
-cross-compilation process.</p>
-
-<p>The major Buildroot features are:</p>
-
-<ul>
-
-  <li>Can <b>handle everything</b> in your embedded system development
-  project: cross-compiling toolchain, root filesystem generation,
-  kernel image compilation and bootloader compilation. Buildroot is
-  also sufficiently flexible that it can also be used for only one or
-  several of these steps.</li>
-
-  <li>Is <b>very easy</b> to set up, thanks to its menuconfig, gconfig
-  and xconfig configuration interfaces, familiar to all embedded Linux
-  developers. Building a basic embedded Linux system with Buildroot
-  typically takes 15-30 minutes.</li>
-
-  <li>Supports <b>several hundreds of packages</b> for userspace
-  applications and libraries: X.org stack, Gtk2, Qt, DirectFB, SDL,
-  GStreamer and a large number of network-related and system-related
-  utilities and libraries are supported.</li>
-
-  <li>Supports <b>multiple filesystem types</b> for the root
-  filesystem image: JFFS2, UBIFS, tarballs, romfs, cramfs, squashfs
-  and more.</li>
-
-  <li>Can generate an (e)glibc or uClibc cross-compilation toolchain,
-  or re-use your existing glibc, eglibc or uClibc cross-compilation
-  toolchain</li>
-
-  <li>Has a <b>simple structure</b> that makes it easy to understand
-  and extend. It relies only on the well-known Makefile language.</li>
-
-</ul>
-
-<p>Buildroot is maintained by <a href=
-"mailto:jacmet@uclibc.org">Peter Korsgaard</a>, and licensed under the
-<a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
-GENERAL PUBLIC LICENSE V2 (Or later)</a>. Stable releases are
-delivered every three months.</p>
-
-</div><!--/.col-sm-10 -->
-</div><!--/.row -->
-
-<!--#include file="footer.html" -->
index f9fdec6bd68605592ed751ebb75f49750ede84e3..da5700c5284f436687d13a4c80d8e7c1e4c8b8c5 100644 (file)
@@ -1,38 +1,43 @@
 <!--#include file="header.html" -->
 
-<div class="row">
-<div class="col-sm-10 col-sm-offset-1">
-
-<h2>Contribute</h2>
-
-<p>Buildroot is an open source project and you are very welcome to contribute to
-it.<br />
-There are many different ways to contribute:</p>
-
-<ul>
-<li>Reproducing, analyzing and fixing bugs from our
-    <a href="https://bugs.buildroot.org/">bug tracker</a></li>
-<li>Analyzing and fixing <a href="http://autobuild.buildroot.org/">
-    autobuild failures</a></li>
-<li>Reviewing and testing patches sent by other developers. See the
-    <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">mailing list
-    </a> or <a href="http://patchwork.ozlabs.org/project/buildroot/list/">
-    patchwork</a>.</li>
-<li>Working on items from the
-    <a href="http://www.elinux.org/Buildroot#Todo_list">TODO list</a></li>
-<li>Submitting your own patches through the
-    <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">mailing list
-    </a></li>
-</ul>
-
-<p>For more details on these topics, check out the
-<a href="http://buildroot.org/manual.html#_contributing_to_buildroot">
-Contributing to buildroot</a> chapter in the Buildroot manual. Thanks for your help!</p>
-
-<p>If you need any support yourself, have a look at <a href="./support.html">
-Support</a>.</p>
+<div class="container">
+<div class="row nh">
+<div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
+
+  <div class="panel panel-primary">
+    <div class="panel-heading">Contribute</div>
+    <div class="panel-body">
+      <p>Buildroot is an open source project and you are very welcome to contribute to
+       it.<br />
+       There are many different ways to contribute:</p>
+
+      <ul>
+       <li>Reproducing, analyzing and fixing bugs from our
+         <a href="https://bugs.buildroot.org/">bug tracker</a></li>
+       <li>Analyzing and fixing <a href="http://autobuild.buildroot.org/">
+           autobuild failures</a></li>
+       <li>Reviewing and testing patches sent by other developers. See the
+         <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">mailing list
+         </a> or <a href="http://patchwork.ozlabs.org/project/buildroot/list/">
+           patchwork</a>.</li>
+       <li>Working on items from the
+         <a href="http://www.elinux.org/Buildroot#Todo_list">TODO list</a></li>
+       <li>Submitting your own patches through the
+         <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">mailing list
+       </a></li>
+      </ul>
+
+      <p>For more details on these topics, check out the
+       <a href="http://buildroot.org/manual.html#_contributing_to_buildroot">
+         Contributing to buildroot</a> chapter in the Buildroot manual. Thanks for your help!</p>
+
+      <p>If you need any support yourself, have a look at <a href="./support.html">
+         Support</a>.</p>
+    </div>
+  </div>
 
 </div><!--/.col-sm-10 -->
 </div><!--/.row -->
+</div>
 
 <!--#include file="footer.html" -->
diff --git a/docs/website/css/bootstrap.min.css b/docs/website/css/bootstrap.min.css
deleted file mode 100644 (file)
index 6b15b2d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-@import url(//fonts.googleapis.com/css?family=Telex);/*!
- * bootswatch v3.3.0
- * Homepage: http://bootswatch.com
- * Copyright 2012-2014 Thomas Park
- * Licensed under MIT
- * Based on Bootstrap
-*//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:'Telex',sans-serif;font-size:14px;line-height:1.42857143;color:#555555;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#2fa4e7;text-decoration:none}a:hover,a:focus{color:#157ab5;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:'Telex',sans-serif;font-weight:bold;line-height:1.1;color:#317eac}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#999999}.text-primary{color:#2fa4e7}a.text-primary:hover{color:#178acc}.text-success{color:#468847}a.text-success:hover{color:#356635}.text-info{color:#3a87ad}a.text-info:hover{color:#2d6987}.text-warning{color:#c09853}a.text-warning:hover{color:#a47e3c}.text-danger{color:#b94a48}a.text-danger:hover{color:#953b39}.bg-primary{color:#fff;background-color:#2fa4e7}a.bg-primary:hover{background-color:#178acc}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#999999;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #dddddd}.table .table{background-color:#ffffff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#555555;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:9px;font-size:14px;line-height:1.42857143;color:#555555}.form-control{display:block;width:100%;height:38px;padding:8px 12px;font-size:14px;line-height:1.42857143;color:#555555;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999999;opacity:1}.form-control:-ms-input-placeholder{color:#999999}.form-control::-webkit-input-placeholder{color:#999999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eeeeee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:38px;line-height:1.42857143 \0}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm{line-height:30px;line-height:1.5 \0}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg{line-height:54px;line-height:1.33 \0}_:-ms-fullscreen,:root input[type="date"],_:-ms-fullscreen,:root input[type="time"],_:-ms-fullscreen,:root input[type="datetime-local"],_:-ms-fullscreen,:root input[type="month"]{line-height:1.42857143}_:-ms-fullscreen.input-sm,:root input[type="date"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="time"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="datetime-local"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="month"].input-sm{line-height:1.5}_:-ms-fullscreen.input-lg,:root input[type="date"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="time"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="datetime-local"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="month"].input-lg{line-height:1.33}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:9px;padding-bottom:9px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,select.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:54px;padding:14px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:54px;line-height:54px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:47.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:38px;height:38px;line-height:38px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:54px;height:54px;line-height:54px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;border-color:#468847;background-color:#dff0d8}.has-success .form-control-feedback{color:#468847}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;border-color:#c09853;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#c09853}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;border-color:#b94a48;background-color:#f2dede}.has-error .form-control-feedback{color:#b94a48}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#959595}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:29px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:19.62px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#555555;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#555555;background-color:#ffffff;border-color:rgba(0,0,0,0.1)}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#555555;background-color:#e6e6e6;border-color:rgba(0,0,0,0.1)}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#ffffff;border-color:rgba(0,0,0,0.1)}.btn-default .badge{color:#ffffff;background-color:#555555}.btn-primary{color:#ffffff;background-color:#2fa4e7;border-color:#2fa4e7}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#178acc;border-color:#1684c2}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#2fa4e7;border-color:#2fa4e7}.btn-primary .badge{color:#2fa4e7;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#73a839;border-color:#73a839}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#59822c;border-color:#547a29}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#73a839;border-color:#73a839}.btn-success .badge{color:#73a839;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#033c73;border-color:#033c73}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#022241;border-color:#011d37}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#033c73;border-color:#033c73}.btn-info .badge{color:#033c73;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#dd5600;border-color:#dd5600}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#aa4200;border-color:#a03e00}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#dd5600;border-color:#dd5600}.btn-warning .badge{color:#dd5600;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#c71c22;border-color:#c71c22}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#9a161a;border-color:#911419}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#c71c22;border-color:#c71c22}.btn-danger .badge{color:#c71c22;background-color:#ffffff}.btn-link{color:#2fa4e7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#157ab5;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:14px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#ffffff;background-color:#2fa4e7}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#2fa4e7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999999;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:54px;padding:14px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:54px;line-height:54px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:8px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:14px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee}.nav>li.disabled>a{color:#999999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#2fa4e7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #dddddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#2fa4e7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;visibility:visible !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:6px;margin-bottom:6px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:6px;margin-bottom:6px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#2fa4e7;border-color:#1995dc}.navbar-default .navbar-brand{color:#ffffff}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#ffffff;background-color:none}.navbar-default .navbar-text{color:#dddddd}.navbar-default .navbar-nav>li>a{color:#ffffff}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#ffffff;background-color:#178acc}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#ffffff;background-color:#178acc}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#dddddd;background-color:transparent}.navbar-default .navbar-toggle{border-color:#178acc}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#178acc}.navbar-default .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#1995dc}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#178acc;color:#ffffff}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:#178acc}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#178acc}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#dddddd;background-color:transparent}}.navbar-default .navbar-link{color:#ffffff}.navbar-default .navbar-link:hover{color:#ffffff}.navbar-default .btn-link{color:#ffffff}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#ffffff}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#dddddd}.navbar-inverse{background-color:#033c73;border-color:#022f5a}.navbar-inverse .navbar-brand{color:#ffffff}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:none}.navbar-inverse .navbar-text{color:#ffffff}.navbar-inverse .navbar-nav>li>a{color:#ffffff}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#ffffff;background-color:#022f5a}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ffffff;background-color:#022f5a}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#022f5a}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#022f5a}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#022a50}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#022f5a;color:#ffffff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#022f5a}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#022f5a}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#ffffff}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:#022f5a}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#022f5a}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-inverse .navbar-link{color:#ffffff}.navbar-inverse .navbar-link:hover{color:#ffffff}.navbar-inverse .btn-link{color:#ffffff}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#ffffff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#cccccc}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#cccccc}.breadcrumb>.active{color:#999999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 12px;line-height:1.42857143;text-decoration:none;color:#2fa4e7;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#157ab5;background-color:#eeeeee;border-color:#dddddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#999999;background-color:#f5f5f5;border-color:#dddddd;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999999;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:14px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999999;background-color:#ffffff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#2fa4e7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#178acc}.label-success{background-color:#73a839}.label-success[href]:hover,.label-success[href]:focus{background-color:#59822c}.label-info{background-color:#033c73}.label-info[href]:hover,.label-info[href]:focus{background-color:#022241}.label-warning{background-color:#dd5600}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#aa4200}.label-danger{background-color:#c71c22}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#9a161a}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#2fa4e7;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#2fa4e7;background-color:#ffffff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eeeeee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#2fa4e7}.thumbnail .caption{padding:9px;color:#555555}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{background-color:#fcf8e3;border-color:#fbeed5;color:#c09853}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#ffffff;text-align:center;background-color:#2fa4e7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#73a839}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#033c73}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#dd5600}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#c71c22}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555555}a.list-group-item .list-group-item-heading{color:#333333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;color:#555555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eeeeee;color:#999999;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#999999}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#2fa4e7;border-color:#2fa4e7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e6f4fc}.list-group-item-success{color:#468847;background-color:#dff0d8}a.list-group-item-success{color:#468847}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#468847;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#468847;border-color:#468847}.list-group-item-info{color:#3a87ad;background-color:#d9edf7}a.list-group-item-info{color:#3a87ad}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#3a87ad;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#3a87ad;border-color:#3a87ad}.list-group-item-warning{color:#c09853;background-color:#fcf8e3}a.list-group-item-warning{color:#c09853}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#c09853;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#c09853;border-color:#c09853}.list-group-item-danger{color:#b94a48;background-color:#f2dede}a.list-group-item-danger{color:#b94a48}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#b94a48;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#b94a48;border-color:#b94a48}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #dddddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #dddddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd}.panel-default{border-color:#dddddd}.panel-default>.panel-heading{color:#555555;background-color:#f5f5f5;border-color:#dddddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#555555}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-primary{border-color:#dddddd}.panel-primary>.panel-heading{color:#ffffff;background-color:#2fa4e7;border-color:#dddddd}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-primary>.panel-heading .badge{color:#2fa4e7;background-color:#ffffff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-success{border-color:#dddddd}.panel-success>.panel-heading{color:#468847;background-color:#73a839;border-color:#dddddd}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-success>.panel-heading .badge{color:#73a839;background-color:#468847}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-info{border-color:#dddddd}.panel-info>.panel-heading{color:#3a87ad;background-color:#033c73;border-color:#dddddd}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-info>.panel-heading .badge{color:#033c73;background-color:#3a87ad}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-warning{border-color:#dddddd}.panel-warning>.panel-heading{color:#c09853;background-color:#dd5600;border-color:#dddddd}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-warning>.panel-heading .badge{color:#dd5600;background-color:#c09853}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-danger{border-color:#dddddd}.panel-danger>.panel-heading{color:#b94a48;background-color:#c71c22;border-color:#dddddd}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-danger>.panel-heading .badge{color:#c71c22;background-color:#b94a48}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;text-decoration:none;background-color:rgba(0,0,0,0.9);border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,0.9)}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,0.9)}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,0.9)}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:rgba(0,0,0,0.9)}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:rgba(0,0,0,0.9)}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,0.9)}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,0.9)}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,0.9)}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:left;background-color:#ffffff;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{transition:transform .6s ease-in-out;backface-visibility:hidden;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.navbar{background-image:-webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);background-image:-o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);background-image:linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);border-bottom:1px solid #178acc;filter:none;-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1)}.navbar-default .badge{background-color:#fff;color:#2fa4e7}.navbar-inverse{background-image:-webkit-linear-gradient(#04519b, #044687 60%, #033769);background-image:-o-linear-gradient(#04519b, #044687 60%, #033769);background-image:linear-gradient(#04519b, #044687 60%, #033769);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0);filter:none;border-bottom:1px solid #022241}.navbar-inverse .badge{background-color:#fff;color:#033c73}.navbar .navbar-nav>li>a,.navbar-brand{text-shadow:0 1px 0 rgba(0,0,0,0.1)}@media (max-width:767px){.navbar .dropdown-header{color:#fff}}.btn{text-shadow:0 1px 0 rgba(0,0,0,0.1)}.btn .caret{border-top-color:#fff}.btn-default{background-image:-webkit-linear-gradient(#fff, #fff 60%, #f5f5f5);background-image:-o-linear-gradient(#fff, #fff 60%, #f5f5f5);background-image:linear-gradient(#fff, #fff 60%, #f5f5f5);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);filter:none;border-bottom:1px solid #e6e6e6}.btn-default:hover{color:#555555}.btn-default .caret{border-top-color:#555555}.btn-default{background-image:-webkit-linear-gradient(#fff, #fff 60%, #f5f5f5);background-image:-o-linear-gradient(#fff, #fff 60%, #f5f5f5);background-image:linear-gradient(#fff, #fff 60%, #f5f5f5);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);filter:none;border-bottom:1px solid #e6e6e6}.btn-primary{background-image:-webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);background-image:-o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);background-image:linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);filter:none;border-bottom:1px solid #178acc}.btn-success{background-image:-webkit-linear-gradient(#88c149, #73a839 60%, #699934);background-image:-o-linear-gradient(#88c149, #73a839 60%, #699934);background-image:linear-gradient(#88c149, #73a839 60%, #699934);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);filter:none;border-bottom:1px solid #59822c}.btn-info{background-image:-webkit-linear-gradient(#04519b, #033c73 60%, #02325f);background-image:-o-linear-gradient(#04519b, #033c73 60%, #02325f);background-image:linear-gradient(#04519b, #033c73 60%, #02325f);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0);filter:none;border-bottom:1px solid #022241}.btn-warning{background-image:-webkit-linear-gradient(#ff6707, #dd5600 60%, #c94e00);background-image:-o-linear-gradient(#ff6707, #dd5600 60%, #c94e00);background-image:linear-gradient(#ff6707, #dd5600 60%, #c94e00);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0);filter:none;border-bottom:1px solid #aa4200}.btn-danger{background-image:-webkit-linear-gradient(#e12b31, #c71c22 60%, #b5191f);background-image:-o-linear-gradient(#e12b31, #c71c22 60%, #b5191f);background-image:linear-gradient(#e12b31, #c71c22 60%, #b5191f);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31', endColorstr='#ffb5191f', GradientType=0);filter:none;border-bottom:1px solid #9a161a}.panel-primary .panel-heading,.panel-success .panel-heading,.panel-warning .panel-heading,.panel-danger .panel-heading,.panel-info .panel-heading,.panel-primary .panel-title,.panel-success .panel-title,.panel-warning .panel-title,.panel-danger .panel-title,.panel-info .panel-title{color:#fff}
\ No newline at end of file
diff --git a/docs/website/css/bootswatch.less b/docs/website/css/bootswatch.less
deleted file mode 100644 (file)
index 5a4dbac..0000000
+++ /dev/null
@@ -1,127 +0,0 @@
-// Cerulean 3.3.0
-// Bootswatch
-// -----------------------------------------------------
-
-@import url(//fonts.googleapis.com/css?family=Telex);
-
-.btn-shadow(@color) {
-  #gradient > .vertical-three-colors(lighten(@color, 8%), @color, 60%, darken(@color, 4%));
-  filter: none;
-  border-bottom: 1px solid darken(@color, 10%);
-}
-
-// Navbar =====================================================================
-
-.navbar {
-  .btn-shadow(@navbar-default-bg);
-  filter: none;
-  .box-shadow(0 1px 10px rgba(0, 0, 0, 0.1));
-
-  &-default {
-
-    .badge {
-      background-color: #fff;
-      color: @navbar-default-bg;
-    }
-  }
-
-  &-inverse {
-    #gradient > .vertical-three-colors(lighten(@navbar-inverse-bg, 8%), lighten(@navbar-inverse-bg, 4%), 60%, darken(@navbar-inverse-bg, 2%));
-    filter: none;
-    border-bottom: 1px solid darken(@navbar-inverse-bg, 10%);
-
-    .badge {
-      background-color: #fff;
-      color: @navbar-inverse-bg;
-    }
-  }
-
-  .navbar-nav > li > a,
-  &-brand {
-    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-  }
-}
-
-@media (max-width: @grid-float-breakpoint-max) {
-
-  .navbar {
-
-    .dropdown-header {
-      color: #fff;
-    }
-  }
-}
-
-// Buttons ====================================================================
-
-.btn {
-
-  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-
-  .caret {
-    border-top-color: #fff;
-  }
-}
-
-.btn-default {
-  
-  .btn-shadow(@btn-default-bg);
-
-  &:hover {
-    color: @btn-default-color;
-  }
-
-  .caret {
-    border-top-color: @text-color;
-  }
-}
-
-.btn-default {
-  .btn-shadow(@btn-default-bg);
-}
-
-.btn-primary {
-  .btn-shadow(@btn-primary-bg);
-}
-
-.btn-success {
-  .btn-shadow(@btn-success-bg);
-}
-
-.btn-info {
-  .btn-shadow(@btn-info-bg);
-}
-
-.btn-warning {
-  .btn-shadow(@btn-warning-bg);
-}
-
-.btn-danger {
-  .btn-shadow(@btn-danger-bg);
-}
-
-// Typography =================================================================
-
-// Tables =====================================================================
-
-// Forms ======================================================================
-
-// Navs =======================================================================
-
-// Indicators =================================================================
-
-// Progress bars ==============================================================
-
-// Containers =================================================================
-
-.panel-primary,
-.panel-success,
-.panel-warning,
-.panel-danger,
-.panel-info {
-
-  .panel-heading,
-  .panel-title {
-    color: #fff;
-  }
-}
diff --git a/docs/website/css/buildroot.css b/docs/website/css/buildroot.css
deleted file mode 100644 (file)
index 7138abc..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-body {
-    padding-top: 60px;
-    padding-bottom: 40px;
-}
-
-.button_column {
-    width: 430px;
-}
-
-.gplus {
-    float:right;
-    margin: 10px 0 0;
-}
-
-div.sponsor-main {
-    background: #eeeeee;
-    padding-top: 2em;
-    padding-bottom: 2em;
-}
-
-div.sponsor {
-    padding: 0.5em;
-    height: 12em;
-    display: table !important;
-}
-
-div.sponsor-description {
-    background: #eeeeee;
-    display: table-cell;
-    vertical-align: middle;
-    text-align: center;
-}
-
-div.sponsor-description img {
-    max-width: 99%;
-    height: 4em;
-    margin-bottom: 1em;
-}
-
-div.panel-body p {
-    text-overflow: ellipsis;
-    width: 95%;
-    white-space: nowrap;
-    overflow: hidden;
-    height: 1.5em;
-}
diff --git a/docs/website/css/main.css b/docs/website/css/main.css
new file mode 100644 (file)
index 0000000..db9c4c9
--- /dev/null
@@ -0,0 +1,260 @@
+/*
+ * Author: Carlos Alvarez
+ * URL: http://alvarez.is
+ *
+ * Project Name: FLATTY - Free Bootstrap 3 Theme
+ * Version: 1.0
+ * URL: http://blacktie.co
+ */
+
+body {
+  background-color: #f2f2f2;
+       font-family: 'Roboto', sans-serif;
+       font-weight: 300;
+       font-size: 16px;
+       color: #555;
+
+       -webkit-font-smoothing: antialiased;
+       -webkit-overflow-scrolling: touch;
+}
+
+/* Titles */
+h1, h2, h3, h4, h5, h6 {
+       font-family: 'Roboto', sans-serif;
+       font-weight: 300;
+       color: #333;
+}
+
+h1 {
+       font-size: 40px;
+}
+
+h3 {
+       color: #95a5a6;
+       font-weight: 400;
+}
+
+h4 {
+       color: #95a5a6;
+       font-weight: 400;
+       font-size: 20px;
+}
+
+.ellipsis p {
+       margin-bottom:10px;
+       white-space: nowrap;
+       overflow: hidden;
+       text-overflow: ellipsis;
+}
+
+.centered {
+       text-align: center;
+}
+
+/* Links */
+a {
+       color: #3498db;
+       word-wrap: break-word;
+
+       -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
+       -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
+       -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
+       -o-transition: color 0.1s ease-in, background 0.1s ease-in;
+       transition: color 0.1s ease-in, background 0.1s ease-in;
+}
+
+a:hover,
+a:focus {
+       color: #7b7b7b;
+       text-decoration: none;
+       outline: 0;
+}
+
+a:before,
+a:after {
+       -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
+       -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
+       -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
+       -o-transition: color 0.1s ease-in, background 0.1s ease-in;
+       transition: color 0.1s ease-in, background 0.1s ease-in;
+}
+
+ hr {
+       display: block;
+       height: 1px;
+       border: 0;
+       border-top: 1px solid #ccc;
+       margin: 1em 0;
+       padding: 0;
+}
+
+.navbar-default {
+       background-color: #3498db;
+       border-color: transparent;
+}
+
+.navbar-default .navbar-brand {
+       color: white;
+}
+
+.navbar-default .navbar-nav > li > a {
+       color: white;
+}
+
+/* Helpers */
+
+.mt {
+       margin-top: 40px;
+       margin-bottom: 40px;
+}
+
+.nh {
+       margin-top: 80px;
+       margin-bottom: 40px;
+}
+
+.form-control {
+       height: 42px;
+       font-size: 18px;
+       width: 280px;
+}
+
+i {
+       margin: 8px;
+       color: #3498db;
+}
+
+
+/* HeaderWrap */
+#headerwrap {
+       /* background: url(../img/bg01.jpg) no-repeat center top; */
+       background-color: #3498db;
+       margin-top: -20px;
+       padding-top:120px;
+       background-attachment: relative;
+       background-position: center center;
+       min-height: 400px;
+       max-height: 800px;
+       width: 100%;
+
+       -webkit-background-size: 100%;
+       -moz-background-size: 100%;
+       -o-background-size: 100%;
+       background-size: 100%;
+
+       -webkit-background-size: cover;
+       -moz-background-size: cover;
+       -o-background-size: cover;
+       background-size: cover;
+}
+
+#headerwrap h1 {
+       color: white;
+       font-size: 60px;
+       font-weight: bold;
+       letter-spacing: 1px;
+}
+
+#menubutton {
+       max-height: 50px;
+       margin-top: 6px;
+       padding-top: 15px;
+       margin-left: 10px;
+}
+
+.panel-sponsor {
+       min-height: 300px;
+       text-align: justify;
+       text-justify: inter-word;
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+       .navbar-collapse.collapse {
+               display: none !important;
+       }
+       .navbar-collapse.collapse.in {
+               display: block !important;
+       }
+       .navbar-header .collapse, .navbar-toggle {
+               display:block !important;
+       }
+       .navbar-header {
+               float:none;
+       }
+       .navbar-collapse {
+               overflow:hidden;
+       }
+       #menubutton {
+               margin-right: 40px;
+               width: 45px;
+       }
+       .text-shrink {
+               visibility: hidden;
+       }
+}
+
+@media (max-width:767px) {
+       #menubutton {
+               max-height: 50px;
+               margin-top: 6px;
+               padding-top: 15px;
+               margin-left: 15px;
+               margin-right: 15px;
+       }
+}
+
+/* entire container, keeps perspective */
+.flip-container {
+       perspective: 1000;
+}
+       /* flip the pane when hovered */
+       .flip-container:hover .flipper, .flip-container.hover .flipper {
+               transform: rotateY(180deg);
+       }
+
+.flip-container, .front, .back {
+       width: 180px;
+       height: 180px;
+}
+
+/* flip speed goes here */
+.flipper {
+       transition: 0.6s;
+       transform-style: preserve-3d;
+
+       position: relative;
+}
+
+/* hide back of pane during swap */
+.front, .back {
+       backface-visibility: hidden;
+
+       position: absolute;
+       top: 0;
+       left: 0;
+}
+
+/* front pane, placed above back */
+.front {
+       z-index: 2;
+       /* for firefox 31 */
+       transform: rotateY(0deg);
+}
+
+/* back, initially hidden pane */
+.back {
+       transform: rotateY(180deg);
+}
+
+.back img {
+       -moz-transform: scaleX(-1);
+       -o-transform: scaleX(-1);
+       -webkit-transform: scaleX(-1);
+       transform: scaleX(-1);
+       filter: FlipH;
+       -ms-filter: "FlipH";
+}
+
+.panel-box p {
+    height: 1.5em;
+}
diff --git a/docs/website/css/timeline.css b/docs/website/css/timeline.css
new file mode 100644 (file)
index 0000000..df58461
--- /dev/null
@@ -0,0 +1,184 @@
+.timeline {
+       list-style: none;
+       padding: 20px 0 20px;
+       position: relative;
+}
+
+.timeline:before {
+       top: 0;
+       bottom: 0;
+       position: absolute;
+       content: " ";
+       width: 3px;
+       background-color: #E4E4E4;
+       left: 50%;
+       margin-left: -1.5px;
+       }
+
+.timeline > li {
+       margin-bottom: 20px;
+       position: relative;
+}
+
+.timeline > li:before,
+.timeline > li:after {
+       content: " ";
+       display: table;
+}
+
+.timeline > li:after {
+       clear: both;
+}
+
+.timeline > li:before,
+.timeline > li:after {
+       content: " ";
+       display: table;
+}
+
+.timeline > li:after {
+    clear: both;
+}
+
+.timeline > li > .timeline-panel {
+       width: 46%;
+       float: left;
+       border: 1px solid #d4d4d4;
+       border-radius: 2px;
+       padding: 20px;
+       position: relative;
+       -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
+       box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
+       background-color: white;
+}
+
+.timeline > li > .timeline-panel:before {
+       position: absolute;
+       top: 26px;
+       right: -15px;
+       display: inline-block;
+       border-top: 15px solid transparent;
+       border-left: 15px solid #ccc;
+       border-right: 0 solid #ccc;
+       border-bottom: 15px solid transparent;
+       content: " ";
+}
+
+.timeline > li > .timeline-panel:after {
+       position: absolute;
+       top: 27px;
+       right: -14px;
+       display: inline-block;
+       border-top: 14px solid transparent;
+       border-left: 14px solid #fff;
+       border-right: 0 solid #fff;
+       border-bottom: 14px solid transparent;
+       content: " ";
+}
+
+.timeline > li > .timeline-badge {
+       color: #fff;
+       width: 50px;
+       height: 50px;
+       line-height: 50px;
+       font-size: 1.4em;
+       text-align: center;
+       position: absolute;
+       top: 16px;
+       left: 50%;
+       margin-left: -25px;
+       background-color: #E6E6E6;
+       z-index: 100;
+       border-top-right-radius: 50%;
+       border-top-left-radius: 50%;
+       border-bottom-right-radius: 50%;
+       border-bottom-left-radius: 50%;
+}
+
+.timeline > li.timeline-inverted > .timeline-panel {
+       float: right;
+}
+
+.timeline > li.timeline-inverted > .timeline-panel:before {
+       border-left-width: 0;
+       border-right-width: 15px;
+       left: -15px;
+       right: auto;
+}
+
+.timeline > li.timeline-inverted > .timeline-panel:after {
+       border-left-width: 0;
+       border-right-width: 14px;
+       left: -14px;
+       right: auto;
+}
+
+.timeline-badge.primary {
+       background-color: #2e6da4 !important;
+}
+
+.timeline-badge.success {
+       background-color: #3f903f !important;
+}
+
+.timeline-badge.warning {
+       background-color: #f0ad4e !important;
+}
+
+.timeline-badge.danger {
+       background-color: #d9534f !important;
+}
+
+.timeline-badge.info {
+       background-color: #5bc0de !important;
+}
+
+.timeline-title {
+       margin-top: 0;
+       color: inherit;
+}
+
+.timeline-body > p,
+.timeline-body > ul {
+       margin-bottom: 0;
+}
+
+.timeline-body > p + p {
+       margin-top: 5px;
+}
+
+@media (max-width: 767px) {
+       ul.timeline:before {
+               left: 40px;
+       }
+
+       ul.timeline > li > .timeline-panel {
+               width: calc(100% - 90px);
+               width: -moz-calc(100% - 90px);
+               width: -webkit-calc(100% - 90px);
+       }
+
+       ul.timeline > li > .timeline-badge {
+               left: 15px;
+               margin-left: 0;
+               top: 16px;
+       }
+
+       ul.timeline > li > .timeline-panel {
+               float: right;
+       }
+
+       ul.timeline > li > .timeline-panel:before {
+               border-left-width: 0;
+               border-right-width: 15px;
+               left: -15px;
+               right: auto;
+       }
+
+       ul.timeline > li > .timeline-panel:after {
+               border-left-width: 0;
+               border-right-width: 14px;
+               left: -14px;
+               right: auto;
+       }
+}
diff --git a/docs/website/css/variables.less b/docs/website/css/variables.less
deleted file mode 100644 (file)
index 8ac9d6b..0000000
+++ /dev/null
@@ -1,856 +0,0 @@
-// Cerulean 3.3.0
-// Variables
-// --------------------------------------------------
-
-
-//== Colors
-//
-//## Gray and brand colors for use across Bootstrap.
-
-@gray-base:              #000;
-@gray-darker:            lighten(#000, 13.5%); // #222
-@gray-dark:              lighten(#000, 20%);   // #333
-@gray:                   lighten(#000, 33.5%); // #555
-@gray-light:             lighten(#000, 60%);   // #999
-@gray-lighter:           lighten(#000, 93.5%); // #eee
-
-@brand-primary:         #2FA4E7;
-@brand-success:         #73A839;
-@brand-info:            #033C73;
-@brand-warning:         #DD5600;
-@brand-danger:          #C71C22;
-
-
-//== Scaffolding
-//
-//## Settings for some of the most global styles.
-
-//** Background color for `<body>`.
-@body-bg:               #fff;
-//** Global text color on `<body>`.
-@text-color:            @gray;
-
-//** Global textual link color.
-@link-color:            @brand-primary;
-//** Link hover color set via `darken()` function.
-@link-hover-color:      darken(@link-color, 15%);
-//** Link hover decoration.
-@link-hover-decoration: underline;
-
-
-//== Typography
-//
-//## Font, line-height, and color for body text, headings, and more.
-
-@font-family-sans-serif:  'Telex', sans-serif;
-@font-family-serif:       Georgia, "Times New Roman", Times, serif;
-//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
-@font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
-@font-family-base:        @font-family-sans-serif;
-
-@font-size-base:          14px;
-@font-size-large:         ceil((@font-size-base * 1.25)); // ~18px
-@font-size-small:         ceil((@font-size-base * 0.85)); // ~12px
-
-@font-size-h1:            floor((@font-size-base * 2.6)); // ~36px
-@font-size-h2:            floor((@font-size-base * 2.15)); // ~30px
-@font-size-h3:            ceil((@font-size-base * 1.7)); // ~24px
-@font-size-h4:            ceil((@font-size-base * 1.25)); // ~18px
-@font-size-h5:            @font-size-base;
-@font-size-h6:            ceil((@font-size-base * 0.85)); // ~12px
-
-//** Unit-less `line-height` for use in components like buttons.
-@line-height-base:        1.428571429; // 20/14
-//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
-@line-height-computed:    floor((@font-size-base * @line-height-base)); // ~20px
-
-//** By default, this inherits from the `<body>`.
-@headings-font-family:    @font-family-base;
-@headings-font-weight:    bold;
-@headings-line-height:    1.1;
-@headings-color:          #317EAC;
-
-
-//== Iconography
-//
-//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
-
-//** Load fonts from this directory.
-@icon-font-path:          "../fonts/";
-//** File name for all font files.
-@icon-font-name:          "glyphicons-halflings-regular";
-//** Element ID within SVG icon file.
-@icon-font-svg-id:        "glyphicons_halflingsregular";
-
-
-//== Components
-//
-//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
-
-@padding-base-vertical:     8px;
-@padding-base-horizontal:   12px;
-
-@padding-large-vertical:    14px;
-@padding-large-horizontal:  16px;
-
-@padding-small-vertical:    5px;
-@padding-small-horizontal:  10px;
-
-@padding-xs-vertical:       1px;
-@padding-xs-horizontal:     5px;
-
-@line-height-large:         1.33;
-@line-height-small:         1.5;
-
-@border-radius-base:        4px;
-@border-radius-large:       6px;
-@border-radius-small:       3px;
-
-//** Global color for active items (e.g., navs or dropdowns).
-@component-active-color:    #fff;
-//** Global background color for active items (e.g., navs or dropdowns).
-@component-active-bg:       @brand-primary;
-
-//** Width of the `border` for generating carets that indicator dropdowns.
-@caret-width-base:          4px;
-//** Carets increase slightly in size for larger components.
-@caret-width-large:         5px;
-
-
-//== Tables
-//
-//## Customizes the `.table` component with basic values, each used across all table variations.
-
-//** Padding for `<th>`s and `<td>`s.
-@table-cell-padding:            8px;
-//** Padding for cells in `.table-condensed`.
-@table-condensed-cell-padding:  5px;
-
-//** Default background color used for all tables.
-@table-bg:                      transparent;
-//** Background color used for `.table-striped`.
-@table-bg-accent:               #f9f9f9;
-//** Background color used for `.table-hover`.
-@table-bg-hover:                #f5f5f5;
-@table-bg-active:               @table-bg-hover;
-
-//** Border color for table and cell borders.
-@table-border-color:            #ddd;
-
-
-//== Buttons
-//
-//## For each of Bootstrap's buttons, define text, background and border color.
-
-@btn-font-weight:                normal;
-
-@btn-default-color:              @text-color;
-@btn-default-bg:                 #fff;
-@btn-default-border:             rgba(0, 0, 0, 0.1);
-
-@btn-primary-color:              #fff;
-@btn-primary-bg:                 @brand-primary;
-@btn-primary-border:             @btn-primary-bg;
-
-@btn-success-color:              #fff;
-@btn-success-bg:                 @brand-success;
-@btn-success-border:             @btn-success-bg;
-
-@btn-info-color:                 #fff;
-@btn-info-bg:                    @brand-info;
-@btn-info-border:                @btn-info-bg;
-
-@btn-warning-color:              #fff;
-@btn-warning-bg:                 @brand-warning;
-@btn-warning-border:             @btn-warning-bg;
-
-@btn-danger-color:               #fff;
-@btn-danger-bg:                  @brand-danger;
-@btn-danger-border:              @btn-danger-bg;
-
-@btn-link-disabled-color:        @gray-light;
-
-
-//== Forms
-//
-//##
-
-//** `<input>` background color
-@input-bg:                       #fff;
-//** `<input disabled>` background color
-@input-bg-disabled:              @gray-lighter;
-
-//** Text color for `<input>`s
-@input-color:                    @text-color;
-//** `<input>` border color
-@input-border:                   #ccc;
-
-// TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
-//** Default `.form-control` border radius
-@input-border-radius:            @border-radius-base;
-//** Large `.form-control` border radius
-@input-border-radius-large:      @border-radius-large;
-//** Small `.form-control` border radius
-@input-border-radius-small:      @border-radius-small;
-
-//** Border color for inputs on focus
-@input-border-focus:             #66afe9;
-
-//** Placeholder text color
-@input-color-placeholder:        @gray-light;
-
-//** Default `.form-control` height
-@input-height-base:              (@line-height-computed + (@padding-base-vertical * 2) + 2);
-//** Large `.form-control` height
-@input-height-large:             (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
-//** Small `.form-control` height
-@input-height-small:             (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
-
-@legend-color:                   @text-color;
-@legend-border-color:            #e5e5e5;
-
-//** Background color for textual input addons
-@input-group-addon-bg:           @gray-lighter;
-//** Border color for textual input addons
-@input-group-addon-border-color: @input-border;
-
-//** Disabled cursor for form controls and buttons.
-@cursor-disabled:                not-allowed;
-
-
-//== Dropdowns
-//
-//## Dropdown menu container and contents.
-
-//** Background for the dropdown menu.
-@dropdown-bg:                    #fff;
-//** Dropdown menu `border-color`.
-@dropdown-border:                rgba(0,0,0,.15);
-//** Dropdown menu `border-color` **for IE8**.
-@dropdown-fallback-border:       #ccc;
-//** Divider color for between dropdown items.
-@dropdown-divider-bg:            #e5e5e5;
-
-//** Dropdown link text color.
-@dropdown-link-color:            @gray-dark;
-//** Hover color for dropdown links.
-@dropdown-link-hover-color:      #fff;
-//** Hover background for dropdown links.
-@dropdown-link-hover-bg:         @dropdown-link-active-bg;
-
-//** Active dropdown menu item text color.
-@dropdown-link-active-color:     #fff;
-//** Active dropdown menu item background color.
-@dropdown-link-active-bg:        @component-active-bg;
-
-//** Disabled dropdown menu item background color.
-@dropdown-link-disabled-color:   @text-muted;
-
-//** Text color for headers within dropdown menus.
-@dropdown-header-color:          @text-muted;
-
-//** Deprecated `@dropdown-caret-color` as of v3.1.0
-@dropdown-caret-color:           #000;
-
-
-//-- Z-index master list
-//
-// Warning: Avoid customizing these values. They're used for a bird's eye view
-// of components dependent on the z-axis and are designed to all work together.
-//
-// Note: These variables are not generated into the Customizer.
-
-@zindex-navbar:            1000;
-@zindex-dropdown:          1000;
-@zindex-popover:           1060;
-@zindex-tooltip:           1070;
-@zindex-navbar-fixed:      1030;
-@zindex-modal:             1040;
-
-
-//== Media queries breakpoints
-//
-//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
-
-// Extra small screen / phone
-//** Deprecated `@screen-xs` as of v3.0.1
-@screen-xs:                  480px;
-//** Deprecated `@screen-xs-min` as of v3.2.0
-@screen-xs-min:              @screen-xs;
-//** Deprecated `@screen-phone` as of v3.0.1
-@screen-phone:               @screen-xs-min;
-
-// Small screen / tablet
-//** Deprecated `@screen-sm` as of v3.0.1
-@screen-sm:                  768px;
-@screen-sm-min:              @screen-sm;
-//** Deprecated `@screen-tablet` as of v3.0.1
-@screen-tablet:              @screen-sm-min;
-
-// Medium screen / desktop
-//** Deprecated `@screen-md` as of v3.0.1
-@screen-md:                  992px;
-@screen-md-min:              @screen-md;
-//** Deprecated `@screen-desktop` as of v3.0.1
-@screen-desktop:             @screen-md-min;
-
-// Large screen / wide desktop
-//** Deprecated `@screen-lg` as of v3.0.1
-@screen-lg:                  1200px;
-@screen-lg-min:              @screen-lg;
-//** Deprecated `@screen-lg-desktop` as of v3.0.1
-@screen-lg-desktop:          @screen-lg-min;
-
-// So media queries don't overlap when required, provide a maximum
-@screen-xs-max:              (@screen-sm-min - 1);
-@screen-sm-max:              (@screen-md-min - 1);
-@screen-md-max:              (@screen-lg-min - 1);
-
-
-//== Grid system
-//
-//## Define your custom responsive grid.
-
-//** Number of columns in the grid.
-@grid-columns:              12;
-//** Padding between columns. Gets divided in half for the left and right.
-@grid-gutter-width:         30px;
-// Navbar collapse
-//** Point at which the navbar becomes uncollapsed.
-@grid-float-breakpoint:     @screen-sm-min;
-//** Point at which the navbar begins collapsing.
-@grid-float-breakpoint-max: (@grid-float-breakpoint - 1);
-
-
-//== Container sizes
-//
-//## Define the maximum width of `.container` for different screen sizes.
-
-// Small screen / tablet
-@container-tablet:             (720px + @grid-gutter-width);
-//** For `@screen-sm-min` and up.
-@container-sm:                 @container-tablet;
-
-// Medium screen / desktop
-@container-desktop:            (940px + @grid-gutter-width);
-//** For `@screen-md-min` and up.
-@container-md:                 @container-desktop;
-
-// Large screen / wide desktop
-@container-large-desktop:      (1140px + @grid-gutter-width);
-//** For `@screen-lg-min` and up.
-@container-lg:                 @container-large-desktop;
-
-
-//== Navbar
-//
-//##
-
-// Basics of a navbar
-@navbar-height:                    50px;
-@navbar-margin-bottom:             @line-height-computed;
-@navbar-border-radius:             @border-radius-base;
-@navbar-padding-horizontal:        floor((@grid-gutter-width / 2));
-@navbar-padding-vertical:          ((@navbar-height - @line-height-computed) / 2);
-@navbar-collapse-max-height:       340px;
-
-@navbar-default-color:             #ddd;
-@navbar-default-bg:                @brand-primary;
-@navbar-default-border:            darken(@navbar-default-bg, 6.5%);
-
-// Navbar links
-@navbar-default-link-color:                #fff;
-@navbar-default-link-hover-color:          #fff;
-@navbar-default-link-hover-bg:             darken(@navbar-default-bg, 10%);
-@navbar-default-link-active-color:         #fff;
-@navbar-default-link-active-bg:            darken(@navbar-default-bg, 10%);
-@navbar-default-link-disabled-color:       #ddd;
-@navbar-default-link-disabled-bg:          transparent;
-
-// Navbar brand label
-@navbar-default-brand-color:               @navbar-default-link-color;
-@navbar-default-brand-hover-color:         #fff;
-@navbar-default-brand-hover-bg:            none;
-
-// Navbar toggle
-@navbar-default-toggle-hover-bg:           darken(@navbar-default-bg, 10%);
-@navbar-default-toggle-icon-bar-bg:        #fff;
-@navbar-default-toggle-border-color:       darken(@navbar-default-bg, 10%);
-
-
-// Inverted navbar
-// Reset inverted navbar basics
-@navbar-inverse-color:                      #fff;
-@navbar-inverse-bg:                         @brand-info;
-@navbar-inverse-border:                     darken(@navbar-inverse-bg, 5%);
-
-// Inverted navbar links
-@navbar-inverse-link-color:                 #fff;
-@navbar-inverse-link-hover-color:           #fff;
-@navbar-inverse-link-hover-bg:              darken(@navbar-inverse-bg, 5%);
-@navbar-inverse-link-active-color:          #fff;
-@navbar-inverse-link-active-bg:             darken(@navbar-inverse-bg, 5%);
-@navbar-inverse-link-disabled-color:        #ccc;
-@navbar-inverse-link-disabled-bg:           transparent;
-
-// Inverted navbar brand label
-@navbar-inverse-brand-color:                @navbar-inverse-link-color;
-@navbar-inverse-brand-hover-color:          #fff;
-@navbar-inverse-brand-hover-bg:             none;
-
-// Inverted navbar toggle
-@navbar-inverse-toggle-hover-bg:            darken(@navbar-inverse-bg, 5%);
-@navbar-inverse-toggle-icon-bar-bg:         #fff;
-@navbar-inverse-toggle-border-color:        darken(@navbar-inverse-bg, 5%);
-
-
-//== Navs
-//
-//##
-
-//=== Shared nav styles
-@nav-link-padding:                          10px 15px;
-@nav-link-hover-bg:                         @gray-lighter;
-
-@nav-disabled-link-color:                   @gray-light;
-@nav-disabled-link-hover-color:             @gray-light;
-
-//== Tabs
-@nav-tabs-border-color:                     #ddd;
-
-@nav-tabs-link-hover-border-color:          @gray-lighter;
-
-@nav-tabs-active-link-hover-bg:             @body-bg;
-@nav-tabs-active-link-hover-color:          @gray;
-@nav-tabs-active-link-hover-border-color:   #ddd;
-
-@nav-tabs-justified-link-border-color:            #ddd;
-@nav-tabs-justified-active-link-border-color:     @body-bg;
-
-//== Pills
-@nav-pills-border-radius:                   @border-radius-base;
-@nav-pills-active-link-hover-bg:            @component-active-bg;
-@nav-pills-active-link-hover-color:         @component-active-color;
-
-
-//== Pagination
-//
-//##
-
-@pagination-color:                     @link-color;
-@pagination-bg:                        #fff;
-@pagination-border:                    #ddd;
-
-@pagination-hover-color:               @link-hover-color;
-@pagination-hover-bg:                  @gray-lighter;
-@pagination-hover-border:              #ddd;
-
-@pagination-active-color:              @gray-light;
-@pagination-active-bg:                 #f5f5f5;
-@pagination-active-border:             @pagination-hover-border;
-
-@pagination-disabled-color:            @gray-light;
-@pagination-disabled-bg:               #fff;
-@pagination-disabled-border:           #ddd;
-
-
-//== Pager
-//
-//##
-
-@pager-bg:                             @pagination-bg;
-@pager-border:                         @pagination-border;
-@pager-border-radius:                  15px;
-
-@pager-hover-bg:                       @pagination-hover-bg;
-
-@pager-active-bg:                      @pagination-active-bg;
-@pager-active-color:                   @pagination-active-color;
-
-@pager-disabled-color:                 @gray-light;
-
-
-//== Jumbotron
-//
-//##
-
-@jumbotron-padding:              30px;
-@jumbotron-color:                inherit;
-@jumbotron-bg:                   @gray-lighter;
-@jumbotron-heading-color:        inherit;
-@jumbotron-font-size:            ceil((@font-size-base * 1.5));
-
-
-//== Form states and alerts
-//
-//## Define colors for form feedback states and, by default, alerts.
-
-@state-success-text:             #468847;
-@state-success-bg:               #dff0d8;
-@state-success-border:           darken(spin(@state-success-bg, -10), 5%);
-
-@state-info-text:                #3a87ad;
-@state-info-bg:                  #d9edf7;
-@state-info-border:              darken(spin(@state-info-bg, -10), 7%);
-
-@state-warning-text:             #c09853;
-@state-warning-bg:               #fcf8e3;
-@state-warning-border:           darken(spin(@state-warning-bg, -10), 3%);
-
-@state-danger-text:              #b94a48;
-@state-danger-bg:                #f2dede;
-@state-danger-border:            darken(spin(@state-danger-bg, -10), 3%);
-
-
-//== Tooltips
-//
-//##
-
-//** Tooltip max width
-@tooltip-max-width:           200px;
-//** Tooltip text color
-@tooltip-color:               #fff;
-//** Tooltip background color
-@tooltip-bg:                  rgba(0,0,0,.9);
-@tooltip-opacity:             .9;
-
-//** Tooltip arrow width
-@tooltip-arrow-width:         5px;
-//** Tooltip arrow color
-@tooltip-arrow-color:         @tooltip-bg;
-
-
-//== Popovers
-//
-//##
-
-//** Popover body background color
-@popover-bg:                          #fff;
-//** Popover maximum width
-@popover-max-width:                   276px;
-//** Popover border color
-@popover-border-color:                rgba(0,0,0,.2);
-//** Popover fallback border color
-@popover-fallback-border-color:       #ccc;
-
-//** Popover title background color
-@popover-title-bg:                    darken(@popover-bg, 3%);
-
-//** Popover arrow width
-@popover-arrow-width:                 10px;
-//** Popover arrow color
-@popover-arrow-color:                 @popover-bg;
-
-//** Popover outer arrow width
-@popover-arrow-outer-width:           (@popover-arrow-width + 1);
-//** Popover outer arrow color
-@popover-arrow-outer-color:           fadein(@popover-border-color, 5%);
-//** Popover outer arrow fallback color
-@popover-arrow-outer-fallback-color:  darken(@popover-fallback-border-color, 20%);
-
-
-//== Labels
-//
-//##
-
-//** Default label background color
-@label-default-bg:            @gray-light;
-//** Primary label background color
-@label-primary-bg:            @brand-primary;
-//** Success label background color
-@label-success-bg:            @brand-success;
-//** Info label background color
-@label-info-bg:               @brand-info;
-//** Warning label background color
-@label-warning-bg:            @brand-warning;
-//** Danger label background color
-@label-danger-bg:             @brand-danger;
-
-//** Default label text color
-@label-color:                 #fff;
-//** Default text color of a linked label
-@label-link-hover-color:      #fff;
-
-
-//== Modals
-//
-//##
-
-//** Padding applied to the modal body
-@modal-inner-padding:         20px;
-
-//** Padding applied to the modal title
-@modal-title-padding:         15px;
-//** Modal title line-height
-@modal-title-line-height:     @line-height-base;
-
-//** Background color of modal content area
-@modal-content-bg:                             #fff;
-//** Modal content border color
-@modal-content-border-color:                   rgba(0,0,0,.2);
-//** Modal content border color **for IE8**
-@modal-content-fallback-border-color:          #999;
-
-//** Modal backdrop background color
-@modal-backdrop-bg:           #000;
-//** Modal backdrop opacity
-@modal-backdrop-opacity:      .5;
-//** Modal header border color
-@modal-header-border-color:   #e5e5e5;
-//** Modal footer border color
-@modal-footer-border-color:   @modal-header-border-color;
-
-@modal-lg:                    900px;
-@modal-md:                    600px;
-@modal-sm:                    300px;
-
-
-//== Alerts
-//
-//## Define alert colors, border radius, and padding.
-
-@alert-padding:               15px;
-@alert-border-radius:         @border-radius-base;
-@alert-link-font-weight:      bold;
-
-@alert-success-bg:            @state-success-bg;
-@alert-success-text:          @state-success-text;
-@alert-success-border:        @state-success-border;
-
-@alert-info-bg:               @state-info-bg;
-@alert-info-text:             @state-info-text;
-@alert-info-border:           @state-info-border;
-
-@alert-warning-bg:            @state-warning-bg;
-@alert-warning-text:          @state-warning-text;
-@alert-warning-border:        @state-warning-border;
-
-@alert-danger-bg:             @state-danger-bg;
-@alert-danger-text:           @state-danger-text;
-@alert-danger-border:         @state-danger-border;
-
-
-//== Progress bars
-//
-//##
-
-//** Background color of the whole progress component
-@progress-bg:                 #f5f5f5;
-//** Progress bar text color
-@progress-bar-color:          #fff;
-//** Variable for setting rounded corners on progress bar.
-@progress-border-radius:      @border-radius-base;
-
-//** Default progress bar color
-@progress-bar-bg:             @brand-primary;
-//** Success progress bar color
-@progress-bar-success-bg:     @brand-success;
-//** Warning progress bar color
-@progress-bar-warning-bg:     @brand-warning;
-//** Danger progress bar color
-@progress-bar-danger-bg:      @brand-danger;
-//** Info progress bar color
-@progress-bar-info-bg:        @brand-info;
-
-
-//== List group
-//
-//##
-
-//** Background color on `.list-group-item`
-@list-group-bg:                 #fff;
-//** `.list-group-item` border color
-@list-group-border:             #ddd;
-//** List group border radius
-@list-group-border-radius:      @border-radius-base;
-
-//** Background color of single list items on hover
-@list-group-hover-bg:           #f5f5f5;
-//** Text color of active list items
-@list-group-active-color:       @component-active-color;
-//** Background color of active list items
-@list-group-active-bg:          @component-active-bg;
-//** Border color of active list elements
-@list-group-active-border:      @list-group-active-bg;
-//** Text color for content within active list items
-@list-group-active-text-color:  lighten(@list-group-active-bg, 40%);
-
-//** Text color of disabled list items
-@list-group-disabled-color:      @gray-light;
-//** Background color of disabled list items
-@list-group-disabled-bg:         @gray-lighter;
-//** Text color for content within disabled list items
-@list-group-disabled-text-color: @list-group-disabled-color;
-
-@list-group-link-color:         #555;
-@list-group-link-hover-color:   @list-group-link-color;
-@list-group-link-heading-color: #333;
-
-
-//== Panels
-//
-//##
-
-@panel-bg:                    #fff;
-@panel-body-padding:          15px;
-@panel-heading-padding:       10px 15px;
-@panel-footer-padding:        @panel-heading-padding;
-@panel-border-radius:         @border-radius-base;
-
-//** Border color for elements within panels
-@panel-inner-border:          #ddd;
-@panel-footer-bg:             #f5f5f5;
-
-@panel-default-text:          @text-color;
-@panel-default-border:        #ddd;
-@panel-default-heading-bg:    #f5f5f5;
-
-@panel-primary-text:          #fff;
-@panel-primary-border:        @panel-default-border;
-@panel-primary-heading-bg:    @brand-primary;
-
-@panel-success-text:          @state-success-text;
-@panel-success-border:        @panel-default-border;
-@panel-success-heading-bg:    @brand-success;
-
-@panel-info-text:             @state-info-text;
-@panel-info-border:           @panel-default-border;
-@panel-info-heading-bg:       @brand-info;
-
-@panel-warning-text:          @state-warning-text;
-@panel-warning-border:        @panel-default-border;
-@panel-warning-heading-bg:    @brand-warning;
-
-@panel-danger-text:           @state-danger-text;
-@panel-danger-border:         @panel-default-border;
-@panel-danger-heading-bg:     @brand-danger;
-
-
-//== Thumbnails
-//
-//##
-
-//** Padding around the thumbnail image
-@thumbnail-padding:           4px;
-//** Thumbnail background color
-@thumbnail-bg:                @body-bg;
-//** Thumbnail border color
-@thumbnail-border:            #ddd;
-//** Thumbnail border radius
-@thumbnail-border-radius:     @border-radius-base;
-
-//** Custom text color for thumbnail captions
-@thumbnail-caption-color:     @text-color;
-//** Padding around the thumbnail caption
-@thumbnail-caption-padding:   9px;
-
-
-//== Wells
-//
-//##
-
-@well-bg:                     #f5f5f5;
-@well-border:                 darken(@well-bg, 7%);
-
-
-//== Badges
-//
-//##
-
-@badge-color:                 #fff;
-//** Linked badge text color on hover
-@badge-link-hover-color:      #fff;
-@badge-bg:                    @brand-primary;
-
-//** Badge text color in active nav link
-@badge-active-color:          @link-color;
-//** Badge background color in active nav link
-@badge-active-bg:             #fff;
-
-@badge-font-weight:           bold;
-@badge-line-height:           1;
-@badge-border-radius:         10px;
-
-
-//== Breadcrumbs
-//
-//##
-
-@breadcrumb-padding-vertical:   8px;
-@breadcrumb-padding-horizontal: 15px;
-//** Breadcrumb background color
-@breadcrumb-bg:                 #f5f5f5;
-//** Breadcrumb text color
-@breadcrumb-color:              #ccc;
-//** Text color of current page in the breadcrumb
-@breadcrumb-active-color:       @gray-light;
-//** Textual separator for between breadcrumb elements
-@breadcrumb-separator:          "/";
-
-
-//== Carousel
-//
-//##
-
-@carousel-text-shadow:                        0 1px 2px rgba(0,0,0,.6);
-
-@carousel-control-color:                      #fff;
-@carousel-control-width:                      15%;
-@carousel-control-opacity:                    .5;
-@carousel-control-font-size:                  20px;
-
-@carousel-indicator-active-bg:                #fff;
-@carousel-indicator-border-color:             #fff;
-
-@carousel-caption-color:                      #fff;
-
-
-//== Close
-//
-//##
-
-@close-font-weight:           bold;
-@close-color:                 #000;
-@close-text-shadow:           0 1px 0 #fff;
-
-
-//== Code
-//
-//##
-
-@code-color:                  #c7254e;
-@code-bg:                     #f9f2f4;
-
-@kbd-color:                   #fff;
-@kbd-bg:                      #333;
-
-@pre-bg:                      #f5f5f5;
-@pre-color:                   @gray-dark;
-@pre-border-color:            #ccc;
-@pre-scrollable-max-height:   340px;
-
-
-//== Type
-//
-//##
-
-//** Horizontal offset for forms and lists.
-@component-offset-horizontal: 180px;
-//** Text muted color
-@text-muted:                  @gray-light;
-//** Abbreviations and acronyms border color
-@abbr-border-color:           @gray-light;
-//** Headings small color
-@headings-small-color:        @gray-light;
-//** Blockquote small color
-@blockquote-small-color:      @gray-light;
-//** Blockquote font size
-@blockquote-font-size:        (@font-size-base * 1.25);
-//** Blockquote border color
-@blockquote-border-color:     @gray-lighter;
-//** Page header border color
-@page-header-border-color:    @gray-lighter;
-//** Width of horizontal description list titles
-@dl-horizontal-offset:        @component-offset-horizontal;
-//** Horizontal line color.
-@hr-border:                   @gray-lighter;
index 6edc989cf6c7beddae4267548aa03545665a0db9..9cee36da28c9158d13a73a394b9b26e774e6e09f 100644 (file)
 <!--#include file="header.html" -->
 
-<div class="row">
-<div class="col-sm-10 col-sm-offset-1">
-
-<h2>Documentation</h2>
-
-<p>The Buildroot user manual is where you want to start reading if you
-wish to understand how Buildroot works, or wish to change/extend/fix
-things. It is available as:</p>
-
-<h4>Latest stable release</h4>
-<ul>
-  <li><a href="/manual.html">Online HTML</a></li>
-  <li><a href="/downloads/manual/manual.pdf">PDF document</a></li>
-  <li><a href="/downloads/manual/manual.text">ASCII text</a></li>
-</ul>
-
-<h4>Nightly build</h4>
-<ul>
-  <li><a href="http://nightly.buildroot.org/manual.html">Online HTML</a></li>
-  <li><a href="http://nightly.buildroot.org/manual.pdf">PDF document</a></li>
-  <li><a href="http://nightly.buildroot.org/manual.text">ASCII text</a></li>
-</ul>
-
-<p>If you find any errors (factual, grammatical, whatever) please
-  report them to us.</p>
-
-<h2>Training</h2>
-
-<p><a href="http://www.free-electrons.com">Free Electrons</a> offers a
-complete <a href="http://free-electrons.com/training/buildroot/">3-days
-training course on Buildroot</a>. They also make the training
-materials freely available:</p>
-
-<ul>
-  <li><a href="http://free-electrons.com/doc/training/buildroot/buildroot-slides.pdf">slides
-      (PDF)</a></li>
-  <li><a href="http://free-electrons.com/doc/training/buildroot/buildroot-labs.pdf">practical
-      labs (PDF)</a></li>
-  <li><a href="http://free-electrons.com/doc/training/buildroot/buildroot-labs.tar.xz">practical
-      labs data (.tar.xz)</a></li>
-</ul>
-
-<h2>Getting support</h2>
-
-<p>If you find that you need help with Buildroot, you can ask for
-help:</p>
-
-<ul>
-
-  <li>On the <a href="support.html">buildroot mailing list</a>
-  at <code>buildroot at buildroot.org</code></li>
-
-  <li>On the <a href="irc://freenode.net/#buildroot">Buildroot IRC
-  channel</a>, <code>#buildroot</code> on Freenode</li>
-
-  <li>On our <a href="https://bugs.buildroot.org">bugtracker</a>.</li>
-
-  <li>Through the various companies offering commercial Buildroot
-  support.</li>
-
-</ul>
-
-</div><!--/.col-sm-10 -->
-</div><!--/.row -->
+<div class="container">
+<div class="row nh">
+<div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
+
+  <div class="panel panel-primary">
+    <div class="panel-heading">Documentation</div>
+    <div class="panel-body">
+      <p>The Buildroot user manual is where you want to start reading if you
+       wish to understand how Buildroot works, or wish to change/extend/fix
+       things. It is available as:</p>
+
+      <div class="row mt centered">
+       <div class="col-sm-4">
+         <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
+           <div class="flipper">
+             <div class="front">
+               <a href="/manual.html"><img src="images/browser.png" width="180" alt=""></a>
+             </div>
+             <div class="back">
+               <a href="/manual.html"><img src="images/browser.png" width="180" alt=""></a>
+             </div>
+           </div>
+         </div>
+
+         <h3>HTML <br>
+           <a href="/manual.html">Stable</a> |
+           <a href="http://nightly.buildroot.org/manual.html">Nightly</a>
+         </h3>
+
+       </div>
+
+       <div class="col-sm-4">
+         <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
+           <div class="flipper">
+             <div class="front">
+               <img src="images/pdf-icon.png" width="180" alt="">
+             </div>
+             <div class="back">
+               <img src="images/pdf-icon.png" width="180" alt="">
+             </div>
+           </div>
+         </div>
+
+         <h3>PDF <br>
+           <a href="/downloads/manual/manual.pdf">Stable</a> |
+           <a href="http://nightly.buildroot.org/manual.pdf">Nightly</a>
+         </h3>
+
+       </div>
+
+       <div class="col-sm-4">
+         <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
+           <div class="flipper">
+             <div class="front">
+               <img src="images/text.png" width="180" alt="">
+             </div>
+             <div class="back">
+               <img src="images/text.png" width="180" alt="">
+             </div>
+           </div>
+         </div>
+
+         <h3>ASCII <br>
+           <a href="/downloads/manual/manual.text">Stable</a> |
+           <a href="http://nightly.buildroot.org/manual.text">Nightly</a>
+         </h3>
+
+       </div>
+      </div>
+
+      <p>If you find any errors (factual, grammatical, whatever) please
+       report them to us.</p>
+    </div>
+  </div>
+
+  <div class="panel panel-primary">
+    <div class="panel-heading">Training</div>
+    <div class="panel-body">
+      <p><a href="http://www.free-electrons.com">Free Electrons</a> offers a
+       complete <a href="http://free-electrons.com/training/buildroot/">3-days
+         training course on Buildroot</a>. They also make the training
+       materials freely available:</p>
+
+      <div class="row">
+       <div class="col-sm-8">
+         <div class="panel panel-success">
+           <div class="panel-heading">Slides preview</div>
+           <div class="panel-body">
+             <div id="slides" style="width: 100%; padding-bottom: 75%; position: relative">
+               <a href="http://free-electrons.com/doc/training/buildroot/buildroot-slides.pdf"><img src="images/buildroot-slides.png" alt="buildroot slides" style="position:absolute; width:100%; height:100%; top:0; left:0;"></a>
+             </div>
+           </div>
+         </div>
+       </div>
+
+       <div class="col-sm-4">
+         <div class="panel panel-default       ">
+           <div class="panel-heading">Training materials</div>
+           <div class="panel-body">
+             <ul>
+               <li><a href="http://free-electrons.com/doc/training/buildroot/buildroot-slides.pdf">slides (PDF)</a></li>
+               <li><a href="http://free-electrons.com/doc/training/buildroot/buildroot-labs.pdf">practical labs (PDF)</a></li>
+               <li><a href="http://free-electrons.com/doc/training/buildroot/buildroot-labs.tar.xz">practical labs data (.tar.xz)</a></li>
+             </ul>
+           </div>
+         </div>
+       </div>
+      </div>
+    </div>
+  </div>
+
+</div>
+</div>
+</div>
 
 <!--#include file="footer.html" -->
 
index 201e248e60ee740d27cfa5c020abb0632df30c86..b6b3f13b791d803b4791c2bed6ced04221655b93 100644 (file)
 <!--#include file="header.html" -->
 
-<div class="row">
-<div class="col-sm-10 col-sm-offset-1">
-
-<h2>Download</h2>
-
-<p>
-
-The latest stable release is <b>2015.08.1</b>, which can be downloaded
-here:<p>
-
-<a href="/downloads/buildroot-2015.08.1.tar.gz">buildroot-2015.08.1.tar.gz</a>
-(<a href="/downloads/buildroot-2015.08.1.tar.gz.sign">PGP signature</a>)
-or
-<a href="/downloads/buildroot-2015.08.1.tar.bz2">buildroot-2015.08.1.tar.bz2</a>
-(<a href="/downloads/buildroot-2015.08.1.tar.bz2.sign">PGP signature</a>).
-
-<p>
-The latest release candidate is <b>2015.11-rc2</b>, which can be
-downloaded here:<p>
-
-<a href="/downloads/buildroot-2015.11-rc2.tar.gz">buildroot-2015.11-rc2.tar.gz</a>
-(<a href="/downloads/buildroot-2015.11-rc2.tar.gz.sign">PGP signature</a>)
-or
-<a href="/downloads/buildroot-2015.11-rc2.tar.bz2">buildroot-2015.11-rc2.tar.bz2</a>
-(<a href="/downloads/buildroot-2015.11-rc2.tar.bz2.sign">PGP signature</a>).
-<p>
-
-This and earlier releases (and their PGP signatures) can always be downloaded from
-<a href="/downloads/">http://buildroot.net/downloads/</a>.
-
-<p>
-
-You can also obtain daily snapshots of the latest Buildroot source tree if you
-want to follow development, but cannot or do not wish to use Git.
-
-<ul>
-       <li>You can download the
-       <a href="downloads/snapshots/buildroot-snapshot.tar.bz2">latest snapshot
-       </a> or view recent <a href="downloads/snapshots/">daily snapshots</a>.
-       </li>
-
-       <li>You can also <a href="http://git.buildroot.net/buildroot">browse the
-       source tree online</a>.
-       </li>
-</ul>
-
-<p>
-Older versions can be downloaded from <a href="/downloads/">the release archive</a>.
-</p>
-
-<h2>Repository</h2>
-
-The buildroot repository can be browsed online through cgit at
-<a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
-To grab a copy of the repository use
-
-<pre>
-git clone git://git.buildroot.net/buildroot</pre>
-
-Or if you're behind a firewall blocking git:
-
-<pre>
-git clone http://git.buildroot.net/git/buildroot.git</pre>
-
-<p>
-
-Please use the native git protocol if at all possible, as it's a lot
-more efficient than HTTP.
-
-<p>
-
-If you are not already familiar with using Git, we recommend you visit <a
-href="http://git-scm.org">the Git website</a>.
-
-<p>
-
-Once you've checked out a copy of the source tree, you can update your source
-tree at any time so it is in sync with the latest and greatest by entering your
-buildroot directory and running the command:
-
-<pre>
-git pull
-</pre>
-
-Because you've only been granted anonymous access to the tree, you won't be
-able to push your changes to the repo. Changes can instead be submitted for
-inclusion by posting them to the buildroot mailing list.
+<div class="container">
+<div class="row nh">
+<div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
+
+  <div class="panel panel-primary">
+    <div class="panel-heading">Download</div>
+    <div class="panel-body">
+
+      <h3 style="text-align: center;">Latest stable release: <b>2015.08.1</b></h3>
+
+      <div class="row mt centered">
+       <div class="col-sm-6">
+         <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
+           <div class="flipper">
+             <div class="front">
+               <a href="/downloads/buildroot-2015.08.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
+             </div>
+             <div class="back">
+               <a href="/downloads/buildroot-2015.08.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
+             </div>
+           </div>
+         </div>
+         <h3><a href="/downloads/buildroot-2015.08.1.tar.gz">buildroot-2015.08.1.tar.gz</a></h3>
+         <p><a href="/downloads/buildroot-2015.08.1.tar.gz.sign">PGP signature</a></p>
+       </div>
+       <div class="col-sm-6">
+         <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
+           <div class="flipper">
+             <div class="front">
+               <a href="/downloads/buildroot-2015.08.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
+             </div>
+             <div class="back">
+               <a href="/downloads/buildroot-2015.08.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
+             </div>
+           </div>
+         </div>
+
+         <h3><a href="/downloads/buildroot-2015.08.1.tar.bz2">buildroot-2015.08.1.tar.bz2</a></h3>
+         <p><a href="/downloads/buildroot-2015.08.1.tar.bz2.sign">PGP signature</a></p>
+       </div>
+      </div>
+
+      <h3 style="text-align: center;">Latest release candidate: <b>2015.11-rc2</b></h3>
+      <div class="row mt centered">
+       <div class="col-sm-6">
+         <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
+           <div class="flipper">
+             <div class="front">
+               <a href="/downloads/buildroot-2015.11-rc2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
+             </div>
+             <div class="back">
+               <a href="/downloads/buildroot-2015.11-rc2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
+             </div>
+           </div>
+         </div>
+
+         <h3><a href="/downloads/buildroot-2015.11-rc2.tar.gz">buildroot-2015.11-rc2.tar.gz</a></h3>
+         <p><a href="/downloads/buildroot-2015.11-rc2.tar.gz.sign">PGP signature</a></p>
+       </div>
+       <div class="col-sm-6">
+         <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
+           <div class="flipper">
+             <div class="front">
+               <a href="/downloads/buildroot-2015.11-rc2.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
+             </div>
+             <div class="back">
+               <a href="/downloads/buildroot-2015.11-rc2.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
+             </div>
+           </div>
+         </div>
+
+         <h3><a href="/downloads/buildroot-2015.11-rc2.tar.bz2">buildroot-2015.11-rc2.tar.bz2</a></h3>
+         <p><a href="/downloads/buildroot-2015.11-rc2.tar.bz2.sign">PGP signature</a></p>
+       </div>
+      </div>
+      This and earlier releases (and their PGP signatures) can always be downloaded from
+      <a href="/downloads/">http://buildroot.net/downloads/</a>.
+    </div>
+  </div>
+
+  <div class="panel panel-primary">
+    <div class="panel-heading">Source code</div>
+    <div class="panel-body">
+
+      <div class="row">
+       <div class="col-sm-7">
+         <div class="panel panel-success">
+           <div class="panel-heading">Repository</div>
+           <div class="panel-body">
+             <P>The buildroot repository can be browsed online through cgit at
+               <a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
+               To grab a copy of the repository use</p>
+
+
+             <div class="input-group" style="width: 100%;">
+               <input class="form-control" style="width: 85%;" id="giturl"
+                      value="git clone git://git.buildroot.net/buildroot" type="text" readonly></input>
+               <span class="input-group-button">
+                 <button class="btn pull-right" type="button" data-clipboard-target="#giturl"
+                         data-toggle="tooltip" data-placement="bottom" data-trigger="manual" title="Copied!">
+                   <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
+                 </button>
+               </span>
+             </div><br>
+
+             <p>
+               Or if you're behind a firewall blocking git:
+             </p>
+
+             <div class="input-group" style="width: 100%;">
+               <input class="form-control" style="width: 85%;" id="giturlhttps"
+                      value="git clone https://git.buildroot.net/buildroot" type="text" readonly></input>
+               <span class="input-group-button">
+                 <button class="btn pull-right" type="button" data-clipboard-target="#giturlhttps"
+                         data-toggle="tooltip" data-placement="bottom" data-trigger="click" title="Copied!">
+                   <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
+                 </button>
+               </span>
+             </div><br>
+
+             <p>
+
+               Please use the native git protocol if at all possible, as it's a lot
+               more efficient than HTTP.
+
+             <p>
+
+               If you are not already familiar with using Git, we recommend you visit <a
+                                                                                         href="http://git-scm.org">the Git website</a>.
+
+             <p>
+
+               Once you've checked out a copy of the source tree, you can update your source
+               tree at any time so it is in sync with the latest and greatest by entering your
+               buildroot directory and running the command:
+
+               <pre>
+                 git pull
+               </pre>
+
+               Because you've only been granted anonymous access to the tree, you won't be
+               able to push your changes to the repo. Changes can instead be submitted for
+               inclusion by posting them to the buildroot mailing list.
+           </div>
+         </div>
+       </div>
+
+       <div class="col-sm-5">
+         <div class="panel panel-default       ">
+           <div class="panel-heading">Tarballs</div>
+           <div class="panel-body">
+             You can also obtain daily snapshots of the latest Buildroot source tree if you
+             want to follow development, but cannot or do not wish to use Git.
+
+             <ul>
+               <li>You can download the
+                 <a href="downloads/snapshots/buildroot-snapshot.tar.bz2">latest snapshot
+                 </a> or view recent <a href="downloads/snapshots/">daily snapshots</a>.
+               </li>
+
+               <li>You can also <a href="http://git.buildroot.net/buildroot">browse the
+                   source tree online</a>.
+               </li>
+             </ul>
+
+             <p>
+               Older versions can be downloaded from <a href="/downloads/">the release archive</a>.
+             </p>
+           </div>
+         </div>
+       </div>
+      </div>
+    </div>
+  </div>
 
 </div><!--/.col-sm-10 -->
 </div><!--/.row -->
+</div>
 
 <!--#include file="footer.html" -->
index 8c54182aa5d4d1ab3c9171976b615c1dcb1dc187..d83c539b8266366dc331c5f746714caefb84c47d 100644 (file)
Binary files a/docs/website/fonts/glyphicons-halflings-regular.woff and b/docs/website/fonts/glyphicons-halflings-regular.woff differ
index 9f7194ffbaa64151b08b4dad01216f0288f5829d..16fab36c956ddd3e7f8869c5326fce2f366395de 100644 (file)
@@ -1,7 +1,7 @@
-    </div> <!-- /container -->
-    <script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
-    <script type="text/javascript" src="js/bootstrap.min.js"></script>
-    <script type="text/javascript" src="https://www.google.com/jsapi"></script>
-    <script type="text/javascript" src="js/buildroot.js"></script>
-  </body>
+       <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
+       <script src="https://oss.maxcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
+       <script type="text/javascript" src="https://www.google.com/jsapi"></script>
+       <script src="https://cdn.rawgit.com/zenorocha/clipboard.js/master/dist/clipboard.min.js"></script>
+       <script type="text/javascript" src="js/buildroot.js"></script>
+</body>
 </html>
diff --git a/docs/website/git.html b/docs/website/git.html
deleted file mode 100644 (file)
index 8903975..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--#include file="header.html" -->
-
-<div class="row">
-<div class="col-sm-10 col-sm-offset-1">
-
-<h3>Git Access</h3>
-
-The buildroot repository can be browsed online through cgit at
-<a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
-To grab a copy of the repository use
-
-<pre>
-git clone git://git.buildroot.net/buildroot</pre>
-
-Or if you're behind a firewall blocking git:
-
-<pre>
-git clone http://git.buildroot.net/git/buildroot.git</pre>
-
-<p>
-
-Please use the native git protocol if at all possible, as it's a lot
-more efficient than HTTP.
-
-<p>
-
-If you are not already familiar with using Git, we recommend you visit <a
-href="http://git-scm.org">the Git website</a>.
-
-<p>
-
-Once you've checked out a copy of the source tree, you can update your source
-tree at any time so it is in sync with the latest and greatest by entering your
-buildroot directory and running the command:
-
-<pre>
-git pull
-</pre>
-
-Because you've only been granted anonymous access to the tree, you won't be
-able to push your changes to the repo. Changes can instead be submitted for
-inclusion by posting them to the buildroot mailing list.
-
-</div><!--/.col-sm-10 -->
-</div><!--/.row -->
-
-<!--#include file="footer.html" -->
-
index 98f6ec5bf1c39ac2cfbd8a9b798fa218332e6004..3842f327214f6d98bfe629f91ebd89e6965b68ad 100644 (file)
@@ -1,49 +1,52 @@
 <!DOCTYPE html>
 <html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <title>Buildroot: making embedded Linux easy</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="author" content="The Buildroot developers">
-    <link rel="shortcut icon" href="favicon.ico">
-    <link href="css/bootstrap.min.css" rel="stylesheet">
-    <link href="css/buildroot.css" rel="stylesheet">
+<head>
+       <meta charset="utf-8">
+       <meta http-equiv="X-UA-Compatible" content="IE=edge">
+       <meta name="viewport" content="width=device-width, initial-scale=1.0">
+       <meta name="Buildroot" content="">
+       <meta name="angelo.compagnucci@gmail.com" content="">
+       <link rel="shortcut icon" href="images/favicon.png">
 
-    <style type="text/css">
-    </style>
+       <title>Buildroot - Making Embedded Linux Easy</title>
 
-    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
-    <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-  </head>
-  <body>
-    <nav class="navbar navbar-default navbar-fixed-top">
-      <div class="row">
-        <div class="col-sm-10 col-sm-offset-1">
-          <div class="navbar-header">
-            <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#buildroot-navbar-collapse-1">
-              <span class="sr-only">Toggle navigation</span>
-              <span class="icon-bar"></span>
-              <span class="icon-bar"></span>
-              <span class="icon-bar"></span>
-            </button>
-            <a class="navbar-brand" href="/">Buildroot</a>
-          </div>
-          <div class="collapse navbar-collapse" id="buildroot-navbar-collapse-1">
-            <ul class="nav navbar-nav">
-              <li><a href="/news.html">News</a></li>
-              <li><a href="/about.html">About</a></li>
-              <li><a href="/download.html">Download</a></li>
-              <li><a href="/docs.html">Documentation</a></li>
-              <li><a href="/support.html">Support</a></li>
-              <li><a href="/contribute.html">Contribute</a></li>
-              <li><a href="/sponsors.html">Sponsors</a></li>
-            </ul>
-            <a class="gplus" href="https://plus.google.com/100084591154899263420/posts">
-            <img src="images/gplus.png" height="28" width="28" alt="Google+" /></a>
-          </div><!--/.nav-collapse -->
-        </div>
-      </div>
-    </nav>
-    <div class="container-fluid">
+       <link href="https://oss.maxcdn.com/bootswatch/3.3.5/paper/bootstrap.min.css" rel="stylesheet">
+       <link href="css/main.css" rel="stylesheet">
+
+       <!--[if lt IE 9]>
+         <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+         <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+       <![endif]-->
+</head>
+
+<body>
+       <!-- Fixed navbar -->
+       <div class="navbar navbar-default navbar-fixed-top">
+               <div class="container">
+               <div class="navbar-header">
+                 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                       <span class="icon-bar"></span>
+                       <span class="icon-bar"></span>
+                       <span class="icon-bar"></span>
+                 </button>
+                 <a class="navbar-brand" href="/"><b>Buildroot</b></a>
+               </div>
+               <div class="navbar-collapse collapse">
+                       <ul class="nav navbar-nav navbar-right">
+                               <li><a href="/news.html">
+                                       <span class="glyphicon glyphicon-star"></span> News</a></li>
+                               <li><a href="/docs.html">
+                                       <span class="glyphicon glyphicon-book"></span> Documentation</a></li>
+                               <li><a href="/support.html">
+                                       <span class="glyphicon glyphicon-question-sign"></span> Support</a></li>
+                               <li><a href="/contribute.html">
+                                       <span class="glyphicon glyphicon-share"></span> Contribute</a></li>
+                               <li><a href="/sponsors.html">
+                                       <span class="glyphicon glyphicon-usd"></span> Sponsors</a></li>
+                               <li><a id="menubutton" class="btn btn-success btn-shrink" href="/download.html">
+                                       <span class="glyphicon glyphicon-cloud-download"></span>
+                                       <span class="text-shrink" >Download</span></a></li>
+                       </ul>
+               </div><!--/.nav-collapse -->
+               </div>
+       </div>
diff --git a/docs/website/images/browser.png b/docs/website/images/browser.png
new file mode 100644 (file)
index 0000000..56039df
Binary files /dev/null and b/docs/website/images/browser.png differ
diff --git a/docs/website/images/bug-buddy.png b/docs/website/images/bug-buddy.png
new file mode 100644 (file)
index 0000000..5d38fd8
Binary files /dev/null and b/docs/website/images/bug-buddy.png differ
diff --git a/docs/website/images/buildroot-slides.png b/docs/website/images/buildroot-slides.png
new file mode 100644 (file)
index 0000000..6ecba3d
Binary files /dev/null and b/docs/website/images/buildroot-slides.png differ
diff --git a/docs/website/images/clippy.svg b/docs/website/images/clippy.svg
new file mode 100644 (file)
index 0000000..d827e82
--- /dev/null
@@ -0,0 +1,3 @@
+<svg height="1024" width="896" xmlns="http://www.w3.org/2000/svg">
+  <path d="M128 768h256v64H128v-64z m320-384H128v64h320v-64z m128 192V448L384 640l192 192V704h320V576H576z m-288-64H128v64h160v-64zM128 704h160v-64H128v64z m576 64h64v128c-1 18-7 33-19 45s-27 18-45 19H64c-35 0-64-29-64-64V192c0-35 29-64 64-64h192C256 57 313 0 384 0s128 57 128 128h192c35 0 64 29 64 64v320h-64V320H64v576h640V768zM128 256h512c0-35-29-64-64-64h-64c-35 0-64-29-64-64s-29-64-64-64-64 29-64 64-29 64-64 64h-64c-35 0-64 29-64 64z"/>
+</svg>
\ No newline at end of file
diff --git a/docs/website/images/email.png b/docs/website/images/email.png
new file mode 100644 (file)
index 0000000..367dadc
Binary files /dev/null and b/docs/website/images/email.png differ
diff --git a/docs/website/images/gift.png b/docs/website/images/gift.png
new file mode 100644 (file)
index 0000000..f527f82
Binary files /dev/null and b/docs/website/images/gift.png differ
diff --git a/docs/website/images/github_hash_mongrel2.png b/docs/website/images/github_hash_mongrel2.png
deleted file mode 100644 (file)
index c695c31..0000000
Binary files a/docs/website/images/github_hash_mongrel2.png and /dev/null differ
diff --git a/docs/website/images/glyphicons-halflings-white.png b/docs/website/images/glyphicons-halflings-white.png
deleted file mode 100644 (file)
index 3bf6484..0000000
Binary files a/docs/website/images/glyphicons-halflings-white.png and /dev/null differ
diff --git a/docs/website/images/glyphicons-halflings.png b/docs/website/images/glyphicons-halflings.png
deleted file mode 100644 (file)
index a996999..0000000
Binary files a/docs/website/images/glyphicons-halflings.png and /dev/null differ
diff --git a/docs/website/images/gplus.png b/docs/website/images/gplus.png
deleted file mode 100644 (file)
index 0ec57bb..0000000
Binary files a/docs/website/images/gplus.png and /dev/null differ
diff --git a/docs/website/images/hammer.png b/docs/website/images/hammer.png
new file mode 100644 (file)
index 0000000..454a5e5
Binary files /dev/null and b/docs/website/images/hammer.png differ
diff --git a/docs/website/images/irc.png b/docs/website/images/irc.png
new file mode 100644 (file)
index 0000000..442be4d
Binary files /dev/null and b/docs/website/images/irc.png differ
index dffddfa4692713a67f0ae5f0b2c881dd44335923..423694f3e3f24db0c6dfaa642b10f89743a80a61 100644 (file)
Binary files a/docs/website/images/menuconfig.png and b/docs/website/images/menuconfig.png differ
diff --git a/docs/website/images/menuconfig_small.png b/docs/website/images/menuconfig_small.png
deleted file mode 100644 (file)
index dffddfa..0000000
Binary files a/docs/website/images/menuconfig_small.png and /dev/null differ
diff --git a/docs/website/images/nconfig.png b/docs/website/images/nconfig.png
new file mode 100644 (file)
index 0000000..cc05d6e
Binary files /dev/null and b/docs/website/images/nconfig.png differ
diff --git a/docs/website/images/package.png b/docs/website/images/package.png
new file mode 100644 (file)
index 0000000..9dd8b1e
Binary files /dev/null and b/docs/website/images/package.png differ
diff --git a/docs/website/images/pdf-icon.png b/docs/website/images/pdf-icon.png
new file mode 100644 (file)
index 0000000..71ae983
Binary files /dev/null and b/docs/website/images/pdf-icon.png differ
diff --git a/docs/website/images/text.png b/docs/website/images/text.png
new file mode 100644 (file)
index 0000000..e2eee54
Binary files /dev/null and b/docs/website/images/text.png differ
diff --git a/docs/website/images/tux-flat.png b/docs/website/images/tux-flat.png
new file mode 100644 (file)
index 0000000..782699f
Binary files /dev/null and b/docs/website/images/tux-flat.png differ
diff --git a/docs/website/images/valid-html401.png b/docs/website/images/valid-html401.png
deleted file mode 100644 (file)
index ec9bc0c..0000000
Binary files a/docs/website/images/valid-html401.png and /dev/null differ
diff --git a/docs/website/images/xconfig.png b/docs/website/images/xconfig.png
new file mode 100644 (file)
index 0000000..cb99a3a
Binary files /dev/null and b/docs/website/images/xconfig.png differ
diff --git a/docs/website/images/zip.png b/docs/website/images/zip.png
new file mode 100644 (file)
index 0000000..02a1dc1
Binary files /dev/null and b/docs/website/images/zip.png differ
index c6882fb48cce7794feed569ab8c8b5ec27caa05c..61c22489550da5ed4cf3954561e11d12295b5537 100644 (file)
 <!--#include file="header.html" -->
-<div class="row">
-  <div class="container" style="width:100%">
-    <div class="col-sm-10 col-sm-offset-1 jumbotron">
-      <div class="row">
-        <div class="col-sm-9">
-          <h1>Buildroot<br/><small>Making Embedded Linux Easy</small></h1>
-          <p>Buildroot is a simple, efficient and easy-to-use tool to generate
-          embedded Linux systems through cross-compilation.</p>
-        </div>
-        <div class="col-sm-3">
-          <img src="images/logo.png" class="center-block" style="width:170px; heigth:170px;"
-          alt="Buildroot logo" />
-        </div>
+
+<div id="headerwrap">
+  <div class="container">
+    <div class="row">
+      <div class="col-sm-6">
+       <img class="img-responsive center-block" src="images/logo.png" alt="" style="max-width:300px">
+      </div><!-- /col-lg-6 -->
+      <div class="col-sm-6">
+       <h1>Buildroot<br>
+         <small>Making Embedded Linux Easy</small></h1>
+       <div class="col-sm-6" style="margin-top:1em; padding-left:0px;">
+         <a class="btn btn-default btn-lg" style="width:100%;" href="#about"><span class="glyphicon glyphicon-info-sign"></span>&nbsp; Learn more</a>
+       </div>
+       <div class="col-sm-6" style="margin-top:1em; padding-left:0px;">
+         <a class="btn btn-default btn-lg" style="width:100%; margin-bottom: 20px;" href="/download.html"><span class="glyphicon glyphicon-cloud-download"></span>&nbsp; Download</a>
+       </div>
+      </div><!-- /col-lg-6 -->
+    </div><!-- /row -->
+  </div><!-- /container -->
+</div><!-- /headerwrap -->
+
+<a name="about"></a>
+<div class="container">
+  <div class="row mt centered">
+    <div class="col-lg-8 col-lg-offset-2">
+      <h1>Buildroot is a simple, efficient and easy-to-use tool to
+       generate embedded Linux systems through cross-compilation.</h1>
+    </div>
+  </div><!-- /row -->
+
+  <div class="row mt centered">
+    <div class="col-md-4">
+      <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
+       <div class="flipper">
+         <div class="front">
+           <img src="images/tux-flat.png" width="180" alt="">
+         </div>
+         <div class="back">
+           <img src="images/tux-flat.png" width="180" alt="">
+         </div>
+       </div>
+      </div>
+
+      <h4>Can handle everything</h4>
+      <p>Cross-compilation toolchain, root filesystem generation,
+       kernel image compilation and bootloader compilation.</p>
+    </div><!--/col-lg-4 -->
+
+    <div class="col-md-4">
+      <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
+       <div class="flipper">
+         <div class="front">
+           <img src="images/hammer.png" width="180" alt="">
+         </div>
+         <div class="back">
+           <img src="images/hammer.png" width="180" alt="">
+         </div>
+       </div>
       </div>
-      <div class="row">
-        <div class="col-sm-offset-5 col-sm-7">
-          <div class="col-sm-6" style="margin-top:1em; padding-left:0px;">
-          <a class="btn btn-primary btn-lg" style="width:100%;" href="/about.html"><span class="glyphicon glyphicon-info-sign"></span> Learn more Â»</a>
-          </div>
-          <div class="col-sm-6" style="margin-top:1em; padding-left:0px;">
-          <a class="btn btn-primary btn-lg" style="width:100%;" href="/download.html"><span class="glyphicon glyphicon-cloud-download"></span> Download Â»</a>
-          </div>
-        </div>
+
+      <h4>Is very easy</h4>
+      <p>Thanks to its kernel-like menuconfig, gconfig and
+       xconfig configuration interfaces, building a basic system with
+       Buildroot is easy and typically takes 15-30 minutes.</p>
+
+    </div><!--/col-lg-4 -->
+
+    <div class="col-md-4">
+      <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
+       <div class="flipper">
+         <div class="front">
+           <img src="images/gift.png" width="180" alt="">
+         </div>
+         <div class="back">
+           <img src="images/gift.png" width="180" alt="">
+         </div>
+       </div>
       </div>
+
+      <h4>Supports several hundreds of packages</h4>
+      <p>X.org stack, Gtk3, Qt 5, GStreamer, Webkit, Kodi, a large number of network-related and system-related utilities are supported.</p>
+
+    </div><!--/col-lg-4 -->
+  </div><!-- /row -->
+  <hr>
+</div><!-- /container -->
+
+<div class="container">
+  <div class="row mt centered">
+    <div class="col-lg-6 col-lg-offset-3">
+      <h1>Buildroot is for Everyone.</h1>
+      <h3>Has a simple structure that makes it easy to understand and extend. It relies only on the well-known Makefile language.</h3>
     </div>
-  </div>
-</div>
+  </div><!-- /row -->
 
-<div class="row">
-  <div class="col-sm-5 col-sm-offset-1">
-    <div class="panel panel-default">
-      <div class="panel-body" id="commit-activity">
-        <a href="http://git.buildroot.net/buildroot"><h2>Recent commits</h2></a>
+  <div class="row mt centered">
+    <div class="col-lg-8 col-lg-offset-2">
+      <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
+       <!-- Wrapper for slides -->
+       <div class="carousel-inner">
+         <div class="item active">
+           <img src="images/nconfig.png" alt="">
+         </div>
+         <div class="item">
+           <img src="images/menuconfig.png" alt="">
+         </div>
+         <div class="item">
+           <img src="images/xconfig.png" alt="">
+         </div>
+       </div>
+       <!-- Indicators -->
+       <ol class="carousel-indicators" style="margin-top:10px">
+         <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
+         <li data-target="#carousel-example-generic" data-slide-to="1"></li>
+         <li data-target="#carousel-example-generic" data-slide-to="2"></li>
+       </ol>
       </div>
+    </div><!-- /col-lg-8 -->
+  </div><!-- /row -->
+</div><!-- /container -->
+
+<div class="container">
+  <div class="row mt centered">
+    <div class="col-lg-6 col-lg-offset-3">
+      <h1>Our recent activity.</h1>
+      <h3>Buildroot is an open source project: many developers contribute to it daily.</h3>
     </div>
-  </div>
-  <div class="col-sm-5" >
-    <div class="panel panel-default" style="min-height: 22em;">
-      <div class="panel-body" id="mailing-list-activity">
-        <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot"><h2>Recent discussions</h2></a>
+  </div><!-- /row -->
+</div><!-- /container -->
+
+<div class="container">
+  <div class="row">
+    <div class="col-sm-6">
+      <div class="panel panel-primary">
+       <div class="panel-heading"><a href="http://git.buildroot.net/buildroot"><h5>Recent commits</h5></a></div>
+       <div class="panel-box panel-body ellipsis" id="commit-activity">
+       </div>
+      </div>
+    </div>
+    <div class="col-sm-6" >
+      <div class="panel panel-primary">
+       <div class="panel-heading"><a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot"><h5>Recent discussions</h5></a></div>
+       <div class="panel-box panel-body ellipsis" id="mailing-list-activity">
+       </div>
       </div>
     </div>
   </div>
-</div>
+</div><!-- /container -->
 
 <!--#include file="footer.html" -->
diff --git a/docs/website/js/bootstrap.min.js b/docs/website/js/bootstrap.min.js
deleted file mode 100644 (file)
index 7c1561a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/*!
- * Bootstrap v3.2.0 (http://getbootstrap.com)
- * Copyright 2011-2014 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.2.0",d.prototype.close=function(b){function c(){f.detach().trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",c).emulateTransitionEnd(150):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.2.0",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),d[e](null==f[b]?this.options[b]:f[b]),setTimeout(a.proxy(function(){"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}a&&this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),c.preventDefault()})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b).on("keydown.bs.carousel",a.proxy(this.keydown,this)),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.2.0",c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},c.prototype.keydown=function(a){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.to=function(b){var c=this,d=this.getItemIndex(this.$active=this.$element.find(".item.active"));return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}if(e.hasClass("active"))return this.sliding=!1;var j=e[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:g});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,f&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(e)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:g});return a.support.transition&&this.$element.hasClass("slide")?(e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one("bsTransitionEnd",function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(1e3*d.css("transition-duration").slice(0,-1))):(d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger(m)),f&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b);!e&&f.toggle&&"show"==b&&(b=!b),e||d.data("bs.collapse",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};c.VERSION="3.2.0",c.DEFAULTS={toggle:!0},c.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},c.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var c=a.Event("show.bs.collapse");if(this.$element.trigger(c),!c.isDefaultPrevented()){var d=this.$parent&&this.$parent.find("> .panel > .in");if(d&&d.length){var e=d.data("bs.collapse");if(e&&e.transitioning)return;b.call(d,"hide"),e||d.data("bs.collapse",null)}var f=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[f](0),this.transitioning=1;var g=function(){this.$element.removeClass("collapsing").addClass("collapse in")[f](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return g.call(this);var h=a.camelCase(["scroll",f].join("-"));this.$element.one("bsTransitionEnd",a.proxy(g,this)).emulateTransitionEnd(350)[f](this.$element[0][h])}}},c.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(d,this)).emulateTransitionEnd(350):d.call(this)}}},c.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var d=a.fn.collapse;a.fn.collapse=b,a.fn.collapse.Constructor=c,a.fn.collapse.noConflict=function(){return a.fn.collapse=d,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(c){var d,e=a(this),f=e.attr("data-target")||c.preventDefault()||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""),g=a(f),h=g.data("bs.collapse"),i=h?"toggle":e.data(),j=e.attr("data-parent"),k=j&&a(j);h&&h.transitioning||(k&&k.find('[data-toggle="collapse"][data-parent="'+j+'"]').not(e).addClass("collapsed"),e[g.hasClass("in")?"addClass":"removeClass"]("collapsed")),b.call(g,i)})}(jQuery),+function(a){"use strict";function b(b){b&&3===b.which||(a(e).remove(),a(f).each(function(){var d=c(a(this)),e={relatedTarget:this};d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown",e)),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown",e))}))}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.2.0",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var e=c(d),g=e.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.divider):visible a",i=e.find('[role="menu"]'+h+', [role="listbox"]'+h);if(i.length){var j=i.index(i.filter(":focus"));38==b.keyCode&&j>0&&j--,40==b.keyCode&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f+', [role="menu"], [role="listbox"]',g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$backdrop=this.isShown=null,this.scrollbarWidth=0,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.2.0",c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.$body.addClass("modal-open"),this.setScrollbar(),this.escape(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(c.$body),c.$element.show().scrollTop(0),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidden",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one("bsTransitionEnd",function(){c.$element.trigger("focus").trigger(e)}).emulateTransitionEnd(300):c.$element.trigger("focus").trigger(e)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.$body.removeClass("modal-open"),this.resetScrollbar(),this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var c=this,d=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var e=a.support.transition&&d;if(this.$backdrop=a('<div class="modal-backdrop '+d+'" />').appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),e&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;e?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(150):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var f=function(){c.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",f).emulateTransitionEnd(150):f()}else b&&b()},c.prototype.checkScrollbar=function(){document.body.clientWidth>=window.innerWidth||(this.scrollbarWidth=this.scrollbarWidth||this.measureScrollbar())},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.scrollbarWidth&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right","")},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;(e||"destroy"!=b)&&(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.2.0",c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(this.options.viewport.selector||this.options.viewport);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show()},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var c=a.contains(document.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!c)return;var d=this,e=this.tip(),f=this.getUID(this.type);this.setContent(),e.attr("id",f),this.$element.attr("aria-describedby",f),this.options.animation&&e.addClass("fade");var g="function"==typeof this.options.placement?this.options.placement.call(this,e[0],this.$element[0]):this.options.placement,h=/\s?auto?\s?/i,i=h.test(g);i&&(g=g.replace(h,"")||"top"),e.detach().css({top:0,left:0,display:"block"}).addClass(g).data("bs."+this.type,this),this.options.container?e.appendTo(this.options.container):e.insertAfter(this.$element);var j=this.getPosition(),k=e[0].offsetWidth,l=e[0].offsetHeight;if(i){var m=g,n=this.$element.parent(),o=this.getPosition(n);g="bottom"==g&&j.top+j.height+l-o.scroll>o.height?"top":"top"==g&&j.top-o.scroll-l<0?"bottom":"right"==g&&j.right+k>o.width?"left":"left"==g&&j.left-k<o.left?"right":g,e.removeClass(m).addClass(g)}var p=this.getCalculatedOffset(g,j,k,l);this.applyPlacement(p,g);var q=function(){d.$element.trigger("shown.bs."+d.type),d.hoverState=null};a.support.transition&&this.$tip.hasClass("fade")?e.one("bsTransitionEnd",q).emulateTransitionEnd(150):q()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top=b.top+g,b.left=b.left+h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=k.left?2*k.left-e+i:2*k.top-f+j,m=k.left?"left":"top",n=k.left?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(l,d[0][n],m)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach(),c.$element.trigger("hidden.bs."+c.type)}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.removeAttr("aria-describedby"),this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one("bsTransitionEnd",b).emulateTransitionEnd(150):b(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName;return a.extend({},"function"==typeof c.getBoundingClientRect?c.getBoundingClientRect():null,{scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop(),width:d?a(window).width():b.outerWidth(),height:d?a(window).height():b.outerHeight()},d?{top:0,left:0}:b.offset())},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.width&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){clearTimeout(this.timeout),this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||"destroy"!=b)&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.2.0",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").empty()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},c.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){var e=a.proxy(this.process,this);this.$body=a("body"),this.$scrollElement=a(a(c).is("body")?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",e),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.2.0",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b="offset",c=0;a.isWindow(this.$scrollElement[0])||(b="position",c=this.$scrollElement.scrollTop()),this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight();var d=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[b]().top+c,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){d.offsets.push(this[0]),d.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<=e[0])return g!=(a=f[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parentsUntil(this.options.target,".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.2.0",c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.closest("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},c.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one("bsTransitionEnd",e).emulateTransitionEnd(150):e(),f.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(c){c.preventDefault(),b.call(a(this),"show")})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.2.0",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=a(document).height(),d=this.$target.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top(this.$element)),"function"==typeof h&&(h=f.bottom(this.$element));var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=b-h?"bottom":null!=g&&g>=d?"top":!1;if(this.affixed!==i){null!=this.unpin&&this.$element.css("top","");var j="affix"+(i?"-"+i:""),k=a.Event(j+".bs.affix");this.$element.trigger(k),k.isDefaultPrevented()||(this.affixed=i,this.unpin="bottom"==i?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(j).trigger(a.Event(j.replace("affix","affixed"))),"bottom"==i&&this.$element.offset({top:b-this.$element.height()-h}))}}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},d.offsetBottom&&(d.offset.bottom=d.offsetBottom),d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);
\ No newline at end of file
index 83a3ac0305d9dcb2fb8559e2163ac56ba2925c47..2fd3b7811b5903d0de02765c51f116bd655520b5 100644 (file)
@@ -53,6 +53,21 @@ function google_analytics() {
     s.parentNode.insertBefore(ga, s);
 }
 
+$(function() {
+  $('a[href*=#]:not([href=#])').click(function() {
+    if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
+      var target = $(this.hash);
+      target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
+      if (target.length) {
+        $('html,body').animate({
+          scrollTop: target.offset().top
+        }, 1000);
+        return false;
+      }
+    }
+  });
+});
+
 google.load("feeds", "1");
 google.setOnLoadCallback(initialize);
 google_analytics();
@@ -62,4 +77,37 @@ jQuery(document).ready(function($) {
     // Get the basename of the URL
     url = url.split(/[\\/]/).pop()
     $('.nav a[href="/' + url + '"]').parent().addClass('active');
+
+    $('#slides').html('<iframe src="http://docs.google.com/gview?url=http://free-electrons.com/doc/training/buildroot/buildroot-slides.pdf&embedded=true" style="position:absolute; width:100%; height:100%; top:0; left:0;" frameborder="0"></iframe>')
+});
+
+function showTooltip(elem, msg) {
+    elem.setAttribute('class', 'btn tooltipped tooltipped-s');
+    elem.setAttribute('aria-label', msg);
+}
+
+var clipboard = new Clipboard('.btn');
+
+$(function () {
+  $('[data-toggle="tooltip"]').tooltip()
+})
+
+clipboard.on('success', function(e) {
+    e.clearSelection();
+    $(e.trigger).tooltip('show');
+});
+
+$(function() {
+  $('a[href*=#]:not([href=#])').click(function() {
+    if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
+      var target = $(this.hash);
+      target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
+      if (target.length) {
+        $('html,body').animate({
+          scrollTop: target.offset().top
+        }, 1000);
+        return false;
+      }
+    }
+  });
 });
diff --git a/docs/website/js/jquery-1.11.1.min.js b/docs/website/js/jquery-1.11.1.min.js
deleted file mode 100644 (file)
index ab28a24..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
-!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.1",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b=a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+-new Date,v=a.document,w=0,x=0,y=gb(),z=gb(),A=gb(),B=function(a,b){return a===b&&(l=!0),0},C="undefined",D=1<<31,E={}.hasOwnProperty,F=[],G=F.pop,H=F.push,I=F.push,J=F.slice,K=F.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},L="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=N.replace("w","w#"),P="\\["+M+"*("+N+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+O+"))|)"+M+"*\\]",Q=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+P+")*)|.*)\\)|)",R=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),S=new RegExp("^"+M+"*,"+M+"*"),T=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),V=new RegExp(Q),W=new RegExp("^"+O+"$"),X={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+Q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+L+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{I.apply(F=J.call(v.childNodes),v.childNodes),F[v.childNodes.length].nodeType}catch(eb){I={apply:F.length?function(a,b){H.apply(a,J.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],!a||"string"!=typeof a)return d;if(1!==(k=b.nodeType)&&9!==k)return[];if(p&&!e){if(f=_.exec(a))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return I.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return I.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=9===k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+qb(o[l]);w=ab.test(a)&&ob(b.parentNode)||b,x=o.join(",")}if(x)try{return I.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function gb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function hb(a){return a[u]=!0,a}function ib(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function jb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function kb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||D)-(~a.sourceIndex||D);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function lb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function nb(a){return hb(function(b){return b=+b,hb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function ob(a){return a&&typeof a.getElementsByTagName!==C&&a}c=fb.support={},f=fb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fb.setDocument=function(a){var b,e=a?a.ownerDocument||a:v,g=e.defaultView;return e!==n&&9===e.nodeType&&e.documentElement?(n=e,o=e.documentElement,p=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){m()},!1):g.attachEvent&&g.attachEvent("onunload",function(){m()})),c.attributes=ib(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ib(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(e.getElementsByClassName)&&ib(function(a){return a.innerHTML="<div class='a'></div><div class='a i'></div>",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=ib(function(a){return o.appendChild(a).id=u,!e.getElementsByName||!e.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==C&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c=typeof a.getAttributeNode!==C&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==C?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==C&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(e.querySelectorAll))&&(ib(function(a){a.innerHTML="<select msallowclip=''><option selected=''></option></select>",a.querySelectorAll("[msallowclip^='']").length&&q.push("[*^$]="+M+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+M+"*(?:value|"+L+")"),a.querySelectorAll(":checked").length||q.push(":checked")}),ib(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+M+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ib(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",Q)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===v&&t(v,a)?-1:b===e||b.ownerDocument===v&&t(v,b)?1:k?K.call(k,a)-K.call(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],i=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:k?K.call(k,a)-K.call(k,b):0;if(f===g)return kb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?kb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},e):n},fb.matches=function(a,b){return fb(a,null,null,b)},fb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fb(b,n,null,[a]).length>0},fb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&E.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fb.selectors={cacheLength:50,createPseudo:hb,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+M+")"+a+"("+M+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==C&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?hb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=K.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:hb(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?hb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:hb(function(a){return function(b){return fb(a,b).length>0}}),contains:hb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:hb(function(a){return W.test(a||"")||fb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:nb(function(){return[0]}),last:nb(function(a,b){return[b-1]}),eq:nb(function(a,b,c){return[0>c?c+b:c]}),even:nb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:nb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:nb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:nb(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=lb(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=mb(b);function pb(){}pb.prototype=d.filters=d.pseudos,d.setFilters=new pb,g=fb.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?fb.error(a):z(a,i).slice(0)};function qb(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function rb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function sb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function tb(a,b,c){for(var d=0,e=b.length;e>d;d++)fb(a,b[d],c);return c}function ub(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function vb(a,b,c,d,e,f){return d&&!d[u]&&(d=vb(d)),e&&!e[u]&&(e=vb(e,f)),hb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||tb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ub(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ub(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?K.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ub(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):I.apply(g,r)})}function wb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=rb(function(a){return a===b},h,!0),l=rb(function(a){return K.call(b,a)>-1},h,!0),m=[function(a,c,d){return!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>i;i++)if(c=d.relative[a[i].type])m=[rb(sb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return vb(i>1&&sb(m),i>1&&qb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&wb(a.slice(i,e)),f>e&&wb(a=a.slice(e)),f>e&&qb(a))}m.push(c)}return sb(m)}function xb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=G.call(i));s=ub(s)}I.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&fb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?hb(f):f}return h=fb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xb(e,d)),f.selector=a}return f},i=fb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&ob(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qb(j),!a)return I.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&ob(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ib(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ib(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||jb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ib(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||jb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ib(function(a){return null==a.getAttribute("disabled")})||jb(L,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fb}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;
-if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?m.queue(this[0],a):void 0===b?this:this.each(function(){var c=m.queue(this,a,b);m._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&m.dequeue(this,a)})},dequeue:function(a){return this.each(function(){m.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=m.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=m._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var S=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=["Top","Right","Bottom","Left"],U=function(a,b){return a=b||a,"none"===m.css(a,"display")||!m.contains(a.ownerDocument,a)},V=m.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===m.type(c)){e=!0;for(h in c)m.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,m.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(m(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav></:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="<input type='radio' checked='checked' name='t'/>",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function ab(){return!0}function bb(){return!1}function cb(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[m.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=Z.test(e)?this.mouseHooks:Y.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new m.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=f.srcElement||y),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,g.filter?g.filter(a,f):a},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button,g=b.fromElement;return null==a.pageX&&null!=b.clientX&&(d=a.target.ownerDocument||y,e=d.documentElement,c=d.body,a.pageX=b.clientX+(e&&e.scrollLeft||c&&c.scrollLeft||0)-(e&&e.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||c&&c.scrollTop||0)-(e&&e.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&g&&(a.relatedTarget=g===a.target?b.toElement:g),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==cb()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===cb()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return m.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return m.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=m.extend(new m.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?m.event.trigger(e,null,b):m.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},m.removeEvent=y.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]===K&&(a[d]=null),a.detachEvent(d,c))},m.Event=function(a,b){return this instanceof m.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?ab:bb):this.type=a,b&&m.extend(this,b),this.timeStamp=a&&a.timeStamp||m.now(),void(this[m.expando]=!0)):new m.Event(a,b)},m.Event.prototype={isDefaultPrevented:bb,isPropagationStopped:bb,isImmediatePropagationStopped:bb,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=ab,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=ab,a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=ab,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},m.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){m.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!m.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.submitBubbles||(m.event.special.submit={setup:function(){return m.nodeName(this,"form")?!1:void m.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=m.nodeName(b,"input")||m.nodeName(b,"button")?b.form:void 0;c&&!m._data(c,"submitBubbles")&&(m.event.add(c,"submit._submit",function(a){a._submit_bubble=!0}),m._data(c,"submitBubbles",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&m.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){return m.nodeName(this,"form")?!1:void m.event.remove(this,"._submit")}}),k.changeBubbles||(m.event.special.change={setup:function(){return X.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(m.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._just_changed=!0)}),m.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),m.event.simulate("change",this,a,!0)})),!1):void m.event.add(this,"beforeactivate._change",function(a){var b=a.target;X.test(b.nodeName)&&!m._data(b,"changeBubbles")&&(m.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||m.event.simulate("change",this.parentNode,a,!0)}),m._data(b,"changeBubbles",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return m.event.remove(this,"._change"),!X.test(this.nodeName)}}),k.focusinBubbles||m.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){m.event.simulate(b,a.target,m.event.fix(a),!0)};m.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=m._data(d,b);e||d.addEventListener(a,c,!0),m._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=m._data(d,b)-1;e?m._data(d,b,e):(d.removeEventListener(a,c,!0),m._removeData(d,b))}}}),m.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(f in a)this.on(f,b,c,a[f],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=bb;else if(!d)return this;return 1===e&&(g=d,d=function(a){return m().off(a),g.apply(this,arguments)},d.guid=g.guid||(g.guid=m.guid++)),this.each(function(){m.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,m(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=bb),this.each(function(){m.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){m.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?m.event.trigger(a,b,c,!0):void 0}});function db(a){var b=eb.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}var eb="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",fb=/ jQuery\d+="(?:null|\d+)"/g,gb=new RegExp("<(?:"+eb+")[\\s/>]","i"),hb=/^\s+/,ib=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,jb=/<([\w:]+)/,kb=/<tbody/i,lb=/<|&#?\w+;/,mb=/<(?:script|style|link)/i,nb=/checked\s*(?:[^=]|=\s*.checked.)/i,ob=/^$|\/(?:java|ecma)script/i,pb=/^true\/(.*)/,qb=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,rb={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:k.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},sb=db(y),tb=sb.appendChild(y.createElement("div"));rb.optgroup=rb.option,rb.tbody=rb.tfoot=rb.colgroup=rb.caption=rb.thead,rb.th=rb.td;function ub(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ub(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function vb(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wb(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xb(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function yb(a){var b=pb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function zb(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Ab(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Bb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xb(b).text=a.text,yb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!gb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(tb.innerHTML=a.outerHTML,tb.removeChild(f=tb.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ub(f),h=ub(a),g=0;null!=(e=h[g]);++g)d[g]&&Bb(e,d[g]);if(b)if(c)for(h=h||ub(a),d=d||ub(f),g=0;null!=(e=h[g]);g++)Ab(e,d[g]);else Ab(a,f);return d=ub(f,"script"),d.length>0&&zb(d,!i&&ub(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=db(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(lb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(jb.exec(f)||["",""])[1].toLowerCase(),l=rb[i]||rb._default,h.innerHTML=l[1]+f.replace(ib,"<$1></$2>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&hb.test(f)&&p.push(b.createTextNode(hb.exec(f)[0])),!k.tbody){f="table"!==i||kb.test(f)?"<table>"!==l[1]||kb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ub(p,"input"),vb),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ub(o.appendChild(f),"script"),g&&zb(h),c)){e=0;while(f=h[e++])ob.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ub(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&zb(ub(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ub(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fb,""):void 0;if(!("string"!=typeof a||mb.test(a)||!k.htmlSerialize&&gb.test(a)||!k.leadingWhitespace&&hb.test(a)||rb[(jb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ib,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ub(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ub(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&nb.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ub(i,"script"),xb),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ub(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,yb),j=0;f>j;j++)d=g[j],ob.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qb,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Cb,Db={};function Eb(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fb(a){var b=y,c=Db[a];return c||(c=Eb(a,b),"none"!==c&&c||(Cb=(Cb||m("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=(Cb[0].contentWindow||Cb[0].contentDocument).document,b.write(),b.close(),c=Eb(a,b),Cb.detach()),Db[a]=c),c}!function(){var a;k.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,d;return c=y.getElementsByTagName("body")[0],c&&c.style?(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(y.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(d),a):void 0}}();var Gb=/^margin/,Hb=new RegExp("^("+S+")(?!px)[a-z%]+$","i"),Ib,Jb,Kb=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ib=function(a){return a.ownerDocument.defaultView.getComputedStyle(a,null)},Jb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ib(a),g=c?c.getPropertyValue(b)||c[b]:void 0,c&&(""!==g||m.contains(a.ownerDocument,a)||(g=m.style(a,b)),Hb.test(g)&&Gb.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0===g?g:g+""}):y.documentElement.currentStyle&&(Ib=function(a){return a.currentStyle},Jb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ib(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Hb.test(g)&&!Kb.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"});function Lb(a,b){return{get:function(){var c=a();if(null!=c)return c?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d,e,f,g,h;if(b=y.createElement("div"),b.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=d&&d.style){c.cssText="float:left;opacity:.5",k.opacity="0.5"===c.opacity,k.cssFloat=!!c.cssFloat,b.style.backgroundClip="content-box",b.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===b.style.backgroundClip,k.boxSizing=""===c.boxSizing||""===c.MozBoxSizing||""===c.WebkitBoxSizing,m.extend(k,{reliableHiddenOffsets:function(){return null==g&&i(),g},boxSizingReliable:function(){return null==f&&i(),f},pixelPosition:function(){return null==e&&i(),e},reliableMarginRight:function(){return null==h&&i(),h}});function i(){var b,c,d,i;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),b.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",e=f=!1,h=!0,a.getComputedStyle&&(e="1%"!==(a.getComputedStyle(b,null)||{}).top,f="4px"===(a.getComputedStyle(b,null)||{width:"4px"}).width,i=b.appendChild(y.createElement("div")),i.style.cssText=b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",i.style.marginRight=i.style.width="0",b.style.width="1px",h=!parseFloat((a.getComputedStyle(i,null)||{}).marginRight)),b.innerHTML="<table><tr><td></td><td>t</td></tr></table>",i=b.getElementsByTagName("td"),i[0].style.cssText="margin:0;border:0;padding:0;display:none",g=0===i[0].offsetHeight,g&&(i[0].style.display="",i[1].style.display="none",g=0===i[0].offsetHeight),c.removeChild(d))}}}(),m.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var Mb=/alpha\([^)]*\)/i,Nb=/opacity\s*=\s*([^)]*)/,Ob=/^(none|table(?!-c[ea]).+)/,Pb=new RegExp("^("+S+")(.*)$","i"),Qb=new RegExp("^([+-])=("+S+")","i"),Rb={position:"absolute",visibility:"hidden",display:"block"},Sb={letterSpacing:"0",fontWeight:"400"},Tb=["Webkit","O","Moz","ms"];function Ub(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=Tb.length;while(e--)if(b=Tb[e]+c,b in a)return b;return d}function Vb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=m._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&U(d)&&(f[g]=m._data(d,"olddisplay",Fb(d.nodeName)))):(e=U(d),(c&&"none"!==c||!e)&&m._data(d,"olddisplay",e?c:m.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function Wb(a,b,c){var d=Pb.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Xb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=m.css(a,c+T[f],!0,e)),d?("content"===c&&(g-=m.css(a,"padding"+T[f],!0,e)),"margin"!==c&&(g-=m.css(a,"border"+T[f]+"Width",!0,e))):(g+=m.css(a,"padding"+T[f],!0,e),"padding"!==c&&(g+=m.css(a,"border"+T[f]+"Width",!0,e)));return g}function Yb(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ib(a),g=k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Jb(a,b,f),(0>e||null==e)&&(e=a.style[b]),Hb.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Xb(a,b,c||(g?"border":"content"),d,f)+"px"}m.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Jb(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":k.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=m.camelCase(b),i=a.style;if(b=m.cssProps[h]||(m.cssProps[h]=Ub(i,h)),g=m.cssHooks[b]||m.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=Qb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(m.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||m.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=m.camelCase(b);return b=m.cssProps[h]||(m.cssProps[h]=Ub(a.style,h)),g=m.cssHooks[b]||m.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Jb(a,b,d)),"normal"===f&&b in Sb&&(f=Sb[b]),""===c||c?(e=parseFloat(f),c===!0||m.isNumeric(e)?e||0:f):f}}),m.each(["height","width"],function(a,b){m.cssHooks[b]={get:function(a,c,d){return c?Ob.test(m.css(a,"display"))&&0===a.offsetWidth?m.swap(a,Rb,function(){return Yb(a,b,d)}):Yb(a,b,d):void 0},set:function(a,c,d){var e=d&&Ib(a);return Wb(a,c,d?Xb(a,b,d,k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,e),e):0)}}}),k.opacity||(m.cssHooks.opacity={get:function(a,b){return Nb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=m.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===m.trim(f.replace(Mb,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=Mb.test(f)?f.replace(Mb,e):f+" "+e)}}),m.cssHooks.marginRight=Lb(k.reliableMarginRight,function(a,b){return b?m.swap(a,{display:"inline-block"},Jb,[a,"marginRight"]):void 0}),m.each({margin:"",padding:"",border:"Width"},function(a,b){m.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+T[d]+b]=f[d]||f[d-2]||f[0];return e}},Gb.test(a)||(m.cssHooks[a+b].set=Wb)}),m.fn.extend({css:function(a,b){return V(this,function(a,b,c){var d,e,f={},g=0;if(m.isArray(b)){for(d=Ib(a),e=b.length;e>g;g++)f[b[g]]=m.css(a,b[g],!1,d);return f}return void 0!==c?m.style(a,b,c):m.css(a,b)},a,b,arguments.length>1)},show:function(){return Vb(this,!0)},hide:function(){return Vb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){U(this)?m(this).show():m(this).hide()})}});function Zb(a,b,c,d,e){return new Zb.prototype.init(a,b,c,d,e)}m.Tween=Zb,Zb.prototype={constructor:Zb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(m.cssNumber[c]?"":"px")
-},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this):Zb.propHooks._default.get(this)},run:function(a){var b,c=Zb.propHooks[this.prop];return this.pos=b=this.options.duration?m.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Zb.propHooks._default.set(this),this}},Zb.prototype.init.prototype=Zb.prototype,Zb.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=m.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){m.fx.step[a.prop]?m.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[m.cssProps[a.prop]]||m.cssHooks[a.prop])?m.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Zb.propHooks.scrollTop=Zb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},m.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},m.fx=Zb.prototype.init,m.fx.step={};var $b,_b,ac=/^(?:toggle|show|hide)$/,bc=new RegExp("^(?:([+-])=|)("+S+")([a-z%]*)$","i"),cc=/queueHooks$/,dc=[ic],ec={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=bc.exec(b),f=e&&e[3]||(m.cssNumber[a]?"":"px"),g=(m.cssNumber[a]||"px"!==f&&+d)&&bc.exec(m.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,m.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function fc(){return setTimeout(function(){$b=void 0}),$b=m.now()}function gc(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=T[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function hc(a,b,c){for(var d,e=(ec[b]||[]).concat(ec["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function ic(a,b,c){var d,e,f,g,h,i,j,l,n=this,o={},p=a.style,q=a.nodeType&&U(a),r=m._data(a,"fxshow");c.queue||(h=m._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,n.always(function(){n.always(function(){h.unqueued--,m.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=m.css(a,"display"),l="none"===j?m._data(a,"olddisplay")||Fb(a.nodeName):j,"inline"===l&&"none"===m.css(a,"float")&&(k.inlineBlockNeedsLayout&&"inline"!==Fb(a.nodeName)?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",k.shrinkWrapBlocks()||n.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],ac.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||m.style(a,d)}else j=void 0;if(m.isEmptyObject(o))"inline"===("none"===j?Fb(a.nodeName):j)&&(p.display=j);else{r?"hidden"in r&&(q=r.hidden):r=m._data(a,"fxshow",{}),f&&(r.hidden=!q),q?m(a).show():n.done(function(){m(a).hide()}),n.done(function(){var b;m._removeData(a,"fxshow");for(b in o)m.style(a,b,o[b])});for(d in o)g=hc(q?r[d]:0,d,n),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function jc(a,b){var c,d,e,f,g;for(c in a)if(d=m.camelCase(c),e=b[d],f=a[c],m.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=m.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function kc(a,b,c){var d,e,f=0,g=dc.length,h=m.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=$b||fc(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:m.extend({},b),opts:m.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:$b||fc(),duration:c.duration,tweens:[],createTween:function(b,c){var d=m.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(jc(k,j.opts.specialEasing);g>f;f++)if(d=dc[f].call(j,a,k,j.opts))return d;return m.map(k,hc,j),m.isFunction(j.opts.start)&&j.opts.start.call(a,j),m.fx.timer(m.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}m.Animation=m.extend(kc,{tweener:function(a,b){m.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],ec[c]=ec[c]||[],ec[c].unshift(b)},prefilter:function(a,b){b?dc.unshift(a):dc.push(a)}}),m.speed=function(a,b,c){var d=a&&"object"==typeof a?m.extend({},a):{complete:c||!c&&b||m.isFunction(a)&&a,duration:a,easing:c&&b||b&&!m.isFunction(b)&&b};return d.duration=m.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in m.fx.speeds?m.fx.speeds[d.duration]:m.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){m.isFunction(d.old)&&d.old.call(this),d.queue&&m.dequeue(this,d.queue)},d},m.fn.extend({fadeTo:function(a,b,c,d){return this.filter(U).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=m.isEmptyObject(a),f=m.speed(b,c,d),g=function(){var b=kc(this,m.extend({},a),f);(e||m._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=m.timers,g=m._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&cc.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&m.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=m._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=m.timers,g=d?d.length:0;for(c.finish=!0,m.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),m.each(["toggle","show","hide"],function(a,b){var c=m.fn[b];m.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(gc(b,!0),a,d,e)}}),m.each({slideDown:gc("show"),slideUp:gc("hide"),slideToggle:gc("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){m.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),m.timers=[],m.fx.tick=function(){var a,b=m.timers,c=0;for($b=m.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||m.fx.stop(),$b=void 0},m.fx.timer=function(a){m.timers.push(a),a()?m.fx.start():m.timers.pop()},m.fx.interval=13,m.fx.start=function(){_b||(_b=setInterval(m.fx.tick,m.fx.interval))},m.fx.stop=function(){clearInterval(_b),_b=null},m.fx.speeds={slow:600,fast:200,_default:400},m.fn.delay=function(a,b){return a=m.fx?m.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a,b,c,d,e;b=y.createElement("div"),b.setAttribute("className","t"),b.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=y.createElement("select"),e=c.appendChild(y.createElement("option")),a=b.getElementsByTagName("input")[0],d.style.cssText="top:1px",k.getSetAttribute="t"!==b.className,k.style=/top/.test(d.getAttribute("style")),k.hrefNormalized="/a"===d.getAttribute("href"),k.checkOn=!!a.value,k.optSelected=e.selected,k.enctype=!!y.createElement("form").enctype,c.disabled=!0,k.optDisabled=!e.disabled,a=y.createElement("input"),a.setAttribute("value",""),k.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),k.radioValue="t"===a.value}();var lc=/\r/g;m.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=m.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,m(this).val()):a,null==e?e="":"number"==typeof e?e+="":m.isArray(e)&&(e=m.map(e,function(a){return null==a?"":a+""})),b=m.valHooks[this.type]||m.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=m.valHooks[e.type]||m.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(lc,""):null==c?"":c)}}}),m.extend({valHooks:{option:{get:function(a){var b=m.find.attr(a,"value");return null!=b?b:m.trim(m.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&m.nodeName(c.parentNode,"optgroup"))){if(b=m(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=m.makeArray(b),g=e.length;while(g--)if(d=e[g],m.inArray(m.valHooks.option.get(d),f)>=0)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),m.each(["radio","checkbox"],function(){m.valHooks[this]={set:function(a,b){return m.isArray(b)?a.checked=m.inArray(m(a).val(),b)>=0:void 0}},k.checkOn||(m.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var mc,nc,oc=m.expr.attrHandle,pc=/^(?:checked|selected)$/i,qc=k.getSetAttribute,rc=k.input;m.fn.extend({attr:function(a,b){return V(this,m.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){m.removeAttr(this,a)})}}),m.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===K?m.prop(a,b,c):(1===f&&m.isXMLDoc(a)||(b=b.toLowerCase(),d=m.attrHooks[b]||(m.expr.match.bool.test(b)?nc:mc)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=m.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void m.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=m.propFix[c]||c,m.expr.match.bool.test(c)?rc&&qc||!pc.test(c)?a[d]=!1:a[m.camelCase("default-"+c)]=a[d]=!1:m.attr(a,c,""),a.removeAttribute(qc?c:d)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&m.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),nc={set:function(a,b,c){return b===!1?m.removeAttr(a,c):rc&&qc||!pc.test(c)?a.setAttribute(!qc&&m.propFix[c]||c,c):a[m.camelCase("default-"+c)]=a[c]=!0,c}},m.each(m.expr.match.bool.source.match(/\w+/g),function(a,b){var c=oc[b]||m.find.attr;oc[b]=rc&&qc||!pc.test(b)?function(a,b,d){var e,f;return d||(f=oc[b],oc[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,oc[b]=f),e}:function(a,b,c){return c?void 0:a[m.camelCase("default-"+b)]?b.toLowerCase():null}}),rc&&qc||(m.attrHooks.value={set:function(a,b,c){return m.nodeName(a,"input")?void(a.defaultValue=b):mc&&mc.set(a,b,c)}}),qc||(mc={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},oc.id=oc.name=oc.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},m.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:mc.set},m.attrHooks.contenteditable={set:function(a,b,c){mc.set(a,""===b?!1:b,c)}},m.each(["width","height"],function(a,b){m.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),k.style||(m.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var sc=/^(?:input|select|textarea|button|object)$/i,tc=/^(?:a|area)$/i;m.fn.extend({prop:function(a,b){return V(this,m.prop,a,b,arguments.length>1)},removeProp:function(a){return a=m.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),m.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!m.isXMLDoc(a),f&&(b=m.propFix[b]||b,e=m.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=m.find.attr(a,"tabindex");return b?parseInt(b,10):sc.test(a.nodeName)||tc.test(a.nodeName)&&a.href?0:-1}}}}),k.hrefNormalized||m.each(["href","src"],function(a,b){m.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),k.optSelected||(m.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}}),m.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){m.propFix[this.toLowerCase()]=this}),k.enctype||(m.propFix.enctype="encoding");var uc=/[\t\r\n\f]/g;m.fn.extend({addClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j="string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).addClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(uc," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=m.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=0===arguments.length||"string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).removeClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(uc," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?m.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(m.isFunction(a)?function(c){m(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=m(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===K||"boolean"===c)&&(this.className&&m._data(this,"__className__",this.className),this.className=this.className||a===!1?"":m._data(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(uc," ").indexOf(b)>=0)return!0;return!1}}),m.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){m.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),m.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var vc=m.now(),wc=/\?/,xc=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;m.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=m.trim(b+"");return e&&!m.trim(e.replace(xc,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():m.error("Invalid JSON: "+b)},m.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||m.error("Invalid XML: "+b),c};var yc,zc,Ac=/#.*$/,Bc=/([?&])_=[^&]*/,Cc=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Dc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Ec=/^(?:GET|HEAD)$/,Fc=/^\/\//,Gc=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Hc={},Ic={},Jc="*/".concat("*");try{zc=location.href}catch(Kc){zc=y.createElement("a"),zc.href="",zc=zc.href}yc=Gc.exec(zc.toLowerCase())||[];function Lc(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(m.isFunction(c))while(d=f[e++])"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Mc(a,b,c,d){var e={},f=a===Ic;function g(h){var i;return e[h]=!0,m.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Nc(a,b){var c,d,e=m.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&m.extend(!0,a,c),a}function Oc(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Pc(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}m.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:zc,type:"GET",isLocal:Dc.test(yc[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Jc,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":m.parseJSON,"text xml":m.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Nc(Nc(a,m.ajaxSettings),b):Nc(m.ajaxSettings,a)},ajaxPrefilter:Lc(Hc),ajaxTransport:Lc(Ic),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=m.ajaxSetup({},b),l=k.context||k,n=k.context&&(l.nodeType||l.jquery)?m(l):m.event,o=m.Deferred(),p=m.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!j){j={};while(b=Cc.exec(f))j[b[1].toLowerCase()]=b[2]}b=j[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?f:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return i&&i.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||zc)+"").replace(Ac,"").replace(Fc,yc[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=m.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(c=Gc.exec(k.url.toLowerCase()),k.crossDomain=!(!c||c[1]===yc[1]&&c[2]===yc[2]&&(c[3]||("http:"===c[1]?"80":"443"))===(yc[3]||("http:"===yc[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=m.param(k.data,k.traditional)),Mc(Hc,k,b,v),2===t)return v;h=k.global,h&&0===m.active++&&m.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!Ec.test(k.type),e=k.url,k.hasContent||(k.data&&(e=k.url+=(wc.test(e)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=Bc.test(e)?e.replace(Bc,"$1_="+vc++):e+(wc.test(e)?"&":"?")+"_="+vc++)),k.ifModified&&(m.lastModified[e]&&v.setRequestHeader("If-Modified-Since",m.lastModified[e]),m.etag[e]&&v.setRequestHeader("If-None-Match",m.etag[e])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+Jc+"; q=0.01":""):k.accepts["*"]);for(d in k.headers)v.setRequestHeader(d,k.headers[d]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(d in{success:1,error:1,complete:1})v[d](k[d]);if(i=Mc(Ic,k,b,v)){v.readyState=1,h&&n.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,i.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,c,d){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),i=void 0,f=d||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,c&&(u=Oc(k,v,c)),u=Pc(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(m.lastModified[e]=w),w=v.getResponseHeader("etag"),w&&(m.etag[e]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,h&&n.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),h&&(n.trigger("ajaxComplete",[v,k]),--m.active||m.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return m.get(a,b,c,"json")},getScript:function(a,b){return m.get(a,void 0,b,"script")}}),m.each(["get","post"],function(a,b){m[b]=function(a,c,d,e){return m.isFunction(c)&&(e=e||d,d=c,c=void 0),m.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),m.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){m.fn[b]=function(a){return this.on(b,a)}}),m._evalUrl=function(a){return m.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},m.fn.extend({wrapAll:function(a){if(m.isFunction(a))return this.each(function(b){m(this).wrapAll(a.call(this,b))});if(this[0]){var b=m(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return this.each(m.isFunction(a)?function(b){m(this).wrapInner(a.call(this,b))}:function(){var b=m(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=m.isFunction(a);return this.each(function(c){m(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){m.nodeName(this,"body")||m(this).replaceWith(this.childNodes)}).end()}}),m.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0||!k.reliableHiddenOffsets()&&"none"===(a.style&&a.style.display||m.css(a,"display"))},m.expr.filters.visible=function(a){return!m.expr.filters.hidden(a)};var Qc=/%20/g,Rc=/\[\]$/,Sc=/\r?\n/g,Tc=/^(?:submit|button|image|reset|file)$/i,Uc=/^(?:input|select|textarea|keygen)/i;function Vc(a,b,c,d){var e;if(m.isArray(b))m.each(b,function(b,e){c||Rc.test(a)?d(a,e):Vc(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==m.type(b))d(a,b);else for(e in b)Vc(a+"["+e+"]",b[e],c,d)}m.param=function(a,b){var c,d=[],e=function(a,b){b=m.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=m.ajaxSettings&&m.ajaxSettings.traditional),m.isArray(a)||a.jquery&&!m.isPlainObject(a))m.each(a,function(){e(this.name,this.value)});else for(c in a)Vc(c,a[c],b,e);return d.join("&").replace(Qc,"+")},m.fn.extend({serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=m.prop(this,"elements");return a?m.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!m(this).is(":disabled")&&Uc.test(this.nodeName)&&!Tc.test(a)&&(this.checked||!W.test(a))}).map(function(a,b){var c=m(this).val();return null==c?null:m.isArray(c)?m.map(c,function(a){return{name:b.name,value:a.replace(Sc,"\r\n")}}):{name:b.name,value:c.replace(Sc,"\r\n")}}).get()}}),m.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&Zc()||$c()}:Zc;var Wc=0,Xc={},Yc=m.ajaxSettings.xhr();a.ActiveXObject&&m(a).on("unload",function(){for(var a in Xc)Xc[a](void 0,!0)}),k.cors=!!Yc&&"withCredentials"in Yc,Yc=k.ajax=!!Yc,Yc&&m.ajaxTransport(function(a){if(!a.crossDomain||k.cors){var b;return{send:function(c,d){var e,f=a.xhr(),g=++Wc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)void 0!==c[e]&&f.setRequestHeader(e,c[e]+"");f.send(a.hasContent&&a.data||null),b=function(c,e){var h,i,j;if(b&&(e||4===f.readyState))if(delete Xc[g],b=void 0,f.onreadystatechange=m.noop,e)4!==f.readyState&&f.abort();else{j={},h=f.status,"string"==typeof f.responseText&&(j.text=f.responseText);try{i=f.statusText}catch(k){i=""}h||!a.isLocal||a.crossDomain?1223===h&&(h=204):h=j.text?200:404}j&&d(h,i,j,f.getAllResponseHeaders())},a.async?4===f.readyState?setTimeout(b):f.onreadystatechange=Xc[g]=b:b()},abort:function(){b&&b(void 0,!0)}}}});function Zc(){try{return new a.XMLHttpRequest}catch(b){}}function $c(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}m.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return m.globalEval(a),a}}}),m.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),m.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=y.head||m("head")[0]||y.documentElement;return{send:function(d,e){b=y.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||e(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var _c=[],ad=/(=)\?(?=&|$)|\?\?/;m.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=_c.pop()||m.expando+"_"+vc++;return this[a]=!0,a}}),m.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(ad.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&ad.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=m.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(ad,"$1"+e):b.jsonp!==!1&&(b.url+=(wc.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||m.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,_c.push(e)),g&&m.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),m.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||y;var d=u.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=m.buildFragment([a],b,e),e&&e.length&&m(e).remove(),m.merge([],d.childNodes))};var bd=m.fn.load;m.fn.load=function(a,b,c){if("string"!=typeof a&&bd)return bd.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=m.trim(a.slice(h,a.length)),a=a.slice(0,h)),m.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(f="POST"),g.length>0&&m.ajax({url:a,type:f,dataType:"html",data:b}).done(function(a){e=arguments,g.html(d?m("<div>").append(m.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},m.expr.filters.animated=function(a){return m.grep(m.timers,function(b){return a===b.elem}).length};var cd=a.document.documentElement;function dd(a){return m.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}m.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=m.css(a,"position"),l=m(a),n={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=m.css(a,"top"),i=m.css(a,"left"),j=("absolute"===k||"fixed"===k)&&m.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),m.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(n.top=b.top-h.top+g),null!=b.left&&(n.left=b.left-h.left+e),"using"in b?b.using.call(a,n):l.css(n)}},m.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){m.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,m.contains(b,e)?(typeof e.getBoundingClientRect!==K&&(d=e.getBoundingClientRect()),c=dd(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===m.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),m.nodeName(a[0],"html")||(c=a.offset()),c.top+=m.css(a[0],"borderTopWidth",!0),c.left+=m.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-m.css(d,"marginTop",!0),left:b.left-c.left-m.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||cd;while(a&&!m.nodeName(a,"html")&&"static"===m.css(a,"position"))a=a.offsetParent;return a||cd})}}),m.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);m.fn[a]=function(d){return V(this,function(a,d,e){var f=dd(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?m(f).scrollLeft():e,c?e:m(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),m.each(["top","left"],function(a,b){m.cssHooks[b]=Lb(k.pixelPosition,function(a,c){return c?(c=Jb(a,b),Hb.test(c)?m(a).position()[b]+"px":c):void 0})}),m.each({Height:"height",Width:"width"},function(a,b){m.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){m.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return V(this,function(b,c,d){var e;return m.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?m.css(b,c,g):m.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return m});var ed=a.jQuery,fd=a.$;return m.noConflict=function(b){return a.$===m&&(a.$=fd),b&&a.jQuery===m&&(a.jQuery=ed),m},typeof b===K&&(a.jQuery=a.$=m),m});
index 565e9075850092557d060ab9c8a3130fb3338bde..40914311380607623a02a3508eddf80798456745 100644 (file)
 <!--#include file="header.html" -->
 
-<div class="row">
-<div class="col-sm-10 col-sm-offset-1">
-
-<h2>News</h2>
-
-<p>
-
-<ul>
-  <li><b>19 November 2015 -- 2015.11-rc2 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.11-rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.11-rc2.tar.bz2">2015.11-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>7 November 2015 -- 2015.11-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see
-    the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.11-rc1">CHANGES</a>
-    file for details. See also
-    the <a href="http://lists.busybox.net/pipermail/buildroot/2015-November/144026.html">announcement
-    e-mail</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.11-rc1.tar.bz2">2015.11-rc1
-    release candidate</a>, and report any problems found to the
-    <a href="support.html">mailing list</a> or
-    <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>6 September 2015 -- 2015.08.1 released</b>
-
-    <p>The 2015.08.1 bugfix release is out - Thanks to everyone
-    contributing. This release fixes critical issues discovered since
-    the 2015.08 release. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08.1">CHANGES</a>
-    file for more details,
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.08.1.tar.bz2">2015.08.1 release</a>.</p>
-
-  <li><b>31 August 2015 -- 2015.08 released</b>
-
-    <p>The stable 2015.08 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2015-August/138336.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.08.tar.bz2">2015.08 release</a>.</p>
-
-  <li><b>24 August 2015 -- 2015.08-rc2 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see
-    the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08-rc2">CHANGES</a>
-    file for details, and
-    the <a href="http://lists.buildroot.org/pipermail/buildroot/2015-August/137879.html">release
-    announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.08-rc2.tar.bz2">2015.08-rc2
-    release candidate</a>, and report any problems found to the
-    <a href="support.html">mailing list</a> or
-    <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>5 August 2015 -- 2015.08-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see
-    the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08-rc1">CHANGES</a>
-    file for details, read
-    the <a href="http://lists.buildroot.org/pipermail/buildroot/2015-August/135417.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.08-rc1.tar.bz2">2015.08-rc1
-    release candidate</a>, and report any problems found to the
-    <a href="support.html">mailing list</a> or
-    <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>31 May 2015 -- 2015.05 released</b>
-
-    <p>The stable 2015.05 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.05">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2015-May/129209.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.05.tar.bz2">2015.05 release</a>.</p>
-
- <li><b>22 May 2015 -- 2015.05-rc3 released</b>
-
-    <p>Release candidate 3 is out with more cleanups and security / build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.05-rc3">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.02-rc5.tar.bz2">2015.05-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="lists.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>11 May 2015 -- 2015.05-rc2 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.05-rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.05-rc2.tar.bz2">2015.05-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>4 May 2015 -- 2015.05-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.05-rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2015-May/127794.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.05-rc1.tar.bz2">2015.05-rc1
-    release candidate</a>, and report any problems found to the
-    <a href="support.html">mailing list</a> or
-    <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>1 March 2015 -- 2015.02 released</b>
-
-    <p>The stable 2015.02 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.02">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2015-March/120396.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.02.tar.bz2">2015.02 release</a>.</p>
-
- <li><b>24 February 2015 -- 2015.02-rc3 released</b>
-
-    <p>Release candidate 3 is out with more cleanups and security / build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.02-rc3">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.02-rc3.tar.bz2">2015.02-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="lists.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>15 February 2015 -- 2015.02-rc2 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.02-rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.02-rc2.tar.bz2">2015.02-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>8 February 2015 -- 2015.02-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.02-rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2015-February/118982.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2015.02-rc1.tar.bz2">2015.02-rc1
-    release candidate</a>, and report any problems found to the
-    <a href="support.html">mailing list</a> or
-    <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>1 December 2014 -- 2014.11 released</b>
-
-    <p>The stable 2014.11 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.11">CHANGES</a>
-    file for more details,
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.11.tar.bz2">2014.11 release</a>.</p>
-
-  <li><b>28 November 2014 -- 2014.11-rc3 released</b>
-
-    <p>Release candidate 3 is out with more cleanups and build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.11-rc3">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.11-rc3.tar.bz2">2014.11-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="lists.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>21 November 2014 -- 2014.11-rc2 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.11-rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.11-rc2.tar.bz2">2014.11-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>13 November 2014 -- Report from Buildroot Developers Meeting</b>
-
-    <p>A report from the recent
-    <a href="http://elinux.org/Buildroot:DeveloperDaysELCE2014">
-    Buildroot Developers Meeting</a> is now
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2014-October/109966.html">available</a>.</p>
-
-    <p>Once again, thanks to all the participants and to
-    <a href="http://www.mind.be">Mind</a> for sponsoring the event.</p>
-
-    <p>The next Developer Days will take place on February 2nd and 3rd
-    in Brussels, Belgium, right after <a
-    href="http://fosdem.org">FOSDEM</a>. See the <a
-    href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2015">wiki</a>
-    for more details.</p>
-
-  <li><b>12 November 2014 -- 2014.11-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.11-rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2014-November/111946.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.11-rc1.tar.bz2">2014.11-rc1
-    release candidate</a>, and report any problems found to the
-    <a href="support.html">mailing list</a> or
-    <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>1 September 2014 -- 2014.08 released</b>
-
-    <p>The stable 2014.08 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.08">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2014-September/105257.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.08.tar.bz2">2014.08 release</a>.</p>
-
-  <li><b>26 August 2014 -- 2014.08-rc3 released</b>
-
-    <p>Release candidate 3 is out with more cleanups and build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.08-rc3">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.08-rc3.tar.bz2">2014.08-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="lists.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>18 August 2014 -- 2014.08-rc2 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.08-rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.08-rc2.tar.bz2">2014.08-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>8 August 2014 -- 2014.08-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.08-rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2014-August/103972.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.08-rc1.tar.bz2">2014.08-rc1
-    release candidate</a>, and report any problems found to the
-    <a href="support.html">mailing list</a> or
-    <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>31 May 2014 -- 2014.05 released</b>
-
-    <p>The stable 2014.05 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2014-May/097863.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.05.tar.bz2">2014.05 release</a>.</p>
-
-  <li><b>28 May 2014 -- 2014.05-rc3 released</b>
-
-    <p>Release candidate 3 is out with more cleanups and build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05-rc3">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.05-rc3.tar.bz2">2014.05-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="lists.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>21 May 2014 -- 2014.05-rc2 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05-rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.05-rc2.tar.bz2">2014.05-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>13 May 2014 -- 2014.05-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05-rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2014-May/096492.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.05-rc1.tar.bz2">2014.05-rc1
-    release candidate</a>, and report any problems found to the
-    <a href="support.html">mailing list</a> or
-    <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>27 February 2014 -- 2014.02 released</b>
-
-    <p>The stable 2014.02 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02">CHANGES</a>
-    file for more details,
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.02.tar.bz2">2014.02 release</a>.</p>
-
-  <li><b>25 February 2014 -- 2014.02-rc3 released</b>
-
-    <p>Release candidate 3 is out with more cleanups and build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02-rc3">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.02-rc3.tar.bz2">2014.02-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="lists.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>20 February 2014 -- 2014.02-rc2 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02-rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.02-rc2.tar.bz2">2014.02-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="lists.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>11 February 2014 -- 2014.02-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02-rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2014-February/089055.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2014.02-rc1.tar.bz2">2014.02-rc1
-    release candidate</a>, and report any problems found to the
-    <a href="support.html">mailing list</a> or
-    <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>9 February 2014 -- Report from Buildroot Developers Meeting</b>
-
-    <p>A report from the recent
-    <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2014">
-    Buildroot Developers Meeting</a> is now
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2014-February/088373.html">available</a>.</p>
-
-    <p>Once again, thanks to all the participants and to
-    <a href="http://www.google.com">Google</a> and
-    <a href="http://www.mind.be">Mind</a> for sponsoring the event.</p>
-
-  <li><b>30 January 2014 -- Upcoming Buildroot Developers meeting</b>
-
-    <p>The upcoming Buildroot Developers meeting will take place in
-    Brussels on February, 3rd and 4th, after the
-    <a href="http://www.fosdem.org">FOSDEM</a> conference. Additional
-    details about the meeting can be found on the corresponding
-    <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2014">
-    wiki page</a>.</p>
-
-    <p>Persons not able to join the meeting in Brussels can participate
-    remotely using Google Hangouts. Simply give your Google address to
-    <code>thomas.petazzoni@free-electrons.com</code>.</p>
-
-    <p>This meeting is sponsored by
-    <a href="http://www.google.com">Google</a> (for the meeting room)
-    and <a href="http://www.mind.be">Mind</a> (for the dinner).
-    Thanks to our sponsors!</p>
-
-  <li><b>30 November 2013 -- 2013.11 released</b>
-
-    <p>The stable 2013.11 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11">CHANGES</a>
-    file for more details, read the <a href="http://lists.buildroot.org/pipermail/buildroot/2013-November/083600.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.11.tar.bz2">2013.11 release</a>.</p>
-
-  <li><b>30 November 2013 -- Slides from Embedded Linux Conference Europe</b>
-
-    <p>The slides from the Buildroot presentation at the recent
-    <a href="http://events.linuxfoundation.org/events/embedded-linux-conference-europe">Embedded Linux Conference Europe 2013</a>
-    are now
-    <a href="http://elinux.org/images/2/23/Buildroot-whats-new-elce2013.pdf">available</a>.</p>
-
-  <li><b>18 November 2013 -- 2013.11-rc3 released</b>
-
-    <p>Another week, another release candidate with more fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11-rc3">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.11-rc3.tar.bz2">2013.11-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>18 November 2013 -- 2013.11-rc2 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11-rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.11-rc2.tar.bz2">2013.11-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>13 November 2013 -- Announcement of the next Buildroot Developer Days</b>
-
-    <p>The next <i>Buildroot Developer Days</i> meeting will take
-    place on Monday 3rd and Tuesday 4th February 2014 in Brussels,
-    Belgium - Just after
-    <a href="http://www.fosdem.org">FOSDEM</a> (February
-    1st/2nd). This two days meeting is mainly open to Buildroot
-    developers and contributors, or Buildroot users having a prior
-    experience with the tool. It will allow developers to work on
-    Buildroot and discuss current issues, the future directions, and
-    more.</p>
-
-    <p>In addition to the Buildroot event, we encourage embedded Linux
-    developers to propose talks for the Embedded and Mobile Developer
-    Room at FOSDEM. See
-    the <a href="https://lists.fosdem.org/pipermail/fosdem/2013-October/001870.html">CFP</a>.</p>
-
-    <p>We would like to thank our
-    sponsor <a href="http://www.google.com">Google</a> for sponsoring
-    the event by providing all the needed logistics.</p>
-
-    <p>For more details, see the
-    <a href="http://www.elinux.org/Buildroot:DeveloperDaysFOSDEM2014">wiki
-    page</a> dedicated to the meeting.</p>
-
-  <li><b>12 November 2013 -- 2013.11-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11_rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2013-November/082514.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.11-rc1.tar.bz2">2013.11-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>11 November 2013 -- Report from Buildroot Developers Meeting</b>
-
-    <p>A report from the recent
-    <a href="http://elinux.org/Buildroot:DeveloperDaysELCE2013">
-    Buildroot Developers Meeting</a> is now
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2013-November/082401.html">available</a>.</p>
-
-    <p>Once again, thanks to all the participants and to
-    <a href="http://www.imgtec.com/">Imagination Technologies</a>
-    for sponsoring the event.</p>
-
-  <li><b>17 September 2013 -- 2013.08.1 released</b>
-
-    <p>The 2013.08.1 bugfix release is out - Thanks to everyone
-    contributing. This release fixes critical issues discovered since
-    the 2013.08 release. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08.1">CHANGES</a>
-    file for more details,
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.08.1.tar.bz2">2013.08.1 release</a>.</p>
-
-  <li><b>16 September 2013 -- Buildroot Developer Days</b>
-
-    <p>The next <i>Buildroot Developer Days</i> meeting will take
-    place on Saturday October 26th and Sunday October 27th 2013 in
-    Edinburgh, UK - Just after the <a
-    href="https://events.linuxfoundation.org/events/embedded-linux-conference-europe">
-    Embedded Linux Conference Europe</a> (October 23th-24th). This two
-    days meeting is mainly open to Buildroot developers and
-    contributors, or Buildroot users having a prior experience with
-    the tool. It will allow developers to work on Buildroot and
-    discuss current issues, the future directions, and more.</p>
-
-    <p>For more details, see the
-    <a href="http://www.elinux.org/Buildroot:DeveloperDaysELCE2013">wiki
-    page</a> dedicated to the meeting.</p>
-
-  <li><b>31 August 2013 -- 2013.08 released</b>
-
-    <p>The stable 2013.08 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08">CHANGES</a>
-    file for more details, read the <a href="http://lists.buildroot.org/pipermail/buildroot/2013-August/077224.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.08.tar.bz2">2013.08 release</a>.</p>
-
-  <li><b>29 August 2013 -- 2013.08-rc3 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08_rc3">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.08-rc3.tar.bz2">2013.08-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>16 August 2013 -- 2013.08-rc2 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see
-    the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08_rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.08-rc2.tar.bz2">2013.08-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>5 August 2013 -- 2013.08-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see
-    the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08_rc1">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.08-rc1.tar.bz2">2013.08-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>31 May 2013 -- 2013.05 released</b>
-
-    <p>The stable 2013.05 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2013-May/073121.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.05.tar.bz2">2013.05 release</a>.</p>
-
-  <li><b>25 May 2013 -- 2013.05-rc3 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05_rc3">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.05-rc3.tar.bz2">2013.05-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>15 May 2013 -- 2013.05-rc2 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05_rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.05-rc2.tar.bz2">2013.05-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>8 May 2013 -- 2013.05-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05_rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2013-May/071737.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.05-rc1.tar.bz2">2013.05-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>28 February 2013 -- 2013.02 released</b>
-
-    <p>The stable 2013.02 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02">CHANGES</a>
-    file for more details
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.02.tar.bz2">2013.02 release</a>.</p>
-
-  <li><b>26 February 2013 -- 2013.02-rc3 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02_rc3">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.02-rc3.tar.bz2">2013.02-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>19 February 2013 -- 2013.02-rc2 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02_rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.02-rc2.tar.bz2">2013.02-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>10 February 2013 -- 2013.02-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02_rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2013-February/067148.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2013.02-rc1.tar.bz2">2013.02-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>10 February 2013 -- Report from Buildroot Developers Meeting</b>
-
-    <p>A report from the recent Buildroot Developers Meeting is now
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2013-February/067105.html">available</a>.
-    <a href="http://emlinews.net">Embedded Linux News</a> also has a
-    <a href="http://www.emlinews.net/2013/02/buildroot-developers-meeting-report/">
-    writeup about the event</a>, including photos.</p>
-
-    <p>Once again, thanks to all the participants and to
-    <a href="http://www.google.com">Google</a> for sponsoring the event.</p>
-
-  <li><b>12 January 2013 -- Next Buildroot Developers Meeting next to FOSDEM, Brussels</b>
-
-    <p>The next Buildroot Developers Meeting will take place on Monday
-    4th February 2013 and Tuesday 5th February 2013 in Brussels,
-    Belgium. Those dates have been chosen to immediately follow the
-    great <a href="http://www.fosdem.org">FOSDEM</a> conference.</p>
-
-    <p>Attending this meeting is free, after registration by
-    contacting <a href="mailto:thomas.petazzoni@free-electrons.com">Thomas
-    Petazzoni</a>. For more details about the meeting, please see
-    the <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013">related
-    Wiki page</a>.</p>
-
-    <p>We would like to
-    thank <a href="http://www.google.com">Google</a> for providing the
-    meeting location and the Internet connection, and offering free
-    lunch and refreshments to the participants.</p>
-
-  <li><b>3 January 2013 -- 2012.11.1 released</b>
-
-    <p>The 2012.11.1 bugfix release is out - Thanks to everyone
-    contributing. This release fixes critical issues discovered since
-    the 2012.11 release, most importantly with non-largefile builds on
-    recent Ubuntu versions. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11.1">CHANGES</a>
-    file for more details,
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.11.1.tar.bz2">2012.11.1 release</a>.</p>
-
-  <li><b>2 December 2012 -- 2012.11 released</b>
-
-    <p>The stable 2012.11 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11">CHANGES</a>
-    file for more details
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.11.tar.bz2">2012.11 release</a>.</p>
-
-  <li><b>30 November 2012 -- 2012.11-rc2 released</b>
-
-    <p>RC2 is out with more bugfixes - See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11_rc2">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.11-rc2.tar.bz2">2012.11-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>17 November 2012 -- 2012.11-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11_rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2012-November/061995.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.11-rc1.tar.bz2">2012.11-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>17 November 2012 -- Buildroot Developer Day</b>
-
-    <p>A report from the recent <i>Buildroot Developer Days</i> meeting
-    in Barcelona, Spain is now <a
-    href="http://lists.buildroot.org/pipermail/buildroot/2012-November/061558.html">available</a>.
-    Many thanks to all the participants, and a special thanks to Arnout
-    Vandecappelle from <a href="http://mind.be/">mind</a> for taking
-    notes and Thomas Petazzoni from <a
-    href="http://free-electrons.com/">Free Electrons</a> for handling
-    all the practical arrangements, and naturally our sponsors, <a
-    href="http://www.fluendo.com/">Fluendo</a> and <a href="http://www.synopsys.com/">Synopsis</a>.
-    </p>
-    <p>The next Developer Days will take place on February 4th and 5th
-    in Brussels, Belgium, right after <a href="http://fosdem.org">FOSDEM</a>.</p>
-
-   <li><b>31 August 2012 -- 2012.08 released</b>
-
-    <p>The stable 2012.08 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08">CHANGES</a>
-    file for more details and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.08.tar.bz2">2012.08 release</a>.</p>
-
-   <li><b>25 August 2012 -- 2012.08-rc3 released</b>
-
-     <p>We have a new release candidate! Various fixes, and addition
-     of licensing informations on many
-     packages. See <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc3">CHANGES</a>
-     file for details</p>
-
-     <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-     <a href="/downloads/buildroot-2012.08-rc3.tar.bz2">2012.08-rc3
-     release candidate</a>, and report any problems found to the <a
-     href="support.html">mailing list</a> or <a
-     href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-   <li><b>15 August 2012 -- 2012.08-rc2 released</b>
-
-     <p>We have a new release candidate! Various fixes, and addition
-     of licensing informations on many
-     packages. See <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc2">CHANGES</a>
-     file for details</p>
-
-     <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-     <a href="/downloads/buildroot-2012.08-rc2.tar.bz2">2012.08-rc2
-     release candidate</a>, and report any problems found to the <a
-     href="support.html">mailing list</a> or <a
-     href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-   <li><b>1 August 2012 -- 2012.08-rc1 released</b>
-
-     <p>We have a new release candidate! Lots of changes all over the
-     tree, see the <a
-     href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc1">CHANGES</a>
-     file for details</p>
-
-     <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-     <a href="/downloads/buildroot-2012.08-rc1.tar.bz2">2012.08-rc1
-     release candidate</a>, and report any problems found to the <a
-     href="support.html">mailing list</a> or <a
-     href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>22 July 2012 -- Buildroot Developer Day</b>
-
-    <p>The next <i>Buildroot Developer Day</i> meeting will take place
-    on Saturday November 3th and Sunday November 4th 2012 in
-    Barcelona, Spain, just before
-    the <a href="https://events.linuxfoundation.org/events/embedded-linux-conference-europe">Embedded
-    Linux Conference Europe</a> (November 5th-7th). This two days
-    meeting is mainly opened to Buildroot developers and contributors,
-    or Buildroot users having a prior experience with the tool. This
-    meeting will allow developers to work and Buildroot, and discuss
-    current issues, the future directions, and more.</p>
-
-    <p>For more details, see
-    the <a href="http://elinux.org/Buildroot#Buildroot_Developers_Meeting.2C_3-4_November_2012.2C_Barcelona_Spain">wiki
-    page</a> dedicated to the meeting.</p>
-
-  <li><b>30 May 2012 -- 2012.05 released</b>
-
-    <p>The stable 2012.05 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2012-May/054342.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.05.tar.bz2">2012.05 release</a>.</p>
-
-  <li><b>25 May 2012 -- 2012.05-rc3 released</b>
-
-    <p>RC3 is out with more bugfixes - See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc3">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.05-rc3.tar.bz2">2012.05-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>18 May 2012 -- 2012.05-rc2 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.05-rc2.tar.bz2">2012.05-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>10 May 2012 -- 2012.05-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2012-May/053736.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.05-rc1.tar.bz2">2012.05-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>20 April 2012 -- Autobuilder Results Online</b>
-
-    <p>The status of the autobuilders, which do repeated
-    <code>randpackageconfig</code> builds for continuous integration
-    testing, is now online at <a
-    href='http://autobuild.buildroot.org'>autobuild.buildroot.org</a>. The
-    code behind it can be found in <a
-    href='http://git.buildroot.net/buildroot-test/'>git</a>.</p>
-
-    <p>Thanks to Thomas Petazzoni for running the web interface, and
-    to <a href='http://gcc.gnu.org/wiki/CompileFarm'>The GCC Compile
-    Farm</a> and <a href='http://free-electrons.com/'>Free
-    Electrons</a> for hosting builders. Thomas also sends out a daily
-    summary of the build status to the mailing list.</p>
-
-  <li><b>29 February 2012 -- 2012.02 released</b>
-
-    <p>The stable 2012.02 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2012-February/050752.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.02.tar.bz2">2012.02 release</a>.</p>
-
-  <li><b>27 February 2012 -- 2012.02-rc3 released</b>
-
-    <p>RC3 is out with more bugfixes - See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.02-rc3.tar.bz2">2012.02-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>19 February 2012 -- 2012.02-rc2 released</b>
-
-    <p>Another week, another release candidate with more cleanups and
-    build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.02-rc2.tar.bz2">2012.02-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>12 February 2012 -- 2012.02-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2012-February/050234.html">announcement</a>.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2012.02-rc1.tar.bz2">2012.02-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>31 January 2012 -- Buildroot Developer Day</b>
-
-    <p>Another <i>Buildroot Developer Day</i> will take place on
-    Friday, February 3rd in Brussels, Belgium - The day before <a
-    href="http://fosdem.org">FOSDEM</a>. See the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2012-January/049340.html">announcement</a>
-    or the <a href="http://free-electrons.com/blog/bdd-2012-brussels/">Free Electrons blog</a>
-    for more info.</p>
-
-  <li><b>30 November 2011 -- 2011.11 released</b>
-
-    <p>The stable 2011.11 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2011-November/047926.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.11.tar.bz2">2011.11 release</a>.</p>
-
-  <li><b>26 November 2011 -- 2011.11-rc3 released</b>
-
-    <p>RC3 is out with more bugfixes - See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc3">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.11-rc3.tar.bz2">2011.11-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>18 November 2011 -- 2011.11-rc2 released</b>
-
-    <p>Another week, another release candidate with a bunch of
-    cleanups and build fixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.11-rc2.tar.bz2">2011.11-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>11 November 2011 -- 2011.11-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2011-November/047395.html">announcement</a>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.11-rc1.tar.bz2">2011.11-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>31 August 2011 -- 2011.08 released</b>
-
-    <p>The stable 2011.08 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08">CHANGES</a>
-    file for more details, and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.08.tar.bz2">2011.08 release</a>.</p>
-
-  <li><b>29 August 2011 -- 2011.08-rc2 released</b>
-
-    <p>RC2 is out with more bugfixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08_rc2">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2011-August/045211.html">announcement</a>.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.08-rc2.tar.bz2">2011.08-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>4 August 2011 -- 2011.08-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08_rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2011-August/044855.html">announcement</a>.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.08-rc1.tar.bz2">2011.08-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>27 May 2011 -- 2011.05 released</b>
-
-    <p>The stable 2011.05 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05">CHANGES</a>
-    file for more details, and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.05.tar.bz2">2011.05 release</a>.</p>
-
-  <li><b>24 May 2011 -- 2011.05-rc2 released</b>
-
-    <p>RC2 is out with more bugfixes. See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05_rc2">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.05-rc2.tar.bz2">2011.05-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>18 May 2011 -- 2011.05-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05_rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2011-May/043317.html">announcement</a>.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.05-rc1.tar.bz2">2011.05-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>28 February 2011 -- 2011.02 released</b>
-
-    <p>The stable 2011.02 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2011-February/041662.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.02.tar.bz2">2011.02 release</a>.</p>
-
-  <li><b>24 February 2011 -- 2011.02-rc2 released</b>
-
-    <p>RC2 is out with more cleanups and bugfixes, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02_rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.02-rc2.tar.bz2">2011.02-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>14 February 2011 -- 2011.02-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02_rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2011-February/041365.html">announcement</a>.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2011.02-rc1.tar.bz2">2011.02-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>30 November 2010 -- 2010.11 released</b>
-
-    <p>The stable 2010.11 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2010-November/039135.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2010.11.tar.bz2">2010.11 release</a>.</p>
-
-  <li><b>25 November 2010 -- 2010.11-rc2 released</b>
-
-    <p>RC2 is out with more cleanups and bugfixes, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11_rc2">CHANGES</a>
-    file for details.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2010.11-rc2.tar.bz2">2010.11-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>8 November 2010 -- 2010.11-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11_rc1">CHANGES</a>
-    file for details, and read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2010-November/038645.html">announcement</a>.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2010.11-rc1.tar.bz2">2010.11-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>28 September 2010 - Buildroot Developer Day</b>
-
-    <p>A <i>Buildroot Developer Day</i> will take place on
-    Friday, October 29th in Cambridge, UK - Just the day after the
-    <a href="http://www.embeddedlinuxconference.com/elc_europe10/">Embedded
-    Linux Conference Europe</a>. This <i>Developer Day</i> aims
-    at allowing Buildroot developers to meet and exchange ideas on the
-    project and its future. See the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2010-September/037930.html">announcement</a>
-    for more info.</p>
-
-    <p>Thanks to Thomas Petazzoni for taking care of the practical
-    arrangements.</p>
-
-  <li><b>31 August 2010 -- 2010.08 released</b>
-
-    <p>The stable 2010.08 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2010-August/037078.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2010.08.tar.bz2">2010.08 release</a>.</p>
-
-  <li><b>30 August 2010 -- 2010.08-rc2 released</b>
-
-    <p>RC2 is out with more cleanups and bugfixes, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08_rc2">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2010.08-rc2.tar.bz2">2010.08-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-    This is very much expected to be the final release
-    candidate, so give it a good test and expect a final 2010.08
-    release before September unless critical issues are found.</p>
-
-  <li><b>30 July 2010 -- 2010.08-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08_rc1">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2010.08-rc1.tar.bz2">2010.08-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>30 May 2010 -- 2010.05 released</b>
-
-    <p>The stable 2010.05 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05">CHANGES</a>
-    file for more details, read the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2010-May/034878.html">announcement</a>
-    and go to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2010.05.tar.bz2">2010.05 release</a>.</p>
-
-  <li><b>27 May 2010 -- 2010.05-rc3 released</b>
-
-    <p>RC3 is out with more cleanups and bugfixes, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05_rc3">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2010.05-rc3.tar.bz2">2010.05-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>11 May 2010 -- 2010.05-rc2 released</b>
-
-    <p>Another week, another release candidate with a bunch of
-    cleanups and build fixes.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2010.05-rc2.tar.bz2">2010.05-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>3 May 2010 -- 2010.05-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05_rc1">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2010.05-rc1.tar.bz2">2010.05-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>2 May 2010 - FOSDEM slides online</b>
-
-    <p>The slides from the <a
-    href="http://fosdem.org/2010/schedule/events/emb_cross_build">Cross
-    Build Systems: Present & Future</a> session at <a
-    href="http://fosdem.org/2010">FOSDEM</a> are now <a
-    href="http://send-patches.org/news/20100211-1-FOSDEM-Crossdev-Workshop.pdf">online</a>.
-
-  <li><b>26 February 2010 -- 2010.02 released</b>
-
-    <p>The stable 2010.02 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02">CHANGES</a>
-    file for more details, and go to the <a href="/downloads/">downloads page</a>
-    to pick up the <a href="/downloads/buildroot-2010.02.tar.bz2">2010.02
-    release</a>.</p>
-
-  <li><b>23 February 2010 -- 2010.02-rc2 released</b>
-
-    <p>RC2 is out with more cleanups and bugfixes, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02_rc2">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2010.02-rc2.tar.bz2">2010.02-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>9 February 2010 -- 2010.02-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02_rc1">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2010.02-rc1.tar.bz2">2010.02-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>1 December 2009 -- 2009.11 released</b>
-
-    <p>The stable 2009.11 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2009-December/030672.html">announcement</a>
-    or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11">CHANGES</a>
-    for more details, and go to the <a href="/downloads/">downloads page</a>
-    to pick up the <a href="/downloads/buildroot-2009.11.tar.bz2">2009.11
-    release</a>.</p>
-
-  <li><b>29 November 2009 -- 2009.11-rc2 released</b>
-
-    <p>RC2 is out with more cleanups and bugfixes, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11_rc2">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2009.11-rc2.tar.bz2">2009.11-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>23 November 2009 -- 2009.11-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11_rc1">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2009.11-rc1.tar.bz2">2009.11-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>7 September 2009 -- First Buildroot Developer Day</b>
-
-    <p>The first <i>Buildroot Developer Day</i> will take place on
-    Saturday, October 17th in Grenoble, France, just the day after
-    Embedded Linux Conference Europe. This <i>Developer Day</i> aims
-    at allowing Buildroot developers to meet and exchange ideas on the
-    project and its future.</p>
-
-    <p>As the number of places is limited, interested candidates are
-    invited to send an e-mail to Peter Korsgaard (<code>jacmet at
-    uclibc dot org</code>) and Thomas Petazzoni (<code>thomas dot
-    petazzoni at free-electrons dot com</code>).</p>
-
-    <p>This <i>Developer Day</i> will take place thanks to the
-    sponsoring of <a href="http://www.calao-systems.com">Calao
-    Systems</a> and <a href="http://www.free-electrons.com">Free
-    Electrons</a>.</p>
-
-  <li><b>31 August 2009 -- 2009.08 released</b>
-
-    <p>The stable 2009.08 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2009-August/029018.html">announcement</a>
-    or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08">CHANGES</a>
-    for more details, and go to the <a href="/downloads/">downloads page</a>
-    to pick up the <a href="/downloads/buildroot-2009.08.tar.bz2">2009.08
-    release</a>.</p>
-
-  <li><b>26 August 2009 -- 2009.08-rc3 released</b>
-    <p>A number of bugfixes have been added to the tree since RC2
-    (especially thanks to Thomas Petazzoni) - See the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc3">CHANGES</a>
-    file for details. This is very much expected to be the final release
-    candidate, so give it a good test and expect a final 2009.08
-    release next weekend unless critical issues are found.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2009.08-rc3.tar.bz2">2009.08-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>6 August 2009 -- 2009.08-rc2 released</b>
-
-    <p>RC2 is out with more cleanups and bugfixes, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc2">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2009.08-rc2.tar.bz2">2009.08-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>2 August 2009 -- 2009.08-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc1">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2009.08-rc1.tar.bz2">2009.08-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>1 June 2009 -- 2009.05 released</b>
-
-    <p>The stable 2009.05 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2009-June/027640.html">announcement</a>
-    or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05">CHANGES</a>
-    for more details, and go to the <a href="/downloads/">downloads page</a>
-    to pick up the <a href="/downloads/buildroot-2009.05.tar.bz2">2009.05
-    release</a>.</p>
-
-  <li><b>27 May 2009 -- 2009.05-rc3 released</b>
-
-    <p>We had a number of fixes post-RC2, so RC3 is out (see <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc3">CHANGES</a>
-    for details). Now is the moment to test and verify that everything
-    is working for your favorite config - Expect a final 2009.05 very soon.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2009.05-rc3.tar.bz2">2009.05-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>19 May 2009 -- 2009.05-rc2 released</b>
-
-    <p>RC2 is out with more cleanups and bug fixes (see <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc2">CHANGES</a>).
-    Unless big issues are found, expect this to be the last release
-    candidate before the release - So give it a good test.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2009.05-rc2.tar.bz2">2009.05-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>14 May 2009 -- Buildroot.org</b>
-
-    <p>Earl Levine has been so kind to donate the <b>buildroot.org</b>
-    domain to us, so the website can now also be reached at <a
-    href="http://www.buildroot.org">www.buildroot.org</a> (and git at
-    <a href="http://git.buildroot.org/buildroot">git.buildroot.org</a>).
-
-    Thanks a lot Earl!</p>
-
-  <li><b>5 May 2009 -- 2009.05-rc1 released</b>
-
-    <p>We have a new release candidate! Lots of changes all over the
-    tree, see the <a
-    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc1">CHANGES</a>
-    file for details.
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2009.05-rc1.tar.bz2">2009.05-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>3 May 2009 -- Moved to git</b>
-
-    <p>We've moved the source code from <a
-    href="http://subversion.tigris.org">Subversion</a> to <a
-    href="http://git-scm.org">Git</a>. You can browse the repo online
-    <a href="http://git.buildroot.net/buildroot">here</a>, and clone
-    the repo using:
-    <pre>git clone git://git.buildroot.net/buildroot</pre>
-    See the <a href="/git.html">Git Access</a> page for more details.
-    </p>
-
-  <li><b>27 March 2009 -- new Logo</b>
-
-    <p>We have a <a href="images/logo.png">logo</a>! We have so far
-    been using the <a href="http://busybox.net">Busybox</a> logo on
-    the website, as the website was a copy of the <a
-    href="http://busybox.net">Busybox</a> one - But not anymore, we
-    now have a shiny new logo of our own.</p>
-
-  <li><b>12 February 2009 -- 2009.02 released</b>
-    <p>The stable 2009.02 release is out - Thanks to everyone
-    contributing and testing the release candidates. See the
-    <a href="http://lists.buildroot.org/pipermail/buildroot/2009-February/025974.html">announcement</a>
-    for more details, and go to the <a href="/downloads/">downloads page</a>
-    to pick up the <a href="/downloads/buildroot-2009.02.tar.bz2">2009.02
-    release</a>.</p>
-
-  <li><b>9 February 2009 -- 2009.02-rc4 released</b>
-    <p>We had more than 50 changes since RC3, several of them
-    toolchain related, so decided to make a RC4 as well. This is
-    very much expected to be the final release candidate, so give it
-    a good test and expect a final 2009.02 release this week unless
-    critical issues are found.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2009.02-rc4.tar.bz2">2009.02-rc4
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>31 January 2009 -- 2009.02-rc3 released</b>
-      <p>RC3 is out with more cleanups and bug fixes. Unless big issues
-    are found, expect this to be the last release candidate before the
-    release - So give it a good test.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2009.02-rc3.tar.bz2">2009.02-rc3
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>23 January 2009 -- 2009.02-rc2 released</b>
-    <p>Another week, another release candidate with a bunch of
-    cleanups and build fixes.</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2009.02-rc2.tar.bz2">2009.02-rc2
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>.</p>
-
-  <li><b>16 January 2009 -- Release candidate and new maintainer</b>
-    <p>It has been a long time coming, but we finally have a new
-    release candidate! - And a new maintainer to match (Peter Korsgaard).</p>
-
-    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
-    <a href="/downloads/buildroot-2009.02-rc1.tar.bz2">2009.02-rc1
-    release candidate</a>, and report any problems found to the <a
-    href="support.html">mailing list</a> or <a
-    href="https://bugs.uclibc.org">bug tracker</a>. The plan is to
-    release 2009.02 in time for <a
-    href="http://www.fosdem.org/2009/">FOSDEM</a>.</p>
-
-  <li><b>16 July 2006 -- Buildroot mailing list</b>
-    <p>Buildroot now has its own <a href=support.html>mailing list</a>.</p>
-
-  <li><b>21 February 2005 -- Buildroot webpage added</b><p>
-
-    Buildroot is a set of Makefiles and patches that makes it easy generate a
-    cross-compilation toolchain and root filesystem for your target Linux
-    system using the <a href= "http://www.uclibc.org/">uClibc C library</a>.
-    Buildroot is useful mainly for people working with small or embedded
-    systems.  Embedded systems often use processors that are not the regular
-    x86 processors everyone is used to using on their PC. It can be PowerPC
-    processors, MIPS processors, ARM processors, etc.  And to be extra safe,
-    you do not need to be root to build or run buildroot.
-
-    <p>
-
-    And as of today buildroot even has its own webpage, making it a first class
-    citizen of uclibc.org and busybox.net, and more importantly, make it easy
-    to find and point to buildroot.
-
-    <p>
-
-    If you find a bug in buildroot, or wish to submit a patch to fix a problem
-    or add a shiny new feature, please use the <a
-    href="https://bugs.uclibc.org/">Bug and Patch Tracking System</a> to post
-    the details, to make certain your work is not lost.
+<link href="css/timeline.css" rel="stylesheet">
 
+<div class="container">
+<div class="row nh">
+<div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
 
+<h2>News</h2>
+<ul class="timeline">
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.11-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>19 November 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups
+         and build fixes. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.11-rc2">CHANGES</a>
+         file for details.</p>
+       <p>Head to the <a href="/downloads/">downloads page</a> to
+         pick up
+         the <a href="/downloads/buildroot-2015.11-rc2.tar.bz2">2015.11-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.11-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>7 November 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of
+         changes all over the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.11-rc1">CHANGES</a>
+         file for details. See also
+         the <a href="http://lists.busybox.net/pipermail/buildroot/2015-November/144026.html">announcement
+           e-mail</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2015.11-rc1.tar.bz2">2015.11-rc1
+           release candidate</a>, and report any
+         problems found to the
+         <a href="support.html">mailing list</a> or
+         <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.08.1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>6 September 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The 2015.08.1 bugfix release is out - Thanks to everyone
+         contributing. This release fixes critical issues discovered since
+         the 2015.08 release. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08.1">CHANGES</a>
+         file for more details,
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2015.08.1.tar.bz2">2015.08.1 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.08 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>31 August 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2015.08 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2015-August/138336.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2015.08.tar.bz2">2015.08 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.08-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>24 August 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08-rc2">CHANGES</a>
+         file for details, and
+         the <a href="http://lists.buildroot.org/pipermail/buildroot/2015-August/137879.html">release
+           announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2015.08-rc2.tar.bz2">2015.08-rc2
+           release candidate</a>, and report any problems found to the
+         <a href="support.html">mailing list</a> or
+         <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.08-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>5 August 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08-rc1">CHANGES</a>
+         file for details, read
+         the <a href="http://lists.buildroot.org/pipermail/buildroot/2015-August/135417.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2015.08-rc1.tar.bz2">2015.08-rc1
+           release candidate</a>, and report any problems found to the
+         <a href="support.html">mailing list</a> or
+         <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.05 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>31 May 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2015.05 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.05">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2015-May/129209.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2015.05.tar.bz2">2015.05 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.05-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>22 May 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Release candidate 3 is out with more cleanups and security
+         / build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.05-rc3">CHANGES</a>
+         file for details.</p>
+       <p>Head to the <a href="/downloads/">downloads page</a> to
+         pick up
+         the <a href="/downloads/buildroot-2015.02-rc5.tar.bz2">2015.05-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="lists.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.05-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>11 May 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups
+         and build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.05-rc2">CHANGES</a>
+         file for details.</p>
+       <p>Head to the <a href="/downloads/">downloads page</a> to
+         pick up the
+         <a href="/downloads/buildroot-2015.05-rc2.tar.bz2">2015.05-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.05-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>4 May 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.05-rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2015-May/127794.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2015.05-rc1.tar.bz2">2015.05-rc1
+           release candidate</a>, and report any problems found to the
+         <a href="support.html">mailing list</a> or
+         <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.02 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>1 March 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2015.02 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.02">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2015-March/120396.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2015.02.tar.bz2">2015.02 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.02-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>24 February 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Release candidate 3 is out with more cleanups and security
+         / build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.02-rc3">CHANGES</a>
+         file for details.</p>
+       <p>Head to the <a href="/downloads/">downloads page</a> to
+         pick up the
+         <a href="/downloads/buildroot-2015.02-rc3.tar.bz2">2015.02-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="lists.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.02-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>15 February 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups
+         and build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.02-rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2015.02-rc2.tar.bz2">2015.02-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2015.02-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>8 February 2015</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.02-rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2015-February/118982.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2015.02-rc1.tar.bz2">2015.02-rc1
+           release candidate</a>, and report any problems found to
+         the
+         <a href="support.html">mailing list</a> or
+         <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.11 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>1 December 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2014.11 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.11">CHANGES</a>
+         file for more details,
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.11.tar.bz2">2014.11 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li  class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.11-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>28 November 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Release candidate 3 is out with more cleanups and build
+         fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.11-rc3">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to
+         pick up the
+         <a href="/downloads/buildroot-2014.11-rc3.tar.bz2">2014.11-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="lists.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.11-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>21 November 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups
+         and build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.11-rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.11-rc2.tar.bz2">2014.11-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Report from Buildroot Developers Meeting</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>13 November 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>A report from the recent
+         <a href="http://elinux.org/Buildroot:DeveloperDaysELCE2014">
+           Buildroot Developers Meeting</a> is now
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2014-October/109966.html">available</a>.</p>
+
+       <p>Once again, thanks to all the participants and to
+         <a href="http://www.mind.be">Mind</a> for sponsoring the event.</p>
+
+       <p>The next Developer Days will take place on February 2nd and
+         3rd in Brussels, Belgium, right
+         after <a href="http://fosdem.org">FOSDEM</a>. See
+         the <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2015">wiki</a>
+         for more details.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.11-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>12 November 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see the <a
+                          href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.11-rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2014-November/111946.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.11-rc1.tar.bz2">2014.11-rc1
+           release candidate</a>, and report any problems found to the
+         <a href="support.html">mailing list</a> or
+         <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.08 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>1 September 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2014.08 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.08">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2014-September/105257.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.08.tar.bz2">2014.08 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.08-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>26 August 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Release candidate 3 is out with more cleanups and build
+         fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.08-rc3">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.08-rc3.tar.bz2">2014.08-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="lists.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.08-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>18 August 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups
+         and build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.08-rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.08-rc2.tar.bz2">2014.08-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.08-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>8 August 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see the <a
+                          href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.08-rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2014-August/103972.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.08-rc1.tar.bz2">2014.08-rc1
+           release candidate</a>, and report any problems found to the
+         <a href="support.html">mailing list</a> or
+         <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.05 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>31 May 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2014.05 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2014-May/097863.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.05.tar.bz2">2014.05 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.05-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>28 May 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Release candidate 3 is out with more cleanups and build
+         fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05-rc3">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.05-rc3.tar.bz2">2014.05-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="lists.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.05-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>21 May 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups
+         and build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05-rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to
+         pick up the
+         <a href="/downloads/buildroot-2014.05-rc2.tar.bz2">2014.05-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.05-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>13 May 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see the <a
+                          href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05-rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2014-May/096492.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.05-rc1.tar.bz2">2014.05-rc1
+           release candidate</a>, and report any problems found to the
+         <a href="support.html">mailing list</a> or
+         <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">27 February 2014</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>2014.02 released</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2014.02 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02">CHANGES</a>
+         file for more details,
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.02.tar.bz2">2014.02 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">25 February 2014</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>2014.02-rc3 released</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Release candidate 3 is out with more cleanups and build
+         fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02-rc3">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.02-rc3.tar.bz2">2014.02-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="lists.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">20 February 2014</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>2014.02-rc2 released</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups
+         and build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02-rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.02-rc2.tar.bz2">2014.02-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="lists.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2014.02-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>11 February 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see the <a
+                          href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02-rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2014-February/089055.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2014.02-rc1.tar.bz2">2014.02-rc1
+           release candidate</a>, and report any problems found to the
+         <a href="support.html">mailing list</a> or
+         <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">9 February 2014</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>Report from Buildroot Developers Meeting</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>A report from the recent
+         <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2014">
+           Buildroot Developers Meeting</a> is now
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2014-February/088373.html">available</a>.</p>
+
+       <p>Once again, thanks to all the participants and to
+         <a href="http://www.google.com">Google</a> and
+         <a href="http://www.mind.be">Mind</a> for sponsoring the event.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Upcoming Buildroot Developers meeting</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>30 January 2014</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The upcoming Buildroot Developers meeting will take place in
+         Brussels on February, 3rd and 4th, after the
+         <a href="http://www.fosdem.org">FOSDEM</a> conference. Additional
+         details about the meeting can be found on the corresponding
+         <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2014">
+           wiki page</a>.</p>
+
+       <p>Persons not able to join the meeting in Brussels can participate
+         remotely using Google Hangouts. Simply give your Google address to
+         <code>thomas.petazzoni@free-electrons.com</code>.</p>
+
+       <p>This meeting is sponsored by
+         <a href="http://www.google.com">Google</a> (for the meeting room)
+         and <a href="http://www.mind.be">Mind</a> (for the dinner).
+         Thanks to our sponsors!</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.11 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>30 November 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2013.11 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11">CHANGES</a>
+         file for more details, read the <a href="http://lists.buildroot.org/pipermail/buildroot/2013-November/083600.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.11.tar.bz2">2013.11 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Slides from Embedded Linux Conference Europe</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>30 November 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The slides from the Buildroot presentation at the recent
+         <a href="http://events.linuxfoundation.org/events/embedded-linux-conference-europe">Embedded Linux Conference Europe 2013</a>
+         are now
+         <a href="http://elinux.org/images/2/23/Buildroot-whats-new-elce2013.pdf">available</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.11-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>18 November 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more
+         fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11-rc3">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.11-rc3.tar.bz2">2013.11-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.11-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>18 November 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups
+         and build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11-rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.11-rc2.tar.bz2">2013.11-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Announcement of the next Buildroot Developer Days</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>13 November 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The next <i>Buildroot Developer Days</i> meeting will take
+         place on Monday 3rd and Tuesday 4th February 2014 in Brussels,
+         Belgium - Just after
+         <a href="http://www.fosdem.org">FOSDEM</a> (February
+         1st/2nd). This two days meeting is mainly open to Buildroot
+         developers and contributors, or Buildroot users having a prior
+         experience with the tool. It will allow developers to work on
+         Buildroot and discuss current issues, the future directions, and
+         more.</p>
+
+       <p>In addition to the Buildroot event, we encourage embedded Linux
+         developers to propose talks for the Embedded and Mobile Developer
+         Room at FOSDEM. See
+         the <a href="https://lists.fosdem.org/pipermail/fosdem/2013-October/001870.html">CFP</a>.</p>
+
+       <p>We would like to thank our
+         sponsor <a href="http://www.google.com">Google</a> for sponsoring
+         the event by providing all the needed logistics.</p>
+
+       <p>For more details, see the
+         <a href="http://www.elinux.org/Buildroot:DeveloperDaysFOSDEM2014">wiki
+           page</a> dedicated to the meeting.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.11-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>12 November 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see the <a
+                          href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11_rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2013-November/082514.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.11-rc1.tar.bz2">2013.11-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Report from Buildroot Developers Meeting</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>11 November 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>A report from the recent
+         <a href="http://elinux.org/Buildroot:DeveloperDaysELCE2013">
+           Buildroot Developers Meeting</a> is now
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2013-November/082401.html">available</a>.</p>
+
+       <p>Once again, thanks to all the participants and to
+         <a href="http://www.imgtec.com/">Imagination Technologies</a>
+         for sponsoring the event.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.08.1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>17 September 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The 2013.08.1 bugfix release is out - Thanks to everyone
+         contributing. This release fixes critical issues discovered since
+         the 2013.08 release. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08.1">CHANGES</a>
+         file for more details,
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.08.1.tar.bz2">2013.08.1 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Buildroot Developer Days</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>16 September 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The next <i>Buildroot Developer Days</i> meeting will take
+         place on Saturday October 26th and Sunday October 27th 2013 in
+         Edinburgh, UK - Just after the <a
+                                           href="https://events.linuxfoundation.org/events/embedded-linux-conference-europe">
+           Embedded Linux Conference Europe</a> (October 23th-24th). This two
+         days meeting is mainly open to Buildroot developers and
+         contributors, or Buildroot users having a prior experience with
+         the tool. It will allow developers to work on Buildroot and
+         discuss current issues, the future directions, and more.</p>
+
+       <p>For more details, see the
+         <a href="http://www.elinux.org/Buildroot:DeveloperDaysELCE2013">wiki
+           page</a> dedicated to the meeting.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.08 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>31 August 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2013.08 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08">CHANGES</a>
+         file for more details, read the <a href="http://lists.buildroot.org/pipermail/buildroot/2013-August/077224.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.08.tar.bz2">2013.08 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.08-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>29 August 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups and
+         build fixes. See the <a
+                                 href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08_rc3">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.08-rc3.tar.bz2">2013.08-rc3
+           release candidate</a>, and report any problems found to the <a
+                                                                          href="support.html">mailing list</a> or <a
+                                                                                                                     href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.08-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>16 August 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08_rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.08-rc2.tar.bz2">2013.08-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.08-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>5 August 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08_rc1">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.08-rc1.tar.bz2">2013.08-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.05 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>31 May 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2013.05 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2013-May/073121.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.05.tar.bz2">2013.05 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.05-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>25 May 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups and
+         build fixes. See the <a
+                                 href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05_rc3">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.05-rc3.tar.bz2">2013.05-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.05-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>15 May 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups and
+         build fixes. See the <a
+                                 href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05_rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.05-rc2.tar.bz2">2013.05-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.05-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>8 May 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see the <a
+                          href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05_rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2013-May/071737.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.05-rc1.tar.bz2">2013.05-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.02 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>28 February 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2013.02 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02">CHANGES</a>
+         file for more details
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.02.tar.bz2">2013.02 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.02-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>26 February 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups
+         and build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02_rc3">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.02-rc3.tar.bz2">2013.02-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.02-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>19 February 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups and
+         build fixes. See the <a
+                                 href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02_rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.02-rc2.tar.bz2">2013.02-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2013.02-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>10 February 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see the <a
+                          href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02_rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2013-February/067148.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2013.02-rc1.tar.bz2">2013.02-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Report from Buildroot Developers Meeting</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>10 February 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>A report from the recent Buildroot Developers Meeting is now
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2013-February/067105.html">available</a>.
+         <a href="http://emlinews.net">Embedded Linux News</a> also has a
+         <a href="http://www.emlinews.net/2013/02/buildroot-developers-meeting-report/">
+           writeup about the event</a>, including photos.</p>
+
+       <p>Once again, thanks to all the participants and to
+         <a href="http://www.google.com">Google</a> for sponsoring the event.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Next Buildroot Developers Meeting next to FOSDEM, Brussels</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>12 January 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The next Buildroot Developers Meeting will take place on Monday
+         4th February 2013 and Tuesday 5th February 2013 in Brussels,
+         Belgium. Those dates have been chosen to immediately follow the
+         great <a href="http://www.fosdem.org">FOSDEM</a> conference.</p>
+
+       <p>Attending this meeting is free, after registration by
+         contacting <a href="mailto:thomas.petazzoni@free-electrons.com">Thomas
+           Petazzoni</a>. For more details about the meeting, please see
+         the <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013">related
+           Wiki page</a>.</p>
+
+       <p>We would like to
+         thank <a href="http://www.google.com">Google</a> for providing the
+         meeting location and the Internet connection, and offering free
+         lunch and refreshments to the participants.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.11.1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>3 January 2013</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The 2012.11.1 bugfix release is out - Thanks to everyone
+         contributing. This release fixes critical issues discovered since
+         the 2012.11 release, most importantly with non-largefile builds on
+         recent Ubuntu versions. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11.1">CHANGES</a>
+         file for more details,
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.11.1.tar.bz2">2012.11.1 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.11 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>2 December 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2012.11 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11">CHANGES</a>
+         file for more details
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.11.tar.bz2">2012.11 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.11-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>30 November 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC2 is out with more bugfixes - See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11_rc2">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.11-rc2.tar.bz2">2012.11-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.11-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>17 November 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see the <a
+                          href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11_rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2012-November/061995.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.11-rc1.tar.bz2">2012.11-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Buildroot Developer Day</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>17 November 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>A report from the recent <i>Buildroot Developer Days</i>
+         meeting in Barcelona, Spain is
+         now <a href="http://lists.buildroot.org/pipermail/buildroot/2012-November/061558.html">available</a>.
+         Many thanks to all the participants, and a special thanks to
+         Arnout Vandecappelle from <a href="http://mind.be/">mind</a>
+         for taking notes and Thomas Petazzoni
+         from <a href="http://free-electrons.com/">Free Electrons</a>
+         for handling all the practical arrangements, and naturally
+         our sponsors, <a href="http://www.fluendo.com/">Fluendo</a>
+         and <a href="http://www.synopsys.com/">Synopsis</a>.
+       </p>
+       <p>The next Developer Days will take place on February 4th and
+         5th in Brussels, Belgium, right
+         after <a href="http://fosdem.org">FOSDEM</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.08 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>31 August 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2012.08 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08">CHANGES</a>
+         file for more details and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.08.tar.bz2">2012.08 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.08-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>25 August 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Various fixes, and
+         addition of licensing informations on many
+         packages. See <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc3">CHANGES</a>
+         file for details</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.08-rc3.tar.bz2">2012.08-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.08-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>15 August 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Various fixes, and addition
+         of licensing informations on many
+         packages. See <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc2">CHANGES</a>
+         file for details</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.08-rc2.tar.bz2">2012.08-rc2
+           release candidate</a>, and report any problems found to the <a
+                                                                          href="support.html">mailing list</a> or <a
+                                                                                                                     href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.08-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>1 August 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc1">CHANGES</a>
+         file for details</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.08-rc1.tar.bz2">2012.08-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Buildroot Developer Day</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>22 July 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The next <i>Buildroot Developer Day</i> meeting will take place
+         on Saturday November 3th and Sunday November 4th 2012 in
+         Barcelona, Spain, just before
+         the <a href="https://events.linuxfoundation.org/events/embedded-linux-conference-europe">Embedded
+           Linux Conference Europe</a> (November 5th-7th). This two days
+         meeting is mainly opened to Buildroot developers and contributors,
+         or Buildroot users having a prior experience with the tool. This
+         meeting will allow developers to work and Buildroot, and discuss
+         current issues, the future directions, and more.</p>
+
+       <p>For more details, see
+         the <a href="http://elinux.org/Buildroot#Buildroot_Developers_Meeting.2C_3-4_November_2012.2C_Barcelona_Spain">wiki
+           page</a> dedicated to the meeting.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.05 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>30 May 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2012.05 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2012-May/054342.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.05.tar.bz2">2012.05 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.05-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>25 May 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC3 is out with more bugfixes - See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc3">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.05-rc3.tar.bz2">2012.05-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.05-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>18 May 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups
+         and build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.05-rc2.tar.bz2">2012.05-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.05-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>10 May 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2012-May/053736.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.05-rc1.tar.bz2">2012.05-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Autobuilder Results Online</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>20 April 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The status of the autobuilders, which do repeated
+         <code>randpackageconfig</code> builds for continuous
+         integration testing, is now online
+         at <a href='http://autobuild.buildroot.org'>autobuild.buildroot.org</a>. The
+         code behind it can be found
+         in <a href='http://git.buildroot.net/buildroot-test/'>git</a>.</p>
+
+       <p>Thanks to Thomas Petazzoni for running the web interface, and
+         to <a href='http://gcc.gnu.org/wiki/CompileFarm'>The GCC Compile
+           Farm</a> and <a href='http://free-electrons.com/'>Free
+           Electrons</a> for hosting builders. Thomas also sends out a daily
+         summary of the build status to the mailing list.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.02 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>29 February 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2012.02 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2012-February/050752.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.02.tar.bz2">2012.02 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.02-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>27 February 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC3 is out with more bugfixes - See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.02-rc3.tar.bz2">2012.02-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.02-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>19 February 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with more cleanups
+         and build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.02-rc2.tar.bz2">2012.02-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2012.02-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>12 February 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2012-February/050234.html">announcement</a>.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2012.02-rc1.tar.bz2">2012.02-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Buildroot Developer Day</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>31 January 2012</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another <i>Buildroot Developer Day</i> will take place on
+         Friday, February 3rd in Brussels, Belgium - The day
+         before <a href="http://fosdem.org">FOSDEM</a>. See the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2012-January/049340.html">announcement</a>
+         or
+         the <a href="http://free-electrons.com/blog/bdd-2012-brussels/">Free
+           Electrons blog</a> for more info.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.11 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>30 November 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2011.11 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2011-November/047926.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.11.tar.bz2">2011.11 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.11-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>26 November 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC3 is out with more bugfixes - See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc3">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.11-rc3.tar.bz2">2011.11-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.11-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>18 November 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with a bunch of
+         cleanups and build fixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.11-rc2.tar.bz2">2011.11-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.11-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>11 November 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2011-November/047395.html">announcement</a>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.11-rc1.tar.bz2">2011.11-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.08 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>31 August 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2011.08 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08">CHANGES</a>
+         file for more details, and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.08.tar.bz2">2011.08 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.08-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>29 August 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC2 is out with more bugfixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08_rc2">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2011-August/045211.html">announcement</a>.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.08-rc2.tar.bz2">2011.08-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.08-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>4 August 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08_rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2011-August/044855.html">announcement</a>.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.08-rc1.tar.bz2">2011.08-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.05 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>27 May 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2011.05 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05">CHANGES</a>
+         file for more details, and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.05.tar.bz2">2011.05 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.05-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>24 May 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC2 is out with more bugfixes. See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05_rc2">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.05-rc2.tar.bz2">2011.05-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.05-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>18 May 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05_rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2011-May/043317.html">announcement</a>.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.05-rc1.tar.bz2">2011.05-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.02 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>28 February 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2011.02 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2011-February/041662.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.02.tar.bz2">2011.02 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.02-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>24 February 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC2 is out with more cleanups and bugfixes, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02_rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.02-rc2.tar.bz2">2011.02-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2011.02-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>14 February 2011</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02_rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2011-February/041365.html">announcement</a>.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2011.02-rc1.tar.bz2">2011.02-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.11 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>30 November 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2010.11 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2010-November/039135.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2010.11.tar.bz2">2010.11 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.11-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>25 November 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC2 is out with more cleanups and bugfixes, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11_rc2">CHANGES</a>
+         file for details.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2010.11-rc2.tar.bz2">2010.11-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.11-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>8 November 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11_rc1">CHANGES</a>
+         file for details, and read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2010-November/038645.html">announcement</a>.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2010.11-rc1.tar.bz2">2010.11-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Buildroot Developer Day</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>28 September 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>A <i>Buildroot Developer Day</i> will take place on
+         Friday, October 29th in Cambridge, UK - Just the day after the
+         <a href="http://www.embeddedlinuxconference.com/elc_europe10/">Embedded
+           Linux Conference Europe</a>. This <i>Developer Day</i>
+         aims at allowing Buildroot developers to meet and exchange
+         ideas on the project and its future. See the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2010-September/037930.html">announcement</a>
+         for more info.</p>
+
+       <p>Thanks to Thomas Petazzoni for taking care of the practical
+         arrangements.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.08 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>31 August 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2010.08 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2010-August/037078.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2010.08.tar.bz2">2010.08 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.08-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>30 August 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC2 is out with more cleanups and bugfixes, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08_rc2">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2010.08-rc2.tar.bz2">2010.08-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+
+       This is very much expected to be the final release candidate,
+       so give it a good test and expect a final 2010.08 release
+       before September unless critical issues are found.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.08-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>30 July 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08_rc1">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2010.08-rc1.tar.bz2">2010.08-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.05 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>30 May 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2010.05 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05">CHANGES</a>
+         file for more details, read the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2010-May/034878.html">announcement</a>
+         and go to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2010.05.tar.bz2">2010.05 release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.05-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>27 May 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC3 is out with more cleanups and bugfixes, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05_rc3">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2010.05-rc3.tar.bz2">2010.05-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.05-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>11 May 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with a bunch of
+         cleanups and build fixes.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2010.05-rc2.tar.bz2">2010.05-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.05-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>3 May 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05_rc1">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2010.05-rc1.tar.bz2">2010.05-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">FOSDEM slides online</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>2 May 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The slides from
+         the <a href="http://fosdem.org/2010/schedule/events/emb_cross_build">Cross
+           Build Systems: Present & Future</a> session
+         at <a href="http://fosdem.org/2010">FOSDEM</a> are
+         now <a href="http://send-patches.org/news/20100211-1-FOSDEM-Crossdev-Workshop.pdf">online</a>.
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.02 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>26 February 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2010.02 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02">CHANGES</a>
+         file for more details, and go to
+         the <a href="/downloads/">downloads page</a> to pick up
+         the <a href="/downloads/buildroot-2010.02.tar.bz2">2010.02
+           release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.02-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>23 February 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC2 is out with more cleanups and bugfixes, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02_rc2">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2010.02-rc2.tar.bz2">2010.02-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2010.02-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>9 February 2010</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02_rc1">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2010.02-rc1.tar.bz2">2010.02-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.11 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>1 December 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2009.11 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2009-December/030672.html">announcement</a>
+         or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11">CHANGES</a>
+         for more details, and go to the <a href="/downloads/">downloads page</a>
+         to pick up the <a href="/downloads/buildroot-2009.11.tar.bz2">2009.11
+           release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.11-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>29 November 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC2 is out with more cleanups and bugfixes, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11_rc2">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2009.11-rc2.tar.bz2">2009.11-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.11-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>23 November 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11_rc1">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2009.11-rc1.tar.bz2">2009.11-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">First Buildroot Developer Day</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>7 September 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The first <i>Buildroot Developer Day</i> will take place on
+         Saturday, October 17th in Grenoble, France, just the day after
+         Embedded Linux Conference Europe. This <i>Developer Day</i> aims
+         at allowing Buildroot developers to meet and exchange ideas on the
+         project and its future.</p>
+
+       <p>As the number of places is limited, interested candidates are
+         invited to send an e-mail to Peter Korsgaard (<code>jacmet at
+           uclibc dot org</code>) and Thomas Petazzoni (<code>thomas dot
+           petazzoni at free-electrons dot com</code>).</p>
+
+       <p>This <i>Developer Day</i> will take place thanks to the
+         sponsoring of <a href="http://www.calao-systems.com">Calao
+           Systems</a> and <a href="http://www.free-electrons.com">Free
+           Electrons</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.08 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>31 August 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2009.08 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2009-August/029018.html">announcement</a>
+         or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08">CHANGES</a>
+         for more details, and go to the <a href="/downloads/">downloads page</a>
+         to pick up the <a href="/downloads/buildroot-2009.08.tar.bz2">2009.08
+           release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.08-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>26 August 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>A number of bugfixes have been added to the tree since RC2
+         (especially thanks to Thomas Petazzoni) - See
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc3">CHANGES</a>
+         file for details. This is very much expected to be the final
+         release candidate, so give it a good test and expect a final
+         2009.08 release next weekend unless critical issues are
+         found.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to
+         pick up the
+         <a href="/downloads/buildroot-2009.08-rc3.tar.bz2">2009.08-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.08-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>6 August 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC2 is out with more cleanups and bugfixes, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc2">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2009.08-rc2.tar.bz2">2009.08-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.08-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>2 August 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over
+         the tree, see
+         the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc1">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2009.08-rc1.tar.bz2">2009.08-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.05 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>1 June 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2009.05 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2009-June/027640.html">announcement</a>
+         or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05">CHANGES</a>
+         for more details, and go to the <a href="/downloads/">downloads page</a>
+         to pick up the <a href="/downloads/buildroot-2009.05.tar.bz2">2009.05
+           release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.05-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>27 May 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We had a number of fixes post-RC2, so RC3 is out
+         (see <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc3">CHANGES</a>
+         for details). Now is the moment to test and verify that
+         everything is working for your favorite config - Expect a
+         final 2009.05 very soon.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2009.05-rc3.tar.bz2">2009.05-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.05-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>19 May 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC2 is out with more cleanups and bug fixes
+         (see <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc2">CHANGES</a>).
+         Unless big issues are found, expect this to be the last
+         release candidate before the release - So give it a good
+         test.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2009.05-rc2.tar.bz2">2009.05-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Buildroot.org</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>14 May 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Earl Levine has been so kind to donate
+         the <b>buildroot.org</b> domain to us, so the website can
+         now also be reached
+         at <a href="http://www.buildroot.org">www.buildroot.org</a>
+         (and git at
+         <a href="http://git.buildroot.org/buildroot">git.buildroot.org</a>).
+
+         Thanks a lot Earl!</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.05-rc1 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>5 May 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a new release candidate! Lots of changes all over the
+         tree, see the <a
+                          href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc1">CHANGES</a>
+         file for details.
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+         <a href="/downloads/buildroot-2009.05-rc1.tar.bz2">2009.05-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Moved to git</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>3 May 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We've moved the source code
+         from <a href="http://subversion.tigris.org">Subversion</a>
+         to <a href="http://git-scm.org">Git</a>. You can browse the
+         repo online
+         <a href="http://git.buildroot.net/buildroot">here</a>, and clone
+         the repo using:
+         <pre>git clone git://git.buildroot.net/buildroot</pre>
+         See the <a href="/git.html">Git Access</a> page for more details.
+       </p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title"><new Logo/h4>
+           <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>27 March 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We have a <a href="images/logo.png">logo</a>! We have so
+         far been using the <a href="http://busybox.net">Busybox</a>
+         logo on the website, as the website was a copy of
+         the <a href="http://busybox.net">Busybox</a> one - But not
+         anymore, we now have a shiny new logo of our own.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.02 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>12 February 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>The stable 2009.02 release is out - Thanks to everyone
+         contributing and testing the release candidates. See the
+         <a href="http://lists.buildroot.org/pipermail/buildroot/2009-February/025974.html">announcement</a>
+         for more details, and go to the <a href="/downloads/">downloads page</a>
+         to pick up the <a href="/downloads/buildroot-2009.02.tar.bz2">2009.02
+           release</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.02-rc4 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>9 February 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>We had more than 50 changes since RC3, several of them
+         toolchain related, so decided to make a RC4 as well. This is
+         very much expected to be the final release candidate, so
+         give it a good test and expect a final 2009.02 release this
+         week unless critical issues are found.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to
+         pick up the
+         <a href="/downloads/buildroot-2009.02-rc4.tar.bz2">2009.02-rc4
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.02-rc3 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>31 January 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>RC3 is out with more cleanups and bug fixes. Unless big
+         issues are found, expect this to be the last release
+         candidate before the release - So give it a good test.</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to
+         pick up the
+         <a href="/downloads/buildroot-2009.02-rc3.tar.bz2">2009.02-rc3
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">2009.02-rc2 released</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>23 January 2009</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Another week, another release candidate with a bunch of
+         cleanups and build fixes.</p>
+       <p>Head to the <a href="/downloads/">downloads page</a> to
+         pick up the
+         <a href="/downloads/buildroot-2009.02-rc2.tar.bz2">2009.02-rc2
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Release candidate and new maintainer</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>16 January 2009</small></p>
+      </div>
+      <div class="timeline-body">
+
+       <p>It has been a long time coming, but we finally have a new
+         release candidate! - And a new maintainer to match (Peter
+         Korsgaard).</p>
+
+       <p>Head to the <a href="/downloads/">downloads page</a> to
+         pick up the
+         <a href="/downloads/buildroot-2009.02-rc1.tar.bz2">2009.02-rc1
+           release candidate</a>, and report any problems found to
+         the <a href="support.html">mailing list</a>
+         or <a href="https://bugs.uclibc.org">bug tracker</a>. The
+         plan is to release 2009.02 in time
+         for <a href="http://www.fosdem.org/2009/">FOSDEM</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li>
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Buildroot mailing list</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>16 July 2006</small></p>
+      </div>
+      <div class="timeline-body">
+       <p>Buildroot now has its own <a href=support.html>mailing list</a>.</p>
+      </div>
+    </div>
+  </li>
+
+  <li class="timeline-inverted">
+    <div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
+    <div class="timeline-panel">
+      <div class="timeline-heading">
+       <h4 class="timeline-title">Buildroot webpage added</h4>
+       <p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>21 February 2005</small></p>
+
+       <p>Buildroot is a set of Makefiles and patches that makes it easy generate a
+         cross-compilation toolchain and root filesystem for your target Linux
+         system using the <a href= "http://www.uclibc.org/">uClibc C library</a>.
+         Buildroot is useful mainly for people working with small or embedded
+         systems.  Embedded systems often use processors that are not the regular
+         x86 processors everyone is used to using on their PC. It can be PowerPC
+         processors, MIPS processors, ARM processors, etc.  And to be extra safe,
+         you do not need to be root to build or run buildroot.</p>
+
+       <p>And as of today buildroot even has its own webpage, making it a first class
+         citizen of uclibc.org and busybox.net, and more importantly, make it easy
+         to find and point to buildroot.</p>
+
+       <p>If you find a bug in buildroot, or wish to submit a patch
+         to fix a problem or add a shiny new feature, please use
+         the <a href="https://bugs.uclibc.org/">Bug and Patch
+         Tracking System</a> to post the details, to make certain
+         your work is not lost</p>
+      </div>
+    </div>
+  </li>
 </ul>
 
 </div><!--/.col-sm-10 -->
 </div><!--/.row -->
+</div>
 
 <!--#include file="footer.html" -->
 
index 9de060570566ae6f70783f5f25ff8487301b3e56..db50e37fa80aca9c4678617082abb5dda2e8dc0f 100644 (file)
 <!--#include file="header.html" -->
 
-<div class="row"><!-- current sponsor row -->
-  <div class="col-sm-10 col-sm-offset-1">
-    <h2>Sponsors</h2>
+<div class="container">
+<div class="row nh"><!-- current sponsor row -->
+<div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
 
-    <h3>Current sponsors</h3>
-  </div>
-</div>
+  <div class="panel panel-primary">
+    <div class="panel-heading">Current sponsors</div>
+    <div class="panel-body">
 
-<div class="row"><!-- main sponsor row -->
-  <div class="col-sm-10 col-sm-offset-1">
-    <div class="col-sm-12 sponsor-main">
-      <div class="col-sm-4">
-        <a href="http://google.com">
-          <img src="images/google-logo.png"/>
-        </a>
-      </div>
-      <div class="col-sm-8">
-        <p><a href="http://www.google">Google</a> is sponsoring
-        the <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2015">Buildroot
-        Developers Meeting</a> colocated with the FOSDEM conference,
-        taking place on February 2-3 in Brussels, Belgium. Google is
-        providing the meeting room and lunch for the two days of the
-        meeting.</p>
-      </div>
-    </div>
-  </div>
-</div>
-<div class="row" style="margin-top: 10px;">
-  <div class="col-sm-10 col-sm-offset-1">
-    <div class="col-sm-12 sponsor-main">
-      <div class="col-sm-4">
-        <a href="http://mind.be">
-          <img src="images/mind-logo.png"/>
-        </a>
-      </div>
-      <div class="col-sm-8">
-        <p><a href="http://www.mind.be">Mind</a> is the Embedded
-        Software division of Essensium, which provides consultancy
-        and services specifically in the field of Linux and Open
-        Source SW for Embedded Systems.</p>
-
-        <p>Mind is sponsoring
-        the <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2015">Buildroot
-        Developers Meeting</a> colocated with the FOSDEM conference,
-        taking place on February 2-3 in Brussels, Belgium. Mind has
-        funded the Monday dinner for the meeting participants.</p>
-      </div>
-    </div>
-  </div>
-</div><!-- /main sponsor row -->
+      <div class="row">
+       <div class="col-sm-12">
+         <div class="panel panel-default">
+           <div class="panel-body">
+             <div class="col-sm-4">
+               <a href="http://google.com">
+                 <img class="img-responsive center-block" src="images/google-logo.png"/>
+               </a>
+             </div>
+             <div class="col-sm-8">
+               <a href="http://www.google">Google</a> is sponsoring
+               the <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2015">Buildroot
+                 Developers Meeting</a> colocated with the FOSDEM conference,
+               taking place on February 2-3 in Brussels, Belgium. Google is
+               providing the meeting room and lunch for the two days of the
+               meeting.
+             </div>
+           </div>
+         </div>
+       </div>
 
-<div class="row"><!-- past sponsor row -->
-  <div class="col-sm-10 col-sm-offset-1">
-    <h3>Past sponsors</h3>
+       <div class="col-sm-12">
+         <div class="panel panel-default">
+           <div class="panel-body">
+             <div class="col-sm-4">
+               <a href="http://mind.be">
+                 <img class="img-responsive center-block" src="images/mind-logo.png"/>
+               </a>
+             </div>
+             <div class="col-sm-8">
+               <a href="http://www.mind.be">Mind</a> is the Embedded
+               Software division of Essensium, which provides consultancy
+               and services specifically in the field of Linux and Open
+               Source SW for Embedded Systems.
 
-    <p>Throughout its history, the Buildroot project has been sponsored by
-    various companies, that we would like to thank below.</p>
-  </div>
-</div><!--/past sponsor row -->
-
-<div class="row"><!-- past sponsors row 1-->
-  <div class="col-sm-10 col-sm-offset-1">
-    <div class="col-xs-12 col-sm-4 sponsor">
-      <div class="sponsor-description">
-        <a href="http://www.mind.be">
-        <img src="images/mind-logo.png" alt="Mind" title="Mind"/>
-        </a><br/>
-        <a href="http://www.mind.be">Mind</a> sponsored the dinner of
-        the FOSDEM 2014 Developers Meeting (Brussels), the meeting
-        room and the dinner for the ELCE 2014 Developers Meeting
-        (Düsseldorf), and the dinner for the FOSDEM 2015 Developers
-        meeting (Brussels).
-      </div>
-    </div>
-    <div class="col-xs-12 col-sm-4 sponsor">
-      <div class="sponsor-description">
-        <a href="http://www.google.com">
-        <img src="images/google-logo.png" alt="Google" title="Google"/>
-        </a><br/>
-        <a href="http://www.google.com">Google</a> provided the
-        logistics for the FOSDEM 2013, FOSDEM 2014 and FOSDEM 2015
-        Developer Days in Brussels, Belgium.
-      </div>
-    </div>
-    <div class="col-xs-12 col-sm-4 sponsor">
-      <div class="sponsor-description">
-        <a href="http://www.imgtec.com/">
-        <img src="images/imgtec-logo.png" alt="Imagination Technologies" title="Imagination Technologies"/>
-        </a><br/>
-        <a href="http://www.imgtec.com/">Imagination Technologies</a>
-        sponsored the meeting room and dinner of the ELCE 2013
-        Developer Days in Edinburgh, UK.
+               Mind is sponsoring
+               the <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2015">Buildroot
+                 Developers Meeting</a> colocated with the FOSDEM conference,
+               taking place on February 2-3 in Brussels, Belgium. Mind has
+               funded the Monday dinner for the meeting participants.
+             </div>
+           </div>
+         </div>
+       </div>
       </div>
     </div>
   </div>
-</div><!--/past sponsors row 1-->
-
-<div class="row"><!-- past sponsors row 2-->
-  <div class="col-sm-10 col-sm-offset-1">
-    <div class="col-xs-12 col-sm-4 sponsor">
-      <div class="sponsor-description">
-        <a href="http://circuitco.com/">
-        <img src="images/circuitco-logo.png" alt="CircuitCo" title="CircuitCo"/>
-        </a><br/>
-        <a href="http://circuitco.com/">CircuitCo</a> sponsored
-        several development boards for the Google Summer of Code
-        2013 project on Buildroot.
-      </div>
-    </div>
-    <div class="col-xs-12 col-sm-4 sponsor">
-      <div class="sponsor-description">
-        <a href="http://boundarydevices.com/">
-        <img src="images/boundary-devices-logo.png" alt="Boundary Devices" title="Boundary Devices"/>
-        </a><br/>
-        <a href="http://boundarydevices.com/">BoundaryDevices</a>
-        sponsored an i.MX6 development board for the Google Summer of
-        Code 2013 project on Buildroot.
-      </div>
-    </div>
-    <div class="col-xs-12 col-sm-4 sponsor">
-      <div class="sponsor-description">
-        <a href="http://www.fluendo.com/">
-        <img src="images/fluendo-logo.png" alt="Fluendo" title="Fluendo"/>
-        </a><br/>
-        <a href="http://www.fluendo.com/">Fluendo</a> sponsored the
-        meeting room for the ELCE 2012 Developer Days in Barcelona
-        Spain.
-      </div>
-    </div>
-  </div>
-</div><!--/past sponsors row 2-->
-
-<div class="row"><!-- past sponsors row 3-->
-  <div class="col-sm-10 col-sm-offset-1">
-    <div class="col-xs-12 col-sm-4 sponsor">
-      <div class="sponsor-description">
-        <a href="http://www.synopsys.com">
-        <img src="images/synopsys-logo.png" alt="Synopsys" title="Synopsys"/>
-        </a><br/>
-        <a href="http://www.synopsys.com">Synopsys</a> sponsored the
-        dinner for the ELCE 2012 Developer Days in Barcelona, Spain.
+
+  <div class="panel panel-primary">
+    <div class="panel-heading">Past sponsors</div>
+    <div class="panel-body">
+      <p>Throughout its history, the Buildroot project has been sponsored by
+       various companies, that we would like to thank below.</p>
+
+      <div class="row">
+       <div class="col-sm-4">
+         <div class="panel panel-default panel-sponsor">
+           <div class="panel-body">
+             <div class="col-sm-12">
+               <a href="http://www.mind.be">
+                 <img class="img-responsive center-block" src="images/mind-logo.png"/>
+               </a>
+             </div>
+             <div class="col-sm-12" style="font-size: 12px;">
+               <a href="http://www.mind.be">Mind</a> sponsored the dinner of
+               the FOSDEM 2014 Developers Meeting (Brussels), the meeting
+               room and the dinner for the ELCE 2014 Developers Meeting
+               (Düsseldorf), and the dinner for the FOSDEM 2015 Developers
+               meeting (Brussels).
+             </div>
+           </div>
+         </div>
+       </div>
+
+       <div class="col-sm-4">
+         <div class="panel panel-default panel-sponsor">
+           <div class="panel-body">
+             <div class="col-sm-12">
+               <p><a href="http://www.google.com">
+                   <img class="img-responsive center-block" src="images/google-logo.png"/></a></p>
+             </div>
+             <div class="col-sm-12">
+               <p><a href="http://www.google.com">Google</a> provided the
+                 logistics for the FOSDEM 2013, FOSDEM 2014 and FOSDEM 2015
+                 Developer Days in Brussels, Belgium.</p>
+             </div>
+           </div>
+         </div>
+       </div>
+
+       <div class="col-sm-4">
+         <div class="panel panel-default panel-sponsor">
+           <div class="panel-body">
+             <div class="col-sm-12">
+               <p><a href="http://www.imgtec.com/">
+                   <img class="img-responsive center-block" src="images/imgtec-logo.png"/></a></p>
+             </div>
+             <div class="col-sm-12">
+               <a href="http://www.imgtec.com/">Imagination Technologies</a>
+               sponsored the meeting room and dinner of the ELCE 2013
+               Developer Days in Edinburgh, UK.
+             </div>
+           </div>
+         </div>
+       </div>
       </div>
-    </div>
-    <div class="col-xs-12 col-sm-4 sponsor">
-      <div class="sponsor-description">
-        <a href="http://www.calao-systems.com/">
-        <img src="images/calao-logo.png"/ alt="Calao Systems" title="Calao Systems">
-        </a><br/>
-        <a href="http://www.calao-systems.com/">Calao Systems</a>
-        provided a a meeting room for the ELCE 2009 Developer Days
-        in Grenoble, France.
+
+      <div class="row">
+       <div class="col-sm-4">
+         <div class="panel panel-default panel-sponsor">
+           <div class="panel-body">
+             <div class="col-sm-12">
+               <p><a href="http://circuitco.com/">
+                   <img class="img-responsive center-block" src="images/circuitco-logo.png"/></a></p>
+             </div>
+             <div class="col-sm-12">
+               <p><a href="http://circuitco.com/">CircuitCo</a> sponsored
+                 several development boards for the Google Summer of Code
+                 2013 project on Buildroot.</p>
+             </div>
+           </div>
+         </div>
+       </div>
+
+       <div class="col-sm-4">
+         <div class="panel panel-default panel-sponsor">
+           <div class="panel-body">
+             <div class="col-sm-12">
+               <p><a href="http://boundarydevices.com/">
+                   <img class="img-responsive center-block" src="images/boundary-devices-logo.png"/></a></p>
+             </div>
+             <div class="col-sm-12">
+               <p><a href="http://boundarydevices.com/">BoundaryDevices</a>
+                 sponsored an i.MX6 development board for the Google Summer of
+                 Code 2013 project on Buildroot.</p>
+             </div>
+           </div>
+         </div>
+       </div>
+
+       <div class="col-sm-4">
+         <div class="panel panel-default panel-sponsor">
+           <div class="panel-body">
+             <div class="col-sm-12">
+               <p><a href="http://www.fluendo.com/">
+                   <img class="img-responsive center-block" src="images/fluendo-logo.png"/></a></p>
+             </div>
+             <div class="col-sm-12">
+               <p><a href="http://www.fluendo.com/">Fluendo</a> sponsored the
+                 meeting room for the ELCE 2012 Developer Days in Barcelona
+                 Spain.</p>
+             </div>
+           </div>
+         </div>
+       </div>
       </div>
-    </div>
-    <div class="col-xs-12 col-sm-4 sponsor">
-      <div class="sponsor-description">
-        <a href="http://www.free-electrons.com">
-        <img src="images/free-electrons-logo.png" alt="Free Electrons" title="Free Electrons"/>
-        </a><br/>
-        <a href="http://www.free-electrons.com">Free Electrons</a>
-        sponsored the lunch for the ELCE 2009 Developer Days in
-        Grenoble, France.
+
+      <div class="row">
+       <div class="col-sm-4">
+         <div class="panel panel-default panel-sponsor">
+           <div class="panel-body">
+             <div class="col-sm-12">
+               <p><a href="http://www.synopsys.com">
+                   <img class="img-responsive center-block" src="images/synopsys-logo.png"/></a></p>
+             </div>
+             <div class="col-sm-12">
+               <p><a href="http://www.synopsys.com">Synopsys</a> sponsored the
+                 dinner for the ELCE 2012 Developer Days in Barcelona, Spain.</p>
+             </div>
+           </div>
+         </div>
+       </div>
+
+       <div class="col-sm-4">
+         <div class="panel panel-default panel-sponsor">
+           <div class="panel-body">
+             <div class="col-sm-12">
+               <p><a href="http://www.calao-systems.com/">
+                   <img class="img-responsive center-block" src="images/calao-logo.png"/></a></p>
+             </div>
+             <div class="col-sm-12">
+               <p><a href="http://www.calao-systems.com/">Calao Systems</a>
+                 provided a a meeting room for the ELCE 2009 Developer Days
+                 in Grenoble, France.</p>
+             </div>
+           </div>
+         </div>
+       </div>
+
+       <div class="col-sm-4">
+         <div class="panel panel-default panel-sponsor">
+           <div class="panel-body">
+             <div class="col-sm-12">
+               <p><a href="http://www.free-electrons.com">
+                   <img class="img-responsive center-block" src="images/free-electrons-logo.png"/></a></p>
+             </div>
+             <div class="col-sm-12">
+               <p><a href="http://www.free-electrons.com">Free Electrons</a>
+                 sponsored the lunch for the ELCE 2009 Developer Days in
+                 Grenoble, France.</p>
+             </div>
+           </div>
+         </div>
+       </div>
       </div>
+
     </div>
   </div>
-</div><!--/past sponsors row 3-->
+</div>
 
 <!--#include file="footer.html" -->
index 3b464b4cc96ab828193e6ba5af66dfbd98f3848d..2f16efe0ae6cd20a765592f67d1ca7c713e986e4 100644 (file)
@@ -1,51 +1,96 @@
 <!--#include file="header.html" -->
 
-<div class="row">
-<div class="col-sm-10 col-sm-offset-1">
+<div class="container">
+<div class="row nh">
+<div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
 
-<h2>Support</h2>
+  <div class="panel panel-primary">
+    <div class="panel-heading">Support</div>
+    <div class="panel-body">
+      <p>You can get support for Buildroot through three main channels:</p>
 
-<p>You can get support for Buildroot through three main channels:</p>
+      <div class="row">
+       <div class="col-sm-12">
+         <div class="panel panel-primary">
+           <div class="panel-heading">IRC</div>
+           <div class="panel-body">
+             <div class="row">
+               <div class="col-sm-1">
+                 <img class="img-responsive" src="images/irc.png" style="max-width:50px; margin-bottom:10px;">
+               </div>
+               <div class="col-sm-11">
+                 <p>The Buildroot IRC channel is <a href="irc://freenode.net/#buildroot">
+                     #buildroot</a>, hosted on Freenode. If you do not have an IRC client, you can
+                   use the <a href="http://webchat.freenode.net">Freenode web interface</a>.
+                   When asking for help on IRC, share relevant logs or pieces of code using a code
+                   sharing website.</p>
+               </div>
+             </div>
+           </div>
+         </div>
+       </div>
 
-<h3>IRC</h3>
-<p>The Buildroot IRC channel is <a href="irc://freenode.net/#buildroot">
-#buildroot</a>, hosted on Freenode. If you do not have an IRC client, you can
-use the <a href="http://webchat.freenode.net">Freenode web interface</a>.
-When asking for help on IRC, share relevant logs or pieces of code using a code
-sharing website.</p>
+       <div class="col-sm-12">
+         <div class="panel panel-primary">
+           <div class="panel-heading">Mailing List Information</div>
+           <div class="panel-body">
+             <div class="row">
+               <div class="col-sm-1">
+                 <img class="img-responsive" src="images/email.png" style="max-width:50px; margin-bottom:10px;">
+               </div>
+               <div class="col-sm-11">
+                 <p>The <a href="/lists/buildroot/">mailing list</a> is for discussion and
+                   development.  You can subscribe by visiting
+                   <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">this page</a>.
+                   Only subscribers to the Buildroot mailing list are allowed to post
+                   to this list.</p>
 
-<h3>Mailing List Information</h3>
-<p>The <a href="/lists/buildroot/">mailing list</a> is for discussion and
-development.  You can subscribe by visiting
-<a href="http://lists.buildroot.org/mailman/listinfo/buildroot">this page</a>.
-Only subscribers to the Buildroot mailing list are allowed to post
-to this list.</p>
+                 <p>The list is also available
+                   through <a href="http://gmane.org">Gmane</a>
+                   at <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot">gmane.comp.lib.uclibc.buildroot</a>.
+                 </p>
 
-<p>The list is also available through <a
-href="http://gmane.org">Gmane</a> at <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot">gmane.comp.lib.uclibc.buildroot</a>.
-</p>
+                 <h4>Search the List Archives</h4>
+                 <p>Please search the mailing list archives before asking questions on the mailing
+                   list, since there is a good chance someone else has asked the same question
+                   before.</p>
 
-<h4>Search the List Archives</h4>
-<p>Please search the mailing list archives before asking questions on the mailing
-list, since there is a good chance someone else has asked the same question
-before.  Checking the archives is a great way to avoid annoying everyone on the
-list with frequently asked questions...</p>
+                 <form method="get" action="http://search.gmane.org/">
+                   <input type="text" name="query">
+                   <input type="hidden" name="group" value="gmane.comp.lib.uclibc.buildroot">
+                   <button type="submit" class="btn btn-default">Submit</button>
+                 </form>
+               </div>
+             </div>
+           </div>
+         </div>
+       </div>
 
-<form method="get" action="http://search.gmane.org/">
-  <input type="text" name="query">
-  <input type="hidden" name="group" value="gmane.comp.lib.uclibc.buildroot">
-  <input type="submit" value="Search">
-</form>
+       <div class="col-sm-12">
+         <div class="panel panel-primary">
+           <div class="panel-heading">Bug Tracker</div>
+           <div class="panel-body">
+             <div class="row">
+               <div class="col-sm-1">
+                 <img class="img-responsive" src="images/bug-buddy.png" style="max-width:50px; margin-bottom:10px;">
+               </div>
+               <div class="col-sm-11">
+                 <p>If you encounter any problem while using Buildroot, you can use the
+                   <a href="https://bugs.buildroot.org/">Bug Tracker</a> to post your bugs and/or
+                   participate to find solutions to existing problems.</p>
 
-<h3>Bug Tracker</h3>
-
-<p>If you encounter any problem while using Buildroot, you can use the
-<a href="https://bugs.buildroot.org/">Bug Tracker</a> to post your bugs and/or
-participate to find solutions to existing problems.</p>
-
-<p>Note: patches are only accepted through the mailing list.</p>
+                 <p>Note: patches are only accepted through the mailing list.</p>
+               </div>
+             </div>
+           </div>
+         </div>
+       </div>
+      </div>
+    </div>
+  </div>
 
 </div><!--/.col-sm-10 -->
 </div><!--/.row -->
+</div>
 
 <!--#include file="footer.html" -->