diff --git a/.gitignore b/.gitignore index ab637d0..6e290d4 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ var sdist develop-eggs .installed.cfg -lib +./lib lib64 # Installer logs diff --git a/presentations/6-months-in-the-life-of-openstack/lib/css/github.css b/presentations/6-months-in-the-life-of-openstack/lib/css/github.css new file mode 100644 index 0000000..791932b --- /dev/null +++ b/presentations/6-months-in-the-life-of-openstack/lib/css/github.css @@ -0,0 +1,99 @@ +/* + +github.com style (c) Vasily Polovnyov + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: #333; + background: #f8f8f8; +} + +.hljs-comment, +.hljs-quote { + color: #998; + font-style: italic; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-subst { + color: #333; + font-weight: bold; +} + +.hljs-number, +.hljs-literal, +.hljs-variable, +.hljs-template-variable, +.hljs-tag .hljs-attr { + color: #008080; +} + +.hljs-string, +.hljs-doctag { + color: #d14; +} + +.hljs-title, +.hljs-section, +.hljs-selector-id { + color: #900; + font-weight: bold; +} + +.hljs-subst { + font-weight: normal; +} + +.hljs-type, +.hljs-class .hljs-title { + color: #458; + font-weight: bold; +} + +.hljs-tag, +.hljs-name, +.hljs-attribute { + color: #000080; + font-weight: normal; +} + +.hljs-regexp, +.hljs-link { + color: #009926; +} + +.hljs-symbol, +.hljs-bullet { + color: #990073; +} + +.hljs-built_in, +.hljs-builtin-name { + color: #0086b3; +} + +.hljs-meta { + color: #999; + font-weight: bold; +} + +.hljs-deletion { + background: #fdd; +} + +.hljs-addition { + background: #dfd; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/presentations/6-months-in-the-life-of-openstack/lib/css/vs.css b/presentations/6-months-in-the-life-of-openstack/lib/css/vs.css new file mode 100644 index 0000000..c5d07d3 --- /dev/null +++ b/presentations/6-months-in-the-life-of-openstack/lib/css/vs.css @@ -0,0 +1,68 @@ +/* + +Visual Studio-like style based on original C# coloring by Jason Diamond + +*/ +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: white; + color: black; +} + +.hljs-comment, +.hljs-quote, +.hljs-variable { + color: #008000; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-built_in, +.hljs-name, +.hljs-tag { + color: #00f; +} + +.hljs-string, +.hljs-title, +.hljs-section, +.hljs-attribute, +.hljs-literal, +.hljs-template-tag, +.hljs-template-variable, +.hljs-type, +.hljs-addition { + color: #a31515; +} + +.hljs-deletion, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-meta { + color: #2b91af; +} + +.hljs-doctag { + color: #808080; +} + +.hljs-attr { + color: #f00; +} + +.hljs-symbol, +.hljs-bullet, +.hljs-link { + color: #00b0e8; +} + + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/presentations/6-months-in-the-life-of-openstack/lib/css/zenburn.css b/presentations/6-months-in-the-life-of-openstack/lib/css/zenburn.css new file mode 100644 index 0000000..07be502 --- /dev/null +++ b/presentations/6-months-in-the-life-of-openstack/lib/css/zenburn.css @@ -0,0 +1,80 @@ +/* + +Zenburn style from voldmar.ru (c) Vladimir Epifanov +based on dark.css by Ivan Sagalaev + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #3f3f3f; + color: #dcdcdc; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-tag { + color: #e3ceab; +} + +.hljs-template-tag { + color: #dcdcdc; +} + +.hljs-number { + color: #8cd0d3; +} + +.hljs-variable, +.hljs-template-variable, +.hljs-attribute { + color: #efdcbc; +} + +.hljs-literal { + color: #efefaf; +} + +.hljs-subst { + color: #8f8f8f; +} + +.hljs-title, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class, +.hljs-section, +.hljs-type { + color: #efef8f; +} + +.hljs-symbol, +.hljs-bullet, +.hljs-link { + color: #dca3a3; +} + +.hljs-deletion, +.hljs-string, +.hljs-built_in, +.hljs-builtin-name { + color: #cc9393; +} + +.hljs-addition, +.hljs-comment, +.hljs-quote, +.hljs-meta { + color: #7f9f7f; +} + + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/LICENSE b/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/LICENSE new file mode 100644 index 0000000..29513e9 --- /dev/null +++ b/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/LICENSE @@ -0,0 +1,2 @@ +SIL Open Font License (OFL) +http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/league-gothic.css b/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/league-gothic.css new file mode 100644 index 0000000..44a33a1 --- /dev/null +++ b/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/league-gothic.css @@ -0,0 +1,10 @@ +@font-face { + font-family: 'League Gothic'; + src: url('league-gothic.eot'); + src: url('league-gothic.eot?#iefix') format('embedded-opentype'), + url('league-gothic.woff') format('woff'), + url('league-gothic.ttf') format('truetype'); + + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/league-gothic.eot b/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/league-gothic.eot new file mode 100755 index 0000000..f62619a Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/league-gothic.eot differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/league-gothic.ttf b/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/league-gothic.ttf new file mode 100755 index 0000000..baa9a95 Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/league-gothic.ttf differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/league-gothic.woff b/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/league-gothic.woff new file mode 100755 index 0000000..8c1227b Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/league-gothic/league-gothic.woff differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/LICENSE b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/LICENSE new file mode 100644 index 0000000..71b7a02 --- /dev/null +++ b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/LICENSE @@ -0,0 +1,45 @@ +SIL Open Font License + +Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name ‘Source’. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + +—————————————————————————————- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +—————————————————————————————- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. + +The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. + +DEFINITIONS +“Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. + +“Reserved Font Name” refers to any names specified as such after the copyright statement(s). + +“Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s). + +“Modified Version” refers to any derivative made by adding to, deleting, or substituting—in part or in whole—any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. + +“Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. + +5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-italic.eot b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-italic.eot new file mode 100755 index 0000000..32fe466 Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-italic.eot differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-italic.ttf b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-italic.ttf new file mode 100755 index 0000000..f9ac13f Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-italic.ttf differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-italic.woff b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-italic.woff new file mode 100755 index 0000000..ceecbf1 Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-italic.woff differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-regular.eot b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-regular.eot new file mode 100755 index 0000000..4d29dda Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-regular.eot differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-regular.ttf b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-regular.ttf new file mode 100755 index 0000000..00c833c Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-regular.ttf differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-regular.woff b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-regular.woff new file mode 100755 index 0000000..630754a Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-regular.woff differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibold.eot b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibold.eot new file mode 100755 index 0000000..1104e07 Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibold.eot differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibold.ttf b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibold.ttf new file mode 100755 index 0000000..6d0253d Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibold.ttf differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibold.woff b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibold.woff new file mode 100755 index 0000000..8888cf8 Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibold.woff differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot new file mode 100755 index 0000000..cdf7334 Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf new file mode 100755 index 0000000..5644299 Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff new file mode 100755 index 0000000..7c2d3c7 Binary files /dev/null and b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff differ diff --git a/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro.css b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro.css new file mode 100644 index 0000000..0707a4f --- /dev/null +++ b/presentations/6-months-in-the-life-of-openstack/lib/font/source-sans-pro/source-sans-pro.css @@ -0,0 +1,39 @@ +@font-face { + font-family: 'Source Sans Pro'; + src: url('source-sans-pro-regular.eot'); + src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'), + url('source-sans-pro-regular.woff') format('woff'), + url('source-sans-pro-regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Source Sans Pro'; + src: url('source-sans-pro-italic.eot'); + src: url('source-sans-pro-italic.eot?#iefix') format('embedded-opentype'), + url('source-sans-pro-italic.woff') format('woff'), + url('source-sans-pro-italic.ttf') format('truetype'); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: 'Source Sans Pro'; + src: url('source-sans-pro-semibold.eot'); + src: url('source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'), + url('source-sans-pro-semibold.woff') format('woff'), + url('source-sans-pro-semibold.ttf') format('truetype'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Source Sans Pro'; + src: url('source-sans-pro-semibolditalic.eot'); + src: url('source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'), + url('source-sans-pro-semibolditalic.woff') format('woff'), + url('source-sans-pro-semibolditalic.ttf') format('truetype'); + font-weight: 600; + font-style: italic; +} \ No newline at end of file diff --git a/presentations/6-months-in-the-life-of-openstack/lib/js/classList.js b/presentations/6-months-in-the-life-of-openstack/lib/js/classList.js new file mode 100644 index 0000000..44f2b4c --- /dev/null +++ b/presentations/6-months-in-the-life-of-openstack/lib/js/classList.js @@ -0,0 +1,2 @@ +/*! @source http://purl.eligrey.com/github/classList.js/blob/master/classList.js*/ +if(typeof document!=="undefined"&&!("classList" in document.createElement("a"))){(function(j){var a="classList",f="prototype",m=(j.HTMLElement||j.Element)[f],b=Object,k=String[f].trim||function(){return this.replace(/^\s+|\s+$/g,"")},c=Array[f].indexOf||function(q){var p=0,o=this.length;for(;pn?(i.screensCss.gt&&r("gt-"+n),i.screensCss.gte&&r("gte-"+n)):tt);u.feature("landscape",fe?(i.browserCss.gt&&r("gt-"+f+e),i.browserCss.gte&&r("gte-"+f+e)):h2&&this[u+1]!==t)u&&r(this.slice(u,u+1).join("-").toLowerCase()+i.section);else{var f=n||"index",e=f.indexOf(".");e>0&&(f=f.substring(0,e));c.id=f.toLowerCase()+i.page;u||r("root"+i.section)}});u.screen={height:n.screen.height,width:n.screen.width};tt();b=0;n.addEventListener?n.addEventListener("resize",it,!1):n.attachEvent("onresize",it)})(window); +/*! head.css3 - v1.0.0 */ +(function(n,t){"use strict";function a(n){for(var r in n)if(i[n[r]]!==t)return!0;return!1}function r(n){var t=n.charAt(0).toUpperCase()+n.substr(1),i=(n+" "+c.join(t+" ")+t).split(" ");return!!a(i)}var h=n.document,o=h.createElement("i"),i=o.style,s=" -o- -moz- -ms- -webkit- -khtml- ".split(" "),c="Webkit Moz O ms Khtml".split(" "),l=n.head_conf&&n.head_conf.head||"head",u=n[l],f={gradient:function(){var n="background-image:";return i.cssText=(n+s.join("gradient(linear,left top,right bottom,from(#9f9),to(#fff));"+n)+s.join("linear-gradient(left top,#eee,#fff);"+n)).slice(0,-n.length),!!i.backgroundImage},rgba:function(){return i.cssText="background-color:rgba(0,0,0,0.5)",!!i.backgroundColor},opacity:function(){return o.style.opacity===""},textshadow:function(){return i.textShadow===""},multiplebgs:function(){i.cssText="background:url(https://),url(https://),red url(https://)";var n=(i.background||"").match(/url/g);return Object.prototype.toString.call(n)==="[object Array]"&&n.length===3},boxshadow:function(){return r("boxShadow")},borderimage:function(){return r("borderImage")},borderradius:function(){return r("borderRadius")},cssreflections:function(){return r("boxReflect")},csstransforms:function(){return r("transform")},csstransitions:function(){return r("transition")},touch:function(){return"ontouchstart"in n},retina:function(){return n.devicePixelRatio>1},fontface:function(){var t=u.browser.name,n=u.browser.version;switch(t){case"ie":return n>=9;case"chrome":return n>=13;case"ff":return n>=6;case"ios":return n>=5;case"android":return!1;case"webkit":return n>=5.1;case"opera":return n>=10;default:return!1}}};for(var e in f)f[e]&&u.feature(e,f[e].call(),!0);u.feature()})(window); +/*! head.load - v1.0.3 */ +(function(n,t){"use strict";function w(){}function u(n,t){if(n){typeof n=="object"&&(n=[].slice.call(n));for(var i=0,r=n.length;i