aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-12-05 09:50:39 -0500
committerPaul Duncan <pabs@pablotron.org>2021-12-05 09:50:39 -0500
commita513788424695aa0c22823160861016851135e25 (patch)
tree8cc415133ba23ce483abf7e59e509b8a92cabb85
parent60d098434997cc00b313b22789a262318a5d5b25 (diff)
downloadpablotron.org-a513788424695aa0c22823160861016851135e25.tar.bz2
pablotron.org-a513788424695aa0c22823160861016851135e25.zip
TODO.md: mark mathyd as done
-rw-r--r--TODO.md2
-rw-r--r--content/posts/2021-12-05-mathyd-easy-tex-to-svg.md1
-rw-r--r--data/projects.yaml5
3 files changed, 6 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 82ad606..8a915f2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -61,7 +61,6 @@ this stuff may not make any sense.
content of paper itself
* detailed results are interesting
* my tools 2021 (vim, irssi, screen, mutt/offlineimap/notmuch, irb, git, bash)
-* mathyd (repo + examples)
* buttcoin:
https://www.wired.com/story/theres-no-good-reason-to-trust-blockchain-technology/
(nicholas weaver article)
@@ -104,3 +103,4 @@ this stuff may not make any sense.
* feedbloater
* wireguard notes
* birthday paradox
+* mathyd (repo + examples)
diff --git a/content/posts/2021-12-05-mathyd-easy-tex-to-svg.md b/content/posts/2021-12-05-mathyd-easy-tex-to-svg.md
index 5961a43..040be71 100644
--- a/content/posts/2021-12-05-mathyd-easy-tex-to-svg.md
+++ b/content/posts/2021-12-05-mathyd-easy-tex-to-svg.md
@@ -2,7 +2,6 @@
slug: mathyd-easy-tex-to-svg
title: "Mathyd: Easy TeX to SVG"
date: "2021-12-05T07:02:29-04:00"
-draft: true
---
A few weeks ago I released [Mathyd][], a [Docker][] image containing an
[HTTP][] daemon which converts [TeX][] to [SVG][].
diff --git a/data/projects.yaml b/data/projects.yaml
index 18f8aed..03f361e 100644
--- a/data/projects.yaml
+++ b/data/projects.yaml
@@ -257,6 +257,11 @@ title."
text: "Web-based LaTeX math renderer."
repo: "https://git.pablotron.org/mathy"
+- name: "Mathyd"
+ slug: "mathyd"
+ text: "Easy TeX to SVG daemon."
+ repo: "https://git.pablotron.org/mathyd"
+
- name: "Password Strength Tester"
slug: "password-strength"
text: "Web-based password strength tester based on zxcvbn."