KTextTemplate

The KTextTemplate Library

Overview

KTextTemplate is a Free Software, Open Source Qt based library used for text processing.

The text template is modelled after the Django template system:

<ul>
{% for athlete in athlete_list %}
<li>{{ athlete.name }}{% if athlete.isCaptain %} (C){% endif %}</li>
{% endfor %}
</ul>

KTextTemplate is covered by the GNU Lesser General Public Licence version 2.1 or, at your option, any later version.

Application APIPlugin APIGuides


Community

The KTextTemplate project mailing list is kde-p.nosp@m.im@k.nosp@m.de.or.nosp@m.g.