You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2018/09/19 14:08:20 UTC

svn commit: r1841341 - in /kylin/site: docs/gettingstarted/faq.html docs/howto/howto_use_restapi.html docs20/howto/howto_use_restapi.html feed.xml

Author: lidong
Date: Wed Sep 19 14:08:20 2018
New Revision: 1841341

URL: http://svn.apache.org/viewvc?rev=1841341&view=rev
Log:
Update faq

Modified:
    kylin/site/docs/gettingstarted/faq.html
    kylin/site/docs/howto/howto_use_restapi.html
    kylin/site/docs20/howto/howto_use_restapi.html
    kylin/site/feed.xml

Modified: kylin/site/docs/gettingstarted/faq.html
URL: http://svn.apache.org/viewvc/kylin/site/docs/gettingstarted/faq.html?rev=1841341&r1=1841340&r2=1841341&view=diff
==============================================================================
--- kylin/site/docs/gettingstarted/faq.html (original)
+++ kylin/site/docs/gettingstarted/faq.html Wed Sep 19 14:08:20 2018
@@ -5836,7 +5836,7 @@ var _hmt = _hmt || [];
 <h4 id="who-are-using-apache-kylin">Who are using Apache Kylin?</h4>
 
 <ul>
-  <li>Please check Kylin’s powered by page(https://kylin.apache.org/community/poweredby.html) .</li>
+  <li>You can find a list in Kylin’s <a href="/community/poweredby.html">powered by page</a>. If you want to be added, please email to dev@kylin.apache.org with your use case.</li>
 </ul>
 
 <h4 id="whats-the-expansion-rate-of-cube-compared-with-raw-data">What’s the expansion rate of Cube (compared with raw data)?</h4>

Modified: kylin/site/docs/howto/howto_use_restapi.html
URL: http://svn.apache.org/viewvc/kylin/site/docs/howto/howto_use_restapi.html?rev=1841341&r1=1841340&r2=1841341&view=diff
==============================================================================
--- kylin/site/docs/howto/howto_use_restapi.html (original)
+++ kylin/site/docs/howto/howto_use_restapi.html Wed Sep 19 14:08:20 2018
@@ -5870,7 +5870,11 @@ var _hmt = _hmt || [];
 
 <h4 id="request-header">Request Header</h4>
 <p>Authorization data encoded by basic auth is needed in the header, such as:<br />
-Authorization:Basic {data}</p>
+Authorization:Basic {data}<br />
+You can generate {data} by using below python script<br />
+<code class="highlighter-rouge">
+python -c "import base64; print base64.standard_b64encode('$UserName:$Password')"
+</code></p>
 
 <h4 id="response-body">Response Body</h4>
 <ul>

Modified: kylin/site/docs20/howto/howto_use_restapi.html
URL: http://svn.apache.org/viewvc/kylin/site/docs20/howto/howto_use_restapi.html?rev=1841341&r1=1841340&r2=1841341&view=diff
==============================================================================
--- kylin/site/docs20/howto/howto_use_restapi.html (original)
+++ kylin/site/docs20/howto/howto_use_restapi.html Wed Sep 19 14:08:20 2018
@@ -8378,7 +8378,11 @@ var _hmt = _hmt || [];
 
 <h4 id="request-header">Request Header</h4>
 <p>Authorization data encoded by basic auth is needed in the header, such as:<br />
-Authorization:Basic {data}</p>
+Authorization:Basic {data}<br />
+You can generate {data} by using below python script<br />
+<code class="highlighter-rouge">
+python -c "import base64; print base64.standard_b64encode('$UserName:$Password')"
+</code></p>
 
 <h4 id="response-body">Response Body</h4>
 <ul>

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1841341&r1=1841340&r2=1841341&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Wed Sep 19 14:08:20 2018
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 18 Sep 2018 17:25:19 -0700</pubDate>
-    <lastBuildDate>Tue, 18 Sep 2018 17:25:19 -0700</lastBuildDate>
+    <pubDate>Wed, 19 Sep 2018 06:59:19 -0700</pubDate>
+    <lastBuildDate>Wed, 19 Sep 2018 06:59:19 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>