= CalConnect/ISO 24229: Information and documentation -- Codes for written language conversion systems
This work item belongs to ISO/TC 46/WG 3 and CalConnect TC LOCALIZATION.
image:https://github.com/CalConnect/csd-transcription-systems/actions/workflows/publish.yml/badge.svg["Publish", link="https://github.com/CalConnect/csd-transcription-systems/actions/workflows/publish.yml"]
This document is available in its rendered forms here:
== Fetching the document
== Installing Build Tools
== Building The Document
The following outputs will be built:
site/documents.html
site/documents/iso-24229.html
site/documents/iso-24229.html
[filename].html
)[filename].pdf
)[filename].doc
)== Iterating the document
== Updating gems
Update Gemfile
with desired modifications and run bundle install
, then check
in Gemfile.lock
.
=== Updating gems (with Nix)
After updating gems as decribed above, run the following, then check in
the generated gemset.nix
.
rm -f .bundle/config # This interferes with the following. May be unneeded for Bundler v3 nix-shell -p bundix zlib libxml2 pkg-config libxslt libiconv --run 'bundix --magic'
The packages listed are for building nokogiri: zlib libxml2 pkg-config libxslt libiconv
.