This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "ELPA".
The branch, master has been updated via d1f6155a9b973185ecbd4fc3a17709dc1ce429ce (commit) via f6799b0eebed5a81f3b68c02bb329d76abf091fa (commit) via b0de2ced70a72791836050d334735a4cc91676f5 (commit) from 09999f52658f36bbcfd5744ae4bfd3fb2cc5fcbf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d1f6155a9b973185ecbd4fc3a17709dc1ce429ce Author: Xue Fuqiao <xfq.f...@gmail.com> Date: Mon Dec 16 21:13:46 2013 +0800 Continue previous change. diff --git a/html/index.html b/html/index.html index 9bbc894..372851f 100644 --- a/html/index.html +++ b/html/index.html @@ -1,11 +1,10 @@ <!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"> -<html> <head> <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"> + <link rel="icon" type="image/png" href="gnu-head-mini.png" /> + <link rel="stylesheet" type="text/css" href="layout.css" /> </head> <body> @@ -14,12 +13,17 @@ <p> 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.) +</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. +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. +</p> </body> </html> commit f6799b0eebed5a81f3b68c02bb329d76abf091fa Author: Xue Fuqiao <xfq.f...@gmail.com> Date: Mon Dec 16 21:08:26 2013 +0800 Minor cleanup. diff --git a/html/index.html b/html/index.html index 3d833d6..9bbc894 100644 --- a/html/index.html +++ b/html/index.html @@ -12,11 +12,11 @@ <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> -To use it, type <tt>M-x list-packages</tt> in Emacs. +To use it, type <kbd>M-x list-packages</kbd> in Emacs. (This requires Emacs version 24.1 or higher.) <p> commit b0de2ced70a72791836050d334735a4cc91676f5 Author: Xue Fuqiao <xfq.f...@gmail.com> Date: Mon Dec 16 20:55:54 2013 +0800 Make html/index.html be consistent with other gnu.org websites. diff --git a/html/index.html b/html/index.html index e734c88..3d833d6 100644 --- a/html/index.html +++ b/html/index.html @@ -1,4 +1,6 @@ -<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!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"> <html> <head> <title>GNU Emacs Lisp Package Archive</title> ----------------------------------------------------------------------- Summary of changes: html/index.html | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) hooks/post-receive -- ELPA