You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cs/helpviewer.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Organizace [HelpViewer][HelpViewer] obsahuje 2 základní typy repozitářů:
6
6
7
7
- Základní repozitáře projektu - prohlížeč, překlady, další servisní repozitáře
8
8
- Repozitáře nápověd (**help\***)
9
+
- Repozitáře platformy
9
10
10
11
## Seznam základních repozitářů
11
12
@@ -18,6 +19,7 @@ Organizace [HelpViewer][HelpViewer] obsahuje 2 základní typy repozitářů:
18
19
|[fulltextSearchDBBuilder][FTSIndexBuilder]| Generátor fulltext indexu. Tento Bash skript je používán nasazovacími skripty nápověd při přípravě fulltext indexů. |
19
20
|[helpTemplate][RhelpTemplate]| Šablona projektu souboru nápovědy. Je určená pro autory nápověd jako základní prázdný projekt. |
20
21
|[prism][RPrism]| PrismJS sestavená pomocí download průvodce projektu. Repozitář je vložený do **HelpViewer** jako submodul. |
22
+
| HTMLTo*| Převodníky z HTML na jiný formát. Repozitáře jsou používány pro export textů kapitol (📥). Například: [HTMLToTeX][HTMLToTeX] (LaTeX), [HTMLToMD][HTMLToMD] (markdown) |
21
23
22
24
## Seznam repozitářů nápověd
23
25
@@ -31,6 +33,16 @@ Repozitáře bývají pojmenovány **help\***. Vzhledem k pojmenování projektu
31
33
|[helpDevelop][RhelpDevelop]| Nápověda pro vývojáře. Popisuje platformu a možnosti jejího rozšíření včetně psaní vlastních zásuvných modulů. |
32
34
|[helpInternalRef][RhelpInternalRef]| Nápověda pro vývojáře. Popisuje objekty systému, a parametry událostí, které se mezi pluginy posílají. |
33
35
36
+
## Repozitáře platformy
37
+
38
+
Repozitáře jsou určeny k založení zcela nové aplikace na bázi architektury, která v rámci projektu vznikla.
39
+
40
+
| Repozitář | Obsah |
41
+
|---|---|
42
+
|[appstrapTemplate][RappstrapTemplate]| Šablona pro projekt nové aplikace. |
43
+
|[HelpViewer-base][PHelpViewerbase]| Minimální jádro aplikace. |
44
+
|[HelpViewer-loader][RHelpViewerloader]| Zavaděč aplikace, který zajišťuje sekvenci zavádění zdrojů a práci se ZIP archivem s daty aplikace. |
45
+
34
46
## Vydávání verzí
35
47
36
48
- Verze se vydávají nepravidelně
@@ -54,3 +66,8 @@ Repozitáře bývají pojmenovány **help\***. Vzhledem k pojmenování projektu
54
66
[R.github]: https://github.com/HelpViewer/.github"Repozitář se základními informacemi"
|[fulltextSearchDBBuilder][FTSIndexBuilder]| Full text index generator logic. This Bash script is used by CI scripts which handles publishing of help files in case there is required to create full text index. |
19
20
|[helpTemplate][RhelpTemplate]| Template for help file project. It is intended for help authors as a basic blank project. |
20
21
|[prism][RPrism]| PrismJS library mixed-customized release. Repository is inserted to **HelpViewer** as a Git submodule. |
22
+
| HTMLTo*| Converters from HTML to other formats. Repositories are used to export chapter texts (📥). For example: [HTMLToTeX][HTMLToTeX] (LaTeX), [HTMLToMD][HTMLToMD] (markdown) |
21
23
22
24
## Help files repositories
23
25
@@ -31,6 +33,16 @@ Repository names are starting with **help\***. Due to the naming of the project,
31
33
|[helpDevelop][RhelpDevelop]| (This) Help file (pages) for developers. Describes the platform itself and possibilities for extensions including developing of custom plugins. |
32
34
|[helpInternalRef][RhelpInternalRef]| Help file for developers. Describes system objects and event parameters that are distributed within the system. |
33
35
36
+
## Platform repositories
37
+
38
+
Repositories are intended for creating a completely new application based on the architecture developed within the project.
39
+
40
+
| Repository | Content |
41
+
|---|---|
42
+
|[appstrapTemplate][RappstrapTemplate]| Template for a new application project. |
|[HelpViewer-loader][RHelpViewerloader]| Application loader that ensures the sequence of resource loading and works with the ZIP archive containing application data. |
45
+
34
46
## Version publishing
35
47
36
48
- Versions are released irregularly
@@ -54,3 +66,8 @@ Repository names are starting with **help\***. Due to the naming of the project,
54
66
[R.github]: https://github.com/HelpViewer/.github"Repository with basic information"
55
67
[RPrism]: https://github.com/HelpViewer/prism
56
68
[RhelpInternalRef]: https://github.com/HelpViewer/helpInternalRef"HelpViewer system object reference"
0 commit comments