Hooray... sonews/0.5.0 final
HG: Enter commit message. Lines beginning with 'HG:' are removed.
HG: Remove all lines to abort the collapse operation.
2 <a href="/sonews">Back to Main Page</a>
5 <h2>Configuration values</h2>
6 <form action="/sonews/config" method="GET">
7 <input type="hidden" name="which" value="config"/>
11 <input type="submit" value="Apply changes"/>
14 <h2>Groups served by this sonews instance</h2>
20 <h2>Add new group to be served</h2>
21 <form action="/sonews/config" method="GET">
22 <input type="hidden" name="which" value="groupadd"/>
24 <tr><td>Names (separated by newlines):</td>
25 <td><textarea cols="50" rows="15" name="groups"></textarea></td></tr>
28 <input type="submit" value="Add groups"/>