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 2010/11/06 23:39:23 UTC

svn commit: r778808 - in /websites/staging/trafficserver/trunk/content/docs/trunk/sdk: AccessPluginFiles.en.html CustInstallFunctions.en.html FunctionIndex.en.html FunctionReference.en.html INKPluginDirGet.en.html LoggingAPI.en.html

Author: buildbot
Date: Sat Nov  6 22:39:23 2010
New Revision: 778808

URL: http://svn.apache.org/viewvc?rev=778808&view=rev
Log:
Staging update by buildbot

Added:
    websites/staging/trafficserver/trunk/content/docs/trunk/sdk/CustInstallFunctions.en.html
Modified:
    websites/staging/trafficserver/trunk/content/docs/trunk/sdk/AccessPluginFiles.en.html
    websites/staging/trafficserver/trunk/content/docs/trunk/sdk/FunctionIndex.en.html
    websites/staging/trafficserver/trunk/content/docs/trunk/sdk/FunctionReference.en.html
    websites/staging/trafficserver/trunk/content/docs/trunk/sdk/INKPluginDirGet.en.html
    websites/staging/trafficserver/trunk/content/docs/trunk/sdk/LoggingAPI.en.html

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/AccessPluginFiles.en.html
URL: http://svn.apache.org/viewvc/websites/staging/trafficserver/trunk/content/docs/trunk/sdk/AccessPluginFiles.en.html?rev=778808&r1=778807&r2=778808&view=diff
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/AccessPluginFiles.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/AccessPluginFiles.en.html Sat Nov  6 22:39:23 2010
@@ -17,7 +17,7 @@
   <div id="content">
       <p><a href="ReadTESettingStats">Prev</a> - Reading Traffic Server Settings
 and Statistics
-Licensing Your Plugin - <a href="LicensingPlugin">Next</a></p>
+Guide to the Logging API - <a href="LoggingAPI">Next</a></p>
 <h2 id="accessing_installed_plugin_files">Accessing Installed Plugin Files</h2>
 <p>Your plugin might rely on files in addition to its source code,
 such as configuration files. When you upgrade Traffic Server, you
@@ -98,12 +98,7 @@ located in:</p>
 associated files. The following functions provide the Traffic
 Server install directory path and plugin directory path:</p>
 <ul>
-<li>
-<p><a href="CustInstallLicenseFunctions#INKInstallDirGet" title="INKInstallDirGet">INKInstallDirGet</a></p>
-</li>
-<li>
-<p><a href="INKPluginDirGet" title="INKPluginDirGet">INKPluginDirGet</a></p>
-</li>
+<li><a href="INKPluginDirGet" title="INKPluginDirGet">INKPluginDirGet</a></li>
 </ul>
   </div>
 

Added: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/CustInstallFunctions.en.html
URL: http://svn.apache.org/viewvc/websites/staging/trafficserver/trunk/content/docs/trunk/sdk/CustInstallFunctions.en.html?rev=778808&view=auto
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/CustInstallFunctions.en.html (added)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/CustInstallFunctions.en.html Sat Nov  6 22:39:23 2010
@@ -0,0 +1,64 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+
+<html>
+  <!-- This template is for the bulk of the site! -->
+  <head>
+    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    
+    
+    <title></title>
+    
+  </head>
+
+  <body>
+    <h1></h1>
+
+  <div id="content">
+      <h1 id="apache_traffic_server+_software_developers_kit">Apache Traffic Server™ Software Developers Kit</h1>
+<p>Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.</p>
+<p><a href="INKMgmtStringGet">Prev</a> - INKMgmtStringGet
+INKPluginDirGet - <a href="INKPluginDirGet">Next</a></p>
+<h2 id="customer_installation_and_licensing_functions">Customer Installation and Licensing Functions</h2>
+<hr />
+<p><a href="CustInstallLicenseFunctions#INKInstallDirGet">INKInstallDirGet</a>
+<a href="INKPluginDirGet">INKPluginDirGet</a>
+<a href="INKPluginLicenseRequired">INKPluginLicenseRequired</a></p>
+<h3 id="inkinstalldirget">INKInstallDirGet</h3>
+<p>Gets the Traffic Server install directory.</p>
+<p><strong>Prototype</strong>
+  ~ <code>const char *INKInstallDirGet(void)</code></p>
+<p><strong>Description</strong>
+  ~ Gets the Traffic Server installation directory.</p>
+<p><strong>Returns</strong>
+  ~ A pointer to a string containing Traffic Server's installation
+    directory.</p>
+  </div>
+
+  <div id="footer">
+	  Copyright  &copy; 2010
+	  <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+	  Licensed under
+	  the <a href="http://www.apache.org/licenses/">Apache License</a>,
+	  Version 2.0. Apache Traffic Server, Apache,
+	  the Apache Traffic Server logo, and the Apache feather logo are
+	  trademarks of The Apache Software Foundation.
+  </div>
+
+  </body>
+</html>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/FunctionIndex.en.html
URL: http://svn.apache.org/viewvc/websites/staging/trafficserver/trunk/content/docs/trunk/sdk/FunctionIndex.en.html?rev=778808&r1=778807&r2=778808&view=diff
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/FunctionIndex.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/FunctionIndex.en.html Sat Nov  6 22:39:23 2010
@@ -109,7 +109,6 @@ Appendix E. Type Index - <a href="TypeIn
 <li><a href="HTTPTransactionFunctions#INKHttpTxnTransformedRespCache" title="INKHttpTxnTransformedRespCache">INKHttpTxnTransformedRespCache</a></li>
 <li><a href="HTTPTransactionFunctions#INKHttpTxnTransformRespGet" title="INKHttpTxnTransformRespGet">INKHttpTxnTransformRespGet</a></li>
 <li><a href="HTTPTransactionFunctions#INKHttpTxnUntransformedRespCache" title="INKHttpTxnUntransformedRespCache">INKHttpTxnUntransformedRespCache</a></li>
