SDL-1.2: Update README for modern times

From b0bec11d51ef30f809dcf4505fff9b058ef5e173 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Mon, 15 Feb 2021 19:07:14 -0500
Subject: [PATCH] Update README for modern times

- Convert to Markdown so it shows up more clearly on GitHub,
- Tell people to not use SDL 1.2
- Chop out some URLs that no longer exist.
---
 README => README.md | 34 ++++++++++++++++++----------------
 1 file changed, 18 insertions(+), 16 deletions(-)
 rename README => README.md (71%)

diff --git a/README b/README.md
similarity index 71%
rename from README
rename to README.md
index 7c0dd589..4c165ff1 100644
--- a/README
+++ b/README.md
@@ -1,12 +1,22 @@
 
-                         Simple DirectMedia Layer
+# DEPRECATED
 
-                                  (SDL)
+The 1.2 branch of SDL is deprecated. While we occasionally collect fixes
+in revision control, there has not been a formal release since 2012, and
+we have no intention to do future releases, either.
 
-                                Version 1.2
+Current development is happening in SDL 2.0.x, which gets regular
+releases and can be found at:
 
----
-http://www.libsdl.org/
+https://github.com/libsdl-org/SDL
+
+Thanks!
+
+
+
+# Simple DirectMedia Layer (SDL) Version 1.2
+
+https://www.libsdl.org/
 
 This is the Simple DirectMedia Layer, a general API that provides low
 level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
@@ -31,19 +41,11 @@ library.
 The best way to learn how to use SDL is to check out the header files in
 the "include" subdirectory and the programs in the "test" subdirectory.
 The header files and test programs are well commented and always up to date.
-More documentation is available in HTML format in "docs/index.html", and
-a documentation wiki is available online at:
-	http://www.libsdl.org/cgi/docwiki.cgi
+More documentation is available in HTML format in "docs/index.html".
 
 The test programs in the "test" subdirectory are in the public domain.
 
-Frequently asked questions are answered online:
-	http://www.libsdl.org/faq.php
-
-If you need help with the library, or just want to discuss SDL related
-issues, you can join the developers mailing list:
-	http://www.libsdl.org/mailing-list.php
-
 Enjoy!
-	Sam Lantinga				(slouken@libsdl.org)
+
+Sam Lantinga (slouken@libsdl.org)