docs: Update readme

This commit is contained in:
Marty Oehme 2025-07-22 10:34:07 +02:00
parent 0933b5f616
commit 678382b2f7
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 17 additions and 7 deletions

View file

@ -1,9 +1,19 @@
# Pollen Prophet # The Bee's Knees
When fact checking is optional, but irony is not.
## Ideas ## Ideas
- switch on-the-fly between original and improvements - [x] switch on-the-fly between original and improvements
- vote-mode for the best suggestion - vote-mode for the best suggestion
- when opening the article shows all suggestions made - when opening the article shows all suggestions made
- user can vote for the best one and the one with the most votes becomes the new headline - user can vote for the best one and the one with the most votes becomes the new headline
- associated image generation? - associated image generation?
## What is this?
The Bee's knees is a running AI rewrite of the newest Babylon Bee headlines.
Some will be on point, some will be nonsensical,
but rest assured in the knowledge that all will at least be better than the original.
You can switch back-and-forth between the original and the AI generated version with a button.

View file

@ -1,7 +1,7 @@
[project] [project]
name = "pollen-prophet" name = "bees-knees"
version = "0.1.0" version = "0.1.0"
description = "Add your description here" description = "Where fact checking is optional, but irony is not."
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"
dependencies = [ dependencies = [

View file

@ -1,7 +1,7 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>The Pollen Prophet</title> <title>The Bee's Knees</title>
<script src="https://unpkg.com/htmx.org@2.0.4/dist/htmx.min.js"></script> <script src="https://unpkg.com/htmx.org@2.0.4/dist/htmx.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js"></script>
<script <script
@ -12,8 +12,8 @@
<link href="static/style.css" rel="stylesheet" /> <link href="static/style.css" rel="stylesheet" />
</head> </head>
<body> <body>
<h1>The Pollen Prophet</h1> <h1>The Bee's Knees</h1>
<h2>Making funny since 2025 what ought not bee.</h2> <h2>Where fact checking is optional, but irony is not.</h2>
<div class="article" x-data="{ showing_improvements: true }"> <div class="article" x-data="{ showing_improvements: true }">
<div <div
hx-get="/improvements" hx-get="/improvements"