]> granicus.if.org Git - fortune-mod/blobdiff - README.asciidoc
gh actions #3: win32 fix pacman
[fortune-mod] / README.asciidoc
index dd9aae77160909ce27d1440178b41e744274d597..77a9c751d7de33148073c888973fe90605b1172b 100644 (file)
@@ -1,11 +1,10 @@
 == fortune-mod Maintenance Version and Ongoing Development
 
-https://travis-ci.org/shlomif/fortune-mod[![Travis-CI Build
-Status](https://travis-ci.org/shlomif/fortune-mod.svg?branch=master)]
+[link=https://travis-ci.com/shlomif/fortune-mod]
+image::https://travis-ci.com/shlomif/fortune-mod.svg?branch=master[Travis-CI Build Status]
 
-https://ci.appveyor.com/project/shlomif/fortune-mod/branch/master[![AppVeyor
-Build
-status](https://ci.appveyor.com/api/projects/status/0pbvqd1xa7777aoo/branch/master?svg=true)]
+[link=https://ci.appveyor.com/project/shlomif/fortune-mod/branch/master]
+image::https://ci.appveyor.com/api/projects/status/0pbvqd1xa7777aoo/branch/master?svg=true[AppVeyor Build status]
 
 This GitHub repository maintains the sources for fortune-mod, a version
 of https://en.wikipedia.org/wiki/Fortune_%28Unix%29[the UNIX fortune
@@ -31,6 +30,8 @@ On Fedora and other rpm-based distributions:
 sudo dnf install fortune-mod
 ....
 
+( RHEL and CentOS users may opt to try https://github.com/shlomif/fortune-mod/issues/47#issuecomment-917565752[the EPEL packages]. )
+
 On Arch Linux and derivatives:
 
 ....
@@ -128,6 +129,13 @@ Finally note that the runtime algorithm is not as straightforward as one
 may believe, making use of dat files that contain counts and offsets of
 the fortune "cookies".
 
+=== Why did you convert the buildsystem to CMake?
+
+See:
+
+* https://github.com/shlomif/fortune-mod/pull/54
+* https://twitter.com/shlomif/status/1330457762191511554
+
 == What was already done.
 
 . fortune-mod-1.99.1 was imported into the repository from the Mageia
@@ -157,7 +165,7 @@ preventing a switch to something else.
 https://ci.appveyor.com/project/shlomif/fortune-mod[AppVeyor/MS Windows]
 (with some appreciated help).
 . Found and fixed some security issues:
-* Seems to affect some Linux distributions as well as FreeBSD and
+* Seem to have affected some Linux distributions as well as FreeBSD and
 NetBSD.
 ** Was already fixed in OpenBSD
 * https://bugs.mageia.org/show_bug.cgi?id=26567
@@ -171,10 +179,8 @@ https://clang.llvm.org/docs/ClangFormat.html[clang-format].
 
 == What remains to be done.
 
-. See if there are any more downstream patches to apply.
-. Fix more typos (reports and pull-requests are welcome.)
-. Perhaps modernize the code a little.
-. Add more quotes / fortune cookies.
+. Fix more typos (issue reports and pull-requests are welcome.)
+. Add more quotes / fortune cookies (issue reports and pull-requests are welcome.).
 . Prepare packages for the new releases for
 https://pkgs.org/download/fortune-mod[downstream distributions/Operating
 Systems].