Repository: incubator-ariatosca-website Updated Branches: refs/heads/master ecf9ab215 -> a479436ef
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/a479436e/_site/getting-started/index.html ---------------------------------------------------------------------- diff --git a/_site/getting-started/index.html b/_site/getting-started/index.html index 9c37f0f..12dab6b 100644 --- a/_site/getting-started/index.html +++ b/_site/getting-started/index.html @@ -14,38 +14,36 @@ <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- CSS --> - <link rel="stylesheet" href="/css/owl.carousel.css"> - <link rel="stylesheet" href="/css/bootstrap.min.css"> - <link rel="stylesheet" href="/css/font-awesome.min.css"> - <link rel="stylesheet" href="/css/style.css"> - <link rel="stylesheet" href="/css/ionicons.min.css"> - <link rel="stylesheet" href="/css/animate.css"> - <link rel="stylesheet" href="/css/responsive.css"> - + <link rel="stylesheet" href="http://localhost:4000/css/owl.carousel.css"> + <link rel="stylesheet" href="http://localhost:4000/css/bootstrap.min.css"> + <link rel="stylesheet" href="http://localhost:4000/css/font-awesome.min.css"> + <link rel="stylesheet" href="http://localhost:4000/css/style.css"> + <link rel="stylesheet" href="http://localhost:4000/css/ionicons.min.css"> + <link rel="stylesheet" href="http://localhost:4000/css/animate.css"> + <link rel="stylesheet" href="http://localhost:4000/css/responsive.css"> <!-- Js --> - <script src="/js/vendor/modernizr-2.6.2.min.js"></script> - <script src="/js/vendor/jquery-1.10.2.min.js"></script> - <script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.10.2.min.js"><\/script>')</script> - <script src="/js/bootstrap.min.js"></script> - <script src="/js/owl.carousel.min.js"></script> - <script src="/js/plugins.js"></script> + <script src="http://localhost:4000/js/vendor/modernizr-2.6.2.min.js"></script> + <script src="http://localhost:4000/js/vendor/jquery-1.10.2.min.js"></script> + <script>window.jQuery || document.write('<script src="http://localhost:4000/js/vendor/jquery-1.10.2.min.js"><\/script>')</script> + <script src="http://localhost:4000/js/bootstrap.min.js"></script> + <script src="http://localhost:4000/js/owl.carousel.min.js"></script> + <script src="http://localhost:4000/js/plugins.js"></script> - <script src="/js/min/waypoints.min.js"></script> - <script src="/js/jquery.counterup.js"></script> + <script src="http://localhost:4000/js/min/waypoints.min.js"></script> + <script src="http://localhost:4000/js/jquery.counterup.js"></script> - <script src="/js/main.js"></script> - <script src="/js/plugins/jquery.mixitup.min.js"></script> + <script src="http://localhost:4000/js/main.js"></script> + <script src="http://localhost:4000/js/plugins/jquery.mixitup.min.js"></script> </head> <body id="js-body"> - <!--[if lt IE 9]><div class="upgrade notice-warning"><strong>Your browser is quite old!</strong> Why not <a href="http://whatbrowser.org/">upgrade to a newer one</a> to better enjoy this site?</div><![endif]--> @@ -65,8 +63,8 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="/"> - <img src="/images/aria-logo.png" alt="Apache ARIA TOSCA"> + <a class="navbar-brand" href="http://localhost:4000/"> + <img src="http://localhost:4000/images/aria-logo.png" alt="Apache ARIA TOSCA"> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> @@ -77,19 +75,26 @@ <li class="home"><a href="/">Apache ARIA TOSCA</a></li> - <li><a href="/about/" >About</a></li> + <li><a href="http://localhost:4000/about/" >About + - <li><a href="/community/" >Community</a></li> + <li><a href="http://localhost:4000/community/" >Community + - <li><a href="/getting-started/" >Getting Started</a></li> + <li><a href="http://localhost:4000/getting-started/" >Getting Started + - <li><a href="/getting-started/" >Docs</a></li> + <li><a href="http://ariatosca.incubator.apache.org/docs/html/index.html" target="_blank">Docs + + <i class="fa fa-external-link" aria-hidden="true"></i></a></li> + - <li><a href="/roadmap/" >Roadmap</a></li> + <li><a href="http://localhost:4000/roadmap/" >Roadmap + </ul> @@ -293,7 +298,7 @@ aria service-templates delete my-service-template </div><!-- .col-md-7 close --> <div class="col-md-2 col-sm-12"> <div class="block" valign="middle" style="vertical-align: middle;"> - <img src="/images/incubator_power_ring.png" alt="ARIA Podling" > + <img src="http://localhost:4000/images/incubator_power_ring.png" alt="ARIA Podling" > </div> </div><!-- .col-md-5 close --> </div> @@ -309,16 +314,16 @@ aria service-templates delete my-service-template <ul class="menu-item"> - <li><a href="/about/" >About</a></li> + <li><a href="http://localhost:4000/about/" >About</a></li> - <li><a href="/community/" >Community</a></li> + <li><a href="http://localhost:4000/community/" >Community</a></li> - <li><a href="/getting-started/" >Getting Started</a></li> + <li><a href="http://localhost:4000/getting-started/" >Getting Started</a></li> - <li><a href="/roadmap/" >Roadmap</a></li> + <li><a href="http://localhost:4000/roadmap/" >Roadmap</a></li> </ul> </div> @@ -332,12 +337,12 @@ aria service-templates delete my-service-template </div> - <script src="/js/vendor/jquery-1.10.2.min.js"></script> - <script src="/js/plugins/jquery.mixitup.min.js"></script> - <script src="/js/owl.carousel.min.js"></script> - <script src="/js/jquery.counterup.js"></script> + <script src="http://localhost:4000/js/vendor/jquery-1.10.2.min.js"></script> + <script src="http://localhost:4000/js/plugins/jquery.mixitup.min.js"></script> + <script src="http://localhost:4000/js/owl.carousel.min.js"></script> + <script src="http://localhost:4000/js/jquery.counterup.js"></script> - <script src="/js/main.js"></script> + <script src="http://localhost:4000/js/main.js"></script> </body> http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/a479436e/_site/index.html ---------------------------------------------------------------------- diff --git a/_site/index.html b/_site/index.html index e2cfcf2..d99e0c7 100644 --- a/_site/index.html +++ b/_site/index.html @@ -14,38 +14,36 @@ <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- CSS --> - <link rel="stylesheet" href="/css/owl.carousel.css"> - <link rel="stylesheet" href="/css/bootstrap.min.css"> - <link rel="stylesheet" href="/css/font-awesome.min.css"> - <link rel="stylesheet" href="/css/style.css"> - <link rel="stylesheet" href="/css/ionicons.min.css"> - <link rel="stylesheet" href="/css/animate.css"> - <link rel="stylesheet" href="/css/responsive.css"> - + <link rel="stylesheet" href="http://localhost:4000/css/owl.carousel.css"> + <link rel="stylesheet" href="http://localhost:4000/css/bootstrap.min.css"> + <link rel="stylesheet" href="http://localhost:4000/css/font-awesome.min.css"> + <link rel="stylesheet" href="http://localhost:4000/css/style.css"> + <link rel="stylesheet" href="http://localhost:4000/css/ionicons.min.css"> + <link rel="stylesheet" href="http://localhost:4000/css/animate.css"> + <link rel="stylesheet" href="http://localhost:4000/css/responsive.css"> <!-- Js --> - <script src="/js/vendor/modernizr-2.6.2.min.js"></script> - <script src="/js/vendor/jquery-1.10.2.min.js"></script> - <script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.10.2.min.js"><\/script>')</script> - <script src="/js/bootstrap.min.js"></script> - <script src="/js/owl.carousel.min.js"></script> - <script src="/js/plugins.js"></script> + <script src="http://localhost:4000/js/vendor/modernizr-2.6.2.min.js"></script> + <script src="http://localhost:4000/js/vendor/jquery-1.10.2.min.js"></script> + <script>window.jQuery || document.write('<script src="http://localhost:4000/js/vendor/jquery-1.10.2.min.js"><\/script>')</script> + <script src="http://localhost:4000/js/bootstrap.min.js"></script> + <script src="http://localhost:4000/js/owl.carousel.min.js"></script> + <script src="http://localhost:4000/js/plugins.js"></script> - <script src="/js/min/waypoints.min.js"></script> - <script src="/js/jquery.counterup.js"></script> + <script src="http://localhost:4000/js/min/waypoints.min.js"></script> + <script src="http://localhost:4000/js/jquery.counterup.js"></script> - <script src="/js/main.js"></script> - <script src="/js/plugins/jquery.mixitup.min.js"></script> + <script src="http://localhost:4000/js/main.js"></script> + <script src="http://localhost:4000/js/plugins/jquery.mixitup.min.js"></script> </head> <body id="js-body"> - <!--[if lt IE 9]><div class="upgrade notice-warning"><strong>Your browser is quite old!</strong> Why not <a href="http://whatbrowser.org/">upgrade to a newer one</a> to better enjoy this site?</div><![endif]--> @@ -65,8 +63,8 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="/"> - <img src="/images/aria-logo.png" alt="Apache ARIA TOSCA"> + <a class="navbar-brand" href="http://localhost:4000/"> + <img src="http://localhost:4000/images/aria-logo.png" alt="Apache ARIA TOSCA"> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> @@ -77,19 +75,26 @@ <li class="home"><a href="/">Apache ARIA TOSCA</a></li> - <li><a href="/about/" >About</a></li> + <li><a href="http://localhost:4000/about/" >About + - <li><a href="/community/" >Community</a></li> + <li><a href="http://localhost:4000/community/" >Community + - <li><a href="/getting-started/" >Getting Started</a></li> + <li><a href="http://localhost:4000/getting-started/" >Getting Started + - <li><a href="/getting-started/" >Docs</a></li> + <li><a href="http://ariatosca.incubator.apache.org/docs/html/index.html" target="_blank">Docs + + <i class="fa fa-external-link" aria-hidden="true"></i></a></li> + - <li><a href="/roadmap/" >Roadmap</a></li> + <li><a href="http://localhost:4000/roadmap/" >Roadmap + </ul> @@ -197,7 +202,7 @@ </div><!-- .col-md-7 close --> <div class="col-md-2 col-sm-12"> <div class="block" valign="middle" style="vertical-align: middle;"> - <img src="/images/incubator_power_ring.png" alt="ARIA Podling" > + <img src="http://localhost:4000/images/incubator_power_ring.png" alt="ARIA Podling" > </div> </div><!-- .col-md-5 close --> </div> @@ -213,16 +218,16 @@ <ul class="menu-item"> - <li><a href="/about/" >About</a></li> + <li><a href="http://localhost:4000/about/" >About</a></li> - <li><a href="/community/" >Community</a></li> + <li><a href="http://localhost:4000/community/" >Community</a></li> - <li><a href="/getting-started/" >Getting Started</a></li> + <li><a href="http://localhost:4000/getting-started/" >Getting Started</a></li> - <li><a href="/roadmap/" >Roadmap</a></li> + <li><a href="http://localhost:4000/roadmap/" >Roadmap</a></li> </ul> </div> @@ -236,12 +241,12 @@ </div> - <script src="/js/vendor/jquery-1.10.2.min.js"></script> - <script src="/js/plugins/jquery.mixitup.min.js"></script> - <script src="/js/owl.carousel.min.js"></script> - <script src="/js/jquery.counterup.js"></script> + <script src="http://localhost:4000/js/vendor/jquery-1.10.2.min.js"></script> + <script src="http://localhost:4000/js/plugins/jquery.mixitup.min.js"></script> + <script src="http://localhost:4000/js/owl.carousel.min.js"></script> + <script src="http://localhost:4000/js/jquery.counterup.js"></script> - <script src="/js/main.js"></script> + <script src="http://localhost:4000/js/main.js"></script> </body> http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/a479436e/_site/roadmap/index.html ---------------------------------------------------------------------- diff --git a/_site/roadmap/index.html b/_site/roadmap/index.html index 2c20cb1..e9ce22f 100644 --- a/_site/roadmap/index.html +++ b/_site/roadmap/index.html @@ -14,38 +14,36 @@ <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- CSS --> - <link rel="stylesheet" href="/css/owl.carousel.css"> - <link rel="stylesheet" href="/css/bootstrap.min.css"> - <link rel="stylesheet" href="/css/font-awesome.min.css"> - <link rel="stylesheet" href="/css/style.css"> - <link rel="stylesheet" href="/css/ionicons.min.css"> - <link rel="stylesheet" href="/css/animate.css"> - <link rel="stylesheet" href="/css/responsive.css"> - + <link rel="stylesheet" href="http://localhost:4000/css/owl.carousel.css"> + <link rel="stylesheet" href="http://localhost:4000/css/bootstrap.min.css"> + <link rel="stylesheet" href="http://localhost:4000/css/font-awesome.min.css"> + <link rel="stylesheet" href="http://localhost:4000/css/style.css"> + <link rel="stylesheet" href="http://localhost:4000/css/ionicons.min.css"> + <link rel="stylesheet" href="http://localhost:4000/css/animate.css"> + <link rel="stylesheet" href="http://localhost:4000/css/responsive.css"> <!-- Js --> - <script src="/js/vendor/modernizr-2.6.2.min.js"></script> - <script src="/js/vendor/jquery-1.10.2.min.js"></script> - <script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.10.2.min.js"><\/script>')</script> - <script src="/js/bootstrap.min.js"></script> - <script src="/js/owl.carousel.min.js"></script> - <script src="/js/plugins.js"></script> + <script src="http://localhost:4000/js/vendor/modernizr-2.6.2.min.js"></script> + <script src="http://localhost:4000/js/vendor/jquery-1.10.2.min.js"></script> + <script>window.jQuery || document.write('<script src="http://localhost:4000/js/vendor/jquery-1.10.2.min.js"><\/script>')</script> + <script src="http://localhost:4000/js/bootstrap.min.js"></script> + <script src="http://localhost:4000/js/owl.carousel.min.js"></script> + <script src="http://localhost:4000/js/plugins.js"></script> - <script src="/js/min/waypoints.min.js"></script> - <script src="/js/jquery.counterup.js"></script> + <script src="http://localhost:4000/js/min/waypoints.min.js"></script> + <script src="http://localhost:4000/js/jquery.counterup.js"></script> - <script src="/js/main.js"></script> - <script src="/js/plugins/jquery.mixitup.min.js"></script> + <script src="http://localhost:4000/js/main.js"></script> + <script src="http://localhost:4000/js/plugins/jquery.mixitup.min.js"></script> </head> <body id="js-body"> - <!--[if lt IE 9]><div class="upgrade notice-warning"><strong>Your browser is quite old!</strong> Why not <a href="http://whatbrowser.org/">upgrade to a newer one</a> to better enjoy this site?</div><![endif]--> @@ -65,8 +63,8 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="/"> - <img src="/images/aria-logo.png" alt="Apache ARIA TOSCA"> + <a class="navbar-brand" href="http://localhost:4000/"> + <img src="http://localhost:4000/images/aria-logo.png" alt="Apache ARIA TOSCA"> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> @@ -77,19 +75,26 @@ <li class="home"><a href="/">Apache ARIA TOSCA</a></li> - <li><a href="/about/" >About</a></li> + <li><a href="http://localhost:4000/about/" >About + - <li><a href="/community/" >Community</a></li> + <li><a href="http://localhost:4000/community/" >Community + - <li><a href="/getting-started/" >Getting Started</a></li> + <li><a href="http://localhost:4000/getting-started/" >Getting Started + - <li><a href="/getting-started/" >Docs</a></li> + <li><a href="http://ariatosca.incubator.apache.org/docs/html/index.html" target="_blank">Docs + + <i class="fa fa-external-link" aria-hidden="true"></i></a></li> + - <li><a href="/roadmap/" >Roadmap</a></li> + <li><a href="http://localhost:4000/roadmap/" >Roadmap + </ul> @@ -203,7 +208,7 @@ </div><!-- .col-md-7 close --> <div class="col-md-2 col-sm-12"> <div class="block" valign="middle" style="vertical-align: middle;"> - <img src="/images/incubator_power_ring.png" alt="ARIA Podling" > + <img src="http://localhost:4000/images/incubator_power_ring.png" alt="ARIA Podling" > </div> </div><!-- .col-md-5 close --> </div> @@ -219,16 +224,16 @@ <ul class="menu-item"> - <li><a href="/about/" >About</a></li> + <li><a href="http://localhost:4000/about/" >About</a></li> - <li><a href="/community/" >Community</a></li> + <li><a href="http://localhost:4000/community/" >Community</a></li> - <li><a href="/getting-started/" >Getting Started</a></li> + <li><a href="http://localhost:4000/getting-started/" >Getting Started</a></li> - <li><a href="/roadmap/" >Roadmap</a></li> + <li><a href="http://localhost:4000/roadmap/" >Roadmap</a></li> </ul> </div> @@ -242,12 +247,12 @@ </div> - <script src="/js/vendor/jquery-1.10.2.min.js"></script> - <script src="/js/plugins/jquery.mixitup.min.js"></script> - <script src="/js/owl.carousel.min.js"></script> - <script src="/js/jquery.counterup.js"></script> + <script src="http://localhost:4000/js/vendor/jquery-1.10.2.min.js"></script> + <script src="http://localhost:4000/js/plugins/jquery.mixitup.min.js"></script> + <script src="http://localhost:4000/js/owl.carousel.min.js"></script> + <script src="http://localhost:4000/js/jquery.counterup.js"></script> - <script src="/js/main.js"></script> + <script src="http://localhost:4000/js/main.js"></script> </body> http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/a479436e/_site/sitemap.xml ---------------------------------------------------------------------- diff --git a/_site/sitemap.xml b/_site/sitemap.xml index 3f62555..815b99d 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -1,150 +1,38 @@ <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> -<loc>/about/</loc> +<loc>http://localhost:4000/about/</loc> </url> <url> -<loc>/community/</loc> +<loc>http://localhost:4000/community/</loc> </url> <url> -<loc>/getting-started/</loc> +<loc>http://localhost:4000/getting-started/</loc> </url> <url> -<loc>/</loc> +<loc>http://localhost:4000/</loc> </url> <url> -<loc>/roadmap/</loc> +<loc>http://localhost:4000/roadmap/</loc> </url> <url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.cli.html</loc> -<lastmod>2017-07-10T19:45:15+03:00</lastmod> +<loc>http://localhost:4000/about/index.html</loc> +<lastmod>2017-09-06T20:38:12+03:00</lastmod> </url> <url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.html</loc> -<lastmod>2017-07-10T19:45:15+03:00</lastmod> +<loc>http://localhost:4000/community/index.html</loc> +<lastmod>2017-09-06T20:38:12+03:00</lastmod> </url> <url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.modeling.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> +<loc>http://localhost:4000/getting-started/index.html</loc> +<lastmod>2017-09-06T20:38:12+03:00</lastmod> </url> <url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.modeling.models.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> +<loc>http://localhost:4000/index.html</loc> +<lastmod>2017-09-06T20:38:12+03:00</lastmod> </url> <url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.context.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.execution_plugin.ctx_proxy.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.execution_plugin.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.execution_plugin.ssh.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.workflows.api.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.workflows.builtin.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.workflows.executor.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.workflows.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.consumption.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.loading.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.modeling.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.presentation.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.reading.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.validation.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.storage.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.utils.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria_extension_tosca.simple_nfv_v1_0.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria_extension_tosca.simple_v1_0.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria_extension_tosca.simple_v1_0.modeling.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria_extension_tosca.simple_v1_0.presentation.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/cli.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/genindex.html</loc> -<lastmod>2017-07-10T19:45:19+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/index.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/py-modindex.html</loc> -<lastmod>2017-07-10T19:45:19+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/rest.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/search.html</loc> -<lastmod>2017-07-10T19:45:19+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/examples/hello-world/index.html</loc> -<lastmod>2017-07-03T12:03:35+03:00</lastmod> +<loc>http://localhost:4000/roadmap/index.html</loc> +<lastmod>2017-09-06T20:38:12+03:00</lastmod> </url> </urlset> http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/a479436e/sitemap.xml ---------------------------------------------------------------------- diff --git a/sitemap.xml b/sitemap.xml deleted file mode 100644 index 3f62555..0000000 --- a/sitemap.xml +++ /dev/null @@ -1,150 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url> -<loc>/about/</loc> -</url> -<url> -<loc>/community/</loc> -</url> -<url> -<loc>/getting-started/</loc> -</url> -<url> -<loc>/</loc> -</url> -<url> -<loc>/roadmap/</loc> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.cli.html</loc> -<lastmod>2017-07-10T19:45:15+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.html</loc> -<lastmod>2017-07-10T19:45:15+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.modeling.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.modeling.models.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.context.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.execution_plugin.ctx_proxy.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.execution_plugin.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.execution_plugin.ssh.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.workflows.api.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.workflows.builtin.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.workflows.executor.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.orchestrator.workflows.html</loc> -<lastmod>2017-07-10T19:45:16+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.consumption.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.loading.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.modeling.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.presentation.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.reading.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.parser.validation.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.storage.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria.utils.html</loc> -<lastmod>2017-07-10T19:45:17+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria_extension_tosca.simple_nfv_v1_0.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria_extension_tosca.simple_v1_0.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria_extension_tosca.simple_v1_0.modeling.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/aria_extension_tosca.simple_v1_0.presentation.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/cli.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/genindex.html</loc> -<lastmod>2017-07-10T19:45:19+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/index.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/py-modindex.html</loc> -<lastmod>2017-07-10T19:45:19+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/rest.html</loc> -<lastmod>2017-07-10T19:45:18+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/docs/html/search.html</loc> -<lastmod>2017-07-10T19:45:19+03:00</lastmod> -</url> -<url> -<loc>/apache-ariatosca-0.1.1/examples/hello-world/index.html</loc> -<lastmod>2017-07-03T12:03:35+03:00</lastmod> -</url> -</urlset>
