From fc1cb9ed7d505a3fffd761d9c524c5c8bb858cb7 Mon Sep 17 00:00:00 2001 From: Dan Coulter Date: Thu, 23 Sep 2021 01:14:06 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 72f08c9..cc9f49f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# Notice + +This library was originally written for PHP 4 back in 2005. In the +intervening years, I have stopped using PHP and stopped using Flickr. + +If someone has a burning desire to develop and maintain a replacement +using a modern version of PHP and set it up for Composer, feel free to +reach out to me on [Twitter](http://twitter.com/danco). + [phpFlickr](https://github.com/dan-coulter/phpflickr) ===================================================== by [Dan Coulter](http://twitter.com/danco) From 296c3161f49bd1d86af9119c66237d1162ed4c28 Mon Sep 17 00:00:00 2001 From: Dan Coulter Date: Thu, 23 Sep 2021 01:14:27 -0700 Subject: [PATCH 2/3] Update phpFlickr.php --- phpFlickr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpFlickr.php b/phpFlickr.php index 975371e..57dcf9b 100644 --- a/phpFlickr.php +++ b/phpFlickr.php @@ -1,7 +1,7 @@ Date: Thu, 23 Sep 2021 01:16:29 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc9f49f..cdcd935 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This library was originally written for PHP 4 back in 2005. In the intervening years, I have stopped using PHP and stopped using Flickr. +This package has gone unmaintained for much of that time. If someone has a burning desire to develop and maintain a replacement using a modern version of PHP and set it up for Composer, feel free to