Skip to content

Commit e031712

Browse files
committed
EN,CZ : deps.lst mentioned
1 parent e5bd904 commit e031712

File tree

9 files changed

+46
-2
lines changed

9 files changed

+46
-2
lines changed

cs/deps.lst.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 📄 Seznam externích závislostí (deps.lst)
2+
3+
- ⚠️ Tento formát je velmi přísný, prosím, dodržujte pravidla přesně.
4+
- Soubor definuje seznam externích souborů nebo balíčků, které CI skript připojí k balíčku vydání.
5+
- Jeden řádek = jedna položka
6+
- Zalomení řádku uprostřed definice není povoleno
7+
8+
## Struktura souboru
9+
10+
```text
11+
[1]|[2][|]
12+
```
13+
14+
## Popis pozic
15+
16+
| Pozice | Popis |
17+
|---|---|
18+
| `[1]` | Jméno souboru na straně balíčku aplikace |
19+
| `[2]` | Jméno souboru na straně zdroje externího souboru/balíčku |
20+
| `[\|]` | Pokud řádek končí svislou čarou, kopíruje se do adresáře **hvdata**, jinak se soubor vloží do **hvdata/data.zip**. |

cs/files.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ uitree.md|Strom
3939
resource.md|Zdroj/Balíček
4040
routingmc.md|Směrování kliknutí myši
4141
objDoc.md|Dokumentace objektů
42+
deps.lst.md|Seznam závislostí (deps.lst)

cs/lists.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Pro správné fungování aplikace HelpViewer jsou důležité následující seznamy:
44

5+
- Seznam externích závislostí (deps.lst) (je použit pouze pro sestavení balíčku vydání)
56
- Seznam stylů (css.lst)
67
- Seznam skriptů (js.lst)
78
- Seznam pluginů (plugins.lst)

cs/tree.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Dokumentace pro vývojáře|Dokumentace pro vývojáře||README.md
33
🛠️ Použité technologie|Použité technologie a součásti||techstack.md
44
▶️ Spouštěcí sekvence|Spouštěcí sekvence||runseq.md
55
Seznamy|Seznamy||lists.md
6+
📄 Seznam závislostí (deps.lst)|Seznam externích závislostí (deps.lst)||deps.lst.md
67
📄 Seznam stylů (css.lst)|Seznam stylů (css.lst)||css.lst.md
78
📄 Seznam skriptů (js.lst)|Seznam skriptů (js.lst)||js.lst.md
89
📄 Seznam pluginů (plugins.lst)|Seznam pluginů (plugins.lst)||plugins.lst.md

en/deps.lst.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 📄 List of external dependencies (deps.lst)
2+
3+
- ⚠️ This format is very strict, please follow the rules exactly.
4+
- The file defines a list of external files or packages that the CI script will attach to the release package.
5+
- One line = one item
6+
- Line breaks in the middle of a definition are not allowed
7+
8+
## File structure
9+
10+
```text
11+
[1]|[2][|]
12+
```
13+
14+
## Position descriptions
15+
16+
| Position | Description |
17+
|---|---|
18+
| `[1]` | File name on the application package side |
19+
| `[2]` | File name on the external file/package source side |
20+
| `[\|]` | If the line ends with a vertical bar, it is copied to the **hvdata** directory, otherwise the file is placed in **hvdata/data.zip**. |

en/files.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ uitree.md|Tree
3939
resource.md|Resource/Package
4040
routingmc.md|Mouse click routing
4141
objDoc.md|Documenting objects
42+
deps.lst.md|List of dependencies (deps.lst)

en/lists.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
The following lists are important for the proper functioning of the HelpViewer application:
44

5+
- List of external dependencies (deps.lst) (used only by CI for building the release package)
56
- List of styles (css.lst)
67
- Script list (js.lst)
78
- Plugin list (plugins.lst)

en/resource.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ Examples of implementations of this plugin differ in individual implementations,
5959
- 🖼️ [pTRParsePrism][pTRParsePrism] - Syntax highlighting in code listings
6060
- 🖼️ [pTRParseMermaid][pTRParseMermaid] - Rendering Mermaid graphs from text definitions
6161
62-
Translated with DeepL.com (free version)
63-
6462
[Resource]: :_plg:Resource.md "Resource"
6563
[oexplorer]: oexplorer.md "Object explorer"
6664
[pTRParseMd]: :_plg:pTRParseMd.md "pTRParseMd"

en/tree.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Documentation for developers|Documentation for developers||README.md
33
🛠️ Used technologies|Used technologies||techstack.md
44
▶️ Startup sequence|Startup sequence||runseq.md
55
Lists|Lists||lists.md
6+
📄 List of dependencies (deps.lst)|List of external dependencies (deps.lst)||deps.lst.md
67
📄 List of styles (css.lst)|List of styles (css.lst)||css.lst.md
78
📄 List of scripts (js.lst)|List of scripts (js.lst)||js.lst.md
89
📄 List of plugins (plugins.lst)|List of plugins (plugins.lst)||plugins.lst.md

0 commit comments

Comments
 (0)