melpa/html/index.html

63 lines
3.3 KiB
HTML
Raw Normal View History

2013-08-24 10:06:45 +00:00
<!DOCTYPE html>
2014-05-24 14:57:50 +00:00
<html lang="en-US">
2013-08-24 10:06:45 +00:00
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>MELPA</title>
2014-05-27 09:26:22 +00:00
<meta name="description" lang="en" content="The largest and most up-to-date repository of Emacs packages."/>
2013-08-27 17:46:49 +00:00
<link rel="shortcut icon" href="favicon.ico" />
2013-08-24 10:06:45 +00:00
<link href="/updates.rss" rel="alternate" title="MELPA updates" type="application/rss+xml" />
2014-05-27 10:42:49 +00:00
<!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.min.js" type="text/javascript"></script><![endif]-->
2013-08-24 10:06:45 +00:00
<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>
2013-08-24 10:06:45 +00:00
</div>
<nav class="collapse navbar-collapse">
<ul class="nav navbar-nav">
2014-05-24 14:57:50 +00:00
<li><a href="#/">Packages</a></li>
<li><a href="#/getting-started">Getting started</a></li>
2013-08-24 10:06:45 +00:00
<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&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">Donate</a></li>
</ul>
</nav>
</div>
</header>
2014-05-24 14:57:50 +00:00
<main class="container" id="content">
<noscript>
<h1><span class="archive-name">MELPA</span> (Milkypostmans Emacs Lisp Package Archive)</h1>
2014-05-24 14:57:50 +00:00
<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>
2013-08-24 10:06:45 +00:00
</main>
2014-05-27 10:42:49 +00:00
<!--[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]-->
2014-07-03 07:31:02 +00:00
<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>
2013-08-24 10:06:45 +00:00
<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>