Added: 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/index.html
URL: 
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/index.html?rev=1682431&view=auto
==============================================================================
--- 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/index.html
 (added)
+++ 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.TransformXml/index.html
 Fri May 29 11:51:20 2015
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>TransformXml</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Applies the 
provided XSLT file to the flowfile XML payload. A new FlowFile is created with 
transformed content and is routed to the 'success' relationship. If the XSL 
transform fails, the original FlowFile is routed to the 'failure' 
relationship</p><h3>Tags: </h3><p>xml, xslt, transform</p><h3>Properties: 
</h3><p>In the list below, the names of required properties appear in 
<strong>bold</strong>. Any other properties (not in bold) are considered 
optional. The table also indicates any default values, whether a property 
supports the <a href="../../html/expression-language-guide.html">NiFi 
Expression Language</a>, and whether a property is considered "sensitive", 
meaning that its value will be encrypted. Before entering a value in a 
sensitive property, ensure that the <strong
 >nifi.properties</strong> file has an entry for the property 
 ><strong>nifi.sensitive.props.key</strong>.</p><table 
 >id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
 >Values</th><th>Description</th></tr><tr><td id="name"><strong>XSLT file 
 >name</strong></td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">Provides the name (including 
 >full path) of the XSLT file to apply to the flowfile XML 
 >content.</td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic Properties 
 >allow the user to specify both the name and value of a property.<table 
 >id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 > id="name">An XSLT transform parameter name</td><td id="value">An XSLT 
 >transform parameter value</td><td>These XSLT parameters are passed to the 
 >transformer<br/><strong>Supports Expression Language: 
 >true</strong></td></tr></table></p><h3>Relationships: </h3><table 
 >id="relationships"><tr><th>Name</th><th>Description</th></
 tr><tr><td>success</td><td>The FlowFile with transformed content will be 
routed to this relationship</td></tr><tr><td>failure</td><td>If a FlowFile 
fails processing for any reason (for example, the FlowFile is not valid XML), 
it will be routed to this relationship</td></tr></table><h3>Reads Attributes: 
</h3>None specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file

Added: 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.UnpackContent/index.html
URL: 
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.UnpackContent/index.html?rev=1682431&view=auto
==============================================================================
--- 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.UnpackContent/index.html
 (added)
+++ 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.UnpackContent/index.html
 Fri May 29 11:51:20 2015
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>UnpackContent</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Unpacks the 
content of FlowFiles that have been packaged with one of several different 
Packaging Formats, emitting one to many FlowFiles for each input 
FlowFile</p><h3>Tags: </h3><p>Unpack, un-merge, tar, zip, archive, 
flowfile-stream, flowfile-stream-v3</p><h3>Properties: </h3><p>In the list 
below, the names of required properties appear in <strong>bold</strong>. Any 
other properties (not in bold) are considered optional. The table also 
indicates any default values, whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression Language</a>, 
and whether a property is considered "sensitive", meaning that its value will 
be encrypted. Before entering a value in a sensitive property, ensure that the 
<strong>nifi.properties</strong> file h
 as an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td id="name"><strong>Packaging 
Format</strong></td><td id="default-value">use mime.type attribute</td><td 
id="allowable-values"><ul><li>use mime.type 
attribute</li><li>tar</li><li>zip</li><li>flowfile-stream-v3</li><li>flowfile-stream-v2</li><li>flowfile-tar-v1</li></ul></td><td
 id="description">The Packaging Format used to create the 
file</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>Unpacked
 FlowFiles are sent to this relationship</td></tr><tr><td>failure</td><td>The 
original FlowFile is sent to this relationship when it cannot be unpacked for 
some reason</td></tr><tr><td>original</td><td>The original FlowFile is sent to 
this relationship after it has been successfully 
unpacked</td></tr></table><h3>Reads At
 tributes: </h3><table 
id="reads-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>If
 the &lt;Packaging Format&gt; property is set to use mime.type attribute, this 
