From 2c7fcfc05b9c1aae462aac0095911638c55ba106 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 5 Jul 2025 17:46:43 -0400 Subject: [PATCH] added note to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d66c2c2..a885bd9 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,16 @@ are comfortable with modifying `jinja2` templates and CSS, then you're in luck. **Note:** This project is in early development, there are no versioned releases yet, and breaking changes are likely. Versioned releases will be made and zona -will be published to PyPI once it's stable. +will be published to PyPI once it's stable. zona was previously implemented in +Go; I decided to rewrite the project in Python. If you're interested in seeing +the previous codebase (which is feature incomplete), visit the +[~ficd/zona-go](https://git.sr.ht/~ficd/zona-go) repository. For an example of a website built with zona, please see [ficd.ca](https://ficd.ca). + - [Features](#features) - [Installation](#installation) - [Usage](#usage) @@ -33,6 +37,7 @@ For an example of a website built with zona, please see - [Sitemap](#sitemap) - [Ignore List](#ignore-list) - [Drafts](#drafts) + ## Features