summaryrefslogtreecommitdiff
path: root/version-gen.sh (follow)
Commit message (Collapse)AuthorAge
* Avoid duplication in version, README, man page.Andre Noll2019-03-13
| | | | | | | | | | URLs and the email address are currently spread out over multiple files. This commit cleans up the mess by defining everything in Makefile and adjusting other places to use the information from there. We use the opportunity to add a link to the author's home page. version-gen.sh is made generic, i.e., it does not refer to tfortune any more.
* Initial commit.v1.0.0Andre Noll2018-03-19
Tfortune was maintained in a non-public git repository between 2016-04 and 2018-01. By then it was moved to a dedicated repository, rewritten to support the tag expression grammar and made scalable by introducing linear hashing. At the same time command line parsing was switched to the lopsub library, the command line options were redesigned and properly documented, and the nifty logo was added. In 2018-03 tfortune reached version 1.0 and was finally made public. All commits that led to version 1.0 have been discarded, so this repository contains only the final result as a single commit. Many thanks to Effie Symeonidi who gave valuable feedback regarding the installation instructions.