org/sonews/web/tmpl/SonewsServlet.tmpl
author chris <chris@marvin>
Fri Jun 26 16:48:50 2009 +0200 (2009-06-26)
changeset 1 6fceb66e1ad7
permissions -rw-r--r--
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.
chris@1
     1
This server is running since %STARTDATE.
chris@1
     2
chris@1
     3
<h2>Configuration</h2>
chris@1
     4
Here you can edit most of the configuration values for %SERVERNAME.
chris@1
     5
Please note that some of these values require a server restart, 
chris@1
     6
some do not and are valid immediately.
chris@1
     7
<ul>
chris@1
     8
  <li><a href="/sonews/config">View/Edit configuration values</a></li>
chris@1
     9
  <li><a href="/sonews/peer">View/Edit peer settings</a></li>
chris@1
    10
</ul>
chris@1
    11
chris@1
    12
<h2>Statistics & Logs</h2>
chris@1
    13
Here is a short overview of useful statistics of %SERVERNAME. Click on a
chris@1
    14
stat key to get more details.
chris@1
    15
<table style="border: 1px dotted black">
chris@1
    16
  <tr>
chris@1
    17
    <td><i>Stat key</i></td>
chris@1
    18
    <td><i>Value</i></td>
chris@1
    19
  </tr>
chris@1
    20
chris@1
    21
  <tr>
chris@1
    22
    <td>Active connections:</td>
chris@1
    23
    <td>%ACTIVE_CONNECTIONS</td>
chris@1
    24
  </tr>
chris@1
    25
chris@1
    26
  <tr>
chris@1
    27
    <td>Served newsgroups:</td>
chris@1
    28
    <td>%SERVED_NEWSGROUPS</td>
chris@1
    29
  </tr>
chris@1
    30
chris@1
    31
  <tr>
chris@1
    32
    <td>Stored news messages:</td>
chris@1
    33
    <td>%STORED_NEWS</td>
chris@1
    34
  </tr>
chris@1
    35
chris@1
    36
  <tr>
chris@1
    37
    <td><a href="/sonews/chart?name=postednewsyesterday">Posted news</a>:</td>
chris@1
    38
    <td>%POSTED_NEWS per hour</td>
chris@1
    39
  </tr>
chris@1
    40
chris@1
    41
  <tr>
chris@1
    42
    <td><a href="/sonews/chart?name=gatewayednewsyesterday">Gatewayed news</a>:</td>
chris@1
    43
    <td>%GATEWAYED_NEWS per hour</td>
chris@1
    44
  </tr>
chris@1
    45
chris@1
    46
  <tr>
chris@1
    47
    <td><a href="/sonews/chart?name=feedednewsyesterday">Feeded news</a>:</td>
chris@1
    48
    <td>%FEEDED_NEWS per hour</td>
chris@1
    49
  </tr>
chris@1
    50
</table>
chris@1
    51
chris@1
    52
<h2>Documentation</h2>
chris@1
    53
You'll find the most recent 
chris@1
    54
<a href="http://www.sonews.org/">documentation of %SERVERNAME here</a>.