2024-08-18 16:16:38 -05:00
2024-08-18 16:16:38 -05:00
2024-07-06 00:22:06 -05:00
2024-08-18 15:45:40 -05:00
wip
2024-07-01 22:20:39 -07:00
2024-08-17 14:31:52 -05:00
2024-08-18 08:58:13 -05:00
2024-08-18 15:45:40 -05:00
2024-04-28 01:10:48 -07:00
2024-04-30 21:19:19 -07:00
2024-04-28 01:12:13 -07:00
2024-04-21 20:03:36 -07:00
2024-08-18 16:05:19 -05:00
2024-08-18 16:04:17 -05:00
2024-08-17 14:31:52 -05:00
2024-04-28 01:12:13 -07:00
2024-08-18 16:05:19 -05:00

Trunkless

being a web-based tool for making cut-up poetry using the entire1 Project Gutenberg collection of English books.

Trunkless is a spiritual successor to prosaic.

This repository contains code for:

  • processing the Gutenberg corpus
  • creating and accessing a large postgresql-stored corpus of lines
  • hosting a web front-end

The actual Gutenberg collection of books can be found at The Internet Archive.

TODO

  • ingest
    • strip header/footer
    • emit clean lines of appropriate length
    • associate lines with book metadata
    • db schema
  • server
    • /
    • /line
  • [O] front-end
    • dark/light mode toggle
    • cookie for dark/light mode
    • editing interface
    • save feature (as plaintext, as image)
    • htmx or just raw ajax for accessing /line
    • font and icon styling

1 as of January, 2024

Description
No description provided
Readme 709 KiB
Languages
Go 63%
JavaScript 35.6%
Shell 1.4%