Skip to content

Commit a2db4d9

Browse files
committed
EN, CZ : README : removed package.zip hyperlink preparation by javascript - __VERSION__ marker will be used
1 parent 1b96401 commit a2db4d9

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

cs/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ je moderní a rychlý nástroj pro prohlížení dokumentace Markdown a HTML př
55
## Jak to funguje
66

77
1. Zkuste si **HelpViewer** na [svém repozitáři][yourRepo].
8-
2. Stáhněte si balíček <span id="linkhereI"></span> a rozbalte jej.
8+
2. Stáhněte si balíček [package.zip](https://github.com/HelpViewer/HelpViewer/releases/download/__VERSION__/package.zip "https://github.com/HelpViewer/HelpViewer/releases/download/__VERSION__/package.zip") a rozbalte jej.
99
3. Pro správné zobrazení spusťte prohlížeč bez [CORS omezení][bypassCORS]. Jinak se zobrazí stránka se zprávou a budete muset ručně vybrat soubory s nápovědou a daty.
1010
Další možností, pokud nechcete zasahovat do CORS, je stažení lokálního HTTP serveru pro [Linux][SLinux] (statické sestavení pod Go/musl libc) nebo [Windows][SWindows], založení složky **www** v umístění serveru, rozbalení instalace **HelpViewer** do této složky a spuštění serveru localhost:8080 v prohlížeči.
1111
4. Otevřete **index.html** v prohlížeči.
1212
5. Nastavte URL parametr **?d=X**, kde **X** bude cesta k ZIP souboru s nápovědou nebo bude končit **/**, pokud má být čten obsah adresáře.
1313
Pokud toto neuděláte, **./hlp/Help-{vybraný jazyk prohlížeče}.zip** bude určeno jako výchozí.
1414
6. Uvidíte [uživatelskou dokumentaci][userdoc] přímo v HelpViewer, podobně jako teď vidíte tento web.
1515

16-
<script>
17-
insertDownloadLink('linkhereI');
18-
</script>
19-
2016
## Použité produkty třetích stran
2117

2218
- [JSZip library][JSZIP] (používáno podle MIT)

en/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ is a modern, portable and fast tool for viewing Markdown and HTML documentation
55
## How it works
66

77
1. Try **HelpViewer** on [your repository][yourRepo].
8-
2. Download the deployment package from <span id="linkhereI"></span> and unzip it.
8+
2. Download the deployment package from [package.zip](https://github.com/HelpViewer/HelpViewer/releases/download/__VERSION__/package.zip "https://github.com/HelpViewer/HelpViewer/releases/download/__VERSION__/package.zip") and unzip it.
99
3. For correct display, launch the browser without [CORS restrictions][bypassCORS]. Otherwise, you will see a page with message and have to manually select help and data files.
1010
Alternatively, if you don't want to interfere with CORS, is to download a local HTTP server for [Linux][SLinux] (static build under Go/musl libc) or [Windows][SWindows], create a **www** folder in the server location, extract the **HelpViewer** installation into this folder, and start the server on localhost:8080 in your browser.
1111
4. Open the **index.html** file in your browser.
1212
5. Set the URL parameter **?d=X**, where **X** is the path to your ZIP file or you can define path ending with **/** if you want to read a directory.
1313
If you skip this step, **./hlp/Help-{current language}.zip** will be used by default.
1414
6. You will see e.g. the [user documentation][userdoc] directly in HelpViewer, just like you are seeing this web page.
1515

16-
<script>
17-
insertDownloadLink('linkhereI');
18-
</script>
19-
2016
## Used 3rd party products
2117

2218
- [JSZip library][JSZIP] (under MIT)

0 commit comments

Comments
 (0)