Awesome
SVT Encore Documentation
<img align="right" height="120" src="https://raw.githubusercontent.com/svt/encore-doc/main/src/img/encore_doc_logo.png">Welcome to the SVT Encore documentation project. It is mainly aimed at advanced technical users, like developers.
SVT Encore is a scalable tool for video transcoding,
Contributions are encouraged and welcomed.
Development
Clone the project with git. Build the documentation by invoking the 'asciidoctor' goal:
foo@bar:~$./gradlew clean asciidoctor
View the generated documentation in a browser of choice, for example
foo@bar:~$firefox build/docs/asciidoc/index.html
Note
The online documentation (GitHub Pages) is updated when something is committed to main branch of this repo.
Requirements
-
Gradle 7.x.x
-
Optional: Intellij with the Asciidoctor Plugin
Optional for development: IntelliJ Plugin
Install the Asciidoctor plugin and get writing, with a preview window, export to HTML, PDF and more. It is great actually.
License
This documentation is
- Copyright 2021 Sveriges Television AB
and released under
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>
Note: The main project SVT Encore itself was initiated in 2018.
Credits
-
Write The Docs and everyone driving the Docs-As-Code philosophy, thanks.