blob: be43671d197945da84c3e9fdef042296440fdd72 (
plain)
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
|
<!doctype html>
<html lang="en" xml:lang="en">
<head>
<title>GNU Emacs Lisp Package Archive</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="//code.cdn.mozilla.net/fonts/fira.css">
<link rel="stylesheet" type="text/css" href="layout.css">
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,width=device-width" />
</head>
<body>
<div class="wrapper">
<header>
<div class="container">
<img src="images/elpa.png" alt="ELPA"/>
<a href="index.html"><h1>GNU Emacs Lisp Package Archive</h1></a>
<p>
The default package repository for
<a href="https://www.gnu.org/software/emacs/">GNU Emacs</a>.
</p>
</div>
</header>
<main class="container">
<table id="jslicense-labels1">
<thead>
<tr>
<th>Script</th>
<th>License</th>
<th>Source</th>
</tr>
</thead>
<tr>
<td><a href="javascript/package-search.js">package-search.js</a></td>
<td><a href="https://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</a></td>
<td><a href="javascript/package-search.js">package-search.js</a></td>
</tr>
</table>
</main>
<footer>
<div class="container">
<p>Copyright 2021-2022 <a href="https://fsf.org">Free Software Foundation</a>, Inc.</p>
<p>Design provided by <a href="https://nicolas.petton.fr">Nicolas Petton</a></p>
<p>
This website is licensed under the
<a href="https://creativecommons.org/licenses/by-nd/4.0/">CC BY-ND 4.0</a>
International License.
</p>
</div>
</footer>
</body>
</html>
|