2024-04-19 16:09:11 -07:00
2024-04-19 16:09:11 -07:00
2024-02-19 22:47:49 -08:00
2024-02-08 21:14:35 -08:00
2024-02-08 21:14:35 -08:00
2024-02-08 21:14:35 -08:00
2024-04-21 20:02:22 -07:00
2024-03-15 16:01:28 -07:00
2024-02-08 21:14:35 -08:00
2024-01-31 20:23:20 -08: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 sqlite3 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
  • 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%