Update of /cvsroot/pydispatcher/dispatch/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv6319/docs
Added Files:
index.html
Log Message:
Placeholder for documentation/web site added, currently just a fragment of the PyOpenGL web site with some verbiage and a few links that are relevant.
--- NEW FILE: index.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>Python Dispatch Package</title>
<link rel="stylesheet" type="text/css" href="style/sitestyle.css">
<meta name="author" content="Patrick K. O'Brien">
</head>
<body>
<h1>PyDispatcher</h1>
<p class="introduction">PyDispatcher provides the Python programmer
with a multiple-producer-multiple-consumer signal-registration and
routing infrastructure for use in multiple contexts. The mechanism
of PyDispatcher started life as a highly rated <a
href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/87056">recipe</a>
in the <a href="http://aspn.activestate.com/ASPN/Python/Cookbook/">Python
Cookbook</a>. The SourceForge <a
href="https://sourceforge.net/projects/pydispatcher/">project</a> aims
to include various enhancements to the recipe developed during use in
various applications.<br>
</p>
<p>PyDispatcher welcomes contributions, suggestions, feedback from
users.<br>
</p>
<p class="footer">A SourceForge Open-Source project: <a
href="http://sourceforge.net"><img
src="http://sourceforge.net/sflogo.php?group_id=79755&type=1"
style="border: 0px solid ; width: 88px; height: 31px;"
alt="SourceForge" title="" align="middle" width="88" height="31"
border="0"></a></p>
</body>
</html>
|