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

improve information about mailing lists

parent e4a5dede
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,14 @@ The mailing list is the main public communication platform for anything related ...@@ -8,6 +8,14 @@ The mailing list is the main public communication platform for anything related
to Kwant: questions, bug reports, discussions, and announcements. You can use to Kwant: questions, bug reports, discussions, and announcements. You can use
it in various ways: it in various ways:
- .. raw:: html
<p><form id="searchgmane" method="get" action="http://search.gmane.org/">
<input type="text" name="query" size=25 value="Your query" onblur="if (this.value == '') {this.value='Your query'}" onfocus="if (this.value == 'Your query') {this.value=''}" />
<input type="hidden" name="group" value="gmane.comp.science.kwant.user" />
<input type="submit" value="Search the mailing list" />
</form></p>
- .. raw:: html - .. raw:: html
<form method=post action="https://mailman-mail5.webfaction.com/subscribe/kwant-discuss"> <form method=post action="https://mailman-mail5.webfaction.com/subscribe/kwant-discuss">
...@@ -15,20 +23,12 @@ it in various ways: ...@@ -15,20 +23,12 @@ it in various ways:
<input type="submit" name="email-button" value="Subscribe to the mailing list" /> <input type="submit" name="email-button" value="Subscribe to the mailing list" />
</form> </form>
… and read it together with your regular email. (To unsubscribe, follow the … and receive new messages with your regular email. (Use the `kwant-discuss options page <https://mailman-mail5.webfaction.com/options/kwant-discuss>`_ to unsubscribe.)
link in the footer of a message.)
- Read the list via the `Gmane web interface - Follow the list through a web interface: `kwant-discuss on Gmane <http://dir.gmane.org/gmane.comp.science.kwant.user>`_ or
<http://news.gmane.org/gmane.comp.science.kwant.user>`_. The web interface `kwant-discuss on Mail-archive <https://www.mail-archive.com/kwant-discuss@kwant-project.org/>`_.
allows to write new messages (action: post) and to reply (action: followup). Gmane allows to write new messages (action: post) and to reply (action: followup).
Both Gmane and Mail-archive provide RSS feeds.
- .. raw:: html
<p><form id="searchgmane" method="get" action="http://search.gmane.org/">
<input type="text" size=25 name="query" />
<input type="hidden" name="group" value="gmane.comp.science.kwant.user" />
<input type="submit" value="Search the mailing list" />
</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 followups will reach you by email, subscribed, it is not guaranteed that any followups will reach you by email,
...@@ -41,12 +41,16 @@ Announcements of new releases (low-volume) ...@@ -41,12 +41,16 @@ Announcements of new releases (low-volume)
This read-only list is reserved for important announcements like new releases of This read-only list is reserved for important announcements like new releases of
Kwant. Only a few messages will be sent per year. These announcements will be also posted on the main mailing list, so there is no need to subscribe to both lists. We recommend every user of Kwant to subscribe at least to this list in order to stay informed about new developments. Kwant. Only a few messages will be sent per year. These announcements will be also posted on the main mailing list, so there is no need to subscribe to both lists. We recommend every user of Kwant to subscribe at least to this list in order to stay informed about new developments.
.. raw:: html - View archives: `kwant-announce on Gmane <http://dir.gmane.org/gmane.comp.science.kwant.announce>`_ or `kwant-announce on Mail-archive <https://www.mail-archive.com/kwant-announce@kwant-project.org/>`_. Both Gmane and Mail-archive provide RSS feeds.
- .. raw:: html
<form method=post action="https://mailman-mail5.webfaction.com/subscribe/kwant-announce">
<input type="text" name="email" size=25 value="Your email address" onblur="if (this.value == '') {this.value='Your email address'}" onfocus="if (this.value == 'Your email address') {this.value=''}" />
<input type="submit" name="email-button" value="Subscribe to announcements" />
</form>
<form method=post action="https://mailman-mail5.webfaction.com/subscribe/kwant-announce"> (Use the `kwant-announce options page <https://mailman-mail5.webfaction.com/options/kwant-announce>`_ to unsubscribe.)
<input type="text" name="email" size=25 value="Your email address" onblur="if (this.value == '') {this.value='Your email address'}" onfocus="if (this.value == 'Your email address') {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