You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2016/03/11 01:19:07 UTC

incubator-kudu-site git commit: Add a placeholder page which redirects to getkudu.io

Repository: incubator-kudu-site
Updated Branches:
  refs/heads/asf-site [created] 02edf9fb3


Add a placeholder page which redirects to getkudu.io

(will replace this with the proper site once we figure out the
right build setup for jekyll, etc)


Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/commit/02edf9fb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/tree/02edf9fb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/diff/02edf9fb

Branch: refs/heads/asf-site
Commit: 02edf9fb3d8fee551d83943ea8104b93ac7ec567
Parents: 
Author: Todd Lipcon <to...@cloudera.com>
Authored: Tue Mar 8 17:53:15 2016 -0800
Committer: Todd Lipcon <to...@cloudera.com>
Committed: Tue Mar 8 17:53:15 2016 -0800

----------------------------------------------------------------------
 index.html | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/02edf9fb/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..761ce27
--- /dev/null
+++ b/index.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0;url=http://getkudu.io/" />
+</head>
+<body>
+  <p>Apache Kudu (incubating) is currently in the progress of migrating
+  its site to the ASF hosting infrastructure.<p>
+  <p>In the meantime, please visit <a href="http://getkudu.io/">getkudu.io</a></p>
+</body>
+</html>
+
+