• Home
Name Date Size #Lines LOC

..--

.gitignoreD03-May-202472 66

README.mdD03-May-2024767 3018

archive.jsD03-May-20244.6 KiB149109

make-tr-archive.shD03-May-2024366 1713

package-lock.jsonD03-May-202462.6 KiB1,6771,676

package.jsonD03-May-2024419 2019

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 &copy; 1991-2021 Unicode, Inc.
28All rights reserved.
29[Terms of use](http://www.unicode.org/copyright.html)
30