summaryrefslogtreecommitdiffstats
path: root/projects
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2011-11-07 19:47:58 (EST)
committer P. J. McDermott <pjm@nac.net>2011-11-07 19:47:58 (EST)
commitbe5cedd9d15e118416c33f6ad34bebcd718a09ca (patch)
treee945eaf95d25581b0fc869252327df5ae437f9d3 /projects
parent2b5aecabe3c19e03e0ed11e8e3f0a1d428505b4c (diff)
downloadwww-be5cedd9d15e118416c33f6ad34bebcd718a09ca.zip
www-be5cedd9d15e118416c33f6ad34bebcd718a09ca.tar.gz
www-be5cedd9d15e118416c33f6ad34bebcd718a09ca.tar.bz2
Add "Planned Improvements" to "changelog-gen".
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/changelog-gen/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/projects/changelog-gen/index.html b/projects/changelog-gen/index.html
index 86c3972..2357b84 100755
--- a/projects/changelog-gen/index.html
+++ b/projects/changelog-gen/index.html
@@ -33,4 +33,11 @@
<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" -->