No-template: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A super-small Java library for templating, i.e. generating text files (HTML, XML, whatever) from a "template" text file. The project home page is [https://github.com/aunkrig/no-template here].") |
No edit summary |
||
| Line 1: | Line 1: | ||
= Important = | |||
'''As of 2025, I have discontinued my software development activities and marked | |||
all my repositories as archived and read-only. A big thank you goes to all the | |||
contributors, who made the work a lot of fun!''' | |||
---- | |||
A super-small Java library for templating, i.e. generating text files (HTML, XML, whatever) from a "template" text file. | A super-small Java library for templating, i.e. generating text files (HTML, XML, whatever) from a "template" text file. | ||
The project home page is [https://github.com/aunkrig/no-template here]. | The project home page is [https://github.com/aunkrig/no-template here]. | ||
Latest revision as of 09:09, 4 July 2026
Important
As of 2025, I have discontinued my software development activities and marked all my repositories as archived and read-only. A big thank you goes to all the contributors, who made the work a lot of fun!
A super-small Java library for templating, i.e. generating text files (HTML, XML, whatever) from a "template" text file.
The project home page is here.