about summary refs log tree commit diff
path: root/content/posts/2023-04-11-dict-server.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2023-04-11-dict-server.md')
-rw-r--r--content/posts/2023-04-11-dict-server.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/content/posts/2023-04-11-dict-server.md b/content/posts/2023-04-11-dict-server.md
index 5b6a29e..066bca4 100644
--- a/content/posts/2023-04-11-dict-server.md
+++ b/content/posts/2023-04-11-dict-server.md
@@ -1,11 +1,9 @@
----
-title: "Writing a DICT (RFC 2229) server"
-date: 2023-04-11
-lang: en
-categories: [ blog, dev, guide ]
-tags: [dict, development, hacking]
-translationKey: "2023-04-11-dict-server"
----
++++
+title = "Writing a DICT (RFC 2229) server"
+date = 2023-04-11
+categories = [ "project" ]
+tags = ["dict", "development", "hacking"]
++++
 
 In last few weeks, I've implemented a minimal, barely compliant[^1]
 [DICT][rfc2229] server called ExTra (also stylized ex.tra).  The server