Kwartz is a template system designed for web designers and programmers. It can separate presentation logic from a template, runs very fast, generates templates in multiple languages, does not break HTML design, handle any kind of text, and can auto-sanitize text.
Kwartz is a template system designed for web designers and programmers. It can separate presentation logic from a template, runs very fast, generates templates in multiple languages, does not break HTML design, handle any kind of text, and can auto-sanitize text.
To install rb-kwartz, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-kwartz
To see what files were installed by rb-kwartz, run:
port contents rb-kwartz
To later upgrade rb-kwartz, run:
sudo port selfupdate && sudo port upgrade rb-kwartz
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.