author | chris <chris@marvin> |
Wed Jul 01 10:48:22 2009 +0200 (2009-07-01) | |
changeset 2 | 1090e2141798 |
permissions | -rw-r--r-- |
chris@1 | 1 |
<p> |
chris@1 | 2 |
<a href="/sonews">Back to Main Page</a> |
chris@1 | 3 |
</p> |
chris@1 | 4 |
|
chris@1 | 5 |
<h2>Configuration values</h2> |
chris@1 | 6 |
<form action="/sonews/config" method="GET"> |
chris@1 | 7 |
<input type="hidden" name="which" value="config"/> |
chris@1 | 8 |
<table> |
chris@1 | 9 |
%CONFIG |
chris@1 | 10 |
</table> |
chris@1 | 11 |
<input type="submit" value="Apply changes"/> |
chris@1 | 12 |
</form> |
chris@1 | 13 |
|
chris@1 | 14 |
<h2>Groups served by this sonews instance</h2> |
chris@1 | 15 |
<table> |
chris@1 | 16 |
%GROUP |
chris@1 | 17 |
</table> |
chris@1 | 18 |
|
chris@1 | 19 |
<p> |
chris@1 | 20 |
<h2>Add new group to be served</h2> |
chris@1 | 21 |
<form action="/sonews/config" method="GET"> |
chris@1 | 22 |
<input type="hidden" name="which" value="groupadd"/> |
chris@1 | 23 |
<table> |
chris@1 | 24 |
<tr><td>Names (separated by newlines):</td> |
chris@1 | 25 |
<td><textarea cols="50" rows="15" name="groups"></textarea></td></tr> |
chris@1 | 26 |
</tr> |
chris@1 | 27 |
</table> |
chris@1 | 28 |
<input type="submit" value="Add groups"/> |
chris@1 | 29 |
</form> |
chris@1 | 30 |
</p> |