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