From bdaa80e520e13080f7647a31acd8d051917d8a13 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 18 Oct 2017 11:36:31 +1300 Subject: Explain code maintenance status --- README.markdown | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index c8dd5b3..c3f9c62 100644 --- a/README.markdown +++ b/README.markdown @@ -9,9 +9,6 @@ Needs `Net::MPD` and a few core Perl packages. Expects to find lyrics named Walk The Infernal Fields" from their 1993 album "Under a Funeral Moon" is included for testing. -This code is not great. It will be improved. It needs to be more configurable -from environment variables or options, for one thing. - This could maybe be used with `libnotify` or a similar desktop notification tool to display lyrics in a corner as you work on other things. I've included a simple Bash wrapper around `notify-send(1)` which works for me. @@ -19,10 +16,18 @@ simple Bash wrapper around `notify-send(1)` which works for me. You can install both with `make install`. The default `PREFIX` is `/usr/local`. You may prefer `$HOME/.local`, like I do. +Legacy +------ + +This code is not maintained. There are plans to repackage it as a Perl 5 module +unto itself, using [Music::Lyrics::LRC][1], which is presently still under +development. + License ------- -Copyright (c) [Tom Ryder][1]. Distributed under [Artistic License 2.0][2]. +Copyright (c) [Tom Ryder][2]. Distributed under [Artistic License 2.0][3]. -[1]: https://sanctum.geek.nz/ -[2]: http://opensource.org/licenses/artistic-license-2.0 +[1]: https://sanctum.geek.nz/cgit/Music-Lyrics-LRC.git/about/ +[2]: https://sanctum.geek.nz/ +[3]: http://opensource.org/licenses/artistic-license-2.0 -- cgit v1.2.3