|
1 | | ---- |
2 | | -release: 176 |
3 | | ---- |
4 | 1 | <!DOCTYPE html> |
5 | 2 | <html lang="en-us"> |
6 | 3 | <head> |
7 | 4 | <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 --> |
9 | 14 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
10 | 15 | <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> |
11 | 16 | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> |
12 | 17 | <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> |
13 | 18 | <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"> |
15 | 19 | </head> |
16 | 20 | <body> |
17 | 21 | <section class="page-header"> |
18 | 22 | <h1 class="project-name">MacVim</h1> |
19 | 23 | <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 | + |
27 | 27 | </section> |
28 | 28 |
|
29 | 29 | <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 | | - |
45 | 30 | <footer class="site-footer"> |
46 | 31 | <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 | | - |
48 | 32 | <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> |
49 | 33 | </footer> |
50 | | - |
51 | 34 | </section> |
52 | | - |
53 | | - |
54 | 35 | </body> |
55 | 36 | </html> |
0 commit comments