Skip to content

Commit 6cfafff

Browse files
committed
website: Revise contacts page, add links to archives and web IRC
1 parent 9ba71d4 commit 6cfafff

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed

website/www/_static/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,10 @@ table
128128
}
129129

130130
input, textarea { border-width: 1px; }
131+
132+
133+
/* Contact page */
134+
div#contact table td {
135+
white-space: nowrap;
136+
padding: 1pt 1em;
137+
}

website/www/contact.txt

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,29 @@ Contact
33

44
We maintain the following mailing lists:
55

6-
================ ========================================================================== ======================================================================================
7-
roundup-user `sign up <https://lists.sourceforge.net/lists/listinfo/roundup-users>`_ `archive <https://sourceforge.net/mailarchive/forum.php?forum_name=roundup-users>`_
8-
roundup-devel `sign up <https://lists.sourceforge.net/lists/listinfo/roundup-devel>`_ `archive <https://sourceforge.net/mailarchive/forum.php?forum_name=roundup-devel>`_
9-
roundup-checkins `sign up <https://lists.sourceforge.net/lists/listinfo/roundup-checkins>`_ `archive <https://sourceforge.net/mailarchive/forum.php?forum_name=roundup-checkins>`_
10-
================ ========================================================================== ======================================================================================
6+
=================== ===================================================
7+
roundup-users_ archives `[SourceForge]`__ `[GMane]`__ `[Nabble]`__
8+
roundup-devel_ archives `[SourceForge]`__ `[GMane]`__ `[Nabble]`__
9+
roundup-checkins_ archives `[SourceForge]`__
10+
=================== ===================================================
1111

1212
These lists are moderated to protect them against spam.
1313
Please sign up if you intend to mail repeatedly.
1414

15-
You may talk to Roundup developers directly via irc at irc://irc.oftc.net/roundup.
15+
You may talk to Roundup developers directly via IRC irc://irc.oftc.net/roundup
16+
using IRC client or through `WebChat <https://webchat.oftc.net/>`_ interface.
1617

18+
19+
.. _roundup-users: https://lists.sourceforge.net/lists/listinfo/roundup-users
20+
.. _roundup-devel: https://lists.sourceforge.net/lists/listinfo/roundup-devel
21+
.. _roundup-checkins: https://lists.sourceforge.net/lists/listinfo/roundup-checkins
22+
23+
.. __: https://sourceforge.net/mailarchive/forum.php?forum_name=roundup-users
24+
.. __: http://news.gmane.org/gmane.comp.bug-tracking.roundup.user
25+
.. __: http://roundup.1086182.n5.nabble.com/User-f3164.html
26+
27+
.. __: https://sourceforge.net/mailarchive/forum.php?forum_name=roundup-devel
28+
.. __: http://news.gmane.org/gmane.comp.bug-tracking.roundup.devel
29+
.. __: http://roundup.1086182.n5.nabble.com/Developer-f3.html
30+
31+
.. __: https://sourceforge.net/mailarchive/forum.php?forum_name=roundup-checkins

website/www/make.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C:\Python33\Scripts\sphinx-build.exe -b html . html

0 commit comments

Comments
 (0)