diff options
Diffstat (limited to 'lib/cpluff/doc/lists.en.html')
-rw-r--r-- | lib/cpluff/doc/lists.en.html | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/lib/cpluff/doc/lists.en.html b/lib/cpluff/doc/lists.en.html new file mode 100644 index 0000000000..d793dd1820 --- /dev/null +++ b/lib/cpluff/doc/lists.en.html @@ -0,0 +1,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> |