summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-25 14:32:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-25 14:32:50 (EDT)
commit01e6ea42234d6c0e228e91ac6395444d5aeed741 (patch)
tree7dadf2a2d5fdea978cd5af918f80241f3c0edb54
parent54caf841639e553c7e3879c9930b53326b3535f2 (diff)
downloadwww-01e6ea42234d6c0e228e91ac6395444d5aeed741.zip
www-01e6ea42234d6c0e228e91ac6395444d5aeed741.tar.gz
www-01e6ea42234d6c0e228e91ac6395444d5aeed741.tar.bz2
projects/changelog-gen/index.mdwn: New file.
-rw-r--r--Makefile3
-rw-r--r--projects/changelog-gen/index.mdwn46
2 files changed, 48 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38362e9..bced666 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ SSIFLAGS = -D DOCUMENT_BASE=$(DOCUMENT_BASE) -D MEDIA_BASE=$(MEDIA_BASE)
srcs = \
projects/index.mdwn \
- projects/cgol/index.mdwn
+ projects/cgol/index.mdwn \
+ projects/changelog-gen/index.mdwn
objs = $(srcs:.mdwn=.html)
.SUFFIXES:
diff --git a/projects/changelog-gen/index.mdwn b/projects/changelog-gen/index.mdwn
new file mode 100644
index 0000000..c01bd29
--- /dev/null
+++ b/projects/changelog-gen/index.mdwn
@@ -0,0 +1,46 @@
+<!--#set var="title" value="changelog-gen" -->
+<!--#include virtual="/includes/header.html" -->
+
+changelog-gen
+=============
+
+A UNIX shell script to generate a change log from "CHANGE:" tags found in Git
+commit messages.
+
+Getting changelog-gen
+---------------------
+
+Download or browse the repository currently hosted on Gitorious:
+&lt;<https://gitorious.org/pehjotas-tools/changelog-gen>&gt;
+
+See the "README" file for help with changelog-gen.
+
+You may share and modify this software under the terms of the Expat license.
+See "changelog-gen.sh" for details.
+
+Changes
+-------
+
+Version 0.2.1:
+
+ * Fixed: Commits contained by multiple tags can pollute the changelog.
+ * Accept an optional filename (or "-" for standard output) as an argument.
+
+Version 0.2.0:
+
+ * Add help and version options.
+ * Group changelog entries by formatted Git tags.
+
+Version 0.1.0:
+
+ * Initial release.
+
+Planned Improvements
+--------------------
+
+ * Possibly switch to licensing under the terms of the GNU LGPL
+ * Use here-doc to print long blocks of information instead of a mass of printf
+ commands.
+ * Maybe offer HTML output.
+
+<!--#include virtual="/includes/footer.html" -->