aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2019-08-25-releases.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2019-08-25-releases.md')
-rw-r--r--content/posts/2019-08-25-releases.md25
1 files changed, 25 insertions, 0 deletions
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."