-<li><a href="CustInstallLicenseFunctions#INKInstallDirGet" title="INKInstallDirGet">INKInstallDirGet</a></li>
 <li><a href="Dep_IOBufferInterface#INKIOBufferAppend" title="INKIOBufferAppend">INKIOBufferAppend</a>
     <strong>(Deprecated)</strong></li>
 <li><a href="Dep_IOBufferInterface#INKIOBufferBlockCreate" title="INKIOBufferBlockCreate">INKIOBufferBlockCreate</a>
@@ -286,7 +285,6 @@ Appendix E. Type Index - <a href="TypeIn
 <li><a href="INKNetVConnRemotePortGet" title="INKNetVConnRemotePortGet">INKNetVConnRemotePortGet</a></li>
 <li><a href="INKPluginDirGet" title="INKPluginDirGet">INKPluginDirGet</a></li>
 <li><a href="InitializationFunctions#INKPluginInit" title="INKPluginInit">INKPluginInit</a></li>
-<li><a href="INKPluginLicenseRequired" title="INKPluginLicenseRequired">INKPluginLicenseRequired</a></li>
 <li><a href="INKPluginRegister" title="INKPluginRegister">INKPluginRegister</a></li>
 <li><a href="INKrealloc" title="INKrealloc">INKrealloc</a></li>
 <li><a href="CacheInterfaceFunctions#INKSetCacheUrl">INKSetCacheUrl</a></li>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/FunctionReference.en.html
URL: http://svn.apache.org/viewvc/websites/staging/trafficserver/trunk/content/docs/trunk/sdk/FunctionReference.en.html?rev=778808&r1=778807&r2=778808&view=diff
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/FunctionReference.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/FunctionReference.en.html Sat Nov  6 22:39:23 2010
@@ -90,9 +90,6 @@ functions alphabetically, use the
 <p><a href="TEConfigReadFunctions" title="Traffic Server Configuration Read Functions">Traffic Server Configuration Read Functions</a></p>
 </li>
 <li>
-<p><a href="CustInstallLicenseFunctions" title="Customer Installation and Licensing Functions">Customer Installation and Licensing Functions</a></p>
-</li>
-<li>
 <p><a href="StatisticsFunctions" title="Statistics Functions">Statistics Functions</a></p>
 </li>
 <li>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/INKPluginDirGet.en.html
URL: http://svn.apache.org/viewvc/websites/staging/trafficserver/trunk/content/docs/trunk/sdk/INKPluginDirGet.en.html?rev=778808&r1=778807&r2=778808&view=diff
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/INKPluginDirGet.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/INKPluginDirGet.en.html Sat Nov  6 22:39:23 2010
@@ -7,35 +7,16 @@
     <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
     
     
-    <title></title>
-    
+    <title>Apache Traffic Server™ Software Developers Kit</title>
+    <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
   </head>
 
   <body>
-    <h1></h1>
+    <h1>Apache Traffic Server™ Software Developers Kit</h1>
 
   <div id="content">
-      <p><a href="/index"><img alt="image" src="images/docbook/ts75.png" /></a>™
-Title: Apache Traffic Server™ Software Developers Kit
-Notice:    Licensed to the Apache Software Foundation (ASF) under one
-           or more contributor license agreements.  See the NOTICE file
-           distributed with this work for additional information
-           regarding copyright ownership.  The ASF licenses this file
-           to you under the Apache License, Version 2.0 (the
-           "License"); you may not use this file except in compliance
-           with the License.  You may obtain a copy of the License at
-           .
-             http://www.apache.org/licenses/LICENSE-2.0
-           .
-           Unless required by applicable law or agreed to in writing,
-           software distributed under the License is distributed on an
-           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-           KIND, either express or implied.  See the License for the
-           specific language governing permissions and limitations
-           under the License.</p>
-<p><a href="CustInstallLicenseFunctions">Prev</a> - Customer Installation &amp;
-Licensing Fxns: INKInstallDirGet
-INKPluginLicenseRequired - <a href="INKPluginLicenseRequired">Next</a></p>
+      <p><a href="CustInstallFunctions">Prev</a> - Customer Installation Fxns: INKInstallDirGet
+Coupled Statistics Functions - <a href="StatisticsFunctions">Next</a></p>
 <h3 id="inkplugindirget">INKPluginDirGet</h3>
 <p>Gets the plugin directory.</p>
 <p><strong>Prototype</strong>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/sdk/LoggingAPI.en.html
URL: http://svn.apache.org/viewvc/websites/staging/trafficserver/trunk/content/docs/trunk/sdk/LoggingAPI.en.html?rev=778808&r1=778807&r2=778808&view=diff
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/sdk/LoggingAPI.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/sdk/LoggingAPI.en.html Sat Nov  6 22:39:23 2010
@@ -15,7 +15,7 @@
     <h1>Apache Traffic Server™ Software Developers Kit</h1>
 
   <div id="content">
-      <p><a href="GenerateLicenseKey">Prev</a> - Generating a License Key
+      <p><a href="AccessPluginFiles">Prev</a> - Accessing Installed Plugin Files
 Chapter 17. Adding Statistics - <a href="AddingStatistics">Next</a></p>
 <h2 id="guide_to_the_logging_api">Guide to the Logging API</h2>
 <p>The logging API enables your plugin to log entries in a custom text