From: Shlomi Fish Date: Sun, 3 Apr 2016 15:31:43 +0000 (+0300) Subject: Add README X-Git-Tag: fortune-mod-1.99.3~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adacdfa8d89d9b100b05cbc8113c52b5312ffe5b;p=fortune-mod Add README --- diff --git a/README.md b/README.md new file mode 100644 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. +