mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 11:09:27 +00:00
62 lines
3.3 KiB
HTML
62 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en-US">
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<title>MELPA</title>
|
||
<meta name="description" lang="en" content="The largest and most up-to-date repository of Emacs packages."/>
|
||
<link rel="shortcut icon" href="favicon.ico" />
|
||
<link href="/updates.rss" rel="alternate" title="MELPA updates" type="application/rss+xml" />
|
||
<!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.min.js" type="text/javascript"></script><![endif]-->
|
||
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
||
<link rel="stylesheet" href="css/melpa.css" type="text/css" />
|
||
</head>
|
||
<body>
|
||
<header class="navbar navbar-fixed-top">
|
||
<div class="container">
|
||
<div class="navbar-header">
|
||
<a href="#/" class="navbar-brand archive-name">MELPA</a>
|
||
</div>
|
||
<nav class="collapse navbar-collapse">
|
||
<ul class="nav navbar-nav">
|
||
<li><a href="#/">Packages</a></li>
|
||
<li><a href="#/getting-started">Getting started</a></li>
|
||
<li><a href="https://github.com/milkypostman/melpa">Github</a></li>
|
||
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=UCKDWNVGK8MFA&lc=US&item_name=MELPA¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">Donate</a></li>
|
||
</ul>
|
||
</nav>
|
||
</div>
|
||
</header>
|
||
<main class="container" id="content">
|
||
<noscript>
|
||
<h1><span class="archive-name">MELPA</span> (Milkypostman’s Emacs Lisp Package Archive)</h1>
|
||
<ul>
|
||
<li>Up-to-date packages built on our servers from upstream source</li>
|
||
<li>Installable in any recent Emacs using 'package.el' - no need to install svn/cvs/hg/bzr/git/darcs etc.</li>
|
||
<li>Curated - no obsolete, renamed, forked or randomly hacked packages</li>
|
||
<li>Comprehensive - more packages than any other archive</li>
|
||
<li>Automatic updates - new commits result in new packages</li>
|
||
<li>Extensible - contribute recipes via github, and we'll build the packages</li>
|
||
</ul>
|
||
</noscript>
|
||
</main>
|
||
<!--[if lt IE 9]>
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/2.3.0/es5-shim.min.js"></script>
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/json2/20130526/json2.min.js"></script>
|
||
<![endif]-->
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/mithril/0.1.17/mithril.min.js"></script>
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.7.0/moment.min.js"></script>
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js"></script>
|
||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||
<script src="js/melpa.js"></script>
|
||
<script src="http://platform.twitter.com/widgets.js" type="text/javascript" async="async"></script>
|
||
<script type="text/javascript">
|
||
var _gaq = _gaq || [];
|
||
_gaq.push(['_setAccount', 'UA-39278673-1']);
|
||
(function() {
|
||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||
})();
|
||
</script>
|
||
</body>
|
||
</html>
|