svn commit: r1717598 - /incubator/myriad/site/README

2015-12-02 Thread me
Author: me
Date: Wed Dec  2 09:41:20 2015
New Revision: 1717598

URL: http://svn.apache.org/viewvc?rev=1717598=rev
Log:
Test write

Added:
incubator/myriad/site/README   (with props)

Added: incubator/myriad/site/README
URL: 
http://svn.apache.org/viewvc/incubator/myriad/site/README?rev=1717598=auto
==
--- incubator/myriad/site/README (added)
+++ incubator/myriad/site/README Wed Dec  2 09:41:20 2015
@@ -0,0 +1 @@
+Test

Propchange: incubator/myriad/site/README
--
svn:eol-style = native




svn commit: r1717601 [5/8] - in /incubator/myriad/site: ./ _includes/ _layouts/ _posts/ _sass/ community/ css/ css/font-awesome-4.4.0/ css/font-awesome-4.4.0/css/ css/font-awesome-4.4.0/fonts/ css/mdl

2015-12-02 Thread me
Added: incubator/myriad/site/css/mdl/material.css
URL: 
http://svn.apache.org/viewvc/incubator/myriad/site/css/mdl/material.css?rev=1717601=auto
==
--- incubator/myriad/site/css/mdl/material.css (added)
+++ incubator/myriad/site/css/mdl/material.css Wed Dec  2 10:01:50 2015
@@ -0,0 +1,10580 @@
+/**
+ * material-design-lite - Material Design components in CSS, JS and HTML
+ * @version v1.0.4
+ * @license Apache-2.0
+ * @copyright 2015 Google, Inc.
+ * @link https://github.com/google/material-design-lite
+ */
+@charset "UTF-8";
+/**
+ * Copyright 2015 Google Inc. All Rights Reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/* Material Design Lite */
+/**
+ * Copyright 2015 Google Inc. All Rights Reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/**$CONTENTS
+\**/
+/**
+ * STYLE GUIDE VARIABLES--Declarations of Sass variables
+ * -Typography
+ * -Colors
+ * -Textfield
+ * -Switch
+ * -Spinner
+ * -Radio
+ * -Menu
+ * -List
+ * -Layout
+ * -Icon toggles
+ * -Footer
+ * -Column
+ * -Checkbox
+ * -Card
+ * -Button
+ * -Animation
+ * -Progress
+ * -Badge
+ * -Shadows
+ * -Grid
+ * -Data table
+ * -Snackbar
+ *
+ * Even though all variables have the `!default` directive, most of them
+ * should not be changed as they are dependent one another. This can cause
+ * visual distortions (like alignment issues) that are hard to track down
+ * and fix.
+ */
+/* ==  TYPOGRAPHY  == */
+/* We're splitting fonts into "preferred" and "performance" in order to 
optimize
+   page loading. For important text, such as the body, we want it to load
+   immediately and not wait for the web font load, whereas for other sections,
+   such as headers and titles, we're OK with things taking a bit longer to 
load.
+   We do have some optional classes and parameters in the mixins, in case you
+   definitely want to make sure you're using the preferred font and don't mind
+   the performance hit.
+   We should be able to improve on this once CSS Font Loading L3 becomes more
+   widely available.
+*/
+/* ==  COLORS  == */
+/**
+*
+* Material design color palettes.
+* @see http://www.google.com/design/spec/style/color.html
+*
+**/
+/**
+ * Copyright 2015 Google Inc. All Rights Reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/* ==  Color Palettes  == */
+/* colors.scss */
+/**
+ * Copyright 2015 Google Inc. All Rights Reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/* ==  IMAGES  == */
+/* ==  Color & Themes  == */
+/* ==  Typography  == */
+/* ==  Components  == */
+/* 

svn commit: r1717601 [7/8] - in /incubator/myriad/site: ./ _includes/ _layouts/ _posts/ _sass/ community/ css/ css/font-awesome-4.4.0/ css/font-awesome-4.4.0/css/ css/font-awesome-4.4.0/fonts/ css/mdl

2015-12-02 Thread me
Added: incubator/myriad/site/css/mdl/material.js
URL: 
http://svn.apache.org/viewvc/incubator/myriad/site/css/mdl/material.js?rev=1717601=auto
==
--- incubator/myriad/site/css/mdl/material.js (added)
+++ incubator/myriad/site/css/mdl/material.js Wed Dec  2 10:01:50 2015
@@ -0,0 +1,3972 @@
+;(function() {
+"use strict";
+
+/**
+ * @license
+ * Copyright 2015 Google Inc. All Rights Reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * A component handler interface using the revealing module design pattern.
+ * More details on this design pattern here:
+ * https://github.com/jasonmayes/mdl-component-design-pattern
+ *
+ * @author Jason Mayes.
+ */
+/* exported componentHandler */
+
+// Pre-defining the componentHandler interface, for closure documentation and
+// static verification.
+var componentHandler = {
+  /**
+   * Searches existing DOM for elements of our component type and upgrades them
+   * if they have not already been upgraded.
+   *
+   * @param {string=} optJsClass the programatic name of the element class we
+   * need to create a new instance of.
+   * @param {string=} optCssClass the name of the CSS class elements of this
+   * type will have.
+   */
+  upgradeDom: function(optJsClass, optCssClass) {},
+  /**
+   * Upgrades a specific element rather than all in the DOM.
+   *
+   * @param {!Element} element The element we wish to upgrade.
+   * @param {string=} optJsClass Optional name of the class we want to upgrade
+   * the element to.
+   */
+  upgradeElement: function(element, optJsClass) {},
+  /**
+   * Upgrades a specific list of elements rather than all in the DOM.
+   *
+   * @param {!Element|!Array|!NodeList|!HTMLCollection} elements
+   * The elements we wish to upgrade.
+   */
+  upgradeElements: function(elements) {},
+  /**
+   * Upgrades all registered components found in the current DOM. This is
+   * automatically called on window load.
+   */
+  upgradeAllRegistered: function() {},
+  /**
+   * Allows user to be alerted to any upgrades that are performed for a given
+   * component type
+   *
+   * @param {string} jsClass The class name of the MDL component we wish
+   * to hook into for any upgrades performed.
+   * @param {function(!HTMLElement)} callback The function to call upon an
+   * upgrade. This function should expect 1 parameter - the HTMLElement which
+   * got upgraded.
+   */
+  registerUpgradedCallback: function(jsClass, callback) {},
+  /**
+   * Registers a class for future use and attempts to upgrade existing DOM.
+   *
+   * @param {componentHandler.ComponentConfigPublic} config the registration 
configuration
+   */
+  register: function(config) {},
+  /**
+   * Downgrade either a given node, an array of nodes, or a NodeList.
+   *
+   * @param {!Node|!Array|!NodeList} nodes
+   */
+  downgradeElements: function(nodes) {}
+};
+
+componentHandler = (function() {
+  'use strict';
+
+  /** @type {!Array} */
+  var registeredComponents_ = [];
+
+  /** @type {!Array} */
+  var createdComponents_ = [];
+
+  var downgradeMethod_ = 'mdlDowngrade_';
+  var componentConfigProperty_ = 'mdlComponentConfigInternal_';
+
+  /**
+   * Searches registered components for a class we are interested in using.
+   * Optionally replaces a match with passed object if specified.
+   *
+   * @param {string} name The name of a class we want to use.
+   * @param {componentHandler.ComponentConfig=} optReplace Optional object to 
replace match with.
+   * @return {!Object|boolean}
+   * @private
+   */
+  function findRegisteredClass_(name, optReplace) {
+for (var i = 0; i < registeredComponents_.length; i++) {
+  if (registeredComponents_[i].className === name) {
+if (typeof optReplace !== 'undefined') {
+  registeredComponents_[i] = optReplace;
+}
+return registeredComponents_[i];
+  }
+}
+return false;
+  }
+
+  /**
+   * Returns an array of the classNames of the upgraded classes on the element.
+   *
+   * @param {!Element} element The element to fetch data from.
+   * @return {!Array}
+   * @private
+   */
+  function getUpgradedListOfElement_(element) {
+var dataUpgraded = element.getAttribute('data-upgraded');
+// Use `['']` as default value to conform the `,name,name...` style.
+return dataUpgraded === null ? [''] : dataUpgraded.split(',');
+  }
+
+  /**
+   * Returns true if the given element has 

svn commit: r1717601 [8/8] - in /incubator/myriad/site: ./ _includes/ _layouts/ _posts/ _sass/ community/ css/ css/font-awesome-4.4.0/ css/font-awesome-4.4.0/css/ css/font-awesome-4.4.0/fonts/ css/mdl

2015-12-02 Thread me
Propchange: incubator/myriad/site/css/mdl/material.js
--
svn:eol-style = native

Added: incubator/myriad/site/css/mdl/material.min.css
URL: 
http://svn.apache.org/viewvc/incubator/myriad/site/css/mdl/material.min.css?rev=1717601=auto
==
--- incubator/myriad/site/css/mdl/material.min.css (added)
+++ incubator/myriad/site/css/mdl/material.min.css Wed Dec  2 10:01:50 2015
@@ -0,0 +1,9 @@
+/**
+ * material-design-lite - Material Design components in CSS, JS and HTML
+ * @version v1.0.4
+ * @license Apache-2.0
+ * @copyright 2015 Google, Inc.
+ * @link https://github.com/google/material-design-lite
+ */

[... 3 lines stripped ...]
Propchange: incubator/myriad/site/css/mdl/material.min.css
--
svn:eol-style = native

Added: incubator/myriad/site/css/mdl/material.min.css.map
URL: 
http://svn.apache.org/viewvc/incubator/myriad/site/css/mdl/material.min.css.map?rev=1717601=auto
==
--- incubator/myriad/site/css/mdl/material.min.css.map (added)
+++ incubator/myriad/site/css/mdl/material.min.css.map Wed Dec  2 10:01:50 2015
@@ -0,0 +1 @@

[... 3 lines stripped ...]
Added: incubator/myriad/site/css/mdl/material.min.js
URL: 
http://svn.apache.org/viewvc/incubator/myriad/site/css/mdl/material.min.js?rev=1717601=auto
==
--- incubator/myriad/site/css/mdl/material.min.js (added)
+++ incubator/myriad/site/css/mdl/material.min.js Wed Dec  2 10:01:50 2015
@@ -0,0 +1,10 @@
+/**
+ * material-design-lite - Material Design components in CSS, JS and HTML
+ * @version v1.0.4
+ * @license Apache-2.0
+ * @copyright 2015 Google, Inc.
+ * @link https://github.com/google/material-design-lite
+ */
+!function(){"use strict";function 
e(e,t){if(e){if(t.element_.classList.contains(t.CssClasses_.MDL_JS_RIPPLE_EFFECT)){var
 
s=document.createElement("span");s.classList.add(t.CssClasses_.MDL_RIPPLE_CONTAINER),s.classList.add(t.CssClasses_.MDL_JS_RIPPLE_EFFECT);var
 
i=document.createElement("span");i.classList.add(t.CssClasses_.MDL_RIPPLE),s.appendChild(i),e.appendChild(s)}e.addEventListener("click",function(s){s.preventDefault();var
 
i=e.href.split("#")[1],n=t.element_.querySelector("#"+i);t.resetTabState_(),t.resetPanelState_(),e.classList.add(t.CssClasses_.ACTIVE_CLASS),n.classList.add(t.CssClasses_.ACTIVE_CLASS)})}}function
 t(e,t,s,i){function n(){var 
n=e.href.split("#")[1],a=i.content_.querySelector("#"+n);i.resetTabState_(t),i.resetPanelState_(s),e.classList.add(i.CssClasses_.IS_ACTIVE),a.classList.add(i.CssClasses_.IS_ACTIVE)}if(e){if(i.tabBar_.classList.contains(i.CssClasses_.JS_RIPPLE_EFFECT)){var
 
a=document.createElement("span");a.classList.add(i.CssClasses_.RIPPLE_CONTAINER),a.
 classList.add(i.CssClasses_.JS_RIPPLE_EFFECT);var 
l=document.createElement("span");l.classList.add(i.CssClasses_.RIPPLE),a.appendChild(l),e.appendChild(a)}e.addEventListener("click",function(t){"#"===e.getAttribute("href").charAt(0)&&(t.preventDefault(),n())}),e.show=n}}var
 
s={upgradeDom:function(e,t){},upgradeElement:function(e,t){},upgradeElements:function(e){},upgradeAllRegistered:function(){},registerUpgradedCallback:function(e,t){},register:function(e){},downgradeElements:function(e){}};s=function(){function
 e(e,t){for(var 
s=0;sd;d++){if(r=l[d],!r)throw new Error("Unable to find a 
registered component for the given 
class.");a.push(r.className),i.setAttribute("data-upgraded",a.join(","));var 
h=new r.classConstructor(i);h[C]=r,p.push(h);for(var 
u=0,m=r.callbacks.length;m>u;u++)r.callbacks[u](i);r.widget&&(i[r.className]=h);var
 
E=document.createEvent("Events");E.initEvent("mdl-componentupgraded",!0,!0),i.dispatchEvent(E)}}function
 a(e){Array.isArray(e)||(e="function"==typeof 
e.item?Array.prototype.slice.call(e):[e]);for(var 
t,s=0,i=e.length;i>s;s++)t=e[s],t instanceof 
HTMLElement&&(n(t),t.children.length>0&(t.children))}function l(t){var 
s="undefined"==typeof 

svn commit: r1717601 [6/8] - in /incubator/myriad/site: ./ _includes/ _layouts/ _posts/ _sass/ community/ css/ css/font-awesome-4.4.0/ css/font-awesome-4.4.0/css/ css/font-awesome-4.4.0/fonts/ css/mdl

2015-12-02 Thread me
Propchange: incubator/myriad/site/css/mdl/material.css
--
svn:eol-style = native




svn commit: r1717601 [2/8] - in /incubator/myriad/site: ./ _includes/ _layouts/ _posts/ _sass/ community/ css/ css/font-awesome-4.4.0/ css/font-awesome-4.4.0/css/ css/font-awesome-4.4.0/fonts/ css/mdl

2015-12-02 Thread me
Added: incubator/myriad/site/css/font-awesome-4.4.0/css/font-awesome.min.css
URL: 
http://svn.apache.org/viewvc/incubator/myriad/site/css/font-awesome-4.4.0/css/font-awesome.min.css?rev=1717601=auto
==
--- incubator/myriad/site/css/font-awesome-4.4.0/css/font-awesome.min.css 
(added)
+++ incubator/myriad/site/css/font-awesome-4.4.0/css/font-awesome.min.css Wed 
Dec  2 10:01:50 2015
@@ -0,0 +1,4 @@
+/*!
+ *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
+ 
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix=4.4.0')
 format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') 
format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') 
format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') 
format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular')
 
format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal
 normal normal 14px/1 
FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1
 
4285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em
 .25em .15em;border:solid .08em 
#eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin
 2s infinite linear;animation:fa-spin 2s infinite 
linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite 
steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes 
fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes
 
fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-tr
 
ansform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,
 mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 
1);transform:scale(-1, 
1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,
 mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, 
-1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root 
.fa-rotate-270,:root .fa-flip-horizontal,:root 
.fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:abso
 
lute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-d
 

svn commit: r1717601 [1/8] - in /incubator/myriad/site: ./ _includes/ _layouts/ _posts/ _sass/ community/ css/ css/font-awesome-4.4.0/ css/font-awesome-4.4.0/css/ css/font-awesome-4.4.0/fonts/ css/mdl

2015-12-02 Thread me
Author: me
Date: Wed Dec  2 10:01:50 2015
New Revision: 1717601

URL: http://svn.apache.org/viewvc?rev=1717601=rev
Log:
Initial Myriad website push

Added:
incubator/myriad/site/README.md
incubator/myriad/site/_config.yml
incubator/myriad/site/_includes/
incubator/myriad/site/_includes/apache_li.html   (with props)
incubator/myriad/site/_includes/dummy_image.html   (with props)
incubator/myriad/site/_includes/features.html   (with props)
incubator/myriad/site/_includes/footer.html   (with props)
incubator/myriad/site/_includes/front_news.html   (with props)
incubator/myriad/site/_includes/head.html   (with props)
incubator/myriad/site/_includes/header.html   (with props)
incubator/myriad/site/_includes/page.html   (with props)
incubator/myriad/site/_includes/splash.html   (with props)
incubator/myriad/site/_layouts/
incubator/myriad/site/_layouts/big_card.html   (with props)
incubator/myriad/site/_layouts/big_card_for_md.html   (with props)
incubator/myriad/site/_layouts/default.html   (with props)
incubator/myriad/site/_posts/
incubator/myriad/site/_posts/2015-03-01-project-enters-incubation.md
incubator/myriad/site/_posts/2015-09-25-code-migrated-to-apache-git.md
incubator/myriad/site/_sass/
incubator/myriad/site/_sass/_base.scss
incubator/myriad/site/_sass/_layout.scss
incubator/myriad/site/_sass/_syntax-highlighting.scss
incubator/myriad/site/community/
incubator/myriad/site/community/index.md
incubator/myriad/site/css/
incubator/myriad/site/css/font-awesome-4.4.0/
incubator/myriad/site/css/font-awesome-4.4.0/css/
incubator/myriad/site/css/font-awesome-4.4.0/css/font-awesome.css   (with 
props)
incubator/myriad/site/css/font-awesome-4.4.0/css/font-awesome.min.css   
(with props)
incubator/myriad/site/css/font-awesome-4.4.0/fonts/
incubator/myriad/site/css/font-awesome-4.4.0/fonts/FontAwesome.otf   (with 
props)
incubator/myriad/site/css/font-awesome-4.4.0/fonts/fontawesome-webfont.eot  
 (with props)
incubator/myriad/site/css/font-awesome-4.4.0/fonts/fontawesome-webfont.svg  
 (with props)
incubator/myriad/site/css/font-awesome-4.4.0/fonts/fontawesome-webfont.ttf  
 (with props)
incubator/myriad/site/css/font-awesome-4.4.0/fonts/fontawesome-webfont.woff 
  (with props)

incubator/myriad/site/css/font-awesome-4.4.0/fonts/fontawesome-webfont.woff2   
(with props)
incubator/myriad/site/css/main.scss   (with props)
incubator/myriad/site/css/mdl/
incubator/myriad/site/css/mdl/LICENSE   (with props)
incubator/myriad/site/css/mdl/bower.json
incubator/myriad/site/css/mdl/material-grid.css   (with props)
incubator/myriad/site/css/mdl/material-grid.min.css   (with props)
incubator/myriad/site/css/mdl/material.css   (with props)
incubator/myriad/site/css/mdl/material.js   (with props)
incubator/myriad/site/css/mdl/material.min.css   (with props)
incubator/myriad/site/css/mdl/material.min.css.map
incubator/myriad/site/css/mdl/material.min.js   (with props)
incubator/myriad/site/css/mdl/material.min.js.map
incubator/myriad/site/css/mdl/package.json
incubator/myriad/site/documentation/
incubator/myriad/site/documentation/index.md
incubator/myriad/site/downloads/
incubator/myriad/site/downloads/index.md
incubator/myriad/site/feed.xml   (with props)
incubator/myriad/site/img/
incubator/myriad/site/img/apache-feather-logo.png   (with props)
incubator/myriad/site/img/asf_logo.gif   (with props)
incubator/myriad/site/img/egg-logo.png   (with props)
incubator/myriad/site/img/favicon.png   (with props)
incubator/myriad/site/img/feather-small.gif   (with props)
incubator/myriad/site/img/feather-small.png   (with props)
incubator/myriad/site/img/feathertm.gif   (with props)
incubator/myriad/site/img/myriad_elephant.png   (with props)
incubator/myriad/site/img/navbar_logo.png   (with props)
incubator/myriad/site/index.html   (with props)
incubator/myriad/site/news/
incubator/myriad/site/news/index.html   (with props)
Removed:
incubator/myriad/site/README

Added: incubator/myriad/site/README.md
URL: 
http://svn.apache.org/viewvc/incubator/myriad/site/README.md?rev=1717601=auto
==
--- incubator/myriad/site/README.md (added)
+++ incubator/myriad/site/README.md Wed Dec  2 10:01:50 2015
@@ -0,0 +1,46 @@
+# Apache Myriad Website
+
+This is the source for the Apache Myriad 
[site](http://myriad.incubator.apache.org). The site is a 
[Jekyll](http://jekyll.rb) blog with [Material Design Lite] 
(http://www.getmdl.io/) for the look and feel.
+
+## Generating Site Files
+
+The site static files are generated using [Jekyll](http://jekyll.rb). Jekyll 
is a ruby gem that compiles markdown and templates into static HTML pages. To 
build the site, install Jekyll on your system as explained 
[here

svn commit: r1717601 [3/8] - in /incubator/myriad/site: ./ _includes/ _layouts/ _posts/ _sass/ community/ css/ css/font-awesome-4.4.0/ css/font-awesome-4.4.0/css/ css/font-awesome-4.4.0/fonts/ css/mdl

2015-12-02 Thread me
Added: 
incubator/myriad/site/css/font-awesome-4.4.0/fonts/fontawesome-webfont.svg
URL: 
http://svn.apache.org/viewvc/incubator/myriad/site/css/font-awesome-4.4.0/fonts/fontawesome-webfont.svg?rev=1717601=auto
==
--- incubator/myriad/site/css/font-awesome-4.4.0/fonts/fontawesome-webfont.svg 
(added)
+++ incubator/myriad/site/css/font-awesome-4.4.0/fonts/fontawesome-webfont.svg 
Wed Dec  2 10:01:50 2015
@@ -0,0 +1,640 @@
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd; >
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; version="1.1">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

[... 445 lines stripped ...]
Propchange: 
incubator/myriad/site/css/font-awesome-4.4.0/fonts/fontawesome-webfont.svg
--
svn:eol-style = native





svn commit: r1717610 - in /incubator/myriad/site: README.md _config.yml _includes/ _layouts/ _posts/ _sass/ community/ css/ documentation/ downloads/ feed.xml img/ index.html news/

2015-12-02 Thread me
Author: me
Date: Wed Dec  2 11:27:04 2015
New Revision: 1717610

URL: http://svn.apache.org/viewvc?rev=1717610=rev
Log:
Removed Myriad website source, adding generated site next.

Removed:
incubator/myriad/site/README.md
incubator/myriad/site/_config.yml
incubator/myriad/site/_includes/
incubator/myriad/site/_layouts/
incubator/myriad/site/_posts/
incubator/myriad/site/_sass/
incubator/myriad/site/community/
incubator/myriad/site/css/
incubator/myriad/site/documentation/
incubator/myriad/site/downloads/
incubator/myriad/site/feed.xml
incubator/myriad/site/img/
incubator/myriad/site/index.html
incubator/myriad/site/news/



svn commit: r1717613 [7/7] - in /incubator/myriad/site: ./ community/ css/ css/font-awesome-4.4.0/ css/font-awesome-4.4.0/css/ css/font-awesome-4.4.0/fonts/ css/mdl/ docs/ downloads/ img/ news/ news/2

2015-12-02 Thread me
Propchange: incubator/myriad/site/css/mdl/material.js
--
svn:eol-style = native

Added: incubator/myriad/site/css/mdl/material.min.css
URL: 
http://svn.apache.org/viewvc/incubator/myriad/site/css/mdl/material.min.css?rev=1717613=auto
==
--- incubator/myriad/site/css/mdl/material.min.css (added)
+++ incubator/myriad/site/css/mdl/material.min.css Wed Dec  2 11:32:31 2015
@@ -0,0 +1,9 @@
+/**
+ * material-design-lite - Material Design components in CSS, JS and HTML
+ * @version v1.0.4
+ * @license Apache-2.0
+ * @copyright 2015 Google, Inc.
+ * @link https://github.com/google/material-design-lite
+ */

[... 3 lines stripped ...]
Propchange: incubator/myriad/site/css/mdl/material.min.css
--
svn:eol-style = native

Added: incubator/myriad/site/css/mdl/material.min.css.map
URL: 
http://svn.apache.org/viewvc/incubator/myriad/site/css/mdl/material.min.css.map?rev=1717613=auto
==
--- incubator/myriad/site/css/mdl/material.min.css.map (added)
+++ incubator/myriad/site/css/mdl/material.min.css.map Wed Dec  2 11:32:31 2015
@@ -0,0 +1 @@

[... 3 lines stripped ...]
Added: incubator/myriad/site/css/mdl/material.min.js
URL: 
http://svn.apache.org/viewvc/incubator/myriad/site/css/mdl/material.min.js?rev=1717613=auto
==
--- incubator/myriad/site/css/mdl/material.min.js (added)
+++ incubator/myriad/site/css/mdl/material.min.js Wed Dec  2 11:32:31 2015
@@ -0,0 +1,10 @@
+/**
+ * material-design-lite - Material Design components in CSS, JS and HTML
+ * @version v1.0.4
+ * @license Apache-2.0
+ * @copyright 2015 Google, Inc.
+ * @link https://github.com/google/material-design-lite
+ */
+!function(){"use strict";function 
e(e,t){if(e){if(t.element_.classList.contains(t.CssClasses_.MDL_JS_RIPPLE_EFFECT)){var
 
s=document.createElement("span");s.classList.add(t.CssClasses_.MDL_RIPPLE_CONTAINER),s.classList.add(t.CssClasses_.MDL_JS_RIPPLE_EFFECT);var
 
i=document.createElement("span");i.classList.add(t.CssClasses_.MDL_RIPPLE),s.appendChild(i),e.appendChild(s)}e.addEventListener("click",function(s){s.preventDefault();var
 
i=e.href.split("#")[1],n=t.element_.querySelector("#"+i);t.resetTabState_(),t.resetPanelState_(),e.classList.add(t.CssClasses_.ACTIVE_CLASS),n.classList.add(t.CssClasses_.ACTIVE_CLASS)})}}function
 t(e,t,s,i){function n(){var 
n=e.href.split("#")[1],a=i.content_.querySelector("#"+n);i.resetTabState_(t),i.resetPanelState_(s),e.classList.add(i.CssClasses_.IS_ACTIVE),a.classList.add(i.CssClasses_.IS_ACTIVE)}if(e){if(i.tabBar_.classList.contains(i.CssClasses_.JS_RIPPLE_EFFECT)){var
 
a=document.createElement("span");a.classList.add(i.CssClasses_.RIPPLE_CONTAINER),a.
 classList.add(i.CssClasses_.JS_RIPPLE_EFFECT);var 
l=document.createElement("span");l.classList.add(i.CssClasses_.RIPPLE),a.appendChild(l),e.appendChild(a)}e.addEventListener("click",function(t){"#"===e.getAttribute("href").charAt(0)&&(t.preventDefault(),n())}),e.show=n}}var
 
s={upgradeDom:function(e,t){},upgradeElement:function(e,t){},upgradeElements:function(e){},upgradeAllRegistered:function(){},registerUpgradedCallback:function(e,t){},register:function(e){},downgradeElements:function(e){}};s=function(){function
 e(e,t){for(var 
s=0;sd;d++){if(r=l[d],!r)throw new Error("Unable to find a 
registered component for the given 
class.");a.push(r.className),i.setAttribute("data-upgraded",a.join(","));var 
h=new r.classConstructor(i);h[C]=r,p.push(h);for(var 
u=0,m=r.callbacks.length;m>u;u++)r.callbacks[u](i);r.widget&&(i[r.className]=h);var
 
E=document.createEvent("Events");E.initEvent("mdl-componentupgraded",!0,!0),i.dispatchEvent(E)}}function
 a(e){Array.isArray(e)||(e="function"==typeof 
e.item?Array.prototype.slice.call(e):[e]);for(var 
t,s=0,i=e.length;i>s;s++)t=e[s],t instanceof 
HTMLElement&&(n(t),t.children.length>0&(t.children))}function l(t){var 
s="undefined"==typeof