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:19:39 UTC

svn commit: r819675 [3/4] - 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/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:19:35 2012
@@ -86,20 +86,17 @@ and calls <code>handle_dns</code> to see
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -129,20 +129,17 @@ Reenabling the transaction twice in the 
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -112,20 +112,17 @@ for guidelines on using <code>TSHandleML
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -139,20 +139,17 @@ code.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -235,20 +235,17 @@ for transforms.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -141,20 +141,17 @@ plugin; for more information see the <em
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -80,20 +80,17 @@ and then iterate over the duplicate fiel
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -98,20 +98,17 @@ or object requested does not exist.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -112,20 +112,17 @@ the discussion of parent <code>TSMLoc</c
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -122,20 +122,17 @@ words, call <code>TSHandleMLocRelease</c
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -190,20 +190,17 @@ known schemes, since this removes the po
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -176,20 +176,17 @@ on the MIME header location.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -102,20 +102,17 @@ in functions such as those below:</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -403,20 +403,17 @@ about an object in one of the MIME heade
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -166,20 +166,17 @@ known schemes, since doing so can preven
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -176,20 +176,17 @@ available.</dd>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -243,20 +243,17 @@ for the alternate.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -104,20 +104,17 @@ a session hook.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -268,20 +268,17 @@ use this call to retrieve the HTTP heade
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -111,20 +111,17 @@ closes.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -78,20 +78,17 @@ connection function is:</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -82,20 +82,17 @@ HTTP transaction functions are:</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -200,20 +200,17 @@ reads HTTP response headers.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -179,20 +179,17 @@ The writer simply modifies the IO buffer
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -241,20 +241,17 @@ calls <code>handle_output</code>.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -257,20 +257,17 @@ code fragment:</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -80,20 +80,17 @@ Or find out how to <a href="">find  bugs
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -87,20 +87,17 @@ the cache location</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -122,20 +122,17 @@ and <code>TSVConnShutdown</code> can be 
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -86,20 +86,17 @@ remove failed.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -87,20 +87,17 @@ indicates the possible reason for the wr
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -106,20 +106,17 @@ for this event indicates the possible re
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -211,20 +211,17 @@ Content Transform Plugins</a>.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -100,20 +100,17 @@ you must allocate an <code>TSIOBufferRea
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -82,20 +82,17 @@ about the Traffic Server abstraction for
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -211,20 +211,17 @@ its write VIO because it knows it alread
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -106,20 +106,17 @@ on the IO operation is made.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -117,20 +117,17 @@ plugin.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -101,20 +101,17 @@ when tracking down memory leaks.</p>
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -85,20 +85,17 @@ the <code>TSMutex</code> type, as descri
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>
 

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:19:35 2012
@@ -110,20 +110,17 @@ family of functions consists of the foll
           nor do we in any way guarantee that we'll read them.
         </div>
         <div id="disqus_thread"></div><script type="text/javascript"><!--//--><![CDATA[//><!--
-var lang = 'en';
-var disqus_shortname = 'trafficserver';
-var disqus_identifier = window.location.href;
-if (disqus_identifier.indexOf("trafficserver.apache.org") != -1 || disqus_identifier.indexOf("trafficserver.staging.apache.org") != -1) {
-    (function() {
-                var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-                dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
-            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-        })();
-} else {
-    var text = document.createTextNode("Comments have been disabled for offline viewing.");
-    document.getElementById('disqus_thread').appendChild(text);
-}
-//--><!]]></script>
+          var comments_shortname = 'c.apaste.info';
+          var comments_identifier = ''; // Insert your unique page ID here
+          (function(w, d) {
+            d.write('<div id="comments_thread"><\/div>');
+              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;
+              (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
+              })(window, document);
+              //--><!]]></script></script>
       </div>
     </div>