attribute is used to determine the FlowFile's MIME Type. In this case, if the 
attribute is set to application/tar, the TAR Packaging Format will be used. If 
the attribute is set to application/zip, the ZIP Packaging Format will be used. 
If the attribute is set to application/flowfile-v3 or application/flowfile-v2 
or application/flowfile-v1, the appropriate FlowFile Packaging Format will be 
used. If this attribute is missing, the FlowFile will be routed to 'failure'. 
Otherwise, if the attribute's value is not one of those mentioned above, the 
FlowFile will be routed to 'success' without being 
unpacked</td></tr></table><h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>If
 the FlowFile is successfully unpacked, its MIME Ty
 pe is no longer known, so the mime.type attribute is set to 
application/octet-stream.</td></tr><tr><td>fragment.identifier</td><td>All 
unpacked FlowFiles produced from the same parent FlowFile will have the same 
randomly generated UUID added for this 
attribute</td></tr><tr><td>fragment.index</td><td>A one-up number that 
indicates the ordering of the unpacked FlowFiles that were created from a 
single parent FlowFile</td></tr><tr><td>fragment.count</td><td>The number of 
unpacked FlowFiles generated from the parent 
FlowFile</td></tr><tr><td>segment.original.filename </td><td>The filename of 
the parent FlowFile. Extensions of .tar, .zip or .pkg are removed because the 
MergeContent processor automatically adds those extensions if it is used to 
rebuild the original FlowFile</td></tr></table><h3>See Also:</h3><p><a 
href="../org.apache.nifi.processors.standard.MergeContent/index.html">MergeContent</a></p></body></html>
\ No newline at end of file

Added: 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ValidateXml/index.html
URL: 
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ValidateXml/index.html?rev=1682431&view=auto
==============================================================================
--- 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ValidateXml/index.html
 (added)
+++ 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.standard.ValidateXml/index.html
 Fri May 29 11:51:20 2015
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>ValidateXml</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Validates the 
contents of FlowFiles against a user-specified XML Schema file</p><h3>Tags: 
</h3><p>xml, schema, validation, xsd</p><h3>Properties: </h3><p>In the list 
below, the names of required properties appear in <strong>bold</strong>. Any 
other properties (not in bold) are considered optional. The table also 
indicates any default values, whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression Language</a>, 
and whether a property is considered "sensitive", meaning that its value will 
be encrypted. Before entering a value in a sensitive property, ensure that the 
<strong>nifi.properties</strong> file has an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Val
 ue</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Schema File</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The path to the Schema file 
that is to be used for validation</td></tr></table><h3>Relationships: 
</h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>valid</td><td>FlowFiles
 that are successfully validated against the schema are routed to this 
relationship</td></tr><tr><td>invalid</td><td>FlowFiles that are not valid 
according to the specified schema are routed to this 
relationship</td></tr></table><h3>Reads Attributes: </h3>None 
specified.<h3>Writes Attributes: </h3>None specified.</body></html>
\ No newline at end of file

Added: 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.twitter.GetTwitter/index.html
URL: 
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.twitter.GetTwitter/index.html?rev=1682431&view=auto
==============================================================================
--- 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.twitter.GetTwitter/index.html
 (added)
+++ 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.twitter.GetTwitter/index.html
 Fri May 29 11:51:20 2015
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>GetTwitter</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Pulls status 
changes from Twitter's streaming API</p><h3>Tags: </h3><p>twitter, tweets, 
social media, status, json</p><h3>Properties: </h3><p>In the list below, the 
names of required properties appear in <strong>bold</strong>. Any other 
properties (not in bold) are considered optional. The table also indicates any 
default values, whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression Language</a>, 
and whether a property is considered "sensitive", meaning that its value will 
be encrypted. Before entering a value in a sensitive property, ensure that the 
<strong>nifi.properties</strong> file has an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Al
 lowable Values</th><th>Description</th></tr><tr><td id="name"><strong>Twitter 
Endpoint</strong></td><td id="default-value">Sample Endpoint</td><td 
id="allowable-values"><ul><li>Sample Endpoint <img 
src="../../html/images/iconInfo.png" alt="The endpoint that provides public 
data, aka a 'garden hose'" title="The endpoint that provides public data, aka a 
'garden hose'"></img></li><li>Firehose Endpoint <img 
src="../../html/images/iconInfo.png" alt="The endpoint that provides access to 
all tweets" title="The endpoint that provides access to all 
tweets"></img></li><li>Filter Endpoint <img 
src="../../html/images/iconInfo.png" alt="Endpoint that allows the stream to be 
filtered by specific terms or User IDs" title="Endpoint that allows the stream 
to be filtered by specific terms or User IDs"></img></li></ul></td><td 
id="description">Specifies which endpoint data should be pulled 
from</td></tr><tr><td id="name"><strong>Consumer Key</strong></td><td 
id="default-value"></td><td id="allowable-v
 alues"></td><td id="description">The Consumer Key provided by 
