You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2010/11/06 23:39:11 UTC

svn commit: r1032175 - /trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/

Author: igalic
Date: Sat Nov  6 22:39:11 2010
New Revision: 1032175

URL: http://svn.apache.org/viewvc?rev=1032175&view=rev
Log:
Removing references to licensing plugins.

Added:
    trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/CustInstallFunctions.en.mdtext
Removed:
    trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/CustInstallLicenseFunctions.en.mdtext
    trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/GenerateLicenseKey.en.mdtext
    trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/INKPluginLicenseRequired.en.mdtext
    trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/LicensingPlugin.en.mdtext
    trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/SetUpLicensing.en.mdtext
Modified:
    trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/AccessPluginFiles.en.mdtext
    trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/FunctionIndex.en.mdtext
    trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/FunctionReference.en.mdtext
    trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/INKPluginDirGet.en.mdtext
    trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/LoggingAPI.en.mdtext

Modified: trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/AccessPluginFiles.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/AccessPluginFiles.en.mdtext?rev=1032175&r1=1032174&r2=1032175&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/AccessPluginFiles.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/AccessPluginFiles.en.mdtext Sat Nov  6 22:39:11 2010
@@ -18,7 +18,7 @@ Notice:    Licensed to the Apache Softwa
 
 [Prev](ReadTESettingStats) - Reading Traffic Server Settings
 and Statistics
-Licensing Your Plugin - [Next](LicensingPlugin)
+Guide to the Logging API - [Next](LoggingAPI)
 ## Accessing Installed Plugin Files
 
 Your plugin might rely on files in addition to its source code,
@@ -91,8 +91,6 @@ Your plugin might need to specify the ab
 associated files. The following functions provide the Traffic
 Server install directory path and plugin directory path:
 
--   [INKInstallDirGet](CustInstallLicenseFunctions#INKInstallDirGet "INKInstallDirGet")
-
 -   [INKPluginDirGet](INKPluginDirGet "INKPluginDirGet")
 
 

Added: trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/CustInstallFunctions.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/CustInstallFunctions.en.mdtext?rev=1032175&view=auto
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/CustInstallFunctions.en.mdtext (added)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/CustInstallFunctions.en.mdtext Sat Nov  6 22:39:11 2010
@@ -0,0 +1,43 @@
+# 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.
+
+[Prev](INKMgmtStringGet) - INKMgmtStringGet
+INKPluginDirGet - [Next](INKPluginDirGet)
+## Customer Installation and Licensing Functions
+
+****
+[INKInstallDirGet](CustInstallLicenseFunctions#INKInstallDirGet)
+[INKPluginDirGet](INKPluginDirGet)
+[INKPluginLicenseRequired](INKPluginLicenseRequired)
+### INKInstallDirGet
+
+Gets the Traffic Server install directory.
+
+**Prototype**
+  ~ `const char *INKInstallDirGet(void)`
+
+**Description**
+  ~ Gets the Traffic Server installation directory.
+
+**Returns**
+  ~ A pointer to a string containing Traffic Server's installation
+    directory.
+
+
+
+

Modified: trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/FunctionIndex.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/FunctionIndex.en.mdtext?rev=1032175&r1=1032174&r2=1032175&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/FunctionIndex.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/FunctionIndex.en.mdtext Sat Nov  6 22:39:11 2010
@@ -110,7 +110,6 @@ Appendix E. Type Index - [Next](TypeInde
 -   [INKHttpTxnTransformedRespCache](HTTPTransactionFunctions#INKHttpTxnTransformedRespCache "INKHttpTxnTransformedRespCache")
 -   [INKHttpTxnTransformRespGet](HTTPTransactionFunctions#INKHttpTxnTransformRespGet "INKHttpTxnTransformRespGet")
 -   [INKHttpTxnUntransformedRespCache](HTTPTransactionFunctions#INKHttpTxnUntransformedRespCache "INKHttpTxnUntransformedRespCache")
--   [INKInstallDirGet](CustInstallLicenseFunctions#INKInstallDirGet "INKInstallDirGet")
 -   [INKIOBufferAppend](Dep_IOBufferInterface#INKIOBufferAppend "INKIOBufferAppend")
     **(Deprecated)**
 -   [INKIOBufferBlockCreate](Dep_IOBufferInterface#INKIOBufferBlockCreate "INKIOBufferBlockCreate")
@@ -284,7 +283,6 @@ Appendix E. Type Index - [Next](TypeInde
 -   [INKNetVConnRemotePortGet](INKNetVConnRemotePortGet "INKNetVConnRemotePortGet")
 -   [INKPluginDirGet](INKPluginDirGet "INKPluginDirGet")
 -   [INKPluginInit](InitializationFunctions#INKPluginInit "INKPluginInit")
--   [INKPluginLicenseRequired](INKPluginLicenseRequired "INKPluginLicenseRequired")
 -   [INKPluginRegister](INKPluginRegister "INKPluginRegister")
 -   [INKrealloc](INKrealloc "INKrealloc")
 -   [INKSetCacheUrl](CacheInterfaceFunctions#INKSetCacheUrl)

Modified: trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/FunctionReference.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/FunctionReference.en.mdtext?rev=1032175&r1=1032174&r2=1032175&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/FunctionReference.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/FunctionReference.en.mdtext Sat Nov  6 22:39:11 2010
@@ -71,8 +71,6 @@ functions alphabetically, use the
 
 -   [Traffic Server Configuration Read Functions](TEConfigReadFunctions "Traffic Server Configuration Read Functions")
 
--   [Customer Installation and Licensing Functions](CustInstallLicenseFunctions "Customer Installation and Licensing Functions")
-
 -   [Statistics Functions](StatisticsFunctions "Statistics Functions")
 
 -   [Logging Functions](LoggingFunctions "Logging Functions")

Modified: trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/INKPluginDirGet.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/INKPluginDirGet.en.mdtext?rev=1032175&r1=1032174&r2=1032175&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/INKPluginDirGet.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/INKPluginDirGet.en.mdtext Sat Nov  6 22:39:11 2010
@@ -1,4 +1,3 @@
-[![image](images/docbook/ts75.png)](/index)™
 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
@@ -17,9 +16,8 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-[Prev](CustInstallLicenseFunctions) - Customer Installation &
-Licensing Fxns: INKInstallDirGet
-INKPluginLicenseRequired - [Next](INKPluginLicenseRequired)
+[Prev](CustInstallFunctions) - Customer Installation Fxns: INKInstallDirGet
+Coupled Statistics Functions - [Next](StatisticsFunctions)
 ### INKPluginDirGet
 
 Gets the plugin directory.

Modified: trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/LoggingAPI.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/LoggingAPI.en.mdtext?rev=1032175&r1=1032174&r2=1032175&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/LoggingAPI.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/sdk/LoggingAPI.en.mdtext Sat Nov  6 22:39:11 2010
@@ -16,7 +16,7 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-[Prev](GenerateLicenseKey) - Generating a License Key
+[Prev](AccessPluginFiles) - Accessing Installed Plugin Files
 Chapter 17. Adding Statistics - [Next](AddingStatistics)
 ## Guide to the Logging API