summaryrefslogtreecommitdiff
path: root/html/index.html
blob: 98bc6d6d4e45cced838ee0c44a8ca28b7c29df44 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!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"/>
          <h1>GNU Emacs Lisp Package Archive</h1>

          <p>
            The default package repository for
            <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a>.
          </p>
        </div>
      </header>

      <main class="container">
        <p>
          To use it, type <code>M-x list-packages</code> in Emacs. <br/>
        </p>
        <p><small>
          If you use in Emacs&lt;27, you
          may want to add something like <code>(unless (fboundp
          'package-activate-all) (package-initialize))</code> somewhere
          in your init file (e.g. <code>~/.emacs</code>) to make sure your
          installed packages are activated at startup.
        </small></p>

        <p class="centered"><a class="button" href="packages/">Browse the packages</a></p>

        <p>
          Packages are managed through the
          <a href="https://cgit.git.savannah.gnu.org/cgit/elpa/gnu.git">GNU ELPA repository</a>
          (see the <a href="https://savannah.gnu.org/git/?group=elpa">ELPA project page</a>
          for clone instructions).
        </p>

        <h3>Contact</h3>

        <ul>
          <li>
            To contribute a new package, refer to the
            <a href="https://cgit.git.savannah.gnu.org/cgit/elpa/gnu.git/plain/README">README</a>.
          </li>
          <li>
            To report a bug, use the <code>M-x report-emacs-bug</code>
            command in Emacs.<br />For more information on reporting bugs, see
            <a href="https://www.gnu.org/software/emacs/manual/html_node/emacs/Bugs.html">the
              Emacs Manual</a>.
          </li>
          <li>
            If you need help, you could try the <a href="https://lists.gnu.org/mailman/listinfo/help-gnu-emacs">help-gnu-emacs mailing list</a>.
          </li>
          <li>
            For general inquiries, please contact the <a href="https://lists.gnu.org/mailman/listinfo/emacs-devel">emacs-devel mailing list</a>.
          </li>
        </ul>

        <!-- <p> You can grab the <a href="emacs-packages-latest.tgz">latest package snapshot</a>. -->
      </div>
      <div class="push"></div>
    </main>

    <footer>
      <div class="container">
        <p>Copyright 2016-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-sa/4.0/">CC BY-SA 4.0</a>
          International License.
        </p>
      </div>
    </footer>

  </body>
</html>