https://github.com/jdevlieghere/intexration
TeX Continuous Integration Service
https://github.com/jdevlieghere/intexration
Last synced: 5 months ago
JSON representation
TeX Continuous Integration Service
- Host: GitHub
- URL: https://github.com/jdevlieghere/intexration
- Owner: JDevlieghere
- License: other
- Created: 2014-01-15T14:11:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-14T23:27:57.000Z (over 11 years ago)
- Last Synced: 2025-03-29T03:51:16.456Z (over 1 year ago)
- Language: Python
- Size: 1.69 MB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README

Features
--------
InTeXration is a *continuous integration* tool for building *LaTeX* documents. It integrates with GitHub using a WebHook. On each push latex files specified in the `.intexration` file are compiled to a PDF. A fixed URL to the resulting pdf and the corresponding build log can be added to the repository's README to provide an up to date, compiled version of the latex document(s) inside.
Screenshot
----------

Documentation
-------------
This project is in an early development phase. Documentation might be missing or lagging behind.
- [User's Manual](https://github.com/JDevlieghere/InTeXration/blob/master/docs/manual.md)
- [Installation](https://github.com/JDevlieghere/InTeXration/blob/master/docs/install.md)
- [Configuration](https://github.com/JDevlieghere/InTeXration/blob/master/docs/config.md)
Use InTeXration
---------------
If you would like to try out InTeXration but don't have access to a VPS or decicated server please contact me for an API key.
I'm running the latest stable release at [intexration.jonasdevlieghere.com:8000](http://intexration.jonasdevlieghere.com:8000).
API keys are currently not linked to a repositories so can be used for multiple projects.

License
-------
Apache License, Version 2.0 (See [LICENSE](https://github.com/JDevlieghere/InTeXration/blob/master/LICENSE))