No description
Find a file
2021-07-19 19:25:14 +01:00
src change order of replace-append, so that the original children are appended at the end of the replaced element 2021-07-19 19:25:14 +01:00
tests add 'append' for replace function (replace another element, but append the previous elements children 2021-07-19 08:36:48 +01:00
.gitignore copy code from main proton repo 2019-08-01 16:49:00 +12:00
CHANGELOG.md change order of replace-append, so that the original children are appended at the end of the replaced element 2021-07-19 19:25:14 +01:00
LICENSE copy code from main proton repo 2019-08-01 16:49:00 +12:00
Makefile copy code from main proton repo 2019-08-01 16:49:00 +12:00
proton.nimble change order of replace-append, so that the original children are appended at the end of the replaced element 2021-07-19 19:25:14 +01:00
README.md Update README.md 2019-08-01 16:39:53 +12:00

proton-nim

Proton is a simple, "code-less" engine for xml/xhtml templates. Code-less, because it uses 3 types of ID (attribute) in a template file, rather than snippets of code.

See proton for more information.