-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
63 lines (56 loc) · 3.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
---
<!DOCTYPE html>
{% assign latest_release=site.data.releases.releases[0] %}
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>MacVim by macvim-dev</title>
<meta name="description" content="MacVim is a port of the text editor Vim that seamlessly integrates with macOS as a native app.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet_dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="shortcut icon" href="images/favicon-macvim-16.png">
<link rel="icon" type="image/png" sizes="256x256" href="images/favicon-macvim-256.png">
<link rel="icon" type="image/png" sizes="128x128" href="images/favicon-macvim-128.png">
<link rel="icon" type="image/png" sizes="64x64" href="images/favicon-macvim-64.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-macvim-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-macvim-16.png">
</head>
<body>
<section class="page-header">
<h1 class="project-name">MacVim</h1>
<h2 class="project-tagline">Vim - the text editor - for macOS</h2>
<a href="https://github.com/macvim-dev/macvim/releases/download/release-{{ latest_release }}/MacVim.dmg" class="btn">Download MacVim</a><br />
<a class="project-release-notes" href="https://github.com/macvim-dev/macvim/releases/latest">Release Notes <small>(r{{ latest_release }})</small></a><br />
<p class="project-additional-notes">
Requires macOS 10.13 or later.<br />
For macOS 10.9-10.12, <a href="https://github.com/macvim-dev/macvim/releases/download/release-{{ latest_release }}/MacVim_10.9.dmg">download here</a>.<br />
Download pre-release beta builds or other versions <a href="https://github.com/macvim-dev/macvim/releases/">here</a>.
</p>
</section>
<section class="main-content">
<ul>
<li>
<a href="https://github.com/macvim-dev/macvim">GitHub</a>: MacVim GitHub page</li>
<li>
<a href="https://github.com/macvim-dev/macvim/releases">Releases</a>: Binary releases and release notes</li>
<li>
<a href="/docs/gui_mac.txt.html">Documentation</a>: MacVim documentation</li>
<li>
<a href="https://github.com/macvim-dev/macvim/wiki/FAQ">FAQ</a>: Answers to some frequently asked questions</li>
<li>
<a href="https://github.com/macvim-dev/macvim/wiki/Troubleshooting">Troubleshooting</a>: How to track down the source of common problems</li>
<li>
<a href="https://github.com/macvim-dev/macvim/wiki/Debugging">Debugging</a>: How to generate a debug log</li>
</ul>
<footer class="site-footer">
<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>
<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>
</footer>
</section>
</body>
</html>