From 3a453ab0e79a043c0b04496f50e99df509a837c7 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 9 Jun 2012 11:39:49 -0400 Subject: [PATCH] Added mentions to easejs-dev mailing list --- Makefile | 7 ++++--- includes/blog-header.html | 7 +++++++ source.html | 6 ++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 includes/blog-header.html diff --git a/Makefile b/Makefile index 7bf2712..246be68 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,9 @@ # along with this program. If not, see . ## -header := includes/header.html -footer := includes/footer.html +header := includes/header.html +footer := includes/footer.html +header_blog := includes/blog-header.html input_html := $(wildcard *.html) input_images := $(wildcard images/*.png) @@ -67,7 +68,7 @@ blog: | grep -A1 '^log size \([5-9][0-9]\{2,\}\|[0-9]\{4,\}\)$$' \ | grep -o '^[a-z0-9]\+$$' \ | xargs git weblog -Dn $$( git tag -l ) \ - | cat $(header) - $(footer) \ + | cat $(header) $(header_blog) - $(footer) \ | sed 's/\( "$(outdir)/blog.html" diff --git a/includes/blog-header.html b/includes/blog-header.html new file mode 100644 index 0000000..b3aa669 --- /dev/null +++ b/includes/blog-header.html @@ -0,0 +1,7 @@ +

+ This blog is generated from the commits to the ease.js + repository. Additional information, including development discussion and + release notes, may be found on the easejs-dev mailing + list. +

diff --git a/source.html b/source.html index eacbfd2..a0afcdf 100644 --- a/source.html +++ b/source.html @@ -9,6 +9,12 @@ source code exists within the website branch of the repository). Git is used as the version control system.

+

+ If you would like to follow the development of ease.js or would like to be + notified of new releases, you may subscribe to the easejs-dev mailing + list. +

Gitorious

Gitorious is recommended, as it is