emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] main d215a20: * html/nongnu.html: Add HTML for elpa.nongnu.org


From: Philip Kaludercic
Subject: [elpa] main d215a20: * html/nongnu.html: Add HTML for elpa.nongnu.org
Date: Tue, 2 Nov 2021 05:06:04 -0400 (EDT)

branch: main
commit d215a20e081828692c029de01ffe3dbaac37cd6c
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    * html/nongnu.html: Add HTML for elpa.nongnu.org
---
 html/nongnu.html | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 80 insertions(+)

diff --git a/html/nongnu.html b/html/nongnu.html
new file mode 100644
index 0000000..b4a5584
--- /dev/null
+++ b/html/nongnu.html
@@ -0,0 +1,80 @@
+<!doctype html>
+<html lang="en" xml:lang="en">
+    <head>
+        <title>NonGNU 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">
+            <div class="header">
+                <div class="container">
+                    <img src="images/elpa.png" alt="ELPA"/>
+                    <h1>NonGNU Emacs Lisp Package Archive</h1>
+
+                    <p>
+                        A package repository for 
+                        <a href="https://www.gnu.org/software/emacs/";>GNU 
Emacs</a>.
+                    </p>
+                </div>
+            </div>
+
+            <div class="container">
+                <p> To use it, type <tt>M-x list-packages</tt> in Emacs. </p>
+
+                <p class="centered"><a class="button" href="nongnu/">Browse 
the packages</a></p>
+
+                <p>To use it in Emacs&lt;28, you need to add something like 
the following to your init file:
+               <pre>(with-eval-after-load 'package
+  (add-to-list 'package-archives '("nongnu" . 
"https://elpa.nongnu.org/nongnu/";)))</pre>
+               </p>
+
+                <p>
+                    Packages are managed through the
+                    <a 
href="https://git.savannah.gnu.org/cgit/emacs/nongnu.git";>NonGNU ELPA 
repository</a>
+                    (see the <a 
href="https://savannah.gnu.org/projects/emacs";>GNU Emacs project page</a>
+                    for clone instructions).
+                </p>
+
+                <h3>Contact</h3>
+
+                <ul>
+                  <li>
+                    To contribute a new package refer to the
+                    <a 
href="https://git.savannah.gnu.org/cgit/emacs/nongnu.git/plain/README.org";>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 <a 
href="https://lists.gnu.org/mailman/listinfo/emacs-devel";>emacs-devel mailing 
list</a>.
+                  </li>
+                </ul>
+            </div>
+            <div class="push"></div>
+        </div>
+
+        <div class="footer">
+            <div class="container">
+                <p>Copyright 2016-2021 <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>
+        </div>
+
+    </body>
+</html>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]