]> granicus.if.org Git - fortune-mod/commitdiff
Add README
authorShlomi Fish <shlomif@shlomifish.org>
Sun, 3 Apr 2016 15:31:43 +0000 (18:31 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Sun, 3 Apr 2016 15:31:43 +0000 (18:31 +0300)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..5fc03b9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,44 @@
+# fortune-mod Maintenance Version and Ongoing Development
+
+This GitHub repository maintains the sources for fortune-mod, a
+version of
+[the UNIX fortune command](http://en.wikipedia.org/wiki/Fortune_%28Unix%29)
+to display a random quote from a collection of quotes, on the command line.
+
+For more information about it you can contact
+[Shlomi Fish](http://www.shlomifish.org/) .
+
+# What was already done.
+
+1. fortune-mod-1.99.1 was imported into the repository from the Mageia tarball
+as the tag.
+
+2. Cleaned up the build process a little.
+
+3. Converted the source files to UTF-8.
+
+4. Added a rudimentary "make check" target.
+
+5. Removed trailing whitespace.
+
+6. Reformatted long (> 80 chars) lines.
+
+7. Fixed some typos.
+
+8. Add [Travis-CI](https://travis-ci.org/) support.
+
+# What remains to be done.
+
+1. See if there are any downstream patches to apply.
+
+2. Add valgrind tests.
+
+3. Add other tests.
+
+4. Release fortune-mod-1.99.2.
+
+5. Fix more typos (reports/pull-requests are welcome.)
+
+6. Consider converting the build system to
+[CMake](https://en.wikipedia.org/wiki/CMake) or a different build system.
+