Twitter</td></tr><tr><td id="name"><strong>Consumer Secret</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Consumer Secret provided by Twitter<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name"><strong>Access Token</strong></td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">The 
Acces Token provided by Twitter</td></tr><tr><td id="name"><strong>Access Token 
Secret</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The Access Token Secret 
provided by Twitter<br/><strong>Sensitive Property: 
true</strong></td></tr><tr><td id="name">Languages</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of languages for which tweets should be 
fetched</td></tr><tr><td id="name">Terms to Filter On</td><td 
id="default-value"></td><td id="allo
 wable-values"></td><td id="description">A comma-separated list of terms to 
filter on. Ignored unless Endpoint is set to 'Filter Endpoint'. The filter 
works such that if any term matches, the status update will be retrieved; 
multiple terms separated by a space function as an 'AND'. I.e., 'it was, hello' 
will retrieve status updates that have either 'hello' or both 'it' AND 
'was'</td></tr><tr><td id="name">IDs to Follow</td><td 
id="default-value"></td><td id="allowable-values"></td><td id="description">A 
comma-separated list of Twitter User ID's to follow. Ignored unless Endpoint is 
set to 'Filter Endpoint'.</td></tr></table><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>All
 status updates will be routed to this relationship</td></tr></table><h3>Reads 
Attributes: </h3>None specified.<h3>Writes Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>mime.type</td><td>Sets
 mime 
 type to application/json</td></tr></table></body></html>
\ No newline at end of file

Added: 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.yandex.YandexTranslate/index.html
URL: 
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.yandex.YandexTranslate/index.html?rev=1682431&view=auto
==============================================================================
--- 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.yandex.YandexTranslate/index.html
 (added)
+++ 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.processors.yandex.YandexTranslate/index.html
 Fri May 29 11:51:20 2015
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>YandexTranslate</title><link rel="stylesheet" 
href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Translates content 
and attributes from one language to another</p><h3>Tags: </h3><p>yandex, 
translate, translation, language</p><h3>Properties: </h3><p>In the list below, 
the names of required properties appear in <strong>bold</strong>. Any other 
properties (not in bold) are considered optional. The table also indicates any 
default values, whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression Language</a>, 
and whether a property is considered "sensitive", meaning that its value will 
be encrypted. Before entering a value in a sensitive property, ensure that the 
<strong>nifi.properties</strong> file has an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default V
 alue</th><th>Allowable Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Yandex API Key</strong></td><td id="default-value"></td><td 
id="allowable-values"></td><td id="description">The API Key that is registered 
with Yandex</td></tr><tr><td id="name"><strong>Input Language</strong></td><td 
id="default-value">es</td><td id="allowable-values"></td><td 
id="description">The language of incoming data<br/><strong>Supports Expression 
Language: true</strong></td></tr><tr><td id="name"><strong>Target 
Language</strong></td><td id="default-value">en</td><td 
id="allowable-values"></td><td id="description">The language to translate the 
text into<br/><strong>Supports Expression Language: 
true</strong></td></tr><tr><td id="name"><strong>Translate 
Content</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></td><td 
id="description">Specifies whether or not the content should be translated. If 
false, only the text specified by user-
 defined properties will be translated.</td></tr><tr><td 
id="name"><strong>Character Set</strong></td><td 
id="default-value">UTF-8</td><td id="allowable-values"></td><td 
id="description">Specifies the character set of the data to be 
translated<br/><strong>Supports Expression Language: 
true</strong></td></tr></table><h3>Dynamic Properties: </h3><p>Dynamic 
Properties allow the user to specify both the name and value of a 
property.<table 
id="dynamic-properties"><tr><th>Name</th><th>Value</th><th>Description</th></tr><tr><td
 id="name">The name of an attribute to set that will contain the translated 
