-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmailing-lists.html
More file actions
86 lines (86 loc) · 3.43 KB
/
mailing-lists.html
File metadata and controls
86 lines (86 loc) · 3.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!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><a href="/doc">Documentation</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="https://lists.sourceforge.net/lists/listinfo/cc65-devel">
Subscription</a>
</li>
<li><a href="https://sourceforge.net/p/cc65/mailman/cc65-devel">
Archive</a>
</li>
<li><form method="get" action="https://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="https://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="https://lists.sourceforge.net/lists/listinfo/cc65-git">
Subscription</a>
</li>
<li><a href="https://sourceforge.net/p/cc65/mailman/cc65-git">
Archive</a>
</li>
<li><form method="get" action="https://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="https://www.google.com/search">Search
<input type="text" name="q" maxlength="255"/>
<input type="hidden" name="sitesearch" value="https://cc65.github.io/mailarchive"/>
<input type="submit" name="s" value="Google Search"/>
</form>
</li>
</ul>
</p>
</body>
</html>