From db47a49c4dce0fe43038108f29a27d4218fd8331 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 12 Jan 2022 15:53:25 -0500 Subject: [PATCH] New front page test --- docs/i.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/i.md diff --git a/docs/i.md b/docs/i.md new file mode 100644 index 00000000..db47e5b4 --- /dev/null +++ b/docs/i.md @@ -0,0 +1,42 @@ +PDCurses +======== + +Stable: [v3.9] +Beta: [See git repository][git] + +PDCurses is a public domain curses library for DOS, OS/2, Windows +console, X11 and SDL, implementing most of the functions available in +X/Open and System V R4 curses. It supports many compilers for these +platforms. The X11 port lets you recompile existing text-mode curses +programs to produce native X11 applications. + +PDCurses is distributed mainly as source code, but some pre-compiled +libraries may be available. See the [downloads page] for a list. + +There's a low-traffic mailing list for announcements and discussion. To +subscribe, email the [list server], with the first line of the body of +the message containing: + + subscribe pdcurses-l + +or you can read the mailing list [archive]. + + +Other links +----------- + +* [Docs] +* [GitHub Page][git] +* [SourceForge Page] +* [X/Open Curses][xopen] + + +[v3.9]: https://github.com/wmcbrine/PDCurses/releases/tag/3.9 +[git]: https://github.com/wmcbrine/PDCurses +[downloads page]: https://sourceforge.net/projects/pdcurses/files/ +[list server]: mailto:majordomo@lightlink.com +[archive]: https://www.mail-archive.com/pdcurses-l@lightlink.com/ + +[Docs]: https://github.com/wmcbrine/PDCurses/blob/master/docs/README.md +[SourceForge Page]: https://sourceforge.net/projects/pdcurses +[xopen]: https://pubs.opengroup.org/onlinepubs/007908799/cursesix.html