text of the value</td><td id="value">The value to 
translate</td><td>User-defined properties are used to translate arbitrary text 
based on attributes.<br/><strong>Supports Expression Language: 
true</strong></td></tr></table></p><h3>Relationships: </h3><table 
id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>translation.failure</td><td>This
 relationship is used if the translat
 ion cannot be performed for some reason other than communications 
failure</td></tr><tr><td>success</td><td>This relationship is used when the 
translation is successful</td></tr><tr><td>comms.failure</td><td>This 
relationship is used when the translation fails due to a problem such as a 
network failure, and for which the translation should be attempted 
again</td></tr></table><h3>Reads Attributes: </h3>None specified.<h3>Writes 
Attributes: </h3><table 
id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>yandex.translate.failure.reason</td><td>If
 the text cannot be translated, this attribute will be set indicating the 
reason for the failure</td></tr><tr><td>language</td><td>When the translation 
succeeds, if the content was translated, this attribute will be set indicating 
the new language of the content</td></tr></table></body></html>
\ No newline at end of file

Added: 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ganglia.StandardGangliaReporter/additionalDetails.html
URL: 
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ganglia.StandardGangliaReporter/additionalDetails.html?rev=1682431&view=auto
==============================================================================
--- 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ganglia.StandardGangliaReporter/additionalDetails.html
 (added)
+++ 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ganglia.StandardGangliaReporter/additionalDetails.html
 Fri May 29 11:51:20 2015
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+<html lang="en">
+    <!--
+      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.
+    -->
+    <head>
+        <meta charset="utf-8" />
+        <title>StandardGangliaReporter</title>
+        <link rel="stylesheet" href="../../css/component-usage.css" 
type="text/css" />
+    </head>
+
+    <body>
+        <h2>Description:</h2>
+
+        <p>Reporting Task that reports metrics to a Ganglia server. The 
following metrics are reported:
+        </p>
+
+        <ul>
+            <li><strong>FlowFiles In (5 mins)</strong>: The number of 
FlowFiles received via Site-to-Site in the last 5 minutes</li>
+            <li><strong>Bytes In (5 mins)</strong>: The number of bytes 
received via Site-to-Site in the last 5 minutes</li>
+            <li><strong>FlowFiles Out (5 mins)</strong>: The number of 
FlowFiles pulled from Output Ports via Site-to-Site in the last 5 minutes</li>
+            <li><strong>Bytes Out (5 mins)</strong>: The number of bytes 
pulled from Output Ports via Site-to-Site in the last 5 minutes</li>
+            <li><strong>Bytes Read (5 mins)</strong>: The number of bytes read 
from disk by NiFi in the last 5 minutes</li>
+            <li><strong>Bytes Written (5 mins)</strong>: The number of bytes 
written to disk by NiFi in the last 5 minutes</li>
+            <li><strong>FlowFiles Queued</strong>: The total number of 
FlowFiles currently queued on the system at the point in time at which the 
Reporting Task is run</li>
+            <li><strong>Bytes Queued</strong>: The total number of bytes 
allocated by the FlowFiles that are currently queued on the system at the point 
in time at which the Reporting Task is run</li>
+            <li><strong>Active Threads</strong>: The number of threads 
actively running at the point in time at which the Reporting Task is run</li>
+        </ul>
+    </body>
+</html>

Added: 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ganglia.StandardGangliaReporter/index.html
URL: 
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ganglia.StandardGangliaReporter/index.html?rev=1682431&view=auto
==============================================================================
--- 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ganglia.StandardGangliaReporter/index.html
 (added)
+++ 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.reporting.ganglia.StandardGangliaReporter/index.html
 Fri May 29 11:51:20 2015
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>StandardGangliaReporter</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Reports metrics to 
Ganglia so that Ganglia can be used for external monitoring of the application. 
Metrics reported include JVM Metrics (optional); the following 5-minute NiFi 
statistics: FlowFiles Received, Bytes Received, FlowFiles Sent, Bytes Sent, 
Bytes Read, Bytes Written, Total Task Duration; and the current values for 
FlowFiles Queued, Bytes Queued, and number of Active Threads.</p><p><a 
href="additionalDetails.html">Additional Details...</a></p><h3>Tags: 
</h3><p>ganglia, stats</p><h3>Properties: </h3><p>In the list below, the names 
of required properties appear in <strong>bold</strong>. Any other properties 
(not in bold) are considered optional. The table also indicates any default 
values, whether a property supports the <a href="../../html/expression-la
 nguage-guide.html">NiFi Expression Language</a>, and whether a property is 
