aif-ng_configgen/app/templates/index.html

943 B

{% extends "base.html" %}{% block title %}AIF-NG Configurator | Home{% endblock %}{% block body %}

AIF-NG Configurator

A tool to generate XML configuration files for AIF-NG.

What is it?

This tool will let you generate configuration files for AIF-NG. I, the author of this generator and of AIF-NG, recognize that not everyone is comfortable with writing XML from scratch — even if they use something like an IDE with XML support (I recommend PyCharm Community Edition; it will validate your config as you go as long as you include the XSD in the header!).

So without further ado, head on over to the generator or for more information on using this tool, try the usage page.

{% endblock %}