New front page test

This commit is contained in:
William McBrine
2022-01-12 15:53:25 -05:00
parent 6c8e32ee9b
commit db47a49c4d

42
docs/i.md Normal file
View File

@@ -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