Files
PDCurses/docs/index.html
2019-09-04 16:08:02 -04:00

113 lines
4.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="keys" content="curses, text, user, interface, public,
domain, free">
<link rel="icon"
href="data:image/x-icon;base64,AAABAAEAEBAQAAAAAAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCAAAAa54AAGoAAABq0wAAiAAAAP//AAD7HwAA+t8AAPrfAAD7XwAA+Z8AAPrfAAD7XwAA+18AAPjfAAD//wAA"
type="image/x-icon">
<style>
body { color: black; background: white; font-family: Helvetica, sans-serif }
html, body, div#navbar { height: 100%; margin: 0; padding: 0 }
a { text-decoration: none }
a:link { color: blue; background: white }
a:visited { color: navy; background: white }
a:hover { color: red; background: #ffc; text-decoration: underline }
a[name]:hover { color: black; background: #ccf }
img { border: 0 }
div#navbar { color: black; background: #ccf }
div#navbar { width: 8em; position: fixed; overflow: auto; top: 0; left: 0 }
div#navbar ul { margin: 0; padding: 0 }
div#navbar li { display: block; margin: .3em; padding: 0 }
div#navbar li a { display: block; font-size: small; margin: 0; padding: .15em }
div#maincontent { margin-left: 8em; padding: .5em }
div#maincontent ul { list-style: none }
div#maincontent ul li { margin: .3em; padding: .15em }
div#maincontent ul li a { font-weight: bold }
h2 { border-bottom: 2px solid #ccf; font-size: large }
div#toplogo { text-align: center; margin-top: 1em; margin-bottom: 1em }
address { border-top: 1px dotted; padding-top: 3px }
hr { display: none }
table, th, td { border: 1px dotted }
td, th { text-align: left; padding-left: .15em }
th { font-weight: bold; padding-right: .15em }
td { padding-left: .5em }
</style>
<title>PDCurses</title>
</head>
<body>
<div id="maincontent">
<h1>PDCurses</h1>
Stable: <a href="https://github.com/wmcbrine/PDCurses/releases/tag/3.9">v3.9</a><br>
Beta: <a href="https://github.com/wmcbrine/PDCurses">See git repository</a>
<p><strong>PDCurses</strong> 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.</p>
<p>PDCurses is distributed mainly as source code, but some pre-compiled
libraries may be available. See the <a
href="https://sourceforge.net/projects/pdcurses/files/">
downloads page</a> for a list.</p>
<p>There's a low-traffic mailing list for announcements and discussion.
To subscribe, email the <a href="mailto:majordomo@lightlink.com">list
server</a>, with the first line of the body of the message containing:</p>
<p>subscribe pdcurses-l</p>
<p>or you can read <a
href="https://www.mail-archive.com/pdcurses-l@lightlink.com/">the mailing
list archive.</a></p>
<hr>
<address>
Page by Mark Hessling and <a
href="https://wmcbrine.com/">William McBrine.</a>
Last updated: Sep 4 2019
</address>
</div>
<hr>
<div id="navbar">
<div id="toplogo"><img
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAAL1JREFUeNpjYKAU8P9nPgBlNMMYh9EZzI+hDEYiGHDF7DDt/MehDPl+KMNeHsqos4cy/tRDGT/+Qxkff0MZjz9DGcdhJvfDTYa5WR7mCzkiGHDF/P/RGewwBjOUQRgwH+GqsONnP8DAlsJ1JlmyJ4GBx4S77eCGGwYMHCLcTA0LAgQYOFi4GOCMAwoRDGBGgoIPhGFnDwwhEINZgSEBzGBcwGCApEsEyuAxk2IAm8yWbMQAtov54CMGsO1kAQCEsFSCjn+sOQAAAABJRU5ErkJggg=="
width="64" height="64" alt="PDCurses"></div>
<ul>
<li><a href="https://github.com/wmcbrine/PDCurses/blob/master/docs/README.md">Docs</a></li>
<li><a href="https://github.com/wmcbrine/PDCurses">GitHub Page</a></li>
<li><a href="https://sourceforge.net/projects/pdcurses">SourceForge Page</a></li>
<li><a href="https://pubs.opengroup.org/onlinepubs/007908799/cursesix.html">X/Open Curses</a></li>
</ul>
</div>
</body>
</html>