Skip to content

Commit 3aa4dd4

Browse files
Update site
1 parent 1d57f6e commit 3aa4dd4

File tree

5 files changed

+24
-31
lines changed

5 files changed

+24
-31
lines changed

404.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
<link href="/css/bootstrap.min.css" rel="stylesheet">
1313
<link href="/css/font-awesome.min.css" rel="stylesheet">
1414
<link href="/css/base.css" rel="stylesheet">
15-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css">
16-
17-
<script src="/js/jquery-3.5.0.min.js" defer></script>
18-
<script src="/js/bootstrap.min.js" defer></script>
19-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
20-
<script>hljs.initHighlightingOnLoad();</script>
15+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css">
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
17+
<script>hljs.highlightAll();</script>
2118
</head>
2219

2320
<body>
@@ -57,12 +54,14 @@ <h1 id="404-page-not-found" style="text-align: center">404</h1>
5754
<hr>
5855
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
5956
</footer>
57+
<script src="/js/jquery-3.6.0.min.js"></script>
58+
<script src="/js/bootstrap.min.js"></script>
6059
<script>
6160
var base_url = "/",
6261
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
6362
</script>
64-
<script src="/js/base.js" defer></script>
65-
<script src="/search/main.js" defer></script>
63+
<script src="/js/base.js"></script>
64+
<script src="/search/main.js"></script>
6665

6766
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
6867
<div class="modal-dialog modal-lg">

index.html

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
<link href="css/bootstrap.min.css" rel="stylesheet">
1313
<link href="css/font-awesome.min.css" rel="stylesheet">
1414
<link href="css/base.css" rel="stylesheet">
15-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css">
16-
17-
<script src="js/jquery-3.5.0.min.js" defer></script>
18-
<script src="js/bootstrap.min.js" defer></script>
19-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
20-
<script>hljs.initHighlightingOnLoad();</script>
15+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css">
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
17+
<script>hljs.highlightAll();</script>
2118
</head>
2219

2320
<body class="homepage">
@@ -126,15 +123,15 @@
126123
<div class="col-md-9" role="main">
127124

