Repository: incubator-atlas-website Updated Branches: refs/heads/asf-site 05ef63f6a -> 60041d8d3
http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/60041d8d/api/ns0.html ---------------------------------------------------------------------- diff --git a/api/ns0.html b/api/ns0.html new file mode 100644 index 0000000..2a448f2 --- /dev/null +++ b/api/ns0.html @@ -0,0 +1,131 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>Namespace: ns0</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">Namespace: ns0</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + <li id="nav-downloads"><a href="downloads.html">Files and Libraries</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + <li><a href="downloads.html">Files and Libraries</a></li> + </ul> + </li> + <li class="current"> + <a href="ns0.html">ns0</a> + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>Namespace ns0</h1> + <table> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + </table> + + <h2>Elements</h2> + + <ul> + <li><a href="el_ns0_errorBean.html">errorBean</a></li> + <li><a href="el_ns0_errorBean.html">errorBean</a></li> + <li><a href="el_ns0_results.html">results</a></li> + </ul> + + <h2>Types</h2> + + <ul> + <li><a href="ns0_errorBean.html">errorBean</a></li> + <li><a href="ns0_errorBean.html">errorBean</a></li> + <li><a href="ns0_results.html">results</a></li> + </ul> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/60041d8d/api/ns0.xsd ---------------------------------------------------------------------- diff --git a/api/ns0.xsd b/api/ns0.xsd new file mode 100644 index 0000000..800d5f0 --- /dev/null +++ b/api/ns0.xsd @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema"> + <xs:element name="results" type="results"/> + <xs:element name="errorBean" type="errorBean"/> + <xs:element name="errorBean" type="errorBean"/> + <xs:complexType name="results"> + <xs:sequence> + <xs:element name="href" type="xs:string" minOccurs="0"/> + <xs:element name="status" type="xs:int" minOccurs="1"/> + </xs:sequence> + </xs:complexType> + <xs:complexType name="errorBean"> + <xs:sequence> + <xs:element name="status" type="xs:int" minOccurs="1"/> + <xs:element name="message" type="xs:string" minOccurs="0"/> + </xs:sequence> + </xs:complexType> + <xs:complexType name="errorBean"> + <xs:sequence> + <xs:element name="status" type="xs:int" minOccurs="1"/> + <xs:element name="message" type="xs:string" minOccurs="0"/> + <xs:element name="stackTrace" type="xs:string" minOccurs="0"/> + </xs:sequence> + </xs:complexType> +</xs:schema> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/60041d8d/api/ns0_errorBean.html ---------------------------------------------------------------------- diff --git a/api/ns0_errorBean.html b/api/ns0_errorBean.html new file mode 100644 index 0000000..feb179a --- /dev/null +++ b/api/ns0_errorBean.html @@ -0,0 +1,189 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>errorBean</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">errorBean</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + <li id="nav-downloads"><a href="downloads.html">Files and Libraries</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + <li><a href="downloads.html">Files and Libraries</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="ns0_errorBean.html">errorBean</a> + <ul> + <li><a href="ns0_errorBean.html">errorBean</a></li> + <li><a href="ns0_results.html">results</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>errorBean</h1> + <table> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + </table> + + <h2>XML</h2> + <h3>Elements</h3> + <table> + <tr> + <th>name (type)</th> + <th>min/max<br/>occurs</th> + <th>description</th> + </tr> + <tr> + <td> + status (int) + </td> + <td>1/1</td> + <td> + </td> + </tr> + <tr> + <td> + message (string) + </td> + <td>0/1</td> + <td> + </td> + </tr> + <tr> + <td> + stackTrace (string) + </td> + <td>0/1</td> + <td> + </td> + </tr> + </table> + + <h2>JSON</h2> + <table> + <tr> + <th>property</th> + <th>type</th> + <th>description</th> + </tr> + <tr> + <td>status</td> + <td> + status (int) + </td> + <td> + </td> + </tr> + <tr> + <td>message</td> + <td> + message (string) + </td> + <td> + </td> + </tr> + <tr> + <td>stackTrace</td> + <td> + stackTrace (string) + </td> + <td> + </td> + </tr> + </table> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/60041d8d/api/ns0_results.html ---------------------------------------------------------------------- diff --git a/api/ns0_results.html b/api/ns0_results.html new file mode 100644 index 0000000..de3e6a9 --- /dev/null +++ b/api/ns0_results.html @@ -0,0 +1,173 @@ +<!doctype html> +<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> +<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]--> +<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]--> +<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> +<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame + Remove this if you use the .htaccess --> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>results</title> + + <!-- Mobile viewport optimized: j.mp/bplateviewport --> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <!-- CSS: implied media="all" --> + <link rel="stylesheet" href="css/style.css?v=2"> + <link rel="stylesheet" href="css/prettify.css"> + + <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects --> + <script src="js/libs/modernizr-1.7.min.js"></script> + +</head> + +<body class="home"> + + <div class="container"> + <header> + <div id="header" class="column first last span-20"> + <div id="site-name" class="column span-18 append-1 prepend-1 first last"><a href="index.html">results</a></div> + <div id="primary" class="column span-18 append-1 prepend-1 first last"> + <ul class="navigation"> + <li id="nav-rest"><a href="rest.html">REST</a></li> + <li id="nav-data"><a href="model.html">Data Model</a></li> + <li id="nav-downloads"><a href="downloads.html">Files and Libraries</a></li> + </ul> + </div> + <div> + <ul class="xbreadcrumbs" id="breadcrumbs"> + <li> + <a href="index.html" class="home">Home</a> > + </li> + <li> + <a href="model.html">Data Model</a> > + <ul> + <li><a href="model.html">Data Model</a></li> + <li><a href="rest.html">REST</a></li> + <li><a href="downloads.html">Files and Libraries</a></li> + </ul> + </li> + <li> + <a href="ns0.html">ns0</a> > + <ul> + <li><a href="ns0.html">ns0</a></li> + </ul> + </li> + <li class="current"> + <a href="ns0_results.html">results</a> + <ul> + <li><a href="ns0_errorBean.html">errorBean</a></li> + <li><a href="ns0_results.html">results</a></li> + </ul> + </li> + </ul> + </div> + </div> + </header> + <div id="main" class="column first last span-20"> + <h1>results</h1> + <table> + <tr> + <td align="right">Namespace:</td> + <td>(default namespace)</td> + </tr> + <tr> + <td align="right">XML Schema:</td> + <td><a href="ns0.xsd">ns0.xsd</a></td> + </tr> + </table> + + <h2>XML</h2> + <h3>Elements</h3> + <table> + <tr> + <th>name (type)</th> + <th>min/max<br/>occurs</th> + <th>description</th> + </tr> + <tr> + <td> + href (string) + </td> + <td>0/1</td> + <td> + </td> + </tr> + <tr> + <td> + status (int) + </td> + <td>1/1</td> + <td> + </td> + </tr> + </table> + + <h2>JSON</h2> + <table> + <tr> + <th>property</th> + <th>type</th> + <th>description</th> + </tr> + <tr> + <td>href</td> + <td> + href (string) + </td> + <td> + </td> + </tr> + <tr> + <td>status</td> + <td> + status (int) + </td> + <td> + </td> + </tr> + </table> + + <div class="clear" /> + </div> + <footer> + <div id="footer"> + Generated by <a href="http://enunciate.codehaus.org">Enunciate</a>. + </div> + </footer> + </div> <!--! end of #container --> + + <!-- JavaScript at the bottom for fast page loading --> + + <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> + <script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script> + + <!--manage the navigation menu--> + <script src="js/libs/xbreadcrumbs.js"></script> + <script> + $(function() { + $('#breadcrumbs').xBreadcrumbs(); + }); + </script> + + + <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> + <script src="js/libs/prettify/prettify.js"></script> + <script> + $(function() { + prettyPrint(); + }); + </script> + + <!--[if lt IE 7 ]> + <script src="js/libs/dd_belatedpng.js"></script> + <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> + <![endif]--> + +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/60041d8d/api/rest.html ---------------------------------------------------------------------- diff --git a/api/rest.html b/api/rest.html index 2c5db45..6ceedf9 100644 --- a/api/rest.html +++ b/api/rest.html @@ -35,6 +35,7 @@ <ul class="navigation"> <li id="nav-rest"><a href="rest.html">REST</a></li> <li id="nav-data"><a href="model.html">Data Model</a></li> + <li id="nav-downloads"><a href="downloads.html">Files and Libraries</a></li> </ul> </div> <div> @@ -47,6 +48,7 @@ <ul> <li><a href="model.html">Data Model</a></li> <li><a href="rest.html">REST</a></li> + <li><a href="downloads.html">Files and Libraries</a></li> </ul> </li> </ul> @@ -70,6 +72,10 @@ <li><a href="resource_TypesResource.html">TypesResource</a></li> </ul> <p> + The REST resources expose a data model that is supported by a set of client-side libraries that are made available on the + <a href="downloads.html">files and libraries</a> page. + </p> + <p> There is also a <a href="application.wadl">WADL document</a> describing the REST API. </p> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/60041d8d/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 7cf6de6..8222b07 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-07-05 + | Generated by Apache Maven Doxia at 2016-07-10 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <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="20160705" /> + <meta name="Date-Revision-yyyymmdd" content="20160710" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Data Governance and Metadata framework for Hadoop</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -90,7 +90,10 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a> <ul class="dropdown-menu"> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> + <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.7.0-incubating/" title="0.7-incubating">0.7-incubating</a> +</li> + + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> </li> <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> @@ -101,6 +104,9 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a> <ul class="dropdown-menu"> + <li> <a href="0.7.0-incubating/index.html" title="0.7-incubating">0.7-incubating</a> +</li> + <li> <a href="0.6.0-incubating/index.html" title="0.6-incubating">0.6-incubating</a> </li> @@ -189,7 +195,7 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-07-05</li> <li class="divider pull-right">|</li> + <li id="publishDate" class="pull-right">Last Published: 2016-07-10</li> <li class="divider pull-right">|</li> <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/60041d8d/issue-tracking.html ---------------------------------------------------------------------- diff --git a/issue-tracking.html b/issue-tracking.html index 3cea4fa..41a5df4 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-06-30 + | Generated by Apache Maven Doxia at 2016-07-10 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <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="20160630" /> + <meta name="Date-Revision-yyyymmdd" content="20160710" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Issue Tracking</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -90,10 +90,13 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a> <ul class="dropdown-menu"> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> + <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.7.0-incubating/" title="0.7-incubating">0.7-incubating</a> </li> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> +</li> + + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> </li> </ul> </li> @@ -101,6 +104,9 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a> <ul class="dropdown-menu"> + <li> <a href="0.7.0-incubating/index.html" title="0.7-incubating">0.7-incubating</a> +</li> + <li> <a href="0.6.0-incubating/index.html" title="0.6-incubating">0.6-incubating</a> </li> @@ -189,7 +195,7 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="publishDate" class="pull-right">Last Published: 2016-07-10</li> <li class="divider pull-right">|</li> <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/60041d8d/license.html ---------------------------------------------------------------------- diff --git a/license.html b/license.html index 75de8b8..fe86ce5 100644 --- a/license.html +++ b/license.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-06-30 + | Generated by Apache Maven Doxia at 2016-07-10 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <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="20160630" /> + <meta name="Date-Revision-yyyymmdd" content="20160710" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Project License</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -90,10 +90,13 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a> <ul class="dropdown-menu"> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> + <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.7.0-incubating/" title="0.7-incubating">0.7-incubating</a> </li> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> +</li> + + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> </li> </ul> </li> @@ -101,6 +104,9 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a> <ul class="dropdown-menu"> + <li> <a href="0.7.0-incubating/index.html" title="0.7-incubating">0.7-incubating</a> +</li> + <li> <a href="0.6.0-incubating/index.html" title="0.6-incubating">0.6-incubating</a> </li> @@ -189,7 +195,7 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="publishDate" class="pull-right">Last Published: 2016-07-10</li> <li class="divider pull-right">|</li> <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/60041d8d/mail-lists.html ---------------------------------------------------------------------- diff --git a/mail-lists.html b/mail-lists.html index 9513a5b..bf2ccaa 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-06-30 + | Generated by Apache Maven Doxia at 2016-07-10 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <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="20160630" /> + <meta name="Date-Revision-yyyymmdd" content="20160710" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Project Mailing Lists</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -90,10 +90,13 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a> <ul class="dropdown-menu"> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> + <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.7.0-incubating/" title="0.7-incubating">0.7-incubating</a> </li> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> +</li> + + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> </li> </ul> </li> @@ -101,6 +104,9 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a> <ul class="dropdown-menu"> + <li> <a href="0.7.0-incubating/index.html" title="0.7-incubating">0.7-incubating</a> +</li> + <li> <a href="0.6.0-incubating/index.html" title="0.6-incubating">0.6-incubating</a> </li> @@ -189,7 +195,7 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="publishDate" class="pull-right">Last Published: 2016-07-10</li> <li class="divider pull-right">|</li> <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/60041d8d/project-info.html ---------------------------------------------------------------------- diff --git a/project-info.html b/project-info.html index c6bc8cf..a8cbc8f 100644 --- a/project-info.html +++ b/project-info.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-06-30 + | Generated by Apache Maven Doxia at 2016-07-10 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <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="20160630" /> + <meta name="Date-Revision-yyyymmdd" content="20160710" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Project Information</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -90,10 +90,13 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a> <ul class="dropdown-menu"> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> + <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.7.0-incubating/" title="0.7-incubating">0.7-incubating</a> </li> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> +</li> + + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> </li> </ul> </li> @@ -101,6 +104,9 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a> <ul class="dropdown-menu"> + <li> <a href="0.7.0-incubating/index.html" title="0.7-incubating">0.7-incubating</a> +</li> + <li> <a href="0.6.0-incubating/index.html" title="0.6-incubating">0.6-incubating</a> </li> @@ -189,7 +195,7 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="publishDate" class="pull-right">Last Published: 2016-07-10</li> <li class="divider pull-right">|</li> <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/60041d8d/source-repository.html ---------------------------------------------------------------------- diff --git a/source-repository.html b/source-repository.html index 2524975..31658c9 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-06-30 + | Generated by Apache Maven Doxia at 2016-07-10 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <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="20160630" /> + <meta name="Date-Revision-yyyymmdd" content="20160710" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Source Repository</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -90,10 +90,13 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a> <ul class="dropdown-menu"> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> + <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.7.0-incubating/" title="0.7-incubating">0.7-incubating</a> </li> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> +</li> + + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> </li> </ul> </li> @@ -101,6 +104,9 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a> <ul class="dropdown-menu"> + <li> <a href="0.7.0-incubating/index.html" title="0.7-incubating">0.7-incubating</a> +</li> + <li> <a href="0.6.0-incubating/index.html" title="0.6-incubating">0.6-incubating</a> </li> @@ -189,7 +195,7 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="publishDate" class="pull-right">Last Published: 2016-07-10</li> <li class="divider pull-right">|</li> <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/60041d8d/team-list.html ---------------------------------------------------------------------- diff --git a/team-list.html b/team-list.html index 365dd81..e356865 100644 --- a/team-list.html +++ b/team-list.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-06-30 + | Generated by Apache Maven Doxia at 2016-07-10 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <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="20160630" /> + <meta name="Date-Revision-yyyymmdd" content="20160710" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Atlas – Team list</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -90,10 +90,13 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a> <ul class="dropdown-menu"> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> + <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.7.0-incubating/" title="0.7-incubating">0.7-incubating</a> </li> - <li> <a href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/" title="0.6-incubating">0.6-incubating</a> +</li> + + <li> <a href="http://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/" title="0.5-incubating">0.5-incubating</a> </li> </ul> </li> @@ -101,6 +104,9 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a> <ul class="dropdown-menu"> + <li> <a href="0.7.0-incubating/index.html" title="0.7-incubating">0.7-incubating</a> +</li> + <li> <a href="0.6.0-incubating/index.html" title="0.6-incubating">0.6-incubating</a> </li> @@ -189,7 +195,7 @@ - <li id="publishDate" class="pull-right">Last Published: 2016-06-30</li> <li class="divider pull-right">|</li> + <li id="publishDate" class="pull-right">Last Published: 2016-07-10</li> <li class="divider pull-right">|</li> <li id="projectVersion" class="pull-right">Version: 0.8-incubating-SNAPSHOT</li> </ul>
