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