unplugged-system/external/cldr/tools/scripts/tr-archive
2025-10-06 13:59:42 +00:00
..
archive.js Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
copy-local-assets.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
fix-tocs.js Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
header.html Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
make-tr-archive.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
package-lock.json Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
package.json Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Unicode TR35 archiver

What this does

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 © 1991-2021 Unicode, Inc. All rights reserved. Terms of use

See ../../../README.md for full project information.