diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-30 13:46:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-30 13:46:59 (EDT) |
commit | cf29488c587334874cf491a01a1f74ba3ac7de45 (patch) | |
tree | 45235a0b54955394d6817515cffb46b6ef0d9217 /projects/changelog-gen/index.html | |
parent | 512a14145021dc6304f0e03a7a9386f4fca0d793 (diff) | |
parent | 6bef1357e5906d92bba0e836be5880acf47a15cc (diff) | |
download | www-cf29488c587334874cf491a01a1f74ba3ac7de45.zip www-cf29488c587334874cf491a01a1f74ba3ac7de45.tar.gz www-cf29488c587334874cf491a01a1f74ba3ac7de45.tar.bz2 |
Merge branch 'new'.
Diffstat (limited to 'projects/changelog-gen/index.html')
-rwxr-xr-x | projects/changelog-gen/index.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/projects/changelog-gen/index.html b/projects/changelog-gen/index.html deleted file mode 100755 index 2357b84..0000000 --- a/projects/changelog-gen/index.html +++ /dev/null @@ -1,43 +0,0 @@ -<!--#set var="title" value="changelog-gen" --> -<!--#include virtual="../../includes/header.html" --> -<h2>changelog-gen</h2> -<p> - A UNIX shell script to generate a change log from "CHANGE:" tags found in - Git commit messages. -</p> -<h3>Getting changelog-gen</h3> -<p> - Download or browse the repository currently hosted on Gitorious:<br> - <a href="https://gitorious.org/pehjotas-tools/changelog-gen"><https://gitorious.org/pehjotas-tools/changelog-gen></a> -</p> -<p> - See the "README" file for help with changelog-gen. -</p> -<p> - You may share and modify this software under the terms of the Expat license. - See "changelog-gen.sh" for details. -</p> -<h3>Changes</h3> -<p>Version 0.2.1:</p> -<ul> - <li>Fixed: Commits contained by multiple tags can pollute the changelog.</li> - <li>Accept an optional filename (or "-" for standard output) as an - argument.</li> -</ul> -<p>Version 0.2.0:</p> -<ul> - <li>Add help and version options.</li> - <li>Group changelog entries by formatted Git tags.</li> -</ul> -<p>Version 0.1.0:</p> -<ul> - <li>Initial release.</li> -</ul> -<h3>Planned Improvements</h3> -<ul> - <li>Possibly switch to licensing under the terms of the GNU LGPL</li> - <li>Use here-doc to print long blocks of information instead of a mass of - printf commands.</li> - <li>Maybe offer HTML output.</li> -</ul> -<!--#include virtual="../../includes/footer.html" --> |