128125
<h1 id="architecture-of-id-software">ARCHITECTURE OF ID-SOFTWARE</h1>
129-
<p>Document version: 2.6<br />
130-
Software version: 23.03<br />
131-
Last updated: 8.2.2023 </p>
126+
<p>Document version: 2.7<br />
127+
Software version: 23.07<br />
128+
Last updated: 11.8.2023 </p>
132129
<h1 id="introduction">Introduction</h1>
133130
<p>The purpose of this document is to describe the architecture of ID-software.</p>
134131
<p><strong>ID-software</strong> is a collection of software components offering support for PKI-based functionality, i.e. operations with different cryptographic tokens (e.g. eID cards), handling digitally signed documents, file encryption/decryption and signing and authentication in web environment. The ID-software comprises end-user applications, software libraries, web components, drivers for communicating with the cryptographic tokens and other complementary components.</p>
135132
<p>Main sources for information about ID-software are <a href="https://www.id.ee/en/">www.id.ee</a>, <a href="https://github.com/open-eid">Open-EID GitHub repository</a> and <a href="https://github.com/web-eid">Web-eID GitHub repository</a>.</p>
136133
<p>This document covers description of ID-software and its components, their deployment in different environments, provided and required interfaces. The document does not include components that have reached the end of their support nor the components that have not yet been released.</p>
137-
<p>The document is based on the latest released state of the ID-software components. At the time of writing, the latest released version of ID-software is <strong>version 23.03</strong>. Latest version numbers of the various ID-software components are provided at <a href="https://www.id.ee/en/article/information-on-the-latest-software-versions/">https://www.id.ee/en/article/information-on-the-latest-software-versions/</a>.</p>
134+
<p>The document is based on the latest released state of the ID-software components. At the time of writing, the latest released version of ID-software is <strong>version 23.07</strong>. Latest version numbers of the various ID-software components are provided at <a href="https://www.id.ee/en/article/information-on-the-latest-software-versions/">https://www.id.ee/en/article/information-on-the-latest-software-versions/</a>.</p>
138135
<p>The document is targeted for:</p>
139136
<ul>
140137
<li>Owners/managers of the software;</li>
@@ -1349,15 +1346,15 @@ <h4 id="mobile-id-rest-service">Mobile-ID REST service</h4>
13491346
<ul>
13501347
<li>User: DigiDoc4 Client, RIA DigiDoc</li>
13511348
<li>Accessible with: REST over HTTPS</li>
1352-
<li>Accessible from: <a href="https://dd-mid.ria.ee/mid-api">https://dd-mid.ria.ee/mid-api</a>, <a href="https://mid.sk.ee/mid-api">https://mid.sk.ee/mid-api</a></li>
1349+
<li>Accessible from: <a href="https://eid-dd.ria.ee/mid">https://eid-dd.ria.ee/mid</a>, <a href="https://mid.sk.ee/mid-api">https://mid.sk.ee/mid-api</a></li>
13531350
<li>Documentation: <a href="https://github.com/sk-eid/mid">https://github.com/sk-eid/mid</a></li>
13541351
</ul>
13551352
<p><a name="_SID_REST_service"></a></p>
13561353
<h4 id="smart-id-rest-service">Smart-ID REST service</h4>
13571354
<ul>
13581355
<li>User: DigiDoc4 Client, RIA DigiDoc</li>
13591356
<li>Accessible with: REST over HTTPS</li>
1360-
<li>Accessible from: <a href="https://dd-sid.ria.ee/v2">https://dd-sid.ria.ee/v2</a>, <a href="https://rp-api.smart-id.com/v2">https://rp-api.smart-id.com/v2</a></li>
1357+
<li>Accessible from: <a href="https://eid-dd.ria.ee/sid/v2">https://eid-dd.ria.ee/sid/v2</a>, <a href="https://rp-api.smart-id.com/v2">https://rp-api.smart-id.com/v2</a></li>
13611358
<li>Documentation: <a href="https://github.com/SK-EID/smart-id-documentation">https://github.com/SK-EID/smart-id-documentation</a></li>
13621359
</ul>
13631360
<p><a name="_LDAP_directory_interface"></a></p>
@@ -1385,7 +1382,7 @@ <h4 id="time-stamping-proxy-service-interface">Time-stamping proxy service inter
13851382
<ul>
13861383
<li>User: DigiDoc4j, Libdigidocpp (DigiDoc4 Client, RIA DigiDoc)</li>
13871384
<li>Accessible with: HTTP protocol</li>
1388-
<li>Accessible from: <a href="http://dd-at.ria.ee/tsa">http://dd-at.ria.ee/tsa</a></li>
1385+
<li>Accessible from: <a href="https://eid-ts.ria.ee/ts">https://eid-ts.ria.ee/ts</a></li>
13891386
<li>Documentation: <a href="https://tools.ietf.org/html/rfc3161">RFC3161</a></li>
13901387
</ul>
13911388
<p><a name="_OCSP_service_interface"></a></p>
@@ -1455,12 +1452,14 @@ <h2 id="signing-with-ria-digidoc">Signing with RIA DigiDoc</h2>
14551452
<hr>
14561453
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
14571454
</footer>
1455+
<script src="js/jquery-3.6.0.min.js"></script>
1456+
<script src="js/bootstrap.min.js"></script>
14581457
<script>
14591458
var base_url = ".",
14601459
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
14611460
</script>
1462-
<script src="js/base.js" defer></script>
1463-
<script src="search/main.js" defer></script>
1461+
<script src="js/base.js"></script>
1462+
<script src="search/main.js"></script>
14641463

14651464
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
14661465
<div class="modal-dialog modal-lg">
@@ -1527,6 +1526,6 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
15271526
</html>
15281527

15291528
<!--
1530-
MkDocs version : 1.4.2
1531-
Build Date UTC : 2023-04-20 10:13:13.034429+00:00
1529+
MkDocs version : 1.5.2
1530+
Build Date UTC : 2023-08-14 05:52:18.648916+00:00
15321531
-->

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3-
<url>
4-
<loc>None</loc>
5-
<lastmod>2023-04-20</lastmod>
6-
<changefreq>daily</changefreq>
7-
</url>
83
</urlset>

sitemap.xml.gz

-62 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)