considered "sensitive", meaning that its value will be encrypted. Before 
entering a value in a sensitive property, ensure that the 
<strong>nifi.properties</strong> file has an entry for the property 
<strong>nifi.sensitive.props.key</strong>.</p><table 
id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
Values</th><th>Description</th></tr><tr><td 
id="name"><strong>Hostname</strong></td><td 
id="default-value">localhost</td><td id="allowable-values"></td><td 
id="description">The fully-qualified name of the host on which Ganglia is 
running</td></tr><tr><td id="name"><strong>Port</strong></td><td 
id="default-value">8649</td><td id="allowable-values"></td><td 
id="description">The Port on which Ganglia is listening for incoming 
connections</td></tr><tr><td id="name"><strong>Send JVM 
Metrics</strong></td><td id="default-value">false</td><td 
id="allowable-values"><ul><li>true</li><li>false</li></ul></
 td><td id="description">Specifies whether or not JVM Metrics should be 
gathered and sent, in addition to NiFi-specific 
metrics</td></tr></table></body></html>
\ No newline at end of file

Added: 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.ssl.StandardSSLContextService/index.html
URL: 
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.ssl.StandardSSLContextService/index.html?rev=1682431&view=auto
==============================================================================
--- 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.ssl.StandardSSLContextService/index.html
 (added)
+++ 
incubator/nifi/site/trunk/docs/nifi-docs/components/org.apache.nifi.ssl.StandardSSLContextService/index.html
 Fri May 29 11:51:20 2015
@@ -0,0 +1 @@
+<!DOCTYPE html><html lang="en"><head><meta 
charset="utf-8"></meta><title>StandardSSLContextService</title><link 
rel="stylesheet" href="../../css/component-usage.css" 
type="text/css"></link></head><body><h2>Description: </h2><p>Standard 
implementation of the SSLContextService. Provides the ability to configure 
keystore and/or truststore properties once and reuse that configuration 
throughout the application</p><h3>Tags: </h3><p>ssl, secure, certificate, 
keystore, truststore, jks, p12, pkcs12, pkcs</p><h3>Properties: </h3><p>In the 
list below, the names of required properties appear in <strong>bold</strong>. 
Any other properties (not in bold) are considered optional. The table also 
indicates any default values, whether a property supports the <a 
href="../../html/expression-language-guide.html">NiFi Expression Language</a>, 
and whether a property is considered "sensitive", meaning that its value will 
be encrypted. Before entering a value in a sensitive property, ensure that the 
<strong
 >nifi.properties</strong> file has an entry for the property 
 ><strong>nifi.sensitive.props.key</strong>.</p><table 
 >id="properties"><tr><th>Name</th><th>Default Value</th><th>Allowable 
 >Values</th><th>Description</th></tr><tr><td id="name">Keystore 
 >Filename</td><td id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The fully-qualified filename of the 
 >Keystore</td></tr><tr><td id="name">Keystore Password</td><td 
 >id="default-value"></td><td id="allowable-values"></td><td 
 >id="description">The password for the Keystore<br/><strong>Sensitive 
 >Property: true</strong></td></tr><tr><td id="name">Keystore Type</td><td 
 >id="default-value"></td><td 
 >id="allowable-values"><ul><li>JKS</li><li>PKCS12</li></ul></td><td 
 >id="description">The Type of the Keystore</td></tr><tr><td 
 >id="name">Truststore Filename</td><td id="default-value"></td><td 
 >id="allowable-values"></td><td id="description">The fully-qualified filename 
 >of the Truststore</td></tr><tr><td id="name">Truststore Passwo
 rd</td><td id="default-value"></td><td id="allowable-values"></td><td 
id="description">The password for the Truststore<br/><strong>Sensitive 
Property: true</strong></td></tr><tr><td id="name">Truststore Type</td><td 
id="default-value"></td><td 
id="allowable-values"><ul><li>JKS</li><li>PKCS12</li></ul></td><td 
id="description">The Type of the Truststore. Either JKS or 
PKCS12</td></tr></table></body></html>
\ No newline at end of file

