-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
55 lines (45 loc) · 3.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Muutokset Opinsys-järjestelmässä</title>
<link rel="stylesheet" type="text/css" href="css/theme.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="login main">
<a href="http://opinsys.fi" target="_blank">
<img src="opinsys_logo.png" alt="Opinsys Oy">
</a>
<div class="doc">
<h1>Opinsys-järjestelmän versiot ja muutokset</h1>
<p>Alle on listattu Opinsys-järjestelmän eri versiot ja niiden muutoslokit.</p>
<pre class="markdown"><code>
## Opinsys-järjestelmän versiot / Opinsys System versions
### Vakaa / Stable (Debian Bookworm)
- <a href="https://changelog.opinsys.fi/fi/opinsys/bookworm/index.html">Opinsys (fi)</a> - Uusi Opinsys OS -käyttöjärjestelmän tuotantoversio
- <a href="https://changelog.opinsys.fi/fi/lean/bookworm/index.html">Opinsys Lean (fi)</a> - Uusi Opinsys OS -käyttöjärjestelmän lukiolaiskannettavaversio (Lean)
- <a href="https://changelog.opinsys.fi/en/opinsys/bookworm/index.html">Opinsys (en)</a> - New production version of Opinsys OS
- <a href="https://changelog.opinsys.fi/de/opinsys/bookworm/index.html">Opinsys (de)</a> - Neue Produktionsversion von Opinsys OS
- <a href="https://changelog.opinsys.fi/de/lean/bookworm/index.html">Opinsys Lean (de)</a> - Neue Produktionsversion von Opinsys OS (Lean)
### Vakaa (poistuva versio) / Old Stable (Debian Bullseye)
- <a href="https://changelog.opinsys.fi/fi/opinsys/bullseye/index.html">Opinsys (fi)</a> - Opinsys OS -käyttöjärjestelmän vakaa tuotantoversio
- <a href="https://changelog.opinsys.fi/fi/lean/bullseye/index.html">Opinsys Lean (fi)</a> - Opinsys OS -käyttöjärjestelmän vakaa lukiolaiskannettavaversio (Lean)
- <a href="https://changelog.opinsys.fi/en/opinsys/bullseye/index.html">Opinsys (en)</a> - Stable production version of Opinsys OS
- <a href="https://changelog.opinsys.fi/de/opinsys/bullseye/index.html">Opinsys (de)</a> - Stable Produktionsversion von Opinsys OS
## Arkisto / Archive
- <a href="https://changelog.opinsys.fi/fi/opinsys/buster/index.html">Opinsys (fi)</a> - Opinsys OS -käyttöjärjestelmän (Buster) tuotantoversio
- <a href="https://changelog.opinsys.fi/en/opinsys/buster/index.html">Opinsys (en)</a> - (Buster) production version of Opinsys OS
- <a href="https://changelog.opinsys.fi/de/opinsys/buster/index.html">Opinsys (de)</a> - (Buster) Produktionsversion von Opinsys OS
- <a href="https://changelog.opinsys.fi/fi/lukiolaiskannettava/buster/index.html">Lukiolaiskannettava (fi)</a> - Opinsys OS -käyttöjärjestelmän (Buster) lukiolaiskannettavaversio
- <a href="http://changelog.opinsys.fi/opinsys/">Opinsys</a> - Opinsys OS -käyttöjärjestelmän vanhempi tuotantoversio (Debian Stretch)
- <a href="http://changelog.opinsys.fi/bootserver/">Opinsys bootserver</a> - Opinsys boottipalvelin
- <a href="http://changelog.opinsys.fi/opinsysrestricted/">Opinsys restricted</a> - Käytöstä poistunut järjestelmäversio (Trusty)
- <a href="http://changelog.opinsys.fi/opinsysextra/">Opinsys extra</a> - Kansainvälisillä asiakkailla käytössä ollut järjestelmä
- <a href="http://changelog.opinsys.fi/lukiolaiskannettava/">Lukiolaiskannettava</a> - Opinsys Os:n lukiolaiskannettava versio (Debian Stretch)
</code></pre>
</div>
</div>
<script src="../bundle.js?v=2" charset="utf-8"></script>
</body>
</html>