You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/04/05 14:43:52 UTC

[05/50] incubator-joshua-site git commit: Fixing redirect

Fixing redirect


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/commit/2c8c9aab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/tree/2c8c9aab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/diff/2c8c9aab

Branch: refs/heads/asf-site
Commit: 2c8c9aabe2ad226fddc34f8e528c8fb4843f3468
Parents: 66249a4
Author: Matt Post <po...@cs.jhu.edu>
Authored: Wed May 20 11:33:26 2015 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Wed May 20 11:33:26 2015 -0400

----------------------------------------------------------------------
 _config.yml             |  3 +++
 releases/6.0/index.html | 10 +++-------
 2 files changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/blob/2c8c9aab/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 0238845..65aebd9 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,2 +1,5 @@
 timezone: US/Eastern
 markdown: kramdown
+
+gems:
+  - jekyll-redirect-from

http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/blob/2c8c9aab/releases/6.0/index.html
----------------------------------------------------------------------
diff --git a/releases/6.0/index.html b/releases/6.0/index.html
index 91afe49..136ece3 100644
--- a/releases/6.0/index.html
+++ b/releases/6.0/index.html
@@ -1,7 +1,3 @@
-<!DOCTYPE HTML>
-<html lang="en-US">
-    <head>
-        <meta charset="UTF-8">
-        <meta http-equiv="refresh" content="1;url=http://cs.jhu.edu/~post/files/joshua-v6.0.2.tgz" />
-    </head>
-</html>
+---
+redirect_from: "http://cs.jhu.edu/~post/files/joshua-v{{ site.data.joshua.release_version }}.tgz"
+---