You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| .gitignore | 1 year ago | |
| README.md | 1 year ago | |
| archive.js | 1 year ago | |
| copy-local-assets.sh | 1 year ago | |
| fix-tocs.js | 1 year ago | |
| header.html | 1 year ago | |
| make-tr-archive.sh | 1 year ago | |
| package-lock.json | 1 year ago | |
| package.json | 1 year ago | |
README.md
Unicode TR35 archiver
What this does
- render
../../../docs/ldml/*.mdinto.html - add some CSS and fixup the HTML a little bit
- The goal is to create .html suitable to end up at, for example, https://www.unicode.org/reports/tr35/tr35-61/tr35.html
Prerequisites
Node.js (Tested with v12)
How to use
- To generate the .zip file: (Unix)
$ bash make-tr-archive.sh
You will end up with HTML files under dist/ and a zipped up ./tr35.zip archive.
- To generate, and also serve locally via a little web server (Unix):
$ npm install
$ npm run serve
reports.css gets downloaded locally so that the relative link ( ../reports.css) within the HTML will work.
Updating ToC
$ npm install
$ npm run fix-tocs
This will update the tr .md files in place.
Copyright
Copyright © 1991-2021 Unicode, Inc. All rights reserved. Terms of use
See ../../../README.md for full project information.