Skip to content

Commit 244c0c3

Browse files
committed
EN,CZ : helpviewer : Repositories list and description updated
1 parent 3e1785c commit 244c0c3

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

cs/helpviewer.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Organizace [HelpViewer][HelpViewer] obsahuje 2 základní typy repozitářů:
66

77
- Základní repozitáře projektu - prohlížeč, překlady, další servisní repozitáře
88
- Repozitáře nápověd (**help\***)
9+
- Repozitáře platformy
910

1011
## Seznam základních repozitářů
1112

@@ -18,6 +19,7 @@ Organizace [HelpViewer][HelpViewer] obsahuje 2 základní typy repozitářů:
1819
| [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ů. |
1920
| [helpTemplate][RhelpTemplate] | Šablona projektu souboru nápovědy. Je určená pro autory nápověd jako základní prázdný projekt. |
2021
| [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) |
2123

2224
## Seznam repozitářů nápověd
2325

@@ -31,6 +33,16 @@ Repozitáře bývají pojmenovány **help\***. Vzhledem k pojmenování projektu
3133
| [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ů. |
3234
| [helpInternalRef][RhelpInternalRef] | Nápověda pro vývojáře. Popisuje objekty systému, a parametry událostí, které se mezi pluginy posílají. |
3335

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+
3446
## Vydávání verzí
3547

3648
- Verze se vydávají nepravidelně
@@ -54,3 +66,8 @@ Repozitáře bývají pojmenovány **help\***. Vzhledem k pojmenování projektu
5466
[R.github]: https://github.com/HelpViewer/.github "Repozitář se základními informacemi"
5567
[RPrism]: https://github.com/HelpViewer/prism
5668
[RhelpInternalRef]: https://github.com/HelpViewer/helpInternalRef "HelpViewer dokumentace systémových objektů"
69+
[HTMLToTeX]: https://github.com/HelpViewer/HTMLToTeX "HTML -> TeX"
70+
[HTMLToMD]: https://github.com/HelpViewer/HTMLToMD "HTML -> md"
71+
[RappstrapTemplate]: https://github.com/HelpViewer/appstrapTemplate "Předloha pro aplikaci"
72+
[PHelpViewerbase]: https://github.com/HelpViewer/HelpViewer-base "Minimální jádro"
73+
[RHelpViewerloader]: https://github.com/HelpViewer/HelpViewer-loader "Zavaděč"

en/helpviewer.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Organization [HelpViewer][HelpViewer] contains 2 basic types of repositories:
66

77
- Basic project repositories - Viewer, translations, another service repositories
88
- Help files repositories (**help\***)
9+
- Platform repositories
910

1011
## Basic repositories
1112

@@ -18,6 +19,7 @@ Organization [HelpViewer][HelpViewer] contains 2 basic types of repositories:
1819
| [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. |
1920
| [helpTemplate][RhelpTemplate] | Template for help file project. It is intended for help authors as a basic blank project. |
2021
| [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) |
2123

2224
## Help files repositories
2325

@@ -31,6 +33,16 @@ Repository names are starting with **help\***. Due to the naming of the project,
3133
| [helpDevelop][RhelpDevelop] | (This) Help file (pages) for developers. Describes the platform itself and possibilities for extensions including developing of custom plugins. |
3234
| [helpInternalRef][RhelpInternalRef] | Help file for developers. Describes system objects and event parameters that are distributed within the system. |
3335

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. |
43+
| [HelpViewer-base][PHelpViewerbase] | Minimum application core. |
44+
| [HelpViewer-loader][RHelpViewerloader] | Application loader that ensures the sequence of resource loading and works with the ZIP archive containing application data. |
45+
3446
## Version publishing
3547

3648
- Versions are released irregularly
@@ -54,3 +66,8 @@ Repository names are starting with **help\***. Due to the naming of the project,
5466
[R.github]: https://github.com/HelpViewer/.github "Repository with basic information"
5567
[RPrism]: https://github.com/HelpViewer/prism
5668
[RhelpInternalRef]: https://github.com/HelpViewer/helpInternalRef "HelpViewer system object reference"
69+
[HTMLToTeX]: https://github.com/HelpViewer/HTMLToTeX "HTML -> TeX"
70+
[HTMLToMD]: https://github.com/HelpViewer/HTMLToMD "HTML -> md"
71+
[RappstrapTemplate]: https://github.com/HelpViewer/appstrapTemplate "Application template"
72+
[PHelpViewerbase]: https://github.com/HelpViewer/HelpViewer-base "Minimal core"
73+
[RHelpViewerloader]: https://github.com/HelpViewer/HelpViewer-loader "Loader"

0 commit comments

Comments
 (0)