diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2016-08-22 00:14:58 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | 1214131e1dff07f74462ae23a8ed3544cb6849ea (patch) | |
tree | 40a83803010fcd6dc858db530485c8d3d43eba59 /libraries/grantlee-qt5/README | |
parent | 91be75add67bd9071446aa6a77f0f99699ce9690 (diff) | |
download | slackbuilds-1214131e1dff07f74462ae23a8ed3544cb6849ea.tar.gz |
libraries/grantlee-qt5: Added (template engine written in Qt5).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/grantlee-qt5/README')
-rw-r--r-- | libraries/grantlee-qt5/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/grantlee-qt5/README b/libraries/grantlee-qt5/README new file mode 100644 index 0000000000..276b9ca53a --- /dev/null +++ b/libraries/grantlee-qt5/README @@ -0,0 +1,8 @@ +Grantlee is a set of Free Software libraries written using the Qt +framework. Currently two libraries are shipped with Grantlee: Grantlee +Templates and Grantlee TextDocument. + +The goal of Grantlee Templates is to make it easier for application +developers to separate the structure of documents from the data they +contain, opening the door for theming and advanced generation of other +text such as code. |