Author: jsjason Date: Fri Sep 11 05:54:39 2015 New Revision: 1702377 URL: http://svn.apache.org/r1702377 Log: [REEF-739] Add BOSS 2015 slides and files to REEF website
Modified: incubator/reef/site/api.html incubator/reef/site/css/apache-maven-fluido-1.4.min.css incubator/reef/site/css/print.css incubator/reef/site/css/site.css incubator/reef/site/dependency-convergence.html incubator/reef/site/dependency-info.html incubator/reef/site/dependency-management.html incubator/reef/site/distribution-management.html incubator/reef/site/downloads.html incubator/reef/site/faq.html incubator/reef/site/glossary.html incubator/reef/site/index.html incubator/reef/site/introduction.html incubator/reef/site/issue-tracking.html incubator/reef/site/js/apache-maven-fluido-1.4.min.js incubator/reef/site/js/release.js incubator/reef/site/license.html incubator/reef/site/mail-lists.html incubator/reef/site/mailing-list.html incubator/reef/site/plugin-management.html incubator/reef/site/plugins.html incubator/reef/site/project-info.html incubator/reef/site/project-summary.html incubator/reef/site/source-repository.html incubator/reef/site/talks.html incubator/reef/site/tang.html incubator/reef/site/team.html incubator/reef/site/wake.html Modified: incubator/reef/site/api.html URL: http://svn.apache.org/viewvc/incubator/reef/site/api.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/api.html (original) +++ incubator/reef/site/api.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - API</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -457,4 +457,4 @@ under the License. --><h1>API</h1> </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/css/apache-maven-fluido-1.4.min.css URL: http://svn.apache.org/viewvc/incubator/reef/site/css/apache-maven-fluido-1.4.min.css?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/css/apache-maven-fluido-1.4.min.css (original) +++ incubator/reef/site/css/apache-maven-fluido-1.4.min.css Fri Sep 11 05:54:39 2015 @@ -1,9 +1,9 @@ -/*! - * Bootstrap v2.3.2 - * - * Copyright 2013 Twitter, Inc - * Licensed under the Apache License v2.0 - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Designed and built with all the love in the world by @mdo and @fat. +/*! + * Bootstrap v2.3.2 + * + * Copyright 2013 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world by @mdo and @fat. [... 3 lines stripped ...] Modified: incubator/reef/site/css/print.css URL: http://svn.apache.org/viewvc/incubator/reef/site/css/print.css?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/css/print.css (original) +++ incubator/reef/site/css/print.css Fri Sep 11 05:54:39 2015 @@ -1,23 +1,23 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -/* $Id: print.css 1201871 2011-11-14 20:18:24Z simonetripodi $ */ - -#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;} +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +/* $Id: print.css 1201871 2011-11-14 20:18:24Z simonetripodi $ */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;} #bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important} \ No newline at end of file Modified: incubator/reef/site/css/site.css URL: http://svn.apache.org/viewvc/incubator/reef/site/css/site.css?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/css/site.css (original) +++ incubator/reef/site/css/site.css Fri Sep 11 05:54:39 2015 @@ -24,4 +24,3 @@ a.externalLink[href] { background: none; padding-right: 0; } - Modified: incubator/reef/site/dependency-convergence.html URL: http://svn.apache.org/viewvc/incubator/reef/site/dependency-convergence.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/dependency-convergence.html (original) +++ incubator/reef/site/dependency-convergence.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Dependency Convergence</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -467,4 +467,4 @@ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/dependency-info.html URL: http://svn.apache.org/viewvc/incubator/reef/site/dependency-info.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/dependency-info.html (original) +++ incubator/reef/site/dependency-info.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Dependency Information</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -467,4 +467,4 @@ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/dependency-management.html URL: http://svn.apache.org/viewvc/incubator/reef/site/dependency-management.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/dependency-management.html (original) +++ incubator/reef/site/dependency-management.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Project Dependency Management</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -696,4 +696,4 @@ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/distribution-management.html URL: http://svn.apache.org/viewvc/incubator/reef/site/distribution-management.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/distribution-management.html (original) +++ incubator/reef/site/distribution-management.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Project Distribution Management</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -443,4 +443,4 @@ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/downloads.html URL: http://svn.apache.org/viewvc/incubator/reef/site/downloads.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/downloads.html (original) +++ incubator/reef/site/downloads.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Downloads</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -522,4 +522,4 @@ under the License. --><h1>Downloads</h1> </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/faq.html URL: http://svn.apache.org/viewvc/incubator/reef/site/faq.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/faq.html (original) +++ incubator/reef/site/faq.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - FAQ</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -493,4 +493,4 @@ under the License. --><h1>FAQ</h1> </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/glossary.html URL: http://svn.apache.org/viewvc/incubator/reef/site/glossary.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/glossary.html (original) +++ incubator/reef/site/glossary.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Glossary</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -549,4 +549,4 @@ under the License. --><h1>Glossary</h1> </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/index.html URL: http://svn.apache.org/viewvc/incubator/reef/site/index.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/index.html (original) +++ incubator/reef/site/index.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Apache REEF</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -477,4 +477,4 @@ under the License. --><h1>Apache REEF</h </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/introduction.html URL: http://svn.apache.org/viewvc/incubator/reef/site/introduction.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/introduction.html (original) +++ incubator/reef/site/introduction.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Introduction to REEF</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -484,4 +484,4 @@ under the License. --><h1>Introduction t </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/issue-tracking.html URL: http://svn.apache.org/viewvc/incubator/reef/site/issue-tracking.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/issue-tracking.html (original) +++ incubator/reef/site/issue-tracking.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Issue Tracking</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -443,4 +443,4 @@ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/js/apache-maven-fluido-1.4.min.js URL: http://svn.apache.org/viewvc/incubator/reef/site/js/apache-maven-fluido-1.4.min.js?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/js/apache-maven-fluido-1.4.min.js (original) +++ incubator/reef/site/js/apache-maven-fluido-1.4.min.js Fri Sep 11 05:54:39 2015 @@ -1,25 +1,25 @@ -/*! - * jQuery JavaScript Library v1.11.2 - * http://jquery.com/ - * - * Includes Sizzle.js - * http://sizzlejs.com/ - * - * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors - * Released under the MIT license - * http://jquery.org/license - * - * Date: 2014-12-17T15:27Z - */ -(function(b,a){if(typeof module==="object"&&typeof module.exports==="object"){module.exports=b.document?a(b,true):function(c){if(!c.document){throw new Error("jQuery requires a window with a document")}return a(c)}}else{a(b)}}(typeof window!=="undefined"?window:this,function(a5,av){var aP=[];var P=aP.slice;var az=aP.concat;var x=aP.push;var bU=aP.indexOf;var ac={};var y=ac.toString;var K=ac.hasOwnProperty;var D={};var ai="1.11.2",bI=function(e,i){return new bI.fn.init(e,i)},E=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,bS=/^-ms-/,aW=/-([\da-z])/gi,O=function(e,i){return i.toUpperCase()};bI.fn=bI.prototype={jquery:ai,constructor:bI,selector:"",length:0,toArray:function(){return P.call(this)},get:function(e){return e!=null?(e<0?this[e+this.length]:this[e]):P.call(this)},pushStack:function(e){var i=bI.merge(this.constructor(),e);i.prevObject=this;i.context=this.context;return i},each:function(i,e){return bI.each(this,i,e)},map:function(e){return this.pushStack(bI.map(this,function(b7,b6){retu rn e.call(b7,b6,b7)}))},slice:function(){return this.pushStack(P.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(b7){var e=this.length,b6=+b7+(b7<0?e:0);return this.pushStack(b6>=0&&b6<e?[this[b6]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:x,sort:aP.sort,splice:aP.splice};bI.extend=bI.fn.extend=function(){var e,cb,b6,b7,ce,cc,ca=arguments[0]||{},b9=1,b8=arguments.length,cd=false;if(typeof ca==="boolean"){cd=ca;ca=arguments[b9]||{};b9++}if(typeof ca!=="object"&&!bI.isFunction(ca)){ca={}}if(b9===b8){ca=this;b9--}for(;b9<b8;b9++){if((ce=arguments[b9])!=null){for(b7 in ce){e=ca[b7];b6=ce[b7];if(ca===b6){continue}if(cd&&b6&&(bI.isPlainObject(b6)||(cb=bI.isArray(b6)))){if(cb){cb=false;cc=e&&bI.isArray(e)?e:[]}else{cc=e&&bI.isPlainObject(e)?e:{}}ca[b7]=bI.extend(cd,cc,b6)}else{if(b6!==undefined){ca[b7]=b6}}}}}return ca};bI.extend({expando:"jQuery"+(ai+Math.random()).replace(/\D/g,""),isReady:true,err or:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return bI.type(e)==="function"},isArray:Array.isArray||function(e){return bI.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return !bI.isArray(e)&&(e-parseFloat(e)+1)>=0},isEmptyObject:function(i){var e;for(e in i){return false}return true},isPlainObject:function(b7){var i;if(!b7||bI.type(b7)!=="object"||b7.nodeType||bI.isWindow(b7)){return false}try{if(b7.constructor&&!K.call(b7,"constructor")&&!K.call(b7.constructor.prototype,"isPrototypeOf")){return false}}catch(b6){return false}if(D.ownLast){for(i in b7){return K.call(b7,i)}}for(i in b7){}return i===undefined||K.call(b7,i)},type:function(e){if(e==null){return e+""}return typeof e==="object"||typeof e==="function"?ac[y.call(e)]||"object":typeof e},globalEval:function(e){if(e&&bI.trim(e)){(a5.execScript||function(i){a5["eval"].call(a5,i)})(e)}},camelCase:function(e){return e.replace(bS,"ms-").replace(aW,O)},nodeN ame:function(i,e){return i.nodeName&&i.nodeName.toLowerCase()===e.toLowerCase()},each:function(ca,cb,b6){var b9,b7=0,b8=ca.length,e=ad(ca);if(b6){if(e){for(;b7<b8;b7++){b9=cb.apply(ca[b7],b6);if(b9===false){break}}}else{for(b7 in ca){b9=cb.apply(ca[b7],b6);if(b9===false){break}}}}else{if(e){for(;b7<b8;b7++){b9=cb.call(ca[b7],b7,ca[b7]);if(b9===false){break}}}else{for(b7 in ca){b9=cb.call(ca[b7],b7,ca[b7]);if(b9===false){break}}}}return ca},trim:function(e){return e==null?"":(e+"").replace(E,"")},makeArray:function(e,b6){var i=b6||[];if(e!=null){if(ad(Object(e))){bI.merge(i,typeof e==="string"?[e]:e)}else{x.call(i,e)}}return i},inArray:function(b8,b6,b7){var e;if(b6){if(bU){return bU.call(b6,b8,b7)}e=b6.length;b7=b7?b7<0?Math.max(0,e+b7):b7:0;for(;b7<e;b7++){if(b7 in b6&&b6[b7]===b8){return b7}}}return -1},merge:function(b9,b7){var e=+b7.length,b6=0,b8=b9.length;while(b6<e){b9[b8++]=b7[b6++]}if(e!==e){while(b7[b6]!==undefined){b9[b8++]=b7[b6++]}}b9.length=b8;return b9},grep:function( e,cc,b9){var cb,b8=[],b6=0,b7=e.length,ca=!b9;for(;b6<b7;b6++){cb=!cc(e[b6],b6);if(cb!==ca){b8.push(e[b6])}}return b8},map:function(b7,cc,e){var cb,b9=0,ca=b7.length,b6=ad(b7),b8=[];if(b6){for(;b9<ca;b9++){cb=cc(b7[b9],b9,e);if(cb!=null){b8.push(cb)}}}else{for(b9 in b7){cb=cc(b7[b9],b9,e);if(cb!=null){b8.push(cb)}}}return az.apply([],b8)},guid:1,proxy:function(b8,b7){var e,b6,i;if(typeof b7==="string"){i=b8[b7];b7=b8;b8=i}if(!bI.isFunction(b8)){return undefined}e=P.call(arguments,2);b6=function(){return b8.apply(b7||this,e.concat(P.call(arguments)))};b6.guid=b8.guid=b8.guid||bI.guid++;return b6},now:function(){return +(new Date())},support:D});bI.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(b6,e){ac["[object "+e+"]"]=e.toLowerCase()});function ad(b6){var i=b6.length,e=bI.type(b6);if(e==="function"||bI.isWindow(b6)){return false}if(b6.nodeType===1&&i){return true}return e==="array"||i===0||typeof i==="number"&&i>0&&(i-1) in b6}var m= -/*! - * Sizzle CSS Selector Engine v2.2.0-pre - * http://sizzlejs.com/ - * - * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors - * Released under the MIT license - * http://jquery.org/license - * - * Date: 2014-12-16 - */ +/*! + * jQuery JavaScript Library v1.11.2 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2014-12-17T15:27Z + */ +(function(b,a){if(typeof module==="object"&&typeof module.exports==="object"){module.exports=b.document?a(b,true):function(c){if(!c.document){throw new Error("jQuery requires a window with a document")}return a(c)}}else{a(b)}}(typeof window!=="undefined"?window:this,function(a5,av){var aP=[];var P=aP.slice;var az=aP.concat;var x=aP.push;var bU=aP.indexOf;var ac={};var y=ac.toString;var K=ac.hasOwnProperty;var D={};var ai="1.11.2",bI=function(e,i){return new bI.fn.init(e,i)},E=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,bS=/^-ms-/,aW=/-([\da-z])/gi,O=function(e,i){return i.toUpperCase()};bI.fn=bI.prototype={jquery:ai,constructor:bI,selector:"",length:0,toArray:function(){return P.call(this)},get:function(e){return e!=null?(e<0?this[e+this.length]:this[e]):P.call(this)},pushStack:function(e){var i=bI.merge(this.constructor(),e);i.prevObject=this;i.context=this.context;return i},each:function(i,e){return bI.each(this,i,e)},map:function(e){return this.pushStack(bI.map(this,function(b7,b6){retu rn e.call(b7,b6,b7)}))},slice:function(){return this.pushStack(P.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(b7){var e=this.length,b6=+b7+(b7<0?e:0);return this.pushStack(b6>=0&&b6<e?[this[b6]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:x,sort:aP.sort,splice:aP.splice};bI.extend=bI.fn.extend=function(){var e,cb,b6,b7,ce,cc,ca=arguments[0]||{},b9=1,b8=arguments.length,cd=false;if(typeof ca==="boolean"){cd=ca;ca=arguments[b9]||{};b9++}if(typeof ca!=="object"&&!bI.isFunction(ca)){ca={}}if(b9===b8){ca=this;b9--}for(;b9<b8;b9++){if((ce=arguments[b9])!=null){for(b7 in ce){e=ca[b7];b6=ce[b7];if(ca===b6){continue}if(cd&&b6&&(bI.isPlainObject(b6)||(cb=bI.isArray(b6)))){if(cb){cb=false;cc=e&&bI.isArray(e)?e:[]}else{cc=e&&bI.isPlainObject(e)?e:{}}ca[b7]=bI.extend(cd,cc,b6)}else{if(b6!==undefined){ca[b7]=b6}}}}}return ca};bI.extend({expando:"jQuery"+(ai+Math.random()).replace(/\D/g,""),isReady:true,err or:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return bI.type(e)==="function"},isArray:Array.isArray||function(e){return bI.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return !bI.isArray(e)&&(e-parseFloat(e)+1)>=0},isEmptyObject:function(i){var e;for(e in i){return false}return true},isPlainObject:function(b7){var i;if(!b7||bI.type(b7)!=="object"||b7.nodeType||bI.isWindow(b7)){return false}try{if(b7.constructor&&!K.call(b7,"constructor")&&!K.call(b7.constructor.prototype,"isPrototypeOf")){return false}}catch(b6){return false}if(D.ownLast){for(i in b7){return K.call(b7,i)}}for(i in b7){}return i===undefined||K.call(b7,i)},type:function(e){if(e==null){return e+""}return typeof e==="object"||typeof e==="function"?ac[y.call(e)]||"object":typeof e},globalEval:function(e){if(e&&bI.trim(e)){(a5.execScript||function(i){a5["eval"].call(a5,i)})(e)}},camelCase:function(e){return e.replace(bS,"ms-").replace(aW,O)},nodeN ame:function(i,e){return i.nodeName&&i.nodeName.toLowerCase()===e.toLowerCase()},each:function(ca,cb,b6){var b9,b7=0,b8=ca.length,e=ad(ca);if(b6){if(e){for(;b7<b8;b7++){b9=cb.apply(ca[b7],b6);if(b9===false){break}}}else{for(b7 in ca){b9=cb.apply(ca[b7],b6);if(b9===false){break}}}}else{if(e){for(;b7<b8;b7++){b9=cb.call(ca[b7],b7,ca[b7]);if(b9===false){break}}}else{for(b7 in ca){b9=cb.call(ca[b7],b7,ca[b7]);if(b9===false){break}}}}return ca},trim:function(e){return e==null?"":(e+"").replace(E,"")},makeArray:function(e,b6){var i=b6||[];if(e!=null){if(ad(Object(e))){bI.merge(i,typeof e==="string"?[e]:e)}else{x.call(i,e)}}return i},inArray:function(b8,b6,b7){var e;if(b6){if(bU){return bU.call(b6,b8,b7)}e=b6.length;b7=b7?b7<0?Math.max(0,e+b7):b7:0;for(;b7<e;b7++){if(b7 in b6&&b6[b7]===b8){return b7}}}return -1},merge:function(b9,b7){var e=+b7.length,b6=0,b8=b9.length;while(b6<e){b9[b8++]=b7[b6++]}if(e!==e){while(b7[b6]!==undefined){b9[b8++]=b7[b6++]}}b9.length=b8;return b9},grep:function( e,cc,b9){var cb,b8=[],b6=0,b7=e.length,ca=!b9;for(;b6<b7;b6++){cb=!cc(e[b6],b6);if(cb!==ca){b8.push(e[b6])}}return b8},map:function(b7,cc,e){var cb,b9=0,ca=b7.length,b6=ad(b7),b8=[];if(b6){for(;b9<ca;b9++){cb=cc(b7[b9],b9,e);if(cb!=null){b8.push(cb)}}}else{for(b9 in b7){cb=cc(b7[b9],b9,e);if(cb!=null){b8.push(cb)}}}return az.apply([],b8)},guid:1,proxy:function(b8,b7){var e,b6,i;if(typeof b7==="string"){i=b8[b7];b7=b8;b8=i}if(!bI.isFunction(b8)){return undefined}e=P.call(arguments,2);b6=function(){return b8.apply(b7||this,e.concat(P.call(arguments)))};b6.guid=b8.guid=b8.guid||bI.guid++;return b6},now:function(){return +(new Date())},support:D});bI.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(b6,e){ac["[object "+e+"]"]=e.toLowerCase()});function ad(b6){var i=b6.length,e=bI.type(b6);if(e==="function"||bI.isWindow(b6)){return false}if(b6.nodeType===1&&i){return true}return e==="array"||i===0||typeof i==="number"&&i>0&&(i-1) in b6}var m= +/*! + * Sizzle CSS Selector Engine v2.2.0-pre + * http://sizzlejs.com/ + * + * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2014-12-16 + */ [... 3 lines stripped ...] Modified: incubator/reef/site/js/release.js URL: http://svn.apache.org/viewvc/incubator/reef/site/js/release.js?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/js/release.js (original) +++ incubator/reef/site/js/release.js Fri Sep 11 05:54:39 2015 @@ -1,57 +1,57 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ -var releaseDirect = { - "0.10.0-incubating": "http://www.apache.org/dist/incubator/reef/0.10.0-incubating/apache-reef-0.10.0-incubating.tar.gz", - "0.11.0-incubating": "http://www.apache.org/dist/incubator/reef/0.11.0-incubating/apache-reef-0.11.0-incubating.tar.gz", - "0.12.0-incubating": "http://www.apache.org/dist/incubator/reef/0.12.0-incubating/apache-reef-0.12.0-incubating.tar.gz" -}; - -var releaseMirror = { - "0.10.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.10.0-incubating", - "0.11.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.11.0-incubating", - "0.12.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.12.0-incubating" -}; - -var releaseSha512 = { - "0.10.0-incubating": "53844174f701a4c0c99964260c7abb4f8ef9d93aa6b8bdddbca37082e0f5754db5b00e2ae1fdd7732735159df8205a82e7a4dde2ef5abf2ca3e5d7dc43eb62fb", - "0.11.0-incubating": "a4741c5e8006fdca40d3f3daa43c14b82fd44e77daeb0b3539fb9705c2e9c568efd86532dce262b6d4ef7ebb240f048724b63ad7c782035a3635bebe970e1bd7", - "0.12.0-incubating": "a5ec246fc5f73427ecb74f4725ce7ac1a8911ee7cf969aa45142b05b4985f385547b9ff47d6752e6c505dbbc98acda762d2fc22f3e2759040e2a7d9a0249398d" -}; - -function setReleaseLink() { - var releaseVersion = this.document.getElementById("selectRelease").value; - if (releaseDirect[releaseVersion] == undefined) { - this.document.getElementById("listRelease").style.display= "none"; - - } else { - this.document.getElementById("listRelease").style.display = "block"; - - var releaseDirectStr = releaseDirect[releaseVersion]; - this.document.getElementById("directLink").setAttribute("href", releaseDirectStr); - this.document.getElementById("mirrorLink").setAttribute("href", releaseMirror[releaseVersion]); - this.document.getElementById("sha512Text").innerHTML = releaseSha512[releaseVersion]; - - var directReleaseStrSplit = releaseDirectStr.split("/"); - this.document.getElementById("directLink").innerHTML = - directReleaseStrSplit[directReleaseStrSplit.length - 1]; - this.document.getElementById("verificationLink").setAttribute("href", - releaseDirectStr.slice(0, (0 - directReleaseStrSplit[directReleaseStrSplit.length - 1].length))); - } - +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ +var releaseDirect = { + "0.10.0-incubating": "http://www.apache.org/dist/incubator/reef/0.10.0-incubating/apache-reef-0.10.0-incubating.tar.gz", + "0.11.0-incubating": "http://www.apache.org/dist/incubator/reef/0.11.0-incubating/apache-reef-0.11.0-incubating.tar.gz", + "0.12.0-incubating": "http://www.apache.org/dist/incubator/reef/0.12.0-incubating/apache-reef-0.12.0-incubating.tar.gz" +}; + +var releaseMirror = { + "0.10.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.10.0-incubating", + "0.11.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.11.0-incubating", + "0.12.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.12.0-incubating" +}; + +var releaseSha512 = { + "0.10.0-incubating": "53844174f701a4c0c99964260c7abb4f8ef9d93aa6b8bdddbca37082e0f5754db5b00e2ae1fdd7732735159df8205a82e7a4dde2ef5abf2ca3e5d7dc43eb62fb", + "0.11.0-incubating": "a4741c5e8006fdca40d3f3daa43c14b82fd44e77daeb0b3539fb9705c2e9c568efd86532dce262b6d4ef7ebb240f048724b63ad7c782035a3635bebe970e1bd7", + "0.12.0-incubating": "a5ec246fc5f73427ecb74f4725ce7ac1a8911ee7cf969aa45142b05b4985f385547b9ff47d6752e6c505dbbc98acda762d2fc22f3e2759040e2a7d9a0249398d" +}; + +function setReleaseLink() { + var releaseVersion = this.document.getElementById("selectRelease").value; + if (releaseDirect[releaseVersion] == undefined) { + this.document.getElementById("listRelease").style.display= "none"; + + } else { + this.document.getElementById("listRelease").style.display = "block"; + + var releaseDirectStr = releaseDirect[releaseVersion]; + this.document.getElementById("directLink").setAttribute("href", releaseDirectStr); + this.document.getElementById("mirrorLink").setAttribute("href", releaseMirror[releaseVersion]); + this.document.getElementById("sha512Text").innerHTML = releaseSha512[releaseVersion]; + + var directReleaseStrSplit = releaseDirectStr.split("/"); + this.document.getElementById("directLink").innerHTML = + directReleaseStrSplit[directReleaseStrSplit.length - 1]; + this.document.getElementById("verificationLink").setAttribute("href", + releaseDirectStr.slice(0, (0 - directReleaseStrSplit[directReleaseStrSplit.length - 1].length))); + } + } \ No newline at end of file Modified: incubator/reef/site/license.html URL: http://svn.apache.org/viewvc/incubator/reef/site/license.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/license.html (original) +++ incubator/reef/site/license.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Project License</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -653,4 +653,4 @@ under the License. --><h1>Project Licens </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/mail-lists.html URL: http://svn.apache.org/viewvc/incubator/reef/site/mail-lists.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/mail-lists.html (original) +++ incubator/reef/site/mail-lists.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Project Mailing Lists</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -452,4 +452,4 @@ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/mailing-list.html URL: http://svn.apache.org/viewvc/incubator/reef/site/mailing-list.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/mailing-list.html (original) +++ incubator/reef/site/mailing-list.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Mailing List</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -483,4 +483,4 @@ under the License. --><h1>Mailing List</ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/plugin-management.html URL: http://svn.apache.org/viewvc/incubator/reef/site/plugin-management.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/plugin-management.html (original) +++ incubator/reef/site/plugin-management.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Project Plugin Management</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -571,4 +571,4 @@ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/plugins.html URL: http://svn.apache.org/viewvc/incubator/reef/site/plugins.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/plugins.html (original) +++ incubator/reef/site/plugins.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Project Build Plugins</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -502,4 +502,4 @@ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/project-info.html URL: http://svn.apache.org/viewvc/incubator/reef/site/project-info.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/project-info.html (original) +++ incubator/reef/site/project-info.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Project Information</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -481,4 +481,4 @@ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/project-summary.html URL: http://svn.apache.org/viewvc/incubator/reef/site/project-summary.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/project-summary.html (original) +++ incubator/reef/site/project-summary.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Project Summary</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -486,4 +486,4 @@ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/source-repository.html URL: http://svn.apache.org/viewvc/incubator/reef/site/source-repository.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/source-repository.html (original) +++ incubator/reef/site/source-repository.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Source Repository</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -454,4 +454,4 @@ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/talks.html URL: http://svn.apache.org/viewvc/incubator/reef/site/talks.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/talks.html (original) +++ incubator/reef/site/talks.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Talks</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -426,6 +426,8 @@ KIND, either express or implied. See th specific language governing permissions and limitations under the License. --><h1>Talks</h1> <p>On this page, we collect slides and videos of talks given by members of the REEF community.</p> +<p><b>BOSS 2015</b> (<a class="externalLink" href="http://1drv.ms/1OgHuwZ">Slides</a>, <a class="externalLink" href="https://cwiki.apache.org/confluence/display/REEF/BOSS+Tutorial">Files</a>)</p> +<p>This tutorial was part of the workshop on Big Data Open Source Systems (<a class="externalLink" href="http://boss.dima.tu-berlin.de/">BOSS</a>), co-located with VLDB 2015.</p> <p><b>REEF.NET for Java developers</b> (<a class="externalLink" href="http://1drv.ms/1QQy3lN">Slides</a>)</p> <p>This deck was used as part of a discussion during the 2015 Seoul REEF hackathon.</p> <p><b>SIGMOD 2015</b> (<a class="externalLink" href="http://1drv.ms/1Gxpf30">Slides</a>)</p> @@ -461,4 +463,4 @@ under the License. --><h1>Talks</h1> </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/tang.html URL: http://svn.apache.org/viewvc/incubator/reef/site/tang.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/tang.html (original) +++ incubator/reef/site/tang.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Tang</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -875,4 +875,4 @@ Number of plans:1 </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/team.html URL: http://svn.apache.org/viewvc/incubator/reef/site/team.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/team.html (original) +++ incubator/reef/site/team.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Team</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -559,4 +559,4 @@ </div> </footer> </body> -</html> +</html> \ No newline at end of file Modified: incubator/reef/site/wake.html URL: http://svn.apache.org/viewvc/incubator/reef/site/wake.html?rev=1702377&r1=1702376&r2=1702377&view=diff ============================================================================== --- incubator/reef/site/wake.html (original) +++ incubator/reef/site/wake.html Fri Sep 11 05:54:39 2015 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-09-01 + | Generated by Apache Maven Doxia at 2015-09-11 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20150901" /> + <meta name="Date-Revision-yyyymmdd" content="20150911" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache REEF - Wake</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -520,4 +520,4 @@ under the License. --><h1>Wake</h1> </div> </footer> </body> -</html> +</html> \ No newline at end of file