1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/mailing-lists.html
Oliver Schmidt a983d5b0fd Added name attribute to submit buttons.
The Contiki web browser doesn't display the submit buttons if they have no name attribute.
2015-04-30 12:55:38 +02:00

85 lines
3.4 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>cc65 - Mailing Lists</title>
<link rel="stylesheet" type="text/css" href="cc65.css"/>
<link rel="shortcut icon" type="image/x-icon" href="image/favicon.ico"/>
</head>
<body>
<img style="float:right;" width="300" height="150" src="image/cc65.png" alt=""/>
<h1>Mailing Lists</h1>
<div id="menu">
<div id="innermenu">
<ul>
<li><a href="index.html">Main Page</a>
</li>
<li><a href="getting-started.html">Getting Started</a>
</li>
<li id="here"><a href="mailing-lists.html">Mailing Lists</a>
</li>
</ul>
</div>
</div>
<h2>Content</h2>
<ul class="down">
<li><a href="#cc65-devel">cc65 Development</a>
</li>
<li><a href="#cc65-git">cc65 Git Commits</a>
</li>
<li><a href="#musoftware">cc65@musoftware.de</a>
</li>
</ul>
<h2><a name="cc65-devel">cc65 Development</a></h2>
<p>This mailing list makes up the primary communication media of the cc65
community. Make sure to subscribe to it if you want to be part of cc65.
<ul class="right">
<li><a href="http://lists.sourceforge.net/lists/listinfo/cc65-devel">
Subscription</a>
</li>
<li><a href="http://sourceforge.net/p/cc65/mailman/cc65-devel">
Archive</a>
</li>
<li><form method="get" action="http://sourceforge.net/p/cc65/mailman/search">Search
<input type="text" name="q" maxlength="255"/>
<input type="hidden" name="mail_list" value="cc65-devel"/>
<input type="submit" name="s" value="SourceForge Search"/>
</form>
</li>
</ul>
</p>
<h2><a name="cc65-git">cc65 Git Commits</a></h2>
<p>This mailing list receives a message for every push to the
<a href="http://github.com/cc65/cc65">GitHub cc65 source code repository</a>.
Subcribe to it if you want to be informed of every change made to the source code.
<ul class="right">
<li><a href="http://lists.sourceforge.net/lists/listinfo/cc65-git">
Subscription</a>
</li>
<li><a href="http://sourceforge.net/p/cc65/mailman/cc65-git">
Archive</a>
</li>
<li><form method="get" action="http://sourceforge.net/p/cc65/mailman/search">Search
<input type="text" name="q" maxlength="255"/>
<input type="hidden" name="mail_list" value="cc65-git"/>
<input type="submit" name="s" value="SourceForge Search"/>
</form>
</li>
</ul>
<h2><a name="musoftware">cc65@musoftware.de</a></h2>
<p>This mailing list was formerly the main communication media of the cc65
community. The threads there still hold a wealth of information on cc65.
<ul class="right">
<li><a href="../mailarchive">
Archive</a>
</li>
<li><form method="get" action="http://www.google.com/search">Search
<input type="text" name="q" maxlength="255"/>
<input type="hidden" name="sitesearch" value="http://cc65.github.io/mailarchive"/>
<input type="submit" name="s" value="Google Search"/>
</form>
</li>
</ul>
</p>
</body>
</html>