To build TTML2 spec, you need to have Apache ant installed.
- Checkout an up to date branch (e.g.
main
). - Edit
ttml.xml
ant build
- the build artefacts are stored in the/spec/build
directory, e.g.index.html
is the TTML2 HTML specification.- If more edits, go to 3.
- Create and submit your Pull Request. Note that build artefacts are git ignored.
- Travis CI will create the build artefacts and push them to a branch with the same name, with
-build
appended.
Commit messages should have at least a first line be preceded by [ttml]
with a summary of the changes. Subsequent lines can be used for further detail.