You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2012/05/30 23:45:05 UTC

svn commit: r819678 [2/2] - in /websites/staging/trafficserver/trunk/content: ./ docs/ docs/trunk/admin/ docs/trunk/admin/cluster-howto/ docs/trunk/admin/configuration-files/ docs/trunk/admin/configuring-cache/ docs/trunk/admin/configuring-traffic-serv...

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/getting-started/plugin-registration-and-version-checking.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/getting-started/plugin-registration-and-version-checking.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/getting-started/plugin-registration-and-version-checking.en.html Wed May 30 21:44:54 2012
@@ -141,7 +141,7 @@ running with a compatible version of Tra
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/implementing-the-handler-and-getting-a-handle-to-the-transaction.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/implementing-the-handler-and-getting-a-handle-to-the-transaction.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/implementing-the-handler-and-getting-a-handle-to-the-transaction.en.html Wed May 30 21:44:54 2012
@@ -101,7 +101,7 @@ follows:</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/index.en.html Wed May 30 21:44:54 2012
@@ -90,7 +90,7 @@ transaction) and adds a transaction hook
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/setting-a-transaction-hook.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/setting-a-transaction-hook.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/setting-a-transaction-hook.en.html Wed May 30 21:44:54 2012
@@ -108,7 +108,7 @@ UNIX programmers can supply their own va
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/working-with-http-headers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/working-with-http-headers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/basic-authorization-plugin/working-with-http-headers.en.html Wed May 30 21:44:54 2012
@@ -151,7 +151,7 @@ and valid:</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/accessing-the-transaction-being-processed.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/accessing-the-transaction-being-processed.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/accessing-the-transaction-being-processed.en.html Wed May 30 21:44:54 2012
@@ -113,7 +113,7 @@ can call <code>handle_dns</code>and pass
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/index.en.html Wed May 30 21:44:54 2012
@@ -143,7 +143,7 @@ It is good practice to have a default ca
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/setting-a-global-hook.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/setting-a-global-hook.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/setting-a-global-hook.en.html Wed May 30 21:44:54 2012
@@ -93,7 +93,7 @@ and calls <code>handle_dns</code> to see
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en.html Wed May 30 21:44:54 2012
@@ -136,7 +136,7 @@ Reenabling the transaction twice in the 
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/working-with-http-header-functions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/working-with-http-header-functions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/blacklist-plugin/working-with-http-header-functions.en.html Wed May 30 21:44:54 2012
@@ -119,7 +119,7 @@ for guidelines on using <code>TSHandleML
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/header-based-plugin-examples/index.en.html Wed May 30 21:44:54 2012
@@ -146,7 +146,7 @@ code.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/index.en.html Wed May 30 21:44:54 2012
@@ -242,7 +242,7 @@ for transforms.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.en.html Wed May 30 21:44:54 2012
@@ -148,7 +148,7 @@ plugin; for more information see the <em
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.en.html Wed May 30 21:44:54 2012
@@ -87,7 +87,7 @@ and then iterate over the duplicate fiel
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/index.en.html Wed May 30 21:44:54 2012
@@ -105,7 +105,7 @@ or object requested does not exist.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.en.html Wed May 30 21:44:54 2012
@@ -119,7 +119,7 @@ the discussion of parent <code>TSMLoc</c
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en.html Wed May 30 21:44:54 2012
@@ -129,7 +129,7 @@ words, call <code>TSHandleMLocRelease</c
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/http-headers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/http-headers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/http-headers.en.html Wed May 30 21:44:54 2012
@@ -197,7 +197,7 @@ known schemes, since this removes the po
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/index.en.html Wed May 30 21:44:54 2012
@@ -183,7 +183,7 @@ on the MIME header location.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/marshal-buffers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/marshal-buffers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/marshal-buffers.en.html Wed May 30 21:44:54 2012
@@ -109,7 +109,7 @@ in functions such as those below:</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/mime-headers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/mime-headers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/mime-headers.en.html Wed May 30 21:44:54 2012
@@ -410,7 +410,7 @@ about an object in one of the MIME heade
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/urls.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/urls.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-headers/urls.en.html Wed May 30 21:44:54 2012
@@ -173,7 +173,7 @@ known schemes, since doing so can preven
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/adding-hooks.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/adding-hooks.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/adding-hooks.en.html Wed May 30 21:44:54 2012
@@ -183,7 +183,7 @@ available.</dd>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-alternate-selection.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-alternate-selection.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-alternate-selection.en.html Wed May 30 21:44:54 2012
@@ -250,7 +250,7 @@ for the alternate.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-sessions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-sessions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-sessions.en.html Wed May 30 21:44:54 2012
@@ -111,7 +111,7 @@ a session hook.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-transactions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-transactions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/http-transactions.en.html Wed May 30 21:44:54 2012
@@ -275,7 +275,7 @@ use this call to retrieve the HTTP heade
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/index.en.html Wed May 30 21:44:54 2012
@@ -118,7 +118,7 @@ closes.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/initiate-http-connection.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/initiate-http-connection.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/initiate-http-connection.en.html Wed May 30 21:44:54 2012
@@ -85,7 +85,7 @@ connection function is:</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/intercepting-http-transactions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/intercepting-http-transactions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-hooks-and-transactions/intercepting-http-transactions.en.html Wed May 30 21:44:54 2012
@@ -89,7 +89,7 @@ HTTP transaction functions are:</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/append-transform-plugin.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/append-transform-plugin.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/append-transform-plugin.en.html Wed May 30 21:44:54 2012
@@ -207,7 +207,7 @@ reads HTTP response headers.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/index.en.html Wed May 30 21:44:54 2012
@@ -186,7 +186,7 @@ The writer simply modifies the IO buffer
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en.html Wed May 30 21:44:54 2012
@@ -248,7 +248,7 @@ calls <code>handle_output</code>.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/sample-null-transformation-plugin.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/sample-null-transformation-plugin.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/http-transformation-plugin/sample-null-transformation-plugin.en.html Wed May 30 21:44:54 2012
@@ -264,7 +264,7 @@ code fragment:</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/index.en.html Wed May 30 21:44:54 2012
@@ -87,7 +87,7 @@ Or find out how to <a href="">find  bugs
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/errors.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/errors.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/errors.en.html Wed May 30 21:44:54 2012
@@ -94,7 +94,7 @@ the cache location</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/example.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/example.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/example.en.html Wed May 30 21:44:54 2012
@@ -129,7 +129,7 @@ and <code>TSVConnShutdown</code> can be 
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-remove.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-remove.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-remove.en.html Wed May 30 21:44:54 2012
@@ -93,7 +93,7 @@ remove failed.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en.html Wed May 30 21:44:54 2012
@@ -94,7 +94,7 @@ indicates the possible reason for the wr
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/guide-to-cache-api/index.en.html Wed May 30 21:44:54 2012
@@ -113,7 +113,7 @@ for this event indicates the possible re
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/index.en.html Wed May 30 21:44:54 2012
@@ -218,7 +218,7 @@ Content Transform Plugins</a>.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/io-buffers.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/io-buffers.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/io-buffers.en.html Wed May 30 21:44:54 2012
@@ -107,7 +107,7 @@ you must allocate an <code>TSIOBufferRea
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/net-vconnections.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/net-vconnections.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/net-vconnections.en.html Wed May 30 21:44:54 2012
@@ -89,7 +89,7 @@ about the Traffic Server abstraction for
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/transformations.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/transformations.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/transformations.en.html Wed May 30 21:44:54 2012
@@ -218,7 +218,7 @@ its write VIO because it knows it alread
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/vios.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/vios.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/io-guide/vios.en.html Wed May 30 21:44:54 2012
@@ -113,7 +113,7 @@ on the IO operation is made.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/index.en.html Wed May 30 21:44:54 2012
@@ -124,7 +124,7 @@ plugin.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/memory-allocation.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/memory-allocation.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/memory-allocation.en.html Wed May 30 21:44:54 2012
@@ -108,7 +108,7 @@ when tracking down memory leaks.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/thread-functions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/thread-functions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/thread-functions.en.html Wed May 30 21:44:54 2012
@@ -92,7 +92,7 @@ the <code>TSMutex</code> type, as descri
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/tsfopen-family.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/tsfopen-family.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/misc-interface-guide/tsfopen-family.en.html Wed May 30 21:44:54 2012
@@ -117,7 +117,7 @@ family of functions consists of the foll
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/mutex-guide/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/mutex-guide/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/mutex-guide/index.en.html Wed May 30 21:44:54 2012
@@ -432,7 +432,7 @@ created in <code>txn_handler</code>:</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/new-protocol-plugins/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/new-protocol-plugins/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/new-protocol-plugins/index.en.html Wed May 30 21:44:54 2012
@@ -406,7 +406,7 @@ calls <strong><code>state_handle_cache_l
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/plugin-configurations/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/plugin-configurations/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/plugin-configurations/index.en.html Wed May 30 21:44:54 2012
@@ -168,7 +168,7 @@ for all global data updates.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/plugin-management/guide-to-the-logging-api.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/plugin-management/guide-to-the-logging-api.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/plugin-management/guide-to-the-logging-api.en.html Wed May 30 21:44:54 2012
@@ -168,7 +168,7 @@ for the life of the plugin.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/plugin-management/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/plugin-management/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/plugin-management/index.en.html Wed May 30 21:44:54 2012
@@ -98,7 +98,7 @@ Server log file. This section provides a
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/plugin-management/reading-trafficserver-settings-and-statistics.en.html Wed May 30 21:44:54 2012
@@ -112,7 +112,7 @@ the example for <a href="link/to/doxygen
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/preface/how-to-use-this-book.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/preface/how-to-use-this-book.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/preface/how-to-use-this-book.en.html Wed May 30 21:44:54 2012
@@ -203,7 +203,7 @@ Doxygen generated Traffic Server API Doc
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/preface/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/preface/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/preface/index.en.html Wed May 30 21:44:54 2012
@@ -101,7 +101,7 @@ Multipurpose Internet Mail Extensions (M
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/preface/typographical-conventions.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/preface/typographical-conventions.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/preface/typographical-conventions.en.html Wed May 30 21:44:54 2012
@@ -91,7 +91,7 @@
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/remap-plugin/example-query-remap.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/remap-plugin/example-query-remap.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/remap-plugin/example-query-remap.en.html Wed May 30 21:44:54 2012
@@ -191,7 +191,7 @@ is found, the plugin sets a <code>new_ho
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/remap-plugin/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/remap-plugin/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/remap-plugin/index.en.html Wed May 30 21:44:54 2012
@@ -116,7 +116,7 @@ See the Admin Guide section (?TBD?) for 
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/sample-source-code/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/sample-source-code/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/sample-source-code/index.en.html Wed May 30 21:44:54 2012
@@ -374,7 +374,7 @@ TSPluginInit (int argc, const char *argv
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/debugging-memory-leaks.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/debugging-memory-leaks.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/debugging-memory-leaks.en.html Wed May 30 21:44:54 2012
@@ -87,7 +87,7 @@ Enable <code>mem dump</code> in <code>re
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/index.en.html Wed May 30 21:44:54 2012
@@ -113,7 +113,7 @@ your platform to execute:</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/unable-to-debug-tags.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/unable-to-debug-tags.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/unable-to-debug-tags.en.html Wed May 30 21:44:54 2012
@@ -130,7 +130,7 @@ of the useful HTTP debug tags are:</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/unable-to-load-plugins.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/unable-to-load-plugins.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/unable-to-load-plugins.en.html Wed May 30 21:44:54 2012
@@ -101,7 +101,7 @@ initialization function.</p>
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/using-a-debugger.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/using-a-debugger.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/troubleshooting-tips/using-a-debugger.en.html Wed May 30 21:44:54 2012
@@ -98,7 +98,7 @@ in the <code>records.config</code> file 
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/downloads.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/downloads.en.html (original)
+++ websites/staging/trafficserver/trunk/content/downloads.en.html Wed May 30 21:44:54 2012
@@ -229,7 +229,7 @@ The Jira release notes are also <a href=
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>

Modified: websites/staging/trafficserver/trunk/content/v2tov3bugs.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/v2tov3bugs.en.html (original)
+++ websites/staging/trafficserver/trunk/content/v2tov3bugs.en.html Wed May 30 21:44:54 2012
@@ -473,7 +473,7 @@
               var s = d.createElement('script');
               s.type = 'text/javascript';
               s.async = true;
-              s.src = 'http://trafficserver/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
+              s.src = window.location.protocol + '//c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
               (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
               })(window, document);
               //--><!]]></script></script>