blob: d793dd1820315045ad4227d86a92248e10910424 (
plain)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<meta name="author" content="Johannes Lehtinen"/>
<meta name="copyright" content="Copyright 2007 Johannes Lehtinen"/>
<meta name="keywords" content="C-Pluff,mailing list"/>
<meta name="identifier" content="http://www.c-pluff.org/lists.en.html"/>
<title>C-Pluff mailing lists</title>
<link rel="Stylesheet" type="text/css" href="cpluff_style.css"/>
</head>
<body>
<div id="content">
<h1>C-Pluff mailing lists</h1>
<ul class="menu">
<li><a href="/">C-Pluff</a></li>
<li><a href="copyright.en.html">License</a></li>
<li><a href="reference/c-api/index.html">Documentation</a></li>
<li>Mailing lists</li>
<li><a href="http://www.c-pluff.org/download">Download</a></li>
<li><a href="http://www.c-pluff.org/repository">Repository</a></li>
</ul>
<p>
<em>The C-Pluff announcement list</em> is a
one-way mailing list for announcing new C-Pluff releases and features.
If you want to be always up-to-date, it is a good idea to subscribe to
the announcement list.
</p>
<p>
<em>The C-Pluff users list</em> is for discussion about the usage of
C-Pluff and for reporting problems. It is the right place for support
requests and discussion about how to use C-Pluff to create extensible
applications.
</p>
<p>
<em>The C-Pluff developers list</em> is for discussion about C-Pluff
development. It is the right place for posting patches, discussing new
framework features and informing other developers about internal changes.
If you are interested in participating C-Pluff development, join the
developers list.
</p>
<h2>Manage subscriptions</h2>
<p>
All subscriptions are verified by sending you an e-mail containing a link
you must visit to confirm the subscription. Discussion lists allow
unmoderated postings from list members only. Non-member postings
are moderated. List archives are restricted to members to prevent
bots from harvesting e-mail addresses. If you have any problems with
C-Pluff mailing lists, please contact the mailing list administrator at
<a href="mailto:listmaster@c-pluff.org">listmaster@c-pluff.org</a>.
</p>
<h3>C-Pluff announcement list</h3>
<form method="post" action="http://scripts.dreamhost.com/add_list.cgi">
<p>
<input type="hidden" name="list" value="announcement" />
<input type="hidden" name="domain" value="c-pluff.org" />
<input type="hidden" name="url" value="http://www.c-pluff.org/listconfirm/subscribed-announcement.en" />
<input type="hidden" name="unsuburl" value="http://www.c-pluff.org/listconfirm/unsubscribed-announcement.en" />
<input type="hidden" name="alreadyonurl" value="http://www.c-pluff.org/listconfirm/alreadyon.en" />
<input type="hidden" name="notonurl" value="http://www.c-pluff.org/listconfirm/noton.en" />
<input type="hidden" name="invalidurl" value="http://www.c-pluff.org/listconfirm/invalid.en" />
<input type="hidden" name="emailconfirmurl" value="http://www.c-pluff.org/listconfirm/confirm.en" />
<input type="hidden" name="emailit" value="1" />
Your e-mail address:<br />
<input type="text" name="email" size="32" /><br />
<input type="submit" name="submit" value="Subscribe" />
<input type="submit" name="unsub" value="Unsubscribe" />
</p>
</form>
<h3>C-Pluff users list</h3>
<p>
You can manage your subscription and access list archive at
<a href="http://lists.c-pluff.org/listinfo.cgi/users-c-pluff.org">users mailing list info page</a>.
</p>
<h3>C-Pluff developers list</h3>
<p>
You can manage your subscription and access list archive at
<a href="http://lists.c-pluff.org/listinfo.cgi/developers-c-pluff.org">developers mailing list info page</a>.
</p>
<ul class="menu">
<li><a href="/">C-Pluff</a></li>
<li><a href="copyright.en.html">License</a></li>
<li><a href="reference/c-api/index.html">Documentation</a></li>
<li>Mailing lists</li>
<li><a href="http://www.c-pluff.org/download">Download</a></li>
<li><a href="http://www.c-pluff.org/repository">Repository</a></li>
</ul>
<p class="footer">
Copyright 2007 <a href="http://www.jlehtinen.net/">Johannes Lehtinen</a><br/>
Validation:
<a href="http://validator.w3.org/check?uri=referer">XHTML Basic 1.0</a>,
<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a>
</p>
</div>
</body>
</html>
|