Subversion Repositories oidplus

Rev

Rev 369 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 369 Rev 386
Line -... Line 1...
-
 
1
<!DOCTYPE html>
-
 
2
 
-
 
3
<html lang="en">
-
 
4
 
-
 
5
<head>
-
 
6
        <title>Terms of Service</title>
-
 
7
</head>
-
 
8
 
-
 
9
<body>
-
 
10
 
1
<h3>Terms of Service</h3>
11
<h3>Terms of Service</h3>
2
 
12
 
3
<ul>
13
<ul>
4
        <li>This service is mainly intended to give <b>private persons, small workgroups, and software developers of freeware, shareware or open-source software</b> the possibility of obtaining a free Object Identifier (OID) with minimum bureaucratic overhead.</li>
14
        <li>This service is mainly intended to give <b>private persons, small workgroups, and software developers of freeware, shareware or open-source software</b> the possibility of obtaining a free Object Identifier (OID) with minimum bureaucratic overhead.</li>
5
        <li>You simply need to enter a valid email address to which an activation link will be sent. To get the OID assigned, you need to click the link in the automatically generated email and then enter your name, which is the only mandatory field. No human intervention from our side is performed during the whole process and the OID will be immediately assigned.</li>
15
        <li>You simply need to enter a valid email address to which an activation link will be sent. To get the OID assigned, you need to click the link in the automatically generated email and then enter your name, which is the only mandatory field. No human intervention from our side is performed during the whole process and the OID will be immediately assigned.</li>
Line 27... Line 37...
27
        sequencial number.</li>
37
        sequencial number.</li>
28
        <li>This automated Registration Authority does not assign alphanumeric identifiers or Internationalized Resource Identifier (IRI) names since this system is fully automated and only the email address will be verified.</li>
38
        <li>This automated Registration Authority does not assign alphanumeric identifiers or Internationalized Resource Identifier (IRI) names since this system is fully automated and only the email address will be verified.</li>
29
        <li>Your new OID will be registered in arc <code>{{ROOT_OID}}</code> which has the ASN.1 notation <code>{ {{ROOT_OID_ASN1}} }</code> and the OID-IRI notation: <code>{{ROOT_OID_IRI}}</code></li>
39
        <li>Your new OID will be registered in arc <code>{{ROOT_OID}}</code> which has the ASN.1 notation <code>{ {{ROOT_OID_ASN1}} }</code> and the OID-IRI notation: <code>{{ROOT_OID_IRI}}</code></li>
30
        <li>If you have any questions or if you encounter bugs or problems, please contact <a href="{{ADMIN_EMAIL}}">{{ADMIN_EMAIL}}</a> (in English or German).</li>
40
        <li>If you have any questions or if you encounter bugs or problems, please contact <a href="{{ADMIN_EMAIL}}">{{ADMIN_EMAIL}}</a> (in English or German).</li>
31
</ul>
41
</ul>
-
 
42
 
-
 
43
</body>
-
 
44
 
-
 
45
</html>
32
 
46