From: Shlomi Fish Date: Mon, 4 Apr 2016 14:33:40 +0000 (+0300) Subject: README enhancements X-Git-Tag: fortune-mod-1.99.3~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=132e7efec97a7cab7096e89234caed14f111f9cc;p=fortune-mod README enhancements --- diff --git a/README.md b/README.md index a03a0a7..278f78c 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,37 @@ version of `fortune` is a command-line utility which displays a random quotation from a collection of quotes. +The canonical repository for the time being is: +https://github.com/shlomif/fortune-mod . In the future, we may create a GitHub +organization for it and move the sources there. + For more information about it you can contact [Shlomi Fish](http://www.shlomifish.org/) . +## Sample usage + +``` +$ fortune +Enthusiasm is one of the most important +ingredients a volunteer project runs on. + -- Andreas Schuldei +$ +``` + +## History + +I believe fortune-mod was originally forked from the NetBSD version of +fortune, and ported to run on Linux systems. For some time it was maintained +at the currently offline redellipse-dot-net inside a +[GNU Arch](http://en.wikipedia.org/wiki/GNU_arch) (= an old and now mostly +unused version control system) repository, and version 1.99.1 was released as +a tarball. + +This maintenance version was initiated by Shlomi Fish, who decided to maintain +it out of being a fan of the fortune command. It started by importing the +unpacked source of the fortune-mod-1.99.1.tar tarball from the Mageia Linux +.src.rpm into an empty git repository and continuing from there. + # What was already done. 1. fortune-mod-1.99.1 was imported into the repository from the Mageia tarball