Renat Suleymanov e6621cd4d2 Update jtemplate.pas hace 2 años
..
demo 664b737f6e Merged from https://github.com/silvioprog/brookframework/releases/tag/v4.0.0 hace 7 años
pkg 664b737f6e Merged from https://github.com/silvioprog/brookframework/releases/tag/v4.0.0 hace 7 años
src e6621cd4d2 Update jtemplate.pas hace 2 años
AUTHORS 664b737f6e Merged from https://github.com/silvioprog/brookframework/releases/tag/v4.0.0 hace 7 años
LICENSE 664b737f6e Merged from https://github.com/silvioprog/brookframework/releases/tag/v4.0.0 hace 7 años
README.md 664b737f6e Merged from https://github.com/silvioprog/brookframework/releases/tag/v4.0.0 hace 7 años

README.md

JTemplate plugin

This plugin helps you to fill variables in a template file. It was originally designed to fill custom tags in HTML file. However, it can be used in any context since it does not depend on HTML handling routines. In other words, if you have a model of a letter and wold like to fill sender and address; if ou have a report and would replace a tag by a query in database; in short, if you desire to fill variables in a file marked with tags, JTemplate is the ideal feature for you.