Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1438 → Rev 1439

/trunk/doc/developer_notes/plugin_oids.md
18,4 → 18,4
| raPages | 1.3.6.1.4.1.37476.2.5.2.5.2.1 | 1.3.6.1.4.1.37476.2.5.2.4.2 | OIDplusPagePluginRa
| sqlSlang | 1.3.6.1.4.1.37476.2.5.2.5.11.1 | 1.3.6.1.4.1.37476.2.5.2.4.6 | OIDplusSqlSlangPlugin
 
These OIDs are listed at ViaThinkSoft's [OIDplus OID Registry](https://oidplus.viathinksoft.com/oidplus/?goto=oid%3A1.3.6.1.4.1.37476.2.5.2).
These OIDs are listed at ViaThinkSoft's [OIDplus OID Registry](https://hosted.oidplus.com/viathinksoft/?goto=oid%3A1.3.6.1.4.1.37476.2.5.2).
/trunk/doc/developer_notes/server_secret.md
66,4 → 66,4
GUID Registry
-------------
 
The "realm GUIDs" are documented at the [ViaThinkSoft OIDplus Registration Authority](https://oidplus.viathinksoft.com/oidplus/?goto=guid%3Aoidplus%2FauthRealms).
The "realm GUIDs" are documented at the [ViaThinkSoft OIDplus Registration Authority](https://hosted.oidplus.com/viathinksoft/?goto=guid%3Aoidplus%2FauthRealms).
/trunk/doc/faq.md
24,9 → 24,9
3. To achieve Information Objects, it is often important to get identifiers of a specific type. For example, you have a Java package name (java:com.example.xyz), but you want an Information Object based on an OID. Then you can use the various conversion algorithms and schemas which have been developed to automatically assign an identifier based on another identifier (that might already identify an object/file/...). These derivated identifiers are also called Alternative Identifiers in OIDplus. Note that not all Alternative Identifiers are developed for OIDplus; there are Alternative Identifiers that were already available, for example, a UUID can be natively mapped to OID through the arc 2.25.
 
The following schemas were developed for OIDplus:
1. "Information Object AID" is an AID derivated from an OIDplus Object Hash. The base AID is `D276000186F` and the schemas are described [here](https://oidplus.viathinksoft.com/oidplus/?goto=aid:D276000186F).
1. "Information Object AID" is an AID derivated from an OIDplus Object Hash. The base AID is `D276000186F` and the schemas are described [here](https://hosted.oidplus.com/viathinksoft/?goto=aid:D276000186F).
2. "Information Object AAI" is a MAC address type (not globally unique!) derivated from the lower 48 bits of a SHA1 hash.
3. "Information Object GUID" is a UUID derivated from an OIDplus Object Hash using an UUIDv8 Custom Schema which is described [here](https://github.com/danielmarschall/oidplus/blob/master/doc/oidplus_custom_guid.md).
4. "Information Object OID" is an OID derivated from an OIDplus Object Hash in `1.3.6.1.4.1.37476.30.9`. The schema is described [here](https://oidplus.viathinksoft.com/oidplus/?goto=oid:1.3.6.1.4.1.37476.30.9).
4. "Information Object OID" is an OID derivated from an OIDplus Object Hash in `1.3.6.1.4.1.37476.30.9`. The schema is described [here](https://hosted.oidplus.com/viathinksoft/?goto=oid:1.3.6.1.4.1.37476.30.9).
5. "Information Object X.500 RDN" can be used to create an X.500 DN identifying a system and/or its objects (identified by the hash of the object name).
 
/trunk/doc/website/download.html
84,7 → 84,7
 
<ul>
<li>PHP compatible web-server (tested with Apache 2, nginx, and Microsoft IIS)</li>
<li>PHP 7.0 or higher (tested till PHP version 8.2 inclusive)<ul>
<li>PHP 7.0 or higher (tested till PHP version 8.3 inclusive)<ul>
<!--<li>with extension GMP or BCMath (usually part of every PHP installation)</li>
<li>with extension MBString or iconv (usually part of every PHP installation)</li>-->
<li>with extension MySQLi, PostgreSQL, SQLite3, PDO, OCI8, or ODBC, depending on your database</li>
/trunk/doc/website/examples.html
54,7 → 54,7
 
<div class="col-md-4">
<div class="card mb-4 box-shadow">
<a target="_blank" href="https://oidplus.viathinksoft.com/oidplus/"><img class="card-img-top" src="img/ref-vts.png" alt="ViaThinkSoft Registration Authority"></a>
<a target="_blank" href="https://hosted.oidplus.com/viathinksoft/"><img class="card-img-top" src="img/ref-vts.png" alt="ViaThinkSoft Registration Authority"></a>
<div class="card-body">
<p class="card-text">At the <strong>ViaThinkSoft Registration Authority</strong>, ViaThinkSoft is managing its Object Identifiers.
Using a special plugin, individual persons or small organizations can obtain a free OID inside the OID tree of ViaThinkSoft.
61,7 → 61,7
The owners of these OIDs can manage their OID allocations using OIDplus.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a target="_blank" href="https://oidplus.viathinksoft.com/oidplus/" type="button" class="btn btn-sm btn-outline-secondary">Visit</a>
<a target="_blank" href="https://hosted.oidplus.com/viathinksoft/" type="button" class="btn btn-sm btn-outline-secondary">Visit</a>
</div>
<!--<small class="text-muted">9 mins</small>-->
</div>
71,12 → 71,12
 
<div class="col-md-4">
<div class="card mb-4 box-shadow">
<a target="_blank" href="https://oidplus.viathinksoft.com/oidplus_demo/"><img class="card-img-top" src="img/ref-demo.png" alt="Demo Registration Authority"></a>
<a target="_blank" href="https://hosted.oidplus.com/viathinksoft_demo/"><img class="card-img-top" src="img/ref-demo.png" alt="Demo Registration Authority"></a>
<div class="card-body">
<p class="card-text">The <strong>Demo Registration Authority</strong> is an OIDplus installation that shows off various features of OIDplus without containing productive data.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a target="_blank" href="https://oidplus.viathinksoft.com/oidplus_demo/" type="button" class="btn btn-sm btn-outline-secondary">Visit</a>
<a target="_blank" href="https://hosted.oidplus.com/viathinksoft_demo/" type="button" class="btn btn-sm btn-outline-secondary">Visit</a>
</div>
<!--<small class="text-muted">9 mins</small>-->
</div>
/trunk/doc/website/support.html
39,7 → 39,7
<h1 class="mt-5">Support</h1>
<!--<p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>body &gt; .container</code>.</p>-->
 
<h2 class="mt-5">Installation and data migration</h2>
<h2 class="mt-5">Hosting, installation and data migration</h2>
<p class="lead">We are grateful for every person that wants to install OIDplus on their systems,
as we love to see our product spreading and receive feedback about the user experience.
Therefore, if we can help you with installing OIDplus and migrating your data into OIDplus,