Skip to content

Commit 54b911e

Browse files
committed
Add redirect and README for old gh-pages branch
This branch is now obsolete, with the new macvim-dev.github.io branch serving as the canonical website, as it makes more sense to host this on a root organizational level instead. Set up a redirect to point to the new site, and add README for explanation (especially how the appcast/latest.xml file is still important to keep around for now to support older versions of MacVim).
1 parent 49c8bdd commit 54b911e

File tree

2 files changed

+21
-31
lines changed

2 files changed

+21
-31
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Old MacVim website
2+
3+
This is the old branch for the MacVim website and is no longer used. Please see https://github.com/macvim-dev/macvim-dev.github.io (available as https://macvim.org) instead.
4+
5+
When visiting this site, there is now a meta refresh to redirect to the new location.
6+
7+
## Note
8+
9+
The file appcast/latest.xml is still in use and should not be deleted or moved. Older versions of MacVim point directly to the raw GitHub URL for that file for updates (before it was moved to point to https://macvim.org/appcast/latest.xml instead). To prevent breaking software update for people running older versions of MacVim (since they may not use the software frequently), we keep the file around for now.

index.html

Lines changed: 12 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,36 @@
1-
---
2-
release: 176
3-
---
41
<!DOCTYPE html>
52
<html lang="en-us">
63
<head>
74
<meta charset="UTF-8">
8-
<title>MacVim by macvim-dev</title>
5+
6+
7+
<!-- The gh-pages branch is no longer in use. Redirect to the new URL -->
8+
<title>Redirecting to https://macvim.org</title>
9+
<meta http-equiv="refresh" content="0; URL=https://macvim.org">
10+
11+
12+
13+
<!-- In case the client has autorefresh disabled, we display a message to tell the client that we have moved -->
914
<meta name="viewport" content="width=device-width, initial-scale=1">
1015
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
1116
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
1217
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
1318
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet_dark.css" media="screen">
14-
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
1519
</head>
1620
<body>
1721
<section class="page-header">
1822
<h1 class="project-name">MacVim</h1>
1923
<h2 class="project-tagline">Vim - the text editor - for macOS</h2>
20-
<a href="https://github.com/macvim-dev/macvim/releases/download/release-{{ page.release }}/MacVim.dmg" class="btn">Download MacVim</a><br />
21-
<a class="project-release-notes" href="https://github.com/macvim-dev/macvim/releases/latest">Release Notes <small>(r{{ page.release }})</small></a><br />
22-
<p class="project-additional-notes">
23-
Requires macOS 10.13 or later.<br />
24-
For macOS 10.9-10.12, <a href="https://github.com/macvim-dev/macvim/releases/download/release-{{ page.release }}/MacVim_10.9.dmg">download here</a>.<br />
25-
Download pre-release beta builds or other versions <a href="https://github.com/macvim-dev/macvim/releases/">here</a>.
26-
</p>
24+
25+
This page has been moved to <a href=https://macvim.org>https://macvim.org</a>
26+
2727
</section>
2828

2929
<section class="main-content">
30-
<ul>
31-
<li>
32-
<a href="https://github.com/macvim-dev/macvim">GitHub</a>: MacVim GitHub page</li>
33-
<li>
34-
<a href="https://github.com/macvim-dev/macvim/releases">Releases</a>: Binary releases and release notes</li>
35-
<li>
36-
<a href="/docs/gui_mac.txt.html">Documentation</a>: MacVim documentation</li>
37-
<li>
38-
<a href="https://github.com/macvim-dev/macvim/wiki/FAQ">FAQ</a>: Answers to some frequently asked questions</li>
39-
<li>
40-
<a href="https://github.com/macvim-dev/macvim/wiki/Troubleshooting">Troubleshooting</a>: How to track down the source of common problems</li>
41-
<li>
42-
<a href="https://github.com/macvim-dev/macvim/wiki/Debugging">Debugging</a>: How to generate a debug log</li>
43-
</ul>
44-
4530
<footer class="site-footer">
4631
<span class="site-footer-owner"><a href="https://github.com/macvim-dev/macvim">MacVim</a> is maintained by <a href="https://github.com/macvim-dev">macvim-dev</a>.</span>
47-
4832
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
4933
</footer>
50-
5134
</section>
52-
53-
5435
</body>
5536
</html>

0 commit comments

Comments
 (0)