You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2020/10/19 10:30:15 UTC

svn commit: r1882650 [1/4] - in /nifi/site/trunk/docs/nifi-registry-docs: html/administration-guide.html html/getting-started.html html/rest-api.html html/user-guide.html rest-api/rest-api.html

Author: pvillard
Date: Mon Oct 19 10:30:15 2020
New Revision: 1882650

URL: http://svn.apache.org/viewvc?rev=1882650&view=rev
Log:
Added NiFi Registry 0.8.0 docs to NiFi site.

Modified:
    nifi/site/trunk/docs/nifi-registry-docs/html/administration-guide.html
    nifi/site/trunk/docs/nifi-registry-docs/html/getting-started.html
    nifi/site/trunk/docs/nifi-registry-docs/html/rest-api.html
    nifi/site/trunk/docs/nifi-registry-docs/html/user-guide.html
    nifi/site/trunk/docs/nifi-registry-docs/rest-api/rest-api.html

Modified: nifi/site/trunk/docs/nifi-registry-docs/html/administration-guide.html
URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-registry-docs/html/administration-guide.html?rev=1882650&r1=1882649&r2=1882650&view=diff
==============================================================================
--- nifi/site/trunk/docs/nifi-registry-docs/html/administration-guide.html (original)
+++ nifi/site/trunk/docs/nifi-registry-docs/html/administration-guide.html Mon Oct 19 10:30:15 2020
@@ -1,20 +1,4 @@
-<!--
-                        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.
-                        -->
-                        <!DOCTYPE html>
+<!DOCTYPE html>
 <html lang="en">
 <head>
 <meta charset="UTF-8">
@@ -3443,14 +3427,12 @@ by the NiFi Registry instance that the p
 <div class="literalblock">
 <div class="content">
 <pre>&lt;eventHookProvider&gt;
-    &lt;class&gt;
-      org.apache.nifi.registry.provider.hook.ScriptEventHookProvider
-    &lt;/class&gt;
+    &lt;class&gt;org.apache.nifi.registry.provider.hook.ScriptEventHookProvider&lt;/class&gt;
     &lt;property name="Script Path"&gt;&lt;/property&gt;
     &lt;property name="Working Directory"&gt;&lt;/property&gt;
     &lt;!-- optional --&gt;
-        &lt;property name="Whitelisted Event Type 1"&gt;CREATE_FLOW&lt;/property&gt;
-        &lt;property name="Whitelisted Event Type 2"&gt;UPDATE_FLOW&lt;/property&gt;
+    &lt;property name="Whitelisted Event Type 1"&gt;CREATE_FLOW&lt;/property&gt;
+    &lt;property name="Whitelisted Event Type 2"&gt;UPDATE_FLOW&lt;/property&gt;
 &lt;/eventHookProvider&gt;</pre>
 </div>
 </div>
@@ -3488,9 +3470,7 @@ via NiFi Registry’s <em>logback.xml
 <div class="literalblock">
 <div class="content">
 <pre>&lt;eventHookProvider&gt;
-    &lt;class&gt;
-      org.apache.nifi.registry.provider.hook.LoggingEventHookProvider
-    &lt;/class&gt;
+    &lt;class&gt;org.apache.nifi.registry.provider.hook.LoggingEventHookProvider&lt;/class&gt;
 &lt;/eventHookProvider&gt;</pre>
 </div>
 </div>
@@ -3646,7 +3626,7 @@ via NiFi Registry’s <em>logback.xml
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2020-07-15 11:04:45 -04:00
+Last updated 2020-10-13 22:35:31 +02:00
 </div>
 </div>
 </body>

Modified: nifi/site/trunk/docs/nifi-registry-docs/html/getting-started.html
URL: http://svn.apache.org/viewvc/nifi/site/trunk/docs/nifi-registry-docs/html/getting-started.html?rev=1882650&r1=1882649&r2=1882650&view=diff
==============================================================================
--- nifi/site/trunk/docs/nifi-registry-docs/html/getting-started.html (original)
+++ nifi/site/trunk/docs/nifi-registry-docs/html/getting-started.html Mon Oct 19 10:30:15 2020
@@ -1,20 +1,4 @@
-<!--
-                        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.
-                        -->
-                        <!DOCTYPE html>
+<!DOCTYPE html>
 <html lang="en">
 <head>
 <meta charset="UTF-8">
@@ -755,7 +739,7 @@ the versioned flow you just saved (a ref
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2020-07-15 11:04:45 -04:00
+Last updated 2020-10-13 22:35:31 +02:00
 </div>
 </div>
 </body>