From b63c960b6181a168a7cb7206241ddb4186097885 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Sun, 27 Apr 2025 12:01:07 -0400 Subject: [PATCH 1/2] Support cycle --- README.md | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c30b34..6d7ea20 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ This is a very simple console application that suggests a list of times to post It is not recommended for use with breaking news, of course. Instead, you should focus on overlooked local news or op-eds. Of course, this is just covering general news. It is really good niche communities. +## 🛠 Features + +* [x] User Input and Name Bias +* [x] JSON Export + ## Exporting Once it generates a list of times, you can retry or export it as a JSON format. If you export, you're requested to select from a number of topics or default to none if no selection is made. Upon export, you can start over or exit. @@ -30,12 +35,39 @@ An optional ``config.toml`` file allows for further customization of file name, ] ``` -## Background +## 📅 Support & Update Cycle + +| Type | Frequency | Notes | +| ------------ | ---------------- | ---------------------------------------- | +| Minor Update | Every 3–6 months | Small enhancements, non-breaking changes | +| Patch Update | As needed | Bug fixes, security updates | +| Major Update | 25 months | Framework upgrades, major refactors | + +* Reserve months: June (Mid-Year Chill) & December (End-Year Freeze) + +## 🧘 Sustainability Practices + +* 20% creative/recovery space built into development +* Mandatory cooldowns after major launches (minimum 1 week) +* Crisis Mode Activates if: + * Critical vulnerabilities + * Framework-breaking issues + +## 🛡️ Support + +- [ ] Active Support +- [x] Limited Support (Security patches only) +- [ ] Maintenance Mode (Dependency-only updates) +- [ ] Archived (No active work planned) + +## 📓 Project Notes + +### 🔍 Background A while back, I [found a tool](https://schedule.lemmings.world) to schedule articles on Lemmy. I've been posting within a few hours apart at random minutes and I wanted to something decide that for me. I had AI write the base algorithm, everything else is my own touches. This tool was originally intended with a simple purpose: suggest some publishing times. However, when customable topics were added, it became more versatile. It can be used with anything that can be scheduled to publish, from news, art, or anything else. -## License +## 📄 License I hereby waive this project under the public domain - see [UNLICENSE](UNLICENSE) for details. From 232093a479e2a1e4d9b7b6fc4972393e158076cf Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Sun, 27 Apr 2025 12:02:54 -0400 Subject: [PATCH 2/2] Missed an emoji --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d7ea20..199ec39 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It is not recommended for use with breaking news, of course. Instead, you should * [x] User Input and Name Bias * [x] JSON Export -## Exporting +## 📩 Exporting Once it generates a list of times, you can retry or export it as a JSON format. If you export, you're requested to select from a number of topics or default to none if no selection is made. Upon export, you can start over or exit.