X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/b058a98dee1a45aec9bc0ff1aaf9890b32555c0f..7808cfc75162b31f8a0a3fa6c462bea40c82d360:/txt2pre diff --git a/txt2pre b/txt2pre index 1f04eb4..f25cbcf 100644 --- a/txt2pre +++ b/txt2pre @@ -2,7 +2,7 @@ # txt2pre --- convert my site's txt files to `pre'-based atom/rss/html # Copyright (C) 2014-2021 all contributors -# Copyright (c) 2021 Amin Bandali +# Copyright (c) 2021 bandali # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -21,6 +21,9 @@ # wonderful public-inbox project, under AGPLv3+, with additions of # my own. +# Update (2021-11-01): this script isn't currently used for generating +# my site's pages anymore; but kept for future reference. + use strict; use warnings 'all';