From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- content/posts/2019-08-25-releases.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 content/posts/2019-08-25-releases.md (limited to 'content/posts/2019-08-25-releases.md') diff --git a/content/posts/2019-08-25-releases.md b/content/posts/2019-08-25-releases.md new file mode 100644 index 0000000..00c7128 --- /dev/null +++ b/content/posts/2019-08-25-releases.md @@ -0,0 +1,25 @@ +--- +date: "2019-08-25T10:03:00Z" +title: 'Releases: Luigi Template 0.5.0, ZipStream-PHP 0.3.0, and Mathy' +--- + +Some stuff I released months ago but never posted: + +* [Luigi Template, version 0.5.0][luigi-template]: Simple multi-language + string templating library inspired by Unix pipes. Version 0.5.0 + includes better documentation, faster rendering, implementations for + [Java][], [JavaScript][], [PHP][], and [Ruby][]. +* [Mathy][]: Web-based LaTeX math renderer. +* [ZipStream-PHP, version 0.3.0][zipstream-php]: [PHP][] library that + allows you to dynamically generate streamed Zip archives. Version + 0.3.0 is a clean rewrite for [PHP 7][php]. It includes a test suite, + [Composer][] support, and API documentation. + + [luigi-template]: https://github.com/pablotron/luigi-template "Simple multi-language string templating library inspired by Unix pipes." + [zipstream-php]: https://github.com/pablotron/zipstream-php "PHP library to dynamically generate streamed Zip archives." + [mathy]: https://mathy.pmdn.org/ "Web based LaTeX math renderer." + [java]: https://en.wikipedia.org/wiki/Java_(programming_language) "Java programming language." + [javascript]: https://en.wikipedia.org/wiki/JavaScript "JavaScript programming language." + [php]: https://en.wikipedia.org/wiki/PHP "PHP programming language." + [ruby]: https://en.wikipedia.org/wiki/Ruby_(programming_language) "Ruby programming language." + [composer]: https://getcomposer.org/ "Dependency manager for PHP." -- cgit v1.2.3