Author: mcgilman
Date: Wed May 20 01:58:21 2015
New Revision: 1680437
URL: http://svn.apache.org/r1680437
Log:
Using a thumbnail for the flow image on the main page
Modified:
incubator/nifi/site/trunk/docs/administration-guide.html
incubator/nifi/site/trunk/docs/developer-guide.html
incubator/nifi/site/trunk/docs/expression-language-guide.html
incubator/nifi/site/trunk/docs/overview.html
incubator/nifi/site/trunk/docs/user-guide.html
incubator/nifi/site/trunk/index.html
Modified: incubator/nifi/site/trunk/docs/administration-guide.html
URL:
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/administration-guide.html?rev=1680437&r1=1680436&r2=1680437&view=diff
==============================================================================
--- incubator/nifi/site/trunk/docs/administration-guide.html (original)
+++ incubator/nifi/site/trunk/docs/administration-guide.html Wed May 20
01:58:21 2015
@@ -1963,7 +1963,7 @@ If multicast is used, the following nifi
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-05-14 08:02:14 EDT
+Last updated 2015-05-19 21:57:14 EDT
</div>
</div>
</body>
Modified: incubator/nifi/site/trunk/docs/developer-guide.html
URL:
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/developer-guide.html?rev=1680437&r1=1680436&r2=1680437&view=diff
==============================================================================
--- incubator/nifi/site/trunk/docs/developer-guide.html (original)
+++ incubator/nifi/site/trunk/docs/developer-guide.html Wed May 20 01:58:21 2015
@@ -3032,7 +3032,7 @@ worry about bothering us. Just ping the
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-05-14 08:02:14 EDT
+Last updated 2015-05-19 21:57:14 EDT
</div>
</div>
</body>
Modified: incubator/nifi/site/trunk/docs/expression-language-guide.html
URL:
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/expression-language-guide.html?rev=1680437&r1=1680436&r2=1680437&view=diff
==============================================================================
--- incubator/nifi/site/trunk/docs/expression-language-guide.html (original)
+++ incubator/nifi/site/trunk/docs/expression-language-guide.html Wed May 20
01:58:21 2015
@@ -3040,7 +3040,7 @@ an embedded Expression, though it does n
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-05-14 08:02:14 EDT
+Last updated 2015-05-19 21:57:14 EDT
</div>
</div>
</body>
Modified: incubator/nifi/site/trunk/docs/overview.html
URL:
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/overview.html?rev=1680437&r1=1680436&r2=1680437&view=diff
==============================================================================
--- incubator/nifi/site/trunk/docs/overview.html (original)
+++ incubator/nifi/site/trunk/docs/overview.html Wed May 20 01:58:21 2015
@@ -899,7 +899,7 @@ about loading, and to exchange data on s
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-05-14 08:02:14 EDT
+Last updated 2015-05-19 21:57:14 EDT
</div>
</div>
</body>
Modified: incubator/nifi/site/trunk/docs/user-guide.html
URL:
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/docs/user-guide.html?rev=1680437&r1=1680436&r2=1680437&view=diff
==============================================================================
--- incubator/nifi/site/trunk/docs/user-guide.html (original)
+++ incubator/nifi/site/trunk/docs/user-guide.html Wed May 20 01:58:21 2015
@@ -2308,7 +2308,7 @@ lineage graph and select "Find parents"
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-05-14 08:02:14 EDT
+Last updated 2015-05-19 21:57:14 EDT
</div>
</div>
</body>
Modified: incubator/nifi/site/trunk/index.html
URL:
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/index.html?rev=1680437&r1=1680436&r2=1680437&view=diff
==============================================================================
--- incubator/nifi/site/trunk/index.html (original)
+++ incubator/nifi/site/trunk/index.html Wed May 20 01:58:21 2015
@@ -116,7 +116,9 @@
</div>
</div>
<div class="medium-6 large-7 columns">
- <img id="flow" src="images/flow.png" alt="NiFi flow"/>
+ <a class="th" href="images/flow.png">
+ <img id="flow" src="images/flow-th.png" alt="NiFi flow">
+ </a>
</div>
<div class="clear"></div>
</div>