Skip to content

Commit ea90dc7

Browse files
committed
CZ, EN : work modes mentioned
1 parent 2c5a26b commit ea90dc7

File tree

10 files changed

+45
-5
lines changed

10 files changed

+45
-5
lines changed

cs/files.lst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ trouble.md|Řešení problémů
55
docker.md|Postupy pro kontejnerizaci
66
https://github.com/HelpViewer/HelpViewer|GitHub repozitář
77
https://github.com/HelpViewer/HelpViewer/pkgs/container/helpviewer|Obraz pro Docker/Podman
8-
README.md#how-it-works|Spouštění aplikace
8+
README.md#jak-to-funguje|Spouštění aplikace
99
trouble.md#only-a-blank-page-is-displayed|Prázdná stránka
1010
ideas.md|Možné aplikace
11+
workmode.md|Režimy práce

cs/keywords-files.lst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
2
33
0;1
44
1
5-
7
5+
7;10
66
0
77
0
88
0
@@ -17,4 +17,5 @@
1717
4;6
1818
4;6
1919
8
20-
4;6
20+
4;6
21+
10;9

cs/keywords.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ Podman
1818
Obraz
1919
Prázdná stránka
2020
Kontejner
21+
Aplikace;Scénáře

cs/tree.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
🌐 HelpViewer|Přehled||README.md
22
⚙️ Funkce|Seznam funkcí||features.md
33
💡 Možné aplikace|Možné aplikace||ideas.md
4+
◉ Režimy práce|Režimy práce||workmode.md
45
🔧 Řešení problémů|Návody k řešení problémů||trouble.md
56
🐳 Obrazy pro kontejnery|Informace o obrazech pro kontejnery||docker.md
67
🚀 Stáhnout|Balíček pro offline použití||=latestApp

cs/workmode.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ◉ Režimy práce
2+
3+
- Místně jako prohlížeč nápovědy:
4+
```
5+
.../index.html?d=adresář/
6+
.../index.html?d=../soubor-nápovedy.zip
7+
.../index.html?d=https://github.com/HelpViewer/helpUser/releases/download/20250615/Help-cs.zip
8+
```
9+
- Místně jako prohlížeč jednotlivého markdown souboru:
10+
```
11+
.../index.html?d=cesta/k/adresáři/&p=soubor.md
12+
```
13+
- Na serveru podporujícím statické stránky (například tento web)
14+
- V Docker/Podman [kontejneru][containers] v rámci vlastní infrastruktury (systém kontinuální integrace připravuje při každém vydání OCI-kompatibilní kontejnerový obraz)
15+
16+
[containers]: docker.md "Informace o obrazech pro kontejnery"

en/files.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ https://github.com/HelpViewer/HelpViewer/pkgs/container/helpviewer|Docker/Podman
88
README.md#how-it-works|Starting application
99
trouble.md#only-a-blank-page-is-displayed|Blank page solution
1010
ideas.md|Possible implementation
11+
workmode.md|Working modes

en/keywords-files.lst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
2
33
0;1
44
1
5-
7
5+
7;10
66
0
77
0
88
0
@@ -17,4 +17,5 @@
1717
4;6
1818
4;6
1919
8
20-
4;6
20+
4;6
21+
10;9

en/keywords.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ Podman
1818
Image
1919
Blank page
2020
Container
21+
Application;Scenario;Implementation

en/tree.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
🌐 HelpViewer|Overview||README.md
22
⚙️ Features|Features list||features.md
33
💡 Implementation|Possible implementation||ideas.md
4+
◉ Working modes|Working modes||workmode.md
45
🔧 Troubleshooting|Troubleshooting guide||trouble.md
56
🐳 Container images|Container images information||docker.md
67
🚀 Deployment package|Deployment package||=latestApp

en/workmode.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ◉ Working modes
2+
3+
- Locally as a help viewer:
4+
```
5+
.../index.html?d=directory/
6+
.../index.html?d=../help-file.zip
7+
.../index.html?d=https://github.com/HelpViewer/helpUser/releases/download/20250615/Help-en.zip
8+
```
9+
- Locally as a single markdown file viewer:
10+
```
11+
.../index.html?d=path/to/directory/&p=file.md
12+
```
13+
- Static web hosting (e.g. this web)
14+
- In Docker/Podman [container][containers] in your own infrastructure (CI/CD pipeline prepares OCI-compatible container image in every release)
15+
16+
[containers]: docker.md "Container images information"

0 commit comments

Comments
 (0)