Subversion Repositories oidplus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
635 daniel-mar 1
<!DOCTYPE html>
2
 
3
<html lang="en">
4
 
5
<head>
6
        <title>Welcome to OIDplus 2.0</title>
7
</head>
8
 
9
<body>
10
 
11
<!-- STOP !!! Do NOT edit this file since your changes might get overwritten by a future update of OIDplus! -->
12
<!-- If you want to write your own welcome page, please create a file named "userdata/welcome/welcome.html" -->
13
 
14
<h3>Welcome to OIDplus 2.0</h3>
15
 
16
<p>OIDplus is an OpenSource software solution by <a href="https://www.viathinksoft.com/">ViaThinkSoft</a> that can be used by Registration Authorities to manage and publish information about
17
Object Identifiers (OIDs), Globally Unique Identifiers (GUIDs), and much more.</p>
18
 
19
<p>This system is configured to manage following object types:</p>
20
 
21
%%OBJECT_TYPE_LIST%%
22
 
23
<p><a href="?goto=oidplus:resources$OIDplus/acknowledgements.html">More information about OIDplus can be found here</a></p>
24
 
25
</body>
26
 
27
</html>