org/sonews/web/tmpl/SonewsServlet.tmpl
changeset 1 6fceb66e1ad7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/org/sonews/web/tmpl/SonewsServlet.tmpl	Fri Jun 26 16:48:50 2009 +0200
     1.3 @@ -0,0 +1,54 @@
     1.4 +This server is running since %STARTDATE.
     1.5 +
     1.6 +<h2>Configuration</h2>
     1.7 +Here you can edit most of the configuration values for %SERVERNAME.
     1.8 +Please note that some of these values require a server restart, 
     1.9 +some do not and are valid immediately.
    1.10 +<ul>
    1.11 +  <li><a href="/sonews/config">View/Edit configuration values</a></li>
    1.12 +  <li><a href="/sonews/peer">View/Edit peer settings</a></li>
    1.13 +</ul>
    1.14 +
    1.15 +<h2>Statistics & Logs</h2>
    1.16 +Here is a short overview of useful statistics of %SERVERNAME. Click on a
    1.17 +stat key to get more details.
    1.18 +<table style="border: 1px dotted black">
    1.19 +  <tr>
    1.20 +    <td><i>Stat key</i></td>
    1.21 +    <td><i>Value</i></td>
    1.22 +  </tr>
    1.23 +
    1.24 +  <tr>
    1.25 +    <td>Active connections:</td>
    1.26 +    <td>%ACTIVE_CONNECTIONS</td>
    1.27 +  </tr>
    1.28 +
    1.29 +  <tr>
    1.30 +    <td>Served newsgroups:</td>
    1.31 +    <td>%SERVED_NEWSGROUPS</td>
    1.32 +  </tr>
    1.33 +
    1.34 +  <tr>
    1.35 +    <td>Stored news messages:</td>
    1.36 +    <td>%STORED_NEWS</td>
    1.37 +  </tr>
    1.38 +
    1.39 +  <tr>
    1.40 +    <td><a href="/sonews/chart?name=postednewsyesterday">Posted news</a>:</td>
    1.41 +    <td>%POSTED_NEWS per hour</td>
    1.42 +  </tr>
    1.43 +
    1.44 +  <tr>
    1.45 +    <td><a href="/sonews/chart?name=gatewayednewsyesterday">Gatewayed news</a>:</td>
    1.46 +    <td>%GATEWAYED_NEWS per hour</td>
    1.47 +  </tr>
    1.48 +
    1.49 +  <tr>
    1.50 +    <td><a href="/sonews/chart?name=feedednewsyesterday">Feeded news</a>:</td>
    1.51 +    <td>%FEEDED_NEWS per hour</td>
    1.52 +  </tr>
    1.53 +</table>
    1.54 +
    1.55 +<h2>Documentation</h2>
    1.56 +You'll find the most recent 
    1.57 +<a href="http://www.sonews.org/">documentation of %SERVERNAME here</a>.
    1.58 \ No newline at end of file