Repository: incubator-griffin-site Updated Branches: refs/heads/master 6bce09ad2 -> 6a0b057b0
http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/css/main.css ---------------------------------------------------------------------- diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..e1e6d98 --- /dev/null +++ b/css/main.css @@ -0,0 +1,372 @@ +/** + * Set `margin-bottom` to maintain vertical rhythm + */ +.highlight { + margin-bottom: 12.5px; } + +/** + * Code formatting + */ +pre, +code { + font-size: 15px; + border: 1px solid #e8e8e8; + border-radius: 3px; + background-color: #eef; } + +code { + padding: 1px 5px; } + +pre { + padding: 8px 12px; + overflow-x: scroll; } + pre > code { + border: 0; + padding-right: 0; + padding-left: 0; } + +/** + * Clearfix + */ +.footer-col-wrapper:after { + content: ""; + display: table; + clear: both; } + +/** + * Icons + */ +.icon > svg { + display: inline-block; + width: 16px; + height: 16px; + vertical-align: middle; } + .icon > svg path { + fill: #828282; } + +/** + * Documentations + */ +.docs-sidenav.nav > li > a { + display: block; + padding: 4px 20px; + font-size: 18px; + font-weight: 600; + color: #146fd1; } + .docs-sidenav.nav > li > a:hover { + /*padding-left: 19px;*/ + /*color: #1756a9;*/ + text-decoration: none; + /**background-color: transparent;*/ } +.docs-sidenav.nav > li ul li a { + display: block; + padding: 4px 20px; + font-size: 16px; + font-weight: 300; + color: #146fd1; } + +/** + * Site header + */ +.site-header { + border-top: 5px solid #424242; + border-bottom: 1px solid #e8e8e8; + min-height: 56px; + position: relative; } + +.site-title { + font-size: 26px; + line-height: 56px; + letter-spacing: -1px; + margin-bottom: 0; + float: left; } + .site-title, .site-title:visited { + color: #424242; } + +.site-nav { + float: right; + line-height: 56px; } + .site-nav .menu-icon { + display: none; } + .site-nav .page-link { + color: #111; + line-height: 1.5; } + .site-nav .page-link:not(:first-child) { + margin-left: 20px; } + @media screen and (max-width: 600px) { + .site-nav { + position: absolute; + top: 9px; + right: 30px; + background-color: #fdfdfd; + border: 1px solid #e8e8e8; + border-radius: 5px; + text-align: right; } + .site-nav .menu-icon { + display: block; + float: right; + width: 36px; + height: 26px; + line-height: 0; + padding-top: 10px; + text-align: center; } + .site-nav .menu-icon > svg { + width: 18px; + height: 15px; } + .site-nav .menu-icon > svg path { + fill: #424242; } + .site-nav .trigger { + clear: both; + display: none; } + .site-nav:hover .trigger { + display: block; + padding-bottom: 5px; } + .site-nav .page-link { + display: block; + padding: 5px 10px; } } + +/** + * Site footer + */ +.site-footer { + border-top: 1px solid #e8e8e8; + padding: 50px 0; } + +.footer-heading { + font-size: 18px; + margin-bottom: 25px; } + +.contact-list, +.social-media-list { + list-style: none; + margin-left: 0; } + +.footer-col-wrapper { + font-size: 15px; + color: #828282; + margin-left: -25px; } + +.footer-col { + float: left; + margin-bottom: 25px; + padding-left: 25px; } + +.footer-col-1 { + width: -webkit-calc(35% - (50px / 2)); + width: calc(35% - (50px / 2)); } + +.footer-col-2 { + width: -webkit-calc(20% - (50px / 2)); + width: calc(20% - (50px / 2)); } + +.footer-col-3 { + width: -webkit-calc(45% - (50px / 2)); + width: calc(45% - (50px / 2)); } + +@media screen and (max-width: 800px) { + .footer-col-1, + .footer-col-2 { + width: -webkit-calc(50% - (50px / 2)); + width: calc(50% - (50px / 2)); } + + .footer-col-3 { + width: -webkit-calc(100% - (50px / 2)); + width: calc(100% - (50px / 2)); } } +@media screen and (max-width: 600px) { + .footer-col { + float: none; + width: -webkit-calc(100% - (50px / 2)); + width: calc(100% - (50px / 2)); } } +/** + * Page content + */ +.page-content { + padding: 70px 10px; } + +.page-heading { + font-size: 20px; } + +.post-list { + margin-left: 0; + list-style: none; } + .post-list > li { + margin-bottom: 50px; } + +.post-meta { + font-size: 14px; + color: #828282; } + +.post-link { + display: block; + font-size: 24px; } + +/** + * Posts + */ +.post-header { + margin-bottom: 50px; } + +.post-title { + font-size: 42px; + letter-spacing: -1px; + line-height: 1; } + @media screen and (max-width: 800px) { + .post-title { + font-size: 36px; } } + +.post-content { + margin-bottom: 50px; } + .post-content h2 { + font-size: 32px; } + @media screen and (max-width: 800px) { + .post-content h2 { + font-size: 28px; } } + .post-content h3 { + font-size: 26px; } + @media screen and (max-width: 800px) { + .post-content h3 { + font-size: 22px; } } + .post-content h4 { + font-size: 20px; } + @media screen and (max-width: 800px) { + .post-content h4 { + font-size: 18px; } } + +/** + * Syntax highlighting styles + */ +.highlight { + background: #fff; } + .highlight .c { + color: #998; + font-style: italic; } + .highlight .err { + color: #a61717; + background-color: #e3d2d2; } + .highlight .k { + font-weight: bold; } + .highlight .o { + font-weight: bold; } + .highlight .cm { + color: #998; + font-style: italic; } + .highlight .cp { + color: #999; + font-weight: bold; } + .highlight .c1 { + color: #998; + font-style: italic; } + .highlight .cs { + color: #999; + font-weight: bold; + font-style: italic; } + .highlight .gd { + color: #000; + background-color: #fdd; } + .highlight .gd .x { + color: #000; + background-color: #faa; } + .highlight .ge { + font-style: italic; } + .highlight .gr { + color: #a00; } + .highlight .gh { + color: #999; } + .highlight .gi { + color: #000; + background-color: #dfd; } + .highlight .gi .x { + color: #000; + background-color: #afa; } + .highlight .go { + color: #888; } + .highlight .gp { + color: #555; } + .highlight .gs { + font-weight: bold; } + .highlight .gu { + color: #aaa; } + .highlight .gt { + color: #a00; } + .highlight .kc { + font-weight: bold; } + .highlight .kd { + font-weight: bold; } + .highlight .kp { + font-weight: bold; } + .highlight .kr { + font-weight: bold; } + .highlight .kt { + color: #458; + font-weight: bold; } + .highlight .m { + color: #099; } + .highlight .s { + color: #d14; } + .highlight .na { + color: #008080; } + .highlight .nb { + color: #0086B3; } + .highlight .nc { + color: #458; + font-weight: bold; } + .highlight .no { + color: #008080; } + .highlight .ni { + color: #800080; } + .highlight .ne { + color: #900; + font-weight: bold; } + .highlight .nf { + color: #900; + font-weight: bold; } + .highlight .nn { + color: #555; } + .highlight .nt { + color: #000080; } + .highlight .nv { + color: #008080; } + .highlight .ow { + font-weight: bold; } + .highlight .w { + color: #bbb; } + .highlight .mf { + color: #099; } + .highlight .mh { + color: #099; } + .highlight .mi { + color: #099; } + .highlight .mo { + color: #099; } + .highlight .sb { + color: #d14; } + .highlight .sc { + color: #d14; } + .highlight .sd { + color: #d14; } + .highlight .s2 { + color: #d14; } + .highlight .se { + color: #d14; } + .highlight .sh { + color: #d14; } + .highlight .si { + color: #d14; } + .highlight .sx { + color: #d14; } + .highlight .sr { + color: #009926; } + .highlight .s1 { + color: #d14; } + .highlight .ss { + color: #990073; } + .highlight .bp { + color: #999; } + .highlight .vc { + color: #008080; } + .highlight .vg { + color: #008080; } + .highlight .vi { + color: #008080; } + .highlight .il { + color: #099; } http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/css/main.scss ---------------------------------------------------------------------- diff --git a/css/main.scss b/css/main.scss deleted file mode 100755 index 8250e0a..0000000 --- a/css/main.scss +++ /dev/null @@ -1,50 +0,0 @@ ---- -# Only the main Sass file needs front matter (the dashes are enough) ---- -@charset "utf-8"; - - - -// Our variables -$base-font-family: Helvetica, Arial, sans-serif; -$base-font-size: 16px; -$small-font-size: $base-font-size * 0.875; -$base-line-height: 1.5; - -$spacing-unit: 50px; -$list-spacing-unit: 20px; - -$text-color: #111; -$background-color: #fdfdfd; -$brand-color: #2a7ae2; - -$grey-color: #828282; -$grey-color-light: lighten($grey-color, 40%); -$grey-color-dark: darken($grey-color, 25%); - -// Width of the content area -$content-width: 800px; - -$on-palm: 600px; -$on-laptop: 800px; - - -// Using media queries with like this: -// @include media-query($on-palm) { -// .wrapper { -// padding-right: $spacing-unit / 2; -// padding-left: $spacing-unit / 2; -// } -// } -@mixin media-query($device) { - @media screen and (max-width: $device) { - @content; - } -} - -// Import partials from `sass_dir` (defaults to `_sass`) -@import - "base", - "layout", - "syntax-highlighting" -; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/docs/community.html ---------------------------------------------------------------------- diff --git a/docs/community.html b/docs/community.html new file mode 100644 index 0000000..0b96519 --- /dev/null +++ b/docs/community.html @@ -0,0 +1,291 @@ +<!DOCTYPE html> +<!-- +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. +--> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + + <title>Griffin - Apache Griffin Community</title> + <meta name="description" content="Apache Griffin - Big Data Quality Solution For Batch and Streaming"> + + <meta name="keywords" content="Griffin, Hadoop, Security, Real Time"> + <meta name="author" content="eBay Inc."> + + <meta charset="utf-8"> + <meta name="viewport" content="initial-scale=1"> + + <link rel="stylesheet" href="/css/animate.css"> + <link rel="stylesheet" href="/css/bootstrap.min.css"> + + <link rel="stylesheet" href="/css/font-awesome.min.css"> + + <link rel="stylesheet" href="/css/misc.css"> + <link rel="stylesheet" href="/css/style.css"> + <link rel="stylesheet" href="/css/styles.css"> + <link rel="stylesheet" href="/css/main.css"> + <link rel="alternate" type="application/rss+xml" title="Griffin" href="http://griffin.apache.org/feed.xml" /> + <link rel="shortcut icon" href="/images/favicon.png"> + + <!-- Baidu Analytics Tracking--> + <script> + var _hmt = _hmt || []; + (function() { + var hm = document.createElement("script"); + hm.src = "//hm.baidu.com/hm.js?fedc55df2ea52777a679192e8f849ece"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); + })(); + </script> + + <!-- Google Analytics Tracking --> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-68929805-1', 'auto'); + ga('send', 'pageview'); + </script> +</head> + +<body> +<!-- header start --> +<div id="home_page"> + <!-- +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. +--> +<div class="topbar"> + <div class="container"> + <div class="row" > + <nav class="navbar navbar-default"> + <div class="container-fluid"> + <!-- Brand and toggle get grouped for better mobile display --> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> + <a class="navbar-brand" href="/"><img src="/images/logo.png" height="44px" style="margin-top:-7px"></a> </div> + </div> + </div> + <!-- /.container-fluid --> + </nav> + </div> + </div> + </div> + +</div> +<!-- header end --> +<div class="container-fluid page-content"> + <div class="row"> + <div class="col-md-10 col-md-offset-1"> + <!-- sidebar --> + <div class="col-xs-6 col-sm-3" id="sidebar" role="navigation"> + <ul class="nav" id="adminnav"> + + <li class="heading">Getting Started</li> + + <li class="sidenavli "><a href="/docs/quick-start.html" data-permalink="/docs/community.html" id="">Introduction</a></li> + + <li class="sidenavli "><a href="/docs/usecases.html" data-permalink="/docs/community.html" id="">Use Cases</a></li> + + <li class="sidenavli current"><a href="/docs/community.html" data-permalink="/docs/community.html" id="">Community</a></li> + + <li class="sidenavli "><a href="/docs/conf.html" data-permalink="/docs/community.html" id="">Conference</a></li> + + <li class="divider"></li> + + <li class="heading">Development</li> + + <li class="sidenavli "><a href="/docs/latest.html" data-permalink="/docs/community.html" id="">Latest version (v0.3.0)</a></li> + + <li class="divider"></li> + + <li class="heading">Download</li> + + <li class="sidenavli "><a href="/docs/latest.html" data-permalink="/docs/community.html" id="">Latest version (v0.3.0)</a></li> + + <li class="sidenavli "><a href="/docs/download.html" data-permalink="/docs/community.html" id="">Archived</a></li> + + <li class="divider"></li> + + <li class="sidenavli"> + <a href="mailto:d...@griffin.apache.org" target="_blank">Need Help?</a> + </li> + </ul> + </div> + <div class="col-xs-6 col-sm-9 page-main-content" style="margin-left: -15px" id="loadcontent"> + <h1 class="page-header" style="margin-top: 0px">Apache Griffin Community</h1> + <h3 id="mailing-lists">Mailing Lists</h3> + +<table> + <thead> + <tr> + <th>Name</th> + <th> </th> + <th> </th> + <th> </th> + <th> </th> + <th>Email</th> + <th> </th> + <th> </th> + <th> </th> + <th> </th> + <th>Subscribe</th> + <th>Unsubscribe</th> + <th>Archive</th> + </tr> + </thead> + <tbody> + <tr> + <td>User Mailling List</td> + <td> </td> + <td> </td> + <td> </td> + <td> </td> + <td><a href="mailto:u...@griffin.apache.org">u...@griffin.apache.org</a></td> + <td> </td> + <td> </td> + <td> </td> + <td> </td> + <td><a href="mailto:user-subscr...@griffin.apache.org">subscribe</a></td> + <td><a href="mailto:user-unsubscr...@griffin.apache.org">unsubscribe</a></td> + <td><a href="http://mail-archives.apache.org/mod_mbox/Griffin-user/">Griffin-user</a></td> + </tr> + <tr> + <td>Dev Mailling List</td> + <td> </td> + <td> </td> + <td> </td> + <td> </td> + <td><a href="mailto:d...@griffin.apache.org">d...@griffin.apache.org</a></td> + <td> </td> + <td> </td> + <td> </td> + <td> </td> + <td><a href="mailto:dev-subscr...@griffin.apache.org">subscribe</a></td> + <td><a href="mailto:dev-unsubscr...@griffin.apache.org">unsubscribe</a></td> + <td><a href="http://mail-archives.apache.org/mod_mbox/Griffin-dev/">Griffin-dev</a></td> + </tr> + <tr> + <td>Issues Mailling List</td> + <td> </td> + <td> </td> + <td> </td> + <td> </td> + <td><a href="mailto:iss...@griffin.apache.org">iss...@griffin.apache.org</a></td> + <td> </td> + <td> </td> + <td> </td> + <td> </td> + <td><a href="mailto:issues-subscr...@griffin.apache.org">subscribe</a></td> + <td><a href="mailto:issues-unsubscr...@griffin.apache.org">unsubscribe</a></td> + <td><a href="http://mail-archives.apache.org/mod_mbox/Griffin-issues/">Griffin-issues</a></td> + </tr> + <tr> + <td>Commits Mailling List</td> + <td> </td> + <td> </td> + <td> </td> + <td> </td> + <td><a href="mailto:comm...@griffin.apache.org">comm...@griffin.apache.org</a></td> + <td> </td> + <td> </td> + <td> </td> + <td> </td> + <td><a href="mailto:commits-subscr...@griffin.apache.org">subscribe</a></td> + <td><a href="mailto:commits-unsubscr...@griffin.apache.org">unsubscribe</a></td> + <td><a href="http://mail-archives.apache.org/mod_mbox/Griffin-commits/">Griffin-commits</a></td> + </tr> + </tbody> +</table> + +<h3 id="issue-tracker">Issue Tracker</h3> + +<p><a href="https://issues.apache.org/jira/browse/Griffin">https://issues.apache.org/jira/browse/Griffin</a></p> + + + </div><!--end of loadcontent--> + </div> + <!--end of centered content--> + </div> +</div> +<!--end of container--> + + +<!-- +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. +--> +<!-- footer start --> +<div class="footerwrapper"> + <div class="container"> + <div class="row"> + <div class="col-md-3"> + <img src="/images/incubator_feather_egg_logo.png" height="60"> + </div> + <div class="col-md-9"> + <div style="margin-left:auto; margin-right:auto; text-align:center;font-size:12px;"> + <div> + Apache Griffin is an effort undergoing incubation at The <a href="http://www.apache.org">Apache Software Foundation (ASF)</a>sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. Apache Pulsar (incubating) is available under the <a href="https://www.apache.org/licenses">Apache License, version 2.0</a>. + </div> + </div> + </div> + </div> + <div class="row"> + <br/> + Copyright © 2018 The Apache Software Foundation. All Rights Reserved. Apache, Apache Griffin and the Apache feather logo are trademarks of The Apache Software Foundation. + </div> + </div> +</div> +<!-- footer end --> + +<!-- JavaScripts --> +<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> + + + +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/docs/conf.html ---------------------------------------------------------------------- diff --git a/docs/conf.html b/docs/conf.html new file mode 100644 index 0000000..3af2d9d --- /dev/null +++ b/docs/conf.html @@ -0,0 +1,208 @@ +<!DOCTYPE html> +<!-- +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. +--> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + + <title>Griffin - Apache Griffin Conferences</title> + <meta name="description" content="Apache Griffin - Big Data Quality Solution For Batch and Streaming"> + + <meta name="keywords" content="Griffin, Hadoop, Security, Real Time"> + <meta name="author" content="eBay Inc."> + + <meta charset="utf-8"> + <meta name="viewport" content="initial-scale=1"> + + <link rel="stylesheet" href="/css/animate.css"> + <link rel="stylesheet" href="/css/bootstrap.min.css"> + + <link rel="stylesheet" href="/css/font-awesome.min.css"> + + <link rel="stylesheet" href="/css/misc.css"> + <link rel="stylesheet" href="/css/style.css"> + <link rel="stylesheet" href="/css/styles.css"> + <link rel="stylesheet" href="/css/main.css"> + <link rel="alternate" type="application/rss+xml" title="Griffin" href="http://griffin.apache.org/feed.xml" /> + <link rel="shortcut icon" href="/images/favicon.png"> + + <!-- Baidu Analytics Tracking--> + <script> + var _hmt = _hmt || []; + (function() { + var hm = document.createElement("script"); + hm.src = "//hm.baidu.com/hm.js?fedc55df2ea52777a679192e8f849ece"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); + })(); + </script> + + <!-- Google Analytics Tracking --> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-68929805-1', 'auto'); + ga('send', 'pageview'); + </script> +</head> + +<body> +<!-- header start --> +<div id="home_page"> + <!-- +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. +--> +<div class="topbar"> + <div class="container"> + <div class="row" > + <nav class="navbar navbar-default"> + <div class="container-fluid"> + <!-- Brand and toggle get grouped for better mobile display --> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> + <a class="navbar-brand" href="/"><img src="/images/logo.png" height="44px" style="margin-top:-7px"></a> </div> + </div> + </div> + <!-- /.container-fluid --> + </nav> + </div> + </div> + </div> + +</div> +<!-- header end --> +<div class="container-fluid page-content"> + <div class="row"> + <div class="col-md-10 col-md-offset-1"> + <!-- sidebar --> + <div class="col-xs-6 col-sm-3" id="sidebar" role="navigation"> + <ul class="nav" id="adminnav"> + + <li class="heading">Getting Started</li> + + <li class="sidenavli "><a href="/docs/quick-start.html" data-permalink="/docs/conf.html" id="">Introduction</a></li> + + <li class="sidenavli "><a href="/docs/usecases.html" data-permalink="/docs/conf.html" id="">Use Cases</a></li> + + <li class="sidenavli "><a href="/docs/community.html" data-permalink="/docs/conf.html" id="">Community</a></li> + + <li class="sidenavli current"><a href="/docs/conf.html" data-permalink="/docs/conf.html" id="">Conference</a></li> + + <li class="divider"></li> + + <li class="heading">Development</li> + + <li class="sidenavli "><a href="/docs/latest.html" data-permalink="/docs/conf.html" id="">Latest version (v0.3.0)</a></li> + + <li class="divider"></li> + + <li class="heading">Download</li> + + <li class="sidenavli "><a href="/docs/latest.html" data-permalink="/docs/conf.html" id="">Latest version (v0.3.0)</a></li> + + <li class="sidenavli "><a href="/docs/download.html" data-permalink="/docs/conf.html" id="">Archived</a></li> + + <li class="divider"></li> + + <li class="sidenavli"> + <a href="mailto:d...@griffin.apache.org" target="_blank">Need Help?</a> + </li> + </ul> + </div> + <div class="col-xs-6 col-sm-9 page-main-content" style="margin-left: -15px" id="loadcontent"> + <h1 class="page-header" style="margin-top: 0px">Apache Griffin Conferences</h1> + <h3 id="2017">2017</h3> +<ul> + <li>2017 Apache Griffin data quality solution for big data @ä¸å½æ°æ®åºææ¯å¤§ä¼ @ Beijing</li> + <li>2017 Apache Griffin data quality solution for big data @2017ä¸å½å¼æºå¹´ä¼ @ Shanghai</li> +</ul> + + </div><!--end of loadcontent--> + </div> + <!--end of centered content--> + </div> +</div> +<!--end of container--> + + +<!-- +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. +--> +<!-- footer start --> +<div class="footerwrapper"> + <div class="container"> + <div class="row"> + <div class="col-md-3"> + <img src="/images/incubator_feather_egg_logo.png" height="60"> + </div> + <div class="col-md-9"> + <div style="margin-left:auto; margin-right:auto; text-align:center;font-size:12px;"> + <div> + Apache Griffin is an effort undergoing incubation at The <a href="http://www.apache.org">Apache Software Foundation (ASF)</a>sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. Apache Pulsar (incubating) is available under the <a href="https://www.apache.org/licenses">Apache License, version 2.0</a>. + </div> + </div> + </div> + </div> + <div class="row"> + <br/> + Copyright © 2018 The Apache Software Foundation. All Rights Reserved. Apache, Apache Griffin and the Apache feather logo are trademarks of The Apache Software Foundation. + </div> + </div> +</div> +<!-- footer end --> + +<!-- JavaScripts --> +<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> + + + +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/docs/download.html ---------------------------------------------------------------------- diff --git a/docs/download.html b/docs/download.html new file mode 100644 index 0000000..da69cee --- /dev/null +++ b/docs/download.html @@ -0,0 +1,205 @@ +<!DOCTYPE html> +<!-- +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. +--> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + + <title>Griffin - Download Apache Griffin</title> + <meta name="description" content="Apache Griffin - Big Data Quality Solution For Batch and Streaming"> + + <meta name="keywords" content="Griffin, Hadoop, Security, Real Time"> + <meta name="author" content="eBay Inc."> + + <meta charset="utf-8"> + <meta name="viewport" content="initial-scale=1"> + + <link rel="stylesheet" href="/css/animate.css"> + <link rel="stylesheet" href="/css/bootstrap.min.css"> + + <link rel="stylesheet" href="/css/font-awesome.min.css"> + + <link rel="stylesheet" href="/css/misc.css"> + <link rel="stylesheet" href="/css/style.css"> + <link rel="stylesheet" href="/css/styles.css"> + <link rel="stylesheet" href="/css/main.css"> + <link rel="alternate" type="application/rss+xml" title="Griffin" href="http://griffin.apache.org/feed.xml" /> + <link rel="shortcut icon" href="/images/favicon.png"> + + <!-- Baidu Analytics Tracking--> + <script> + var _hmt = _hmt || []; + (function() { + var hm = document.createElement("script"); + hm.src = "//hm.baidu.com/hm.js?fedc55df2ea52777a679192e8f849ece"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); + })(); + </script> + + <!-- Google Analytics Tracking --> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-68929805-1', 'auto'); + ga('send', 'pageview'); + </script> +</head> + +<body> +<!-- header start --> +<div id="home_page"> + <!-- +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. +--> +<div class="topbar"> + <div class="container"> + <div class="row" > + <nav class="navbar navbar-default"> + <div class="container-fluid"> + <!-- Brand and toggle get grouped for better mobile display --> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> + <a class="navbar-brand" href="/"><img src="/images/logo.png" height="44px" style="margin-top:-7px"></a> </div> + </div> + </div> + <!-- /.container-fluid --> + </nav> + </div> + </div> + </div> + +</div> +<!-- header end --> +<div class="container-fluid page-content"> + <div class="row"> + <div class="col-md-10 col-md-offset-1"> + <!-- sidebar --> + <div class="col-xs-6 col-sm-3" id="sidebar" role="navigation"> + <ul class="nav" id="adminnav"> + + <li class="heading">Getting Started</li> + + <li class="sidenavli "><a href="/docs/quick-start.html" data-permalink="/docs/download.html" id="">Introduction</a></li> + + <li class="sidenavli "><a href="/docs/usecases.html" data-permalink="/docs/download.html" id="">Use Cases</a></li> + + <li class="sidenavli "><a href="/docs/community.html" data-permalink="/docs/download.html" id="">Community</a></li> + + <li class="sidenavli "><a href="/docs/conf.html" data-permalink="/docs/download.html" id="">Conference</a></li> + + <li class="divider"></li> + + <li class="heading">Development</li> + + <li class="sidenavli "><a href="/docs/latest.html" data-permalink="/docs/download.html" id="">Latest version (v0.3.0)</a></li> + + <li class="divider"></li> + + <li class="heading">Download</li> + + <li class="sidenavli "><a href="/docs/latest.html" data-permalink="/docs/download.html" id="">Latest version (v0.3.0)</a></li> + + <li class="sidenavli current"><a href="/docs/download.html" data-permalink="/docs/download.html" id="">Archived</a></li> + + <li class="divider"></li> + + <li class="sidenavli"> + <a href="mailto:d...@griffin.apache.org" target="_blank">Need Help?</a> + </li> + </ul> + </div> + <div class="col-xs-6 col-sm-9 page-main-content" style="margin-left: -15px" id="loadcontent"> + <h1 class="page-header" style="margin-top: 0px">Download Apache Griffin</h1> + <h3 id="download-apache-griffin">Download Apache Griffin</h3> + + + </div><!--end of loadcontent--> + </div> + <!--end of centered content--> + </div> +</div> +<!--end of container--> + + +<!-- +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. +--> +<!-- footer start --> +<div class="footerwrapper"> + <div class="container"> + <div class="row"> + <div class="col-md-3"> + <img src="/images/incubator_feather_egg_logo.png" height="60"> + </div> + <div class="col-md-9"> + <div style="margin-left:auto; margin-right:auto; text-align:center;font-size:12px;"> + <div> + Apache Griffin is an effort undergoing incubation at The <a href="http://www.apache.org">Apache Software Foundation (ASF)</a>sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. Apache Pulsar (incubating) is available under the <a href="https://www.apache.org/licenses">Apache License, version 2.0</a>. + </div> + </div> + </div> + </div> + <div class="row"> + <br/> + Copyright © 2018 The Apache Software Foundation. All Rights Reserved. Apache, Apache Griffin and the Apache feather logo are trademarks of The Apache Software Foundation. + </div> + </div> +</div> +<!-- footer end --> + +<!-- JavaScripts --> +<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> + + + +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/docs/latest.html ---------------------------------------------------------------------- diff --git a/docs/latest.html b/docs/latest.html new file mode 100644 index 0000000..be84752 --- /dev/null +++ b/docs/latest.html @@ -0,0 +1,205 @@ +<!DOCTYPE html> +<!-- +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. +--> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + + <title>Griffin - Latest version</title> + <meta name="description" content="Apache Griffin - Big Data Quality Solution For Batch and Streaming"> + + <meta name="keywords" content="Griffin, Hadoop, Security, Real Time"> + <meta name="author" content="eBay Inc."> + + <meta charset="utf-8"> + <meta name="viewport" content="initial-scale=1"> + + <link rel="stylesheet" href="/css/animate.css"> + <link rel="stylesheet" href="/css/bootstrap.min.css"> + + <link rel="stylesheet" href="/css/font-awesome.min.css"> + + <link rel="stylesheet" href="/css/misc.css"> + <link rel="stylesheet" href="/css/style.css"> + <link rel="stylesheet" href="/css/styles.css"> + <link rel="stylesheet" href="/css/main.css"> + <link rel="alternate" type="application/rss+xml" title="Griffin" href="http://griffin.apache.org/feed.xml" /> + <link rel="shortcut icon" href="/images/favicon.png"> + + <!-- Baidu Analytics Tracking--> + <script> + var _hmt = _hmt || []; + (function() { + var hm = document.createElement("script"); + hm.src = "//hm.baidu.com/hm.js?fedc55df2ea52777a679192e8f849ece"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); + })(); + </script> + + <!-- Google Analytics Tracking --> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-68929805-1', 'auto'); + ga('send', 'pageview'); + </script> +</head> + +<body> +<!-- header start --> +<div id="home_page"> + <!-- +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. +--> +<div class="topbar"> + <div class="container"> + <div class="row" > + <nav class="navbar navbar-default"> + <div class="container-fluid"> + <!-- Brand and toggle get grouped for better mobile display --> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> + <a class="navbar-brand" href="/"><img src="/images/logo.png" height="44px" style="margin-top:-7px"></a> </div> + </div> + </div> + <!-- /.container-fluid --> + </nav> + </div> + </div> + </div> + +</div> +<!-- header end --> +<div class="container-fluid page-content"> + <div class="row"> + <div class="col-md-10 col-md-offset-1"> + <!-- sidebar --> + <div class="col-xs-6 col-sm-3" id="sidebar" role="navigation"> + <ul class="nav" id="adminnav"> + + <li class="heading">Getting Started</li> + + <li class="sidenavli "><a href="/docs/quick-start.html" data-permalink="/docs/latest.html" id="">Introduction</a></li> + + <li class="sidenavli "><a href="/docs/usecases.html" data-permalink="/docs/latest.html" id="">Use Cases</a></li> + + <li class="sidenavli "><a href="/docs/community.html" data-permalink="/docs/latest.html" id="">Community</a></li> + + <li class="sidenavli "><a href="/docs/conf.html" data-permalink="/docs/latest.html" id="">Conference</a></li> + + <li class="divider"></li> + + <li class="heading">Development</li> + + <li class="sidenavli current"><a href="/docs/latest.html" data-permalink="/docs/latest.html" id="">Latest version (v0.3.0)</a></li> + + <li class="divider"></li> + + <li class="heading">Download</li> + + <li class="sidenavli current"><a href="/docs/latest.html" data-permalink="/docs/latest.html" id="">Latest version (v0.3.0)</a></li> + + <li class="sidenavli "><a href="/docs/download.html" data-permalink="/docs/latest.html" id="">Archived</a></li> + + <li class="divider"></li> + + <li class="sidenavli"> + <a href="mailto:d...@griffin.apache.org" target="_blank">Need Help?</a> + </li> + </ul> + </div> + <div class="col-xs-6 col-sm-9 page-main-content" style="margin-left: -15px" id="loadcontent"> + <h1 class="page-header" style="margin-top: 0px">Latest version</h1> + <h3 id="latest-version">Latest version</h3> + + + </div><!--end of loadcontent--> + </div> + <!--end of centered content--> + </div> +</div> +<!--end of container--> + + +<!-- +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. +--> +<!-- footer start --> +<div class="footerwrapper"> + <div class="container"> + <div class="row"> + <div class="col-md-3"> + <img src="/images/incubator_feather_egg_logo.png" height="60"> + </div> + <div class="col-md-9"> + <div style="margin-left:auto; margin-right:auto; text-align:center;font-size:12px;"> + <div> + Apache Griffin is an effort undergoing incubation at The <a href="http://www.apache.org">Apache Software Foundation (ASF)</a>sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. Apache Pulsar (incubating) is available under the <a href="https://www.apache.org/licenses">Apache License, version 2.0</a>. + </div> + </div> + </div> + </div> + <div class="row"> + <br/> + Copyright © 2018 The Apache Software Foundation. All Rights Reserved. Apache, Apache Griffin and the Apache feather logo are trademarks of The Apache Software Foundation. + </div> + </div> +</div> +<!-- footer end --> + +<!-- JavaScripts --> +<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> + + + +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/docs/quick-start.html ---------------------------------------------------------------------- diff --git a/docs/quick-start.html b/docs/quick-start.html new file mode 100644 index 0000000..4163837 --- /dev/null +++ b/docs/quick-start.html @@ -0,0 +1,204 @@ +<!DOCTYPE html> +<!-- +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. +--> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + + <title>Griffin - Quick Start</title> + <meta name="description" content="Apache Griffin - Big Data Quality Solution For Batch and Streaming"> + + <meta name="keywords" content="Griffin, Hadoop, Security, Real Time"> + <meta name="author" content="eBay Inc."> + + <meta charset="utf-8"> + <meta name="viewport" content="initial-scale=1"> + + <link rel="stylesheet" href="/css/animate.css"> + <link rel="stylesheet" href="/css/bootstrap.min.css"> + + <link rel="stylesheet" href="/css/font-awesome.min.css"> + + <link rel="stylesheet" href="/css/misc.css"> + <link rel="stylesheet" href="/css/style.css"> + <link rel="stylesheet" href="/css/styles.css"> + <link rel="stylesheet" href="/css/main.css"> + <link rel="alternate" type="application/rss+xml" title="Griffin" href="http://griffin.apache.org/feed.xml" /> + <link rel="shortcut icon" href="/images/favicon.png"> + + <!-- Baidu Analytics Tracking--> + <script> + var _hmt = _hmt || []; + (function() { + var hm = document.createElement("script"); + hm.src = "//hm.baidu.com/hm.js?fedc55df2ea52777a679192e8f849ece"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); + })(); + </script> + + <!-- Google Analytics Tracking --> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-68929805-1', 'auto'); + ga('send', 'pageview'); + </script> +</head> + +<body> +<!-- header start --> +<div id="home_page"> + <!-- +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. +--> +<div class="topbar"> + <div class="container"> + <div class="row" > + <nav class="navbar navbar-default"> + <div class="container-fluid"> + <!-- Brand and toggle get grouped for better mobile display --> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> + <a class="navbar-brand" href="/"><img src="/images/logo.png" height="44px" style="margin-top:-7px"></a> </div> + </div> + </div> + <!-- /.container-fluid --> + </nav> + </div> + </div> + </div> + +</div> +<!-- header end --> +<div class="container-fluid page-content"> + <div class="row"> + <div class="col-md-10 col-md-offset-1"> + <!-- sidebar --> + <div class="col-xs-6 col-sm-3" id="sidebar" role="navigation"> + <ul class="nav" id="adminnav"> + + <li class="heading">Getting Started</li> + + <li class="sidenavli current"><a href="/docs/quick-start.html" data-permalink="/docs/quick-start.html" id="">Introduction</a></li> + + <li class="sidenavli "><a href="/docs/usecases.html" data-permalink="/docs/quick-start.html" id="">Use Cases</a></li> + + <li class="sidenavli "><a href="/docs/community.html" data-permalink="/docs/quick-start.html" id="">Community</a></li> + + <li class="sidenavli "><a href="/docs/conf.html" data-permalink="/docs/quick-start.html" id="">Conference</a></li> + + <li class="divider"></li> + + <li class="heading">Development</li> + + <li class="sidenavli "><a href="/docs/latest.html" data-permalink="/docs/quick-start.html" id="">Latest version (v0.3.0)</a></li> + + <li class="divider"></li> + + <li class="heading">Download</li> + + <li class="sidenavli "><a href="/docs/latest.html" data-permalink="/docs/quick-start.html" id="">Latest version (v0.3.0)</a></li> + + <li class="sidenavli "><a href="/docs/download.html" data-permalink="/docs/quick-start.html" id="">Archived</a></li> + + <li class="divider"></li> + + <li class="sidenavli"> + <a href="mailto:d...@griffin.apache.org" target="_blank">Need Help?</a> + </li> + </ul> + </div> + <div class="col-xs-6 col-sm-9 page-main-content" style="margin-left: -15px" id="loadcontent"> + <h1 class="page-header" style="margin-top: 0px">Quick Start</h1> + <p>Guide To Install <strong>Apache Griffin 0.3.0-incubating</strong> On Hortonworks sandbox.</p> + + </div><!--end of loadcontent--> + </div> + <!--end of centered content--> + </div> +</div> +<!--end of container--> + + +<!-- +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. +--> +<!-- footer start --> +<div class="footerwrapper"> + <div class="container"> + <div class="row"> + <div class="col-md-3"> + <img src="/images/incubator_feather_egg_logo.png" height="60"> + </div> + <div class="col-md-9"> + <div style="margin-left:auto; margin-right:auto; text-align:center;font-size:12px;"> + <div> + Apache Griffin is an effort undergoing incubation at The <a href="http://www.apache.org">Apache Software Foundation (ASF)</a>sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. Apache Pulsar (incubating) is available under the <a href="https://www.apache.org/licenses">Apache License, version 2.0</a>. + </div> + </div> + </div> + </div> + <div class="row"> + <br/> + Copyright © 2018 The Apache Software Foundation. All Rights Reserved. Apache, Apache Griffin and the Apache feather logo are trademarks of The Apache Software Foundation. + </div> + </div> +</div> +<!-- footer end --> + +<!-- JavaScripts --> +<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> + + + +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/docs/usecases.html ---------------------------------------------------------------------- diff --git a/docs/usecases.html b/docs/usecases.html new file mode 100644 index 0000000..791c97e --- /dev/null +++ b/docs/usecases.html @@ -0,0 +1,205 @@ +<!DOCTYPE html> +<!-- +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. +--> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + + <title>Griffin - griffin use cases</title> + <meta name="description" content="Apache Griffin - Big Data Quality Solution For Batch and Streaming"> + + <meta name="keywords" content="Griffin, Hadoop, Security, Real Time"> + <meta name="author" content="eBay Inc."> + + <meta charset="utf-8"> + <meta name="viewport" content="initial-scale=1"> + + <link rel="stylesheet" href="/css/animate.css"> + <link rel="stylesheet" href="/css/bootstrap.min.css"> + + <link rel="stylesheet" href="/css/font-awesome.min.css"> + + <link rel="stylesheet" href="/css/misc.css"> + <link rel="stylesheet" href="/css/style.css"> + <link rel="stylesheet" href="/css/styles.css"> + <link rel="stylesheet" href="/css/main.css"> + <link rel="alternate" type="application/rss+xml" title="Griffin" href="http://griffin.apache.org/feed.xml" /> + <link rel="shortcut icon" href="/images/favicon.png"> + + <!-- Baidu Analytics Tracking--> + <script> + var _hmt = _hmt || []; + (function() { + var hm = document.createElement("script"); + hm.src = "//hm.baidu.com/hm.js?fedc55df2ea52777a679192e8f849ece"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); + })(); + </script> + + <!-- Google Analytics Tracking --> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-68929805-1', 'auto'); + ga('send', 'pageview'); + </script> +</head> + +<body> +<!-- header start --> +<div id="home_page"> + <!-- +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. +--> +<div class="topbar"> + <div class="container"> + <div class="row" > + <nav class="navbar navbar-default"> + <div class="container-fluid"> + <!-- Brand and toggle get grouped for better mobile display --> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> + <a class="navbar-brand" href="/"><img src="/images/logo.png" height="44px" style="margin-top:-7px"></a> </div> + </div> + </div> + <!-- /.container-fluid --> + </nav> + </div> + </div> + </div> + +</div> +<!-- header end --> +<div class="container-fluid page-content"> + <div class="row"> + <div class="col-md-10 col-md-offset-1"> + <!-- sidebar --> + <div class="col-xs-6 col-sm-3" id="sidebar" role="navigation"> + <ul class="nav" id="adminnav"> + + <li class="heading">Getting Started</li> + + <li class="sidenavli "><a href="/docs/quick-start.html" data-permalink="/docs/usecases.html" id="">Introduction</a></li> + + <li class="sidenavli current"><a href="/docs/usecases.html" data-permalink="/docs/usecases.html" id="">Use Cases</a></li> + + <li class="sidenavli "><a href="/docs/community.html" data-permalink="/docs/usecases.html" id="">Community</a></li> + + <li class="sidenavli "><a href="/docs/conf.html" data-permalink="/docs/usecases.html" id="">Conference</a></li> + + <li class="divider"></li> + + <li class="heading">Development</li> + + <li class="sidenavli "><a href="/docs/latest.html" data-permalink="/docs/usecases.html" id="">Latest version (v0.3.0)</a></li> + + <li class="divider"></li> + + <li class="heading">Download</li> + + <li class="sidenavli "><a href="/docs/latest.html" data-permalink="/docs/usecases.html" id="">Latest version (v0.3.0)</a></li> + + <li class="sidenavli "><a href="/docs/download.html" data-permalink="/docs/usecases.html" id="">Archived</a></li> + + <li class="divider"></li> + + <li class="sidenavli"> + <a href="mailto:d...@griffin.apache.org" target="_blank">Need Help?</a> + </li> + </ul> + </div> + <div class="col-xs-6 col-sm-9 page-main-content" style="margin-left: -15px" id="loadcontent"> + <h1 class="page-header" style="margin-top: 0px">griffin use cases</h1> + <h3 id="apache-griffin-use-cases">Apache Griffin Use Cases</h3> + + + </div><!--end of loadcontent--> + </div> + <!--end of centered content--> + </div> +</div> +<!--end of container--> + + +<!-- +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. +--> +<!-- footer start --> +<div class="footerwrapper"> + <div class="container"> + <div class="row"> + <div class="col-md-3"> + <img src="/images/incubator_feather_egg_logo.png" height="60"> + </div> + <div class="col-md-9"> + <div style="margin-left:auto; margin-right:auto; text-align:center;font-size:12px;"> + <div> + Apache Griffin is an effort undergoing incubation at The <a href="http://www.apache.org">Apache Software Foundation (ASF)</a>sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. Apache Pulsar (incubating) is available under the <a href="https://www.apache.org/licenses">Apache License, version 2.0</a>. + </div> + </div> + </div> + </div> + <div class="row"> + <br/> + Copyright © 2018 The Apache Software Foundation. All Rights Reserved. Apache, Apache Griffin and the Apache feather logo are trademarks of The Apache Software Foundation. + </div> + </div> +</div> +<!-- footer end --> + +<!-- JavaScripts --> +<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> + + + +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/download.md ---------------------------------------------------------------------- diff --git a/download.md b/download.md deleted file mode 100644 index a40e3b9..0000000 --- a/download.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: doc -title: "Download Apache Griffin" -permalink: /docs/download.html ---- - -### Download Apache Griffin - http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/images/.DS_Store ---------------------------------------------------------------------- diff --git a/images/.DS_Store b/images/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/images/.DS_Store and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/latest.md ---------------------------------------------------------------------- diff --git a/latest.md b/latest.md deleted file mode 100644 index f5ab034..0000000 --- a/latest.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: doc -title: "Latest version" -permalink: /docs/latest.html ---- - -### Latest version - http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/quick-start.md ---------------------------------------------------------------------- diff --git a/quick-start.md b/quick-start.md deleted file mode 100644 index 9d06b1a..0000000 --- a/quick-start.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: doc -title: "Quick Start" -permalink: /docs/quick-start.html ---- - -Guide To Install **Apache Griffin 0.3.0-incubating** On Hortonworks sandbox. http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/6a0b057b/usecases.md ---------------------------------------------------------------------- diff --git a/usecases.md b/usecases.md deleted file mode 100644 index 426dfca..0000000 --- a/usecases.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: doc -title: "griffin use cases" -permalink: /docs/usecases.html ---- - -### Apache Griffin Use Cases -