Skip to content
Snippets Groups Projects
Commit 0f1b0f96 authored by Christoph Groth's avatar Christoph Groth
Browse files

add subscription forms for the mailing lists

parent a5877ee2
No related branches found
No related tags found
No related merge requests found
...@@ -8,32 +8,46 @@ The mailing list is (meant to become) the main communication platform for ...@@ -8,32 +8,46 @@ The mailing list is (meant to become) the main communication platform for
anything related to Kwant: asking questions, reporting bugs, and discussing anything related to Kwant: asking questions, reporting bugs, and discussing
further development. You can use it in various ways: further development. You can use it in various ways:
- `Subscribe <https://mailman-mail5.webfaction.com/listinfo/kwant-discuss>`_ and - .. raw:: html
use it along with your regular email. (You can unsubscribe at any moment.)
<form method=post action="https://mailman-mail5.webfaction.com/subscribe/kwant-discuss">
<input type="text" name="email" size=25 value="Your email" onblur="if (this.value == '') {this.value='Your email'}" onfocus="if (this.value == 'Your email') {this.value=''}" />
<input type="submit" name="email-button" value="Subscribe to the mailing list" />
</form>
… and read it together with your regular email. (To unsubscribe, follow the
link in the footer of a message.)
- Follow through the `Gmane web interface - Read the list via the `Gmane web interface
<http://news.gmane.org/gmane.comp.science.kwant.user>`_. It is both possible <http://news.gmane.org/gmane.comp.science.kwant.user>`_. The web interface
to write new messages (action: post) and to reply (action: followup). allows to write new messages (action: post) and to reply (action: followup).
- .. raw:: html - .. raw:: html
<p><form id="searchgmane" method="get" action="http://search.gmane.org/"> <p><form id="searchgmane" method="get" action="http://search.gmane.org/">
<input type="text" name="query" /> <input type="text" size=25 name="query" />
<input type="hidden" name="group" value="gmane.comp.science.kwant.user" /> <input type="hidden" name="group" value="gmane.comp.science.kwant.user" />
<input type="submit" value="Search the Kwant mailing list" /> <input type="submit" value="Search the mailing list" />
</form></p> </form></p>
- Send a message directly to kwant-discuss@kwant-project.org. (If you are not - Send a message directly to kwant-discuss@kwant-project.org. (If you are not
subscribed, it is not guaranteed that any replies will reach you by email.) subscribed, it is not guaranteed that any followups will reach you by email,
so you should ask to be CCed.)
Announcements of new releases Announcements of new releases
----------------------------- -----------------------------
If you would like to be notified about new releases of Kwant and other important This read-only list is reserved for important announcements like new releases of
things relevant for its users, please subscribe to the `announcements mailing Kwant. Only a few messages will be sent per year. We recommend every user of
list <https://mailman-mail5.webfaction.com/listinfo/kwant-announce>`_. This Kwant to subscribe to it in order to stay informed about new developments.
list is read-only and only a few messages will be sent through it per year.
.. raw:: html
<form method=post action="https://mailman-mail5.webfaction.com/subscribe/kwant-announce">
<input type="text" name="email" size=25 value="Your email" onblur="if (this.value == '') {this.value='Your email'}" onfocus="if (this.value == 'Your email') {this.value=''}" />
<input type="submit" name="email-button" value="Subscribe to announcements" />
</form>
Reporting bugs Reporting bugs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment