source: src/main/webapp/index.jsp@ 41

Last change on this file since 41 was 41, checked in by bart, 3 years ago

refactor to help reusing partiesserver

File size: 919 bytes
Line 
1<html>
2<body>
3 <h1 style="color: DodgerBlue;">GeniusWeb Parties Server.</h1>
4 This server can run parties.
5
6 <h2>Currently running on this server</h2>
7 The list of currently running parties is available
8 <a href="runlist.xhtml">here</a>
9
10
11 <h2>Available Party classes</h2>
12 The available party classes are the templates of the parties that can be instantiated/run on this server.
13 The server can only run "approved" parties (see "adding/removing" below).
14 <br>
15 The parties list with currently runnable parties is <a href="list.xhtml">here</a>.
16 <br>
17 The list of party files can be viewed <a href="partiesrepo">here</a>.
18 Notice that these may contain files
19 with errors, and thus are not available for use (and not appear on the parties list).
20<p>
21 For help and more info, please refer to the <a href="https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPartiesServer"> parties server page</a>.
22
23
24</body>
25</html>
Note: See TracBrowser for help on using the repository browser.