Author: kkolinko Date: Tue Feb 14 19:40:17 2012 New Revision: 1244187 URL: http://svn.apache.org/viewvc?rev=1244187&view=rev Log: Site-map: 1. Add explicit encoding header to sitemap.xml. The FAQ says that the encoding must be UTF-8. 2. Do not use priority values that are less than the default value of 0.5 3. Add schema reference
Modified: tomcat/site/trunk/docs/sitemap-main.xml tomcat/site/trunk/docs/sitemap.xml tomcat/site/trunk/xdocs/sitemap-main.xml tomcat/site/trunk/xdocs/sitemap.xml Modified: tomcat/site/trunk/docs/sitemap-main.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/sitemap-main.xml?rev=1244187&r1=1244186&r2=1244187&view=diff ============================================================================== --- tomcat/site/trunk/docs/sitemap-main.xml (original) +++ tomcat/site/trunk/docs/sitemap-main.xml Tue Feb 14 19:40:17 2012 @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> +<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://tomcat.apache.org/</loc> <changefreq>weekly</changefreq> @@ -15,12 +19,12 @@ <url> <loc>http://tomcat.apache.org/whichversion.html</loc> <changefreq>monthly</changefreq> - <priority>0.6</priority> + <priority>0.7</priority> </url> <url> <loc>http://tomcat.apache.org/tomcat-6.0-doc/</loc> <changefreq>monthly</changefreq> - <priority>0.6</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/tomcat-5.5-doc/</loc> @@ -30,91 +34,91 @@ <url> <loc>http://tomcat.apache.org/taglibs/</loc> <changefreq>monthly</changefreq> - <priority>0.5</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/maven-plugin.html</loc> <changefreq>monthly</changefreq> - <priority>0.5</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/connectors-doc/</loc> <changefreq>monthly</changefreq> - <priority>0.5</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/native-doc/</loc> <changefreq>monthly</changefreq> - <priority>0.5</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/security.html</loc> <changefreq>monthly</changefreq> - <priority>0.4</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/findhelp.html</loc> <changefreq>weekly</changefreq> - <priority>0.4</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/migration.html</loc> <changefreq>weekly</changefreq> - <priority>0.3</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/bugreport.html</loc> <changefreq>weekly</changefreq> - <priority>0.3</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/lists.html</loc> <changefreq>weekly</changefreq> - <priority>0.3</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/irc.html</loc> <changefreq>weekly</changefreq> - <priority>0.2</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/getinvolved.html</loc> <changefreq>weekly</changefreq> - <priority>0.2</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/svn.html</loc> <changefreq>weekly</changefreq> - <priority>0.2</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/ci.html</loc> <changefreq>weekly</changefreq> - <priority>0.2</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/heritage.html</loc> <changefreq>weekly</changefreq> - <priority>0.1</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/resources.html</loc> <changefreq>weekly</changefreq> - <priority>0.1</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/oldnews.html</loc> <changefreq>weekly</changefreq> - <priority>0.1</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/whoweare.html</loc> <changefreq>weekly</changefreq> - <priority>0.1</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/legal.html</loc> <changefreq>weekly</changefreq> - <priority>0.1</priority> + <priority>0.5</priority> </url> </urlset> \ No newline at end of file Modified: tomcat/site/trunk/docs/sitemap.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/sitemap.xml?rev=1244187&r1=1244186&r2=1244187&view=diff ============================================================================== --- tomcat/site/trunk/docs/sitemap.xml (original) +++ tomcat/site/trunk/docs/sitemap.xml Tue Feb 14 19:40:17 2012 @@ -1,4 +1,9 @@ -<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> +<?xml version="1.0" encoding="UTF-8"?> +<sitemapindex 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/siteindex.xsd" +> <sitemap> <loc>http://tomcat.apache.org/sitemap-main.xml</loc> </sitemap> Modified: tomcat/site/trunk/xdocs/sitemap-main.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/sitemap-main.xml?rev=1244187&r1=1244186&r2=1244187&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/sitemap-main.xml (original) +++ tomcat/site/trunk/xdocs/sitemap-main.xml Tue Feb 14 19:40:17 2012 @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> +<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://tomcat.apache.org/</loc> <changefreq>weekly</changefreq> @@ -15,12 +19,12 @@ <url> <loc>http://tomcat.apache.org/whichversion.html</loc> <changefreq>monthly</changefreq> - <priority>0.6</priority> + <priority>0.7</priority> </url> <url> <loc>http://tomcat.apache.org/tomcat-6.0-doc/</loc> <changefreq>monthly</changefreq> - <priority>0.6</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/tomcat-5.5-doc/</loc> @@ -30,91 +34,91 @@ <url> <loc>http://tomcat.apache.org/taglibs/</loc> <changefreq>monthly</changefreq> - <priority>0.5</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/maven-plugin.html</loc> <changefreq>monthly</changefreq> - <priority>0.5</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/connectors-doc/</loc> <changefreq>monthly</changefreq> - <priority>0.5</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/native-doc/</loc> <changefreq>monthly</changefreq> - <priority>0.5</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/security.html</loc> <changefreq>monthly</changefreq> - <priority>0.4</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/findhelp.html</loc> <changefreq>weekly</changefreq> - <priority>0.4</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/migration.html</loc> <changefreq>weekly</changefreq> - <priority>0.3</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/bugreport.html</loc> <changefreq>weekly</changefreq> - <priority>0.3</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/lists.html</loc> <changefreq>weekly</changefreq> - <priority>0.3</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/irc.html</loc> <changefreq>weekly</changefreq> - <priority>0.2</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/getinvolved.html</loc> <changefreq>weekly</changefreq> - <priority>0.2</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/svn.html</loc> <changefreq>weekly</changefreq> - <priority>0.2</priority> + <priority>0.6</priority> </url> <url> <loc>http://tomcat.apache.org/ci.html</loc> <changefreq>weekly</changefreq> - <priority>0.2</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/heritage.html</loc> <changefreq>weekly</changefreq> - <priority>0.1</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/resources.html</loc> <changefreq>weekly</changefreq> - <priority>0.1</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/oldnews.html</loc> <changefreq>weekly</changefreq> - <priority>0.1</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/whoweare.html</loc> <changefreq>weekly</changefreq> - <priority>0.1</priority> + <priority>0.5</priority> </url> <url> <loc>http://tomcat.apache.org/legal.html</loc> <changefreq>weekly</changefreq> - <priority>0.1</priority> + <priority>0.5</priority> </url> </urlset> \ No newline at end of file Modified: tomcat/site/trunk/xdocs/sitemap.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/sitemap.xml?rev=1244187&r1=1244186&r2=1244187&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/sitemap.xml (original) +++ tomcat/site/trunk/xdocs/sitemap.xml Tue Feb 14 19:40:17 2012 @@ -1,4 +1,9 @@ -<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> +<?xml version="1.0" encoding="UTF-8"?> +<sitemapindex 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/siteindex.xsd" +> <sitemap> <loc>http://tomcat.apache.org/sitemap-main.xml</loc> </sitemap> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org