Added: incubator/nifi/site/trunk/docs/nifi-docs/css/component-usage.css
URL: 
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/nifi-docs/css/component-usage.css?rev=1682431&view=auto
==============================================================================
--- incubator/nifi/site/trunk/docs/nifi-docs/css/component-usage.css (added)
+++ incubator/nifi/site/trunk/docs/nifi-docs/css/component-usage.css Fri May 29 
11:51:20 2015
@@ -0,0 +1,179 @@
+/*
+ * 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.
+ */
+
+@import 
"https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic|Noto+Serif:400,400italic,700,700italic|Droid+Sans+Mono:400";
+
+html, html a {
+    -webkit-font-smoothing: antialiased;
+    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
+}
+
+body {
+    width: 62.5em;
+    margin: 0 auto;
+    display: block;
+    font-family: "Open Sans","DejaVu Sans",sans-serif;
+}
+
+.title {
+    font-weight: bold;
+    color: #7a2518;
+    font-size: 18px;
+}
+
+.hidden {
+    display: none;
+}
+
+/* tables */
+
+table {
+       color:#666;
+       font-size:14px;
+       background:#eaebec;     
+       border:#ccc 1px solid;
+       -webkit-border-radius:3px;
+       border-radius:3px;
+       width: 100%;
+}
+
+table th {
+       padding:11px 15px 12px 15px;
+       border-top:1px solid #fafafa;
+       border-bottom:1px solid #e0e0e0;
+
+       background: #ededed;
+}
+
+table th:first-child {
+       text-align: left;
+       padding-left:10px;
+}
+
+table th:last-child {
+       text-align: left;
+       padding-left:10px;
+}
+
+table tr:first-child th:first-child {
+       border-top-left-radius:3px;
+}
+
+table tr:first-child th:last-child {
+       border-top-right-radius:3px;
+}
+
+table tr {
+       text-align: center;
+       padding-left:10px;
+}
+
+table td:first-child {
+       text-align: left;
+       padding-left:10px;
+       border-left: 0;
+}
+
+table td:last-child {
+       text-align: left;
+       padding-left:10px;
+       border-left: 0;
+       vertical-align: top;
+       
+}
+
+table td {
+       padding:12px;
+       background: #fafafa;
+}
+
+table tr:last-child td {
+       border-bottom:0;
+}
+
+table tr:last-child td:first-child {
+       border-bottom-left-radius:3px;
+}
+
+table tr:last-child td:last-child {
+       border-bottom-right-radius:3px;
+}
+
+td#allowable-values, td#default-value, td#name, td#value {
+       white-space:nowrap;
+}
+
+/* links */
+
+a, a:link, a:visited {
+    cursor: pointer;
+    color: #2156a5;
+    text-decoration: none;
+    border: none;
+}
+
+a:hover, a:active {
+    color: #2156a5;
+    text-decoration: none;
+    border: none;
+}
+
+.clear {
+    clear: both;
+}
+
+/* p */
+
+p {
+    font-family: 'Noto Serif', 'DejaVu Serif', serif;
+    font-size: 16px;
+}
+
+p strong {
+    font-weight: bold;
+}
+
+/* ul li */
+td ul {
+       margin: 0px 0px 0px 0px;
+       padding-left: 20px;
+}
+ul li {
+       text-align: left;
+       display: list-item;    
+}
+
+ul li strong {
+    font-weight: bold;
+}
+
+h2 {
+    font-weight: normal;
+    color: #ba3925;
+}
+
+/* pre */
+
+pre {
+    font-size: 14px;
+    background-color: #fefefe;
+    border: 1px solid #ccc;
+    border-left: 6px solid #ccc;
+    color: #555;
+    margin-bottom: 10px;
+    padding: 5px 8px;
+}
\ No newline at end of file

