[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] new-master 5607de3 073/128: html/index.html: Sync with the real f
From: |
Stefan Monnier |
Subject: |
[elpa] new-master 5607de3 073/128: html/index.html: Sync with the real file |
Date: |
Mon, 14 Dec 2020 15:39:34 -0500 (EST) |
branch: new-master
commit 5607de30468f91d668ad694247a48a1e86c0560d
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
html/index.html: Sync with the real file
---
html/index.html | 34 ++++++++++++++++++++++------------
1 file changed, 22 insertions(+), 12 deletions(-)
diff --git a/html/index.html b/html/index.html
index e730d80..4afe884 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1,29 +1,39 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
<head>
- <title>GNU Emacs Lisp Package Archive - GNU Project - Free Software
Foundation</title>
- <link rel="icon" type="image/png" href="gnu-head-mini.png" />
- <link rel="stylesheet" type="text/css" href="layout.css" />
+ <title>GNU Emacs Lisp Package Archive</title>
+ <link rel="icon" type="image/png" href="gnu-head-mini.png">
+ <link rel="stylesheet" type="text/css" href="layout.css">
</head>
<body>
<h1>GNU Emacs Lisp Package Archive</h1>
<p>
-This is the default package repository for
+This is the default package repository for
<a href="http://www.gnu.org/software/emacs/";>GNU Emacs</a>.
</p>
<p>
-To use it, type <kbd>M-x list-packages</kbd> in Emacs.
-(This requires Emacs version 24.1 or higher.)
+To use it, type <tt>M-x list-packages</tt> in Emacs.
+(This requires Emacs version 24.1 or higher.) <br/>
+Since you'll probably want to use your installed packages, it's also
+<a
href="https://www.gnu.org/software/emacs/manual/html_node/emacs/Package-Installation.html#Package-Installation";>recommended</a>
+that you add <code>(package-initialize)</code> somewhere
+in your <code>~/.emacs</code> file.
</p>
+<p>Or you can just browse the <a href="packages/">list of packages</a>.</p>
+
<p>
-You can grab the <a href="emacs-packages-latest.tgz">latest package
-snapshot</a> or look at the <a href="/packages">package list</a>
-directly.
+Packages are managed through the
+<a href="http://git.savannah.gnu.org/cgit/emacs/elpa.git";>GNU ELPA
repository</a>
+(see the <a href="https://savannah.gnu.org/projects/emacs";>GNU Emacs project
page</a>
+for clone instructions). <br>
+To contribute new packages refer to the
+<a
href="http://git.savannah.gnu.org/cgit/emacs/elpa.git/plain/README";>README</a>.
</p>
+
+<!-- <p> You can grab the <a href="emacs-packages-latest.tgz">latest package
snapshot</a>. -->
</body>
</html>
- [elpa] new-master c8ff8cb 071/128: Merge commit '32b1944d5f0a65aa10c6768f4865f7ed1de8eb49' as 'packages/pinentry', (continued)
- [elpa] new-master c8ff8cb 071/128: Merge commit '32b1944d5f0a65aa10c6768f4865f7ed1de8eb49' as 'packages/pinentry', Stefan Monnier, 2020/12/14
- [elpa] new-master a8a9094 067/128: Add 'packages/loc-changes/' from commit '8447baff7cb4839ef8d1d747a14e5da85d0cee5b', Stefan Monnier, 2020/12/14
- [elpa] new-master 6c1b932 117/128: Add lang attributes to the html tag, Stefan Monnier, 2020/12/14
- [elpa] new-master 624bf8c 126/128: * README: Convert to org-mode and prepare for export., Stefan Monnier, 2020/12/14
- [elpa] new-master 36624aa 031/128: Mark merge point of websocket., Stefan Monnier, 2020/12/14
- [elpa] new-master 0dc8adf 045/128: updating notes and README text, Stefan Monnier, 2020/12/14
- [elpa] new-master 235bfd1 043/128: small updates to README and NOTES, Stefan Monnier, 2020/12/14
- [elpa] new-master f7bf2c2 053/128: Subject: Fix up quoting of keywords. Remove leftover support for *-pkg.el., Stefan Monnier, 2020/12/14
- [elpa] new-master 268aff5 072/128: Merge commit 'd76bcd7c0dcecb33e6955e25963028600c371588', Stefan Monnier, 2020/12/14
- [elpa] new-master 438b47e 082/128: * README: Typos, Stefan Monnier, 2020/12/14
- [elpa] new-master 5607de3 073/128: html/index.html: Sync with the real file,
Stefan Monnier <=
- [elpa] new-master 8cec0b6 094/128: README: Fix copyright years., Stefan Monnier, 2020/12/14
- [elpa] new-master 4ce436f 104/128: Add 'packages/mmm-mode/' from commit '00c10a69c8c90178530219730ccea14ab634a74e', Stefan Monnier, 2020/12/14
- [elpa] new-master 3cd9112 110/128: * GNUmakefile (%.elc): Use load-prefer-newer, Stefan Monnier, 2020/12/14
- [elpa] new-master 77214e1 102/128: * README: mention make check_copyrights, Stefan Monnier, 2020/12/14
- [elpa] new-master 34abb9b 113/128: README: Mention that the copyright in ELPA is with the FSF, Stefan Monnier, 2020/12/14
- [elpa] new-master 274a403 115/128: Add 'packages/org-edna/' from commit 'd5bce9db875a7ab2b085aca265ff7f3350d224ba', Stefan Monnier, 2020/12/14
- [elpa] new-master 8b45e8c 022/128: Add SML-mode., Stefan Monnier, 2020/12/14
- [elpa] new-master deda3ae 032/128: Sync with enwc/master, Stefan Monnier, 2020/12/14
- [elpa] new-master 9590444 027/128: Thanks go to Lars Andersen., Stefan Monnier, 2020/12/14
- [elpa] new-master aa5dc11 044/128: update link in README, Stefan Monnier, 2020/12/14