Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r739 - branches/opensource/scripts/admin/test_server

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r739 - branches/opensource/scripts/admin/test_server


Chronological Thread 
  • From: "Apache" <apache AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r739 - branches/opensource/scripts/admin/test_server
  • Date: Thu, 14 Feb 2008 16:37:22 +0100
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus AT PSI.CH
Date: Thu Feb 14 16:37:22 2008
New Revision: 739

Log:
Added improved test server start page

Added:
branches/opensource/scripts/admin/test_server/welcome.html (contents,
props changed)

Added: branches/opensource/scripts/admin/test_server/welcome.html
==============================================================================
--- (empty file)
+++ branches/opensource/scripts/admin/test_server/welcome.html Thu Feb 14
16:37:22 2008
@@ -0,0 +1,43 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<head>
+
+<title>iDok test server</title>
+
+</head>
+<body>
+<h1>iDok test server</h1>
+<p>Welcome to the iDok test server!</p>
+<p>iDok is an open source document management system on Subversion.
+For more information about iDok visit <a
href="http://www.idok.ch";>http://www.idok.ch</a>.
+<p>To start the <i>iDok graphical user interface</i> client using
+Java webstart, please follow this link:</p>
+<p align="center"><a href="cgi-bin/qtgui.jnlp">iDok GUI
+application</a></p>
+<p>The iDok test repository can be accessed by the URL <a
+ href="http://<!--#echo var="SERVER_NAME"-->/foo/bar">http://<!--#echo
var="SERVER_NAME"-->/foo/bar</a></p>
+<p>The following iDok user accounts are preconfigured:</p>
+<dl>
+ <dt>login: <i>idokadmin</i>, password: <i>pass</i></dt>
+ <dd>a user with full administrative privileges</dd>
+ <dt>login: <i>idokuser</i>, password: <i>pass</i></dt>
+ <dd>a user with read access to the repository <i>foo/bar</i></dd>
+</dl>
+<h3>Client requirements</h3>
+<ul>
+ <li>Java runtime environment (JRE) version 5 or newer with working
+ Java webstart configuration</li>
+ <li>Windows, Linux or Mac OS X operating system</li>
+ <li>200M of free disk space for caching Java webstart files and
+ for temporary files</li>
+</ul>
+<h3>Help</h3>
+<p>Further information on the iDok test server can be found at</p>
+<p align="center"><a
+
href="http://www.idok.ch/downloads/downloads-vmware/";>http://www.idok.ch/downloads/downloads-vmware/</a></p>
+<p>The iDok FAQ is available at</p>
+<p align="center"><a
href="http://www.idok.ch/faq/";>http://www.idok.ch/faq/</a></p>
+<hr>
+Copyright (C) 2006-2008 iDok team.
+</body>
+</html>



  • [idok-commit] idok commit r739 - branches/opensource/scripts/admin/test_server, Apache, 02/14/2008

Archive powered by MHonArc 2.6.19.

Top of Page