You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/10/08 13:38:35 UTC

[1/2] incubator-kylin git commit: update powered by page

Repository: incubator-kylin
Updated Branches:
  refs/heads/1.x-staging 1955a2f9a -> e2fb4813a


update powered by page


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/96ec9bdf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/96ec9bdf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/96ec9bdf

Branch: refs/heads/1.x-staging
Commit: 96ec9bdf2657a952b1aae3f0cf3c35a0cefdc339
Parents: 1955a2f
Author: Luke Han <lu...@apache.org>
Authored: Thu Oct 8 19:33:37 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Thu Oct 8 19:33:37 2015 +0800

----------------------------------------------------------------------
 website/community/poweredby.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/96ec9bdf/website/community/poweredby.md
----------------------------------------------------------------------
diff --git a/website/community/poweredby.md b/website/community/poweredby.md
index a76e427..7623bec 100644
--- a/website/community/poweredby.md
+++ b/website/community/poweredby.md
@@ -12,6 +12,7 @@ _Send a quick description of your organization and usage to the [mailing list](m
 __Companies__
 
 * [eBay](http://www.ebay.com), Apache Kylin is used at eBay for Big Data Analytics on Hadoop. This powers various data products including Behavior Analytics, Traffic Reporting, Account Manager Application and Streaming Dashboard.
+* [JCloud](http://www.jcloud.com), Apache Kylin is used as Data Analytics Engine to analyse JOS <http://jos.jd.com/> API access behavior and report.
 * [MiningLAMP](http://www.mininglamp.com/), Kylin is part of MiningLAMP's Big Data Analytics product offering OLAP capability 
 * [Meituan](http://www.meituan.com)
 * 


[2/2] incubator-kylin git commit: style

Posted by lu...@apache.org.
style

Signed-off-by: Luke Han <lu...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/e2fb4813
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/e2fb4813
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/e2fb4813

Branch: refs/heads/1.x-staging
Commit: e2fb4813a749b43a2e5764ed4a21cfa974543b54
Parents: 96ec9bd
Author: Chen Luwei <lu...@lm-shc-00399960.corp.ebay.com>
Authored: Wed Sep 23 16:56:18 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Thu Oct 8 19:36:04 2015 +0800

----------------------------------------------------------------------
 website/_includes/dev_ul.html | 2 +-
 website/_layouts/blog.html    | 2 ++
 website/_layouts/dev.html     | 2 ++
 website/assets/css/docs.css   | 7 +++++++
 website/blog/index.md         | 4 ++--
 5 files changed, 14 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/e2fb4813/website/_includes/dev_ul.html
----------------------------------------------------------------------
diff --git a/website/_includes/dev_ul.html b/website/_includes/dev_ul.html
index 1190753..3c155fc 100644
--- a/website/_includes/dev_ul.html
+++ b/website/_includes/dev_ul.html
@@ -16,7 +16,7 @@
 
   {% for p in site.dev %}
     {% if p.url == item_url %}
-      <li><a href="{{ p.url }}" class="list-group-item-lay pjaxlink">{{p.title}}</a></li>      
+      <li><a href="{{ p.url }}" class="list-group-item-lay pjaxlink" id="navlist">{{p.title}}</a></li>      
       {% break %}
     {% endif %}
   {% endfor %}

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/e2fb4813/website/_layouts/blog.html
----------------------------------------------------------------------
diff --git a/website/_layouts/blog.html b/website/_layouts/blog.html
index b146a22..8f5d171 100644
--- a/website/_layouts/blog.html
+++ b/website/_layouts/blog.html
@@ -29,7 +29,9 @@
 
 		<div class="container">
 			<div>
+				<article class="post-content" >	
 				{{ content }}
+				</article>
 			</div>
 		</div>		
 		{% include footer.html %}

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/e2fb4813/website/_layouts/dev.html
----------------------------------------------------------------------
diff --git a/website/_layouts/dev.html b/website/_layouts/dev.html
index 6662bb4..cd8c070 100644
--- a/website/_layouts/dev.html
+++ b/website/_layouts/dev.html
@@ -29,7 +29,9 @@
 					<div id="container">
 						<div id="pjax">
 							<h1 class="post-title">{{ page.title }}</h1>
+							<article class="post-content" >
 							{{ content }}
+							</article>
 						</div>
 					</div>
 				</div>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/e2fb4813/website/assets/css/docs.css
----------------------------------------------------------------------
diff --git a/website/assets/css/docs.css b/website/assets/css/docs.css
index 8e5d484..eeb7314 100755
--- a/website/assets/css/docs.css
+++ b/website/assets/css/docs.css
@@ -87,6 +87,12 @@
   color: #666666;
 }
 
+.post-link {
+  font-family: 'Open sans';
+  color: #454545;
+  font-size: 20px;
+}
+
 .nside {
   color: #fb8d08 !important;
 }
@@ -117,3 +123,4 @@
 
 
 
+

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/e2fb4813/website/blog/index.md
----------------------------------------------------------------------
diff --git a/website/blog/index.md b/website/blog/index.md
index 6417344..8a60376 100644
--- a/website/blog/index.md
+++ b/website/blog/index.md
@@ -10,13 +10,13 @@ title: Blog
         <h4 class="section-title"><span> Kylin Technical Blog </span></h4>
          <!-- second-->
           <div id="content-container" class="animated fadeIn">
-            <div >
+            <div>
              <ul class="post-list">
             {% for category in site.categories %}     <!-- categories -->
             {% if category[0]  == 'blog' %}
             {% for post in category[1] %}
             <li>
-        <h2 align="left">
+        <h2 align="left" style="margin:0px">
           <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h2><div align="left" class="post-meta" >posted: {{ post.date | date: "%b %-d, %Y" }}</div>
         
       </li>