Added: incubator/nifi/site/trunk/docs/nifi-docs/css/main.css
URL: 
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/nifi-docs/css/main.css?rev=1682431&view=auto
==============================================================================
--- incubator/nifi/site/trunk/docs/nifi-docs/css/main.css (added)
+++ incubator/nifi/site/trunk/docs/nifi-docs/css/main.css Fri May 29 11:51:20 
2015
@@ -0,0 +1,214 @@
+/*
+ * 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.
+ */
+* {
+    margin: 0;
+    padding: 0;
+}
+
+#documentation-body {
+    width: 100%;
+    position: absolute;
+    top: 0;
+    right: 0;
+    bottom: 0;
+    left: 0;
+}
+
+/* banners */
+
+div.main-banner-header {
+    display: none;
+    z-index: 100;
+    font-weight: bold;
+    font-size: 1em;
+    text-align: center;
+    line-height: 15px;
+    color: #7e7e7e;
+    margin: 0px auto;
+    width: 900px;
+    height: 17px;
+    background-color: #fff;
+    z-index: 100;
+    background-image: url(../images/bgHeader.png);
+}
+
+div.main-banner-footer {
+    display: none;
+    position: absolute;
+    left: 0px;
+    right: 0px;
+    bottom: 0px;
+    height: 15px;
+    color: #fff;
+    text-align: center;
+    font-weight: bold;
+    font-size: 1em;
+    line-height: 15px;
+    overflow: visible;
+    background-color: #9eb9c7;
+    background-image: url(../images/bgBannerFoot.png);
+    background-repeat: repeat-x;
+    background-position: left top;
+}
+
+/* documentation */
+
+div.documentation-header {
+    position: absolute;
+    top: 0;
+    left: 0;
+    right: 0;
+    height: 45px;
+    border-bottom: 1px solid #d1dee5;
+    color: #365c6a;
+    font-size: 13px;
+}
+
+#nf-title {
+    float: left;
+    height: 50px;
+    padding: 5px;
+    font-size: 20px;
+    margin-top: 10px;
+}
+
+#nf-version {
+    float: left;
+    font-size: 14px;
+    margin-left: 10px;
+    margin-top: 21px;
+    font-style: italic;
+    color: #aaa;
+}
+
+#selected-component {
+    float: right;
+    height: 50px;
+    padding: 5px;
+    margin-top: 10px;
+    font-size: 20px;
+}
+
+/* component listing */
+
+div.component-listing {
+    width: 300px;
+    position: absolute;
+    top: 46px;
+    left: 0;
+    bottom: 40px;
+    overflow: auto;
+    font-size: 16px;
+    padding: 4px;
+}
+
+div.component-listing div.section {
+    margin-bottom: 15px;
+}
+
+div.component-listing div.header {
+    font-weight: bold;
+    color: #264c58;
+}
+
+div.component-links ul {
+    list-style: none;
+}
+
+li.component-item {
+    padding: 2px;
+    padding-left: 4px;
+    border-left: 8px solid transparent;
+    font-family: "Open Sans","DejaVu Sans",sans-serif;
+    font-size: 15px;
+}
+
+li.component-item a {
+    color: #1e373f;
+}
+
+li.component-item:hover {
+    border-left: 8px solid #d1dee5;
+}
+
+li.component-item:hover a {
+    color: #264c58;
+}
+
+li.component-item.selected {
+    border-left: 8px solid #7098ad;
+}
+
+div.component-links span.no-components {
+    font-style: italic;
+    color: #777;
+}
+
+/* component filter control */
+
+#component-filter-controls {
+    width: 308px;
+    height: 40px;
+    position: absolute;
+    bottom: 0;
+    left: 0;
+}
+
+#component-filter-container {
+    height: 24px;
+    margin-left: 2px;
+    margin-top: 1px;
+}
+
+#component-filter {
+    padding: 1px;
+    font-size: 12px;
+    height: 18px;
+    line-height: 20px;
+    width: 299px;
+    float: left;
+}
+
+input.component-filter-list {
+    color: #888;
+    font-style: italic;
+}
+
+#component-filter-stats {
+    font-size: 9px;
+    font-weight: bold;
+    color: #9f6000;
+    clear: left; 
+    line-height: normal;
+    margin-left: 7px;
+    margin-top: 2px;
+}
+
+/* component usage */
+
+#component-usage-container {
+    position: absolute;
+    top: 46px;
+    right: 0px;
+    bottom: 0px;
+    left: 312px;
+    overflow: hidden;
+}
+
+#component-usage {
+    overflow: auto;
+}
\ No newline at end of file


Reply via email to