Added Mailing Lists page.
This commit is contained in:
parent
4aae1ef19c
commit
9cc0fa8915
1 changed files with 89 additions and 0 deletions
89
mailing-lists.html
Normal file
89
mailing-lists.html
Normal file
|
@ -0,0 +1,89 @@
|
|||
<!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">musoftware.de List</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="https://lists.sourceforge.net/lists/listinfo/cc65-devel">
|
||||
Subscription</a>
|
||||
</li>
|
||||
<li><a href="https://sourceforge.net/mailarchive/forum.php?forum_name=cc65-devel">
|
||||
Archive</a>
|
||||
</li>
|
||||
<li><form method="get" action="http://sourceforge.net/search/index.php">Search
|
||||
<input type="text" name="q" maxlength="255"/>
|
||||
<input type="hidden" name="type_of_search" value="mlists"/>
|
||||
<input type="hidden" name="group_id" value="1488235"/>
|
||||
<input type="hidden" name="ml_name" value="cc65-devel"/>
|
||||
<input type="submit" 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="https://github.com/oliverschmidt/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="https://lists.sourceforge.net/lists/listinfo/cc65-git">
|
||||
Subscription</a>
|
||||
</li>
|
||||
<li><a href="https://sourceforge.net/mailarchive/forum.php?forum_name=cc65-git">
|
||||
Archive</a>
|
||||
</li>
|
||||
<li><form method="get" action="http://sourceforge.net/search/index.php">Search
|
||||
<input type="text" name="q" maxlength="255"/>
|
||||
<input type="hidden" name="type_of_search" value="mlists"/>
|
||||
<input type="hidden" name="group_id" value="1488235"/>
|
||||
<input type="hidden" name="ml_name" value="cc65-git"/>
|
||||
<input type="submit" value="SourceForge Search"/>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
<h2><a name="musoftware">musoftware.de List</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="http://oliverschmidt.github.io/cc65/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://oliverschmidt.github.io/cc65/mailarchive/"/>
|
||||
<input type="submit" value="Google Search"/>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue