Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site b6ab58eaf -> 3a576771a
Add sitemap for indexing. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/3a576771 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/3a576771 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/3a576771 Branch: refs/heads/asf-site Commit: 3a576771aaa607f0399b78006ca8e389dfc4e622 Parents: b6ab58e Author: JamesBognar <[email protected]> Authored: Wed Nov 16 17:54:41 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Wed Nov 16 17:54:41 2016 -0500 ---------------------------------------------------------------------- content/sitemap.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/3a576771/content/sitemap.xml ---------------------------------------------------------------------- diff --git a/content/sitemap.xml b/content/sitemap.xml new file mode 100644 index 0000000..ac114f4 --- /dev/null +++ b/content/sitemap.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<urlset + xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" + 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"> + <url> + <loc>http://juneau.apache.org/</loc> + <changefreq>weekly</changefreq> + </url> + <url> + <loc>http://juneau.apache.org/about.html</loc> + <changefreq>weekly</changefreq> + </url> + <url> + <loc>http://juneau.apache.org/community.html</loc> + <changefreq>weekly</changefreq> + </url> + <url> + <loc>http://juneau.apache.org/documentation.html</loc> + <changefreq>weekly</changefreq> + </url> + <url> + <loc>http://juneau.apache.org/downloads.html</loc> + <changefreq>weekly</changefreq> + </url> + <url> + <loc>http://juneau.apache.org/sourceCode.html</loc> + <changefreq>weekly</changefreq> + </url> +</urlset> \ No newline at end of file
