mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
66 lines
3.3 KiB
HTML
66 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."/>
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||
<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.3.2/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/fossil 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>
|
||
<footer class="container">
|
||
<small><a href="https://github.com/milkypostman/melpa/blob/master/html/js/melpa.js">Source code for this page →</a></small>
|
||
</footer>
|
||
<!--[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.30/mithril.min.js"></script>
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.4/moment.min.js"></script>
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js"></script>
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/1.1.0/cookies.min.js"></script>
|
||
<script src="js/melpa.js"></script>
|
||
<script>
|
||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||
|
||
ga('create', 'UA-39278673-2', 'auto');
|
||
ga('send', 'pageview');
|
||
|
||
</script>
|
||
</body>
|
||
</html>
|