Skip to content

Commit

Permalink
Merge branch 'release-1.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JDevlieghere committed Feb 12, 2014
2 parents 66bd7c2 + 46fb8f1 commit 17af63e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v 1.3.0 dev
- Added logo to web interface
- Updated installation documentation
- Configuration using files rather than arguments

v 1.2.0 dev
- New task and build process
- Web interface
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@

Features
--------

InTeXration is a *continuous integration* tool for building *LaTeX* documents. It integrates with *GitHub* using a WebHook. On each commit the specified latex files are compiled to a PDF. Include the URL to this PDF and build log in the repository's README to offer interested parties a compiled version of the document(s) inside it.


Screenshot
----------
![InTeXration Screenshot](http://cdn.jonasdevlieghere.com/intexration_screenshot.png)


Documentation
-------------

This project is in a very early development phase. Documentation might be missing or lagging behind. Thank you for your understanding!

- [Installation](https://github.com/JDevlieghere/InTeXration/blob/master/docs/install.md)
- [User's Manual](https://github.com/JDevlieghere/InTeXration/blob/master/docs/manual.md)
- [Planned Features](https://github.com/JDevlieghere/InTeXration/blob/master/docs/planned_features.md)


Adding InTeXration to your Project
----------------------------------
You would like to try out InTeXration but don't have access to a VPS or decicated server? We're currently running both a stable and experiment release on our own servers. Contact me if you would like to obtain an API key!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='InTeXration',
version='1.2.1dev',
version='1.3.0dev',
packages=['intexration'],
package_data={'': ['config/*.cfg', 'data/*.csv', 'logs/*.log', 'views/*.tpl', 'static/*/*']},
include_package_data=True,
Expand Down

0 comments on commit 17af63e

Please sign in to comment.