Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitignore | D | 03-May-2024 | 72 | 6 | 6 | |
README.md | D | 03-May-2024 | 767 | 30 | 18 | |
archive.js | D | 03-May-2024 | 4.6 KiB | 149 | 109 | |
make-tr-archive.sh | D | 03-May-2024 | 366 | 17 | 13 | |
package-lock.json | D | 03-May-2024 | 62.6 KiB | 1,677 | 1,676 | |
package.json | D | 03-May-2024 | 419 | 20 | 19 |
README.md
1# Unicode TR35 archiver 2 3## What this does 4 5- render `../../../docs/ldml/*.md` into `.html` 6- add some CSS and fixup the HTML a little bit 7- The goal is to create .html suitable to end up at, for example, <https://www.unicode.org/reports/tr35/tr35-61/tr35.html> 8 9## Prerequisites 10 11Node.js (Tested with v12) 12 13## How to use 14 15```shell 16$ bash make-tr-archive.sh 17``` 18 19You will end up with HTML files under `dist/` and a zipped up `./tr35.zip` archive. 20 21`reports.css` gets downloaded locally so that the relative link ( `../reports.css`) within the HTML will work. 22 23See [../../../README.md](../../../README.md) for full project information. 24 25### Copyright 26 27Copyright © 1991-2021 Unicode, Inc. 28All rights reserved. 29[Terms of use](http://www.unicode.org/copyright.html) 30