bitbake: toaster: update static media for Toaster GUI
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 11 Dec 2013 16:40:05 +0000 (16:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jan 2014 15:20:25 +0000 (15:20 +0000)
commit0045fdb9d534256e3e566ae9becdc8be6aee0cb2
treee641d0074eb4702a1a4b5768d12561862e06e725
parent800f1cf80c427db193671c5bcae39f40f8d845f3
bitbake: toaster: update static media for Toaster GUI

In the process of making the GUI more usable, we
bring in the static assets used during the design
phase into the application.

Licenses used:

    Bootstrap 2.3.2 under Apache License 2.0
    Font Awesome under SIL OFL 1.1 (GPL compatible) and MIT licence
    GLYPHICONS Halflings released with Bootstrap, CC BY 3.0
    jQuery 2.0.3 under MIT licence
    prettify.js under Apache Licence 2.0

(Bitbake rev: 0b3d2000c0bcd2bb5a3af5d49a514a90f001a7d2)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 files changed:
bitbake/lib/toaster/toastergui/static/css/bootstrap-responsive.min.css [new file with mode: 0755]
bitbake/lib/toaster/toastergui/static/css/bootstrap.min.css [new file with mode: 0755]
bitbake/lib/toaster/toastergui/static/css/default.css [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/css/font-awesome.min.css [new file with mode: 0755]
bitbake/lib/toaster/toastergui/static/css/prettify.css [new file with mode: 0755]
bitbake/lib/toaster/toastergui/static/fonts/FontAwesome.otf [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.svg [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/img/logo.png [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/js/bootstrap.min.js [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.js [moved from bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.js with 100% similarity]
bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.map [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/js/jquery-ui.js [new file with mode: 0644]
bitbake/lib/toaster/toastergui/static/js/main.js [new file with mode: 0755]
bitbake/lib/toaster/toastergui/static/js/prettify.js [new file with mode: 0755]