45 lines
1.1 KiB
Markdown
45 lines
1.1 KiB
Markdown
---
|
|
id: task-053
|
|
title: Initial mycro-zine toolkit setup
|
|
status: Done
|
|
assignee: []
|
|
created_date: '2025-12-15 23:41'
|
|
updated_date: '2025-12-15 23:41'
|
|
labels:
|
|
- setup
|
|
- feature
|
|
dependencies: []
|
|
priority: high
|
|
---
|
|
|
|
## Description
|
|
|
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
|
Created the mycro-zine repository with:
|
|
- Single-page print layout generator (2x4 grid, all 8 pages on one 8.5"x11" sheet)
|
|
- Prompt templates for AI content/image generation
|
|
- Example Undernet zine pages
|
|
- Support for US Letter and A4 paper sizes
|
|
- CLI and programmatic API
|
|
- Pushed to Gitea and GitHub
|
|
<!-- SECTION:DESCRIPTION:END -->
|
|
|
|
## Acceptance Criteria
|
|
<!-- AC:BEGIN -->
|
|
- [x] #1 Repository structure created
|
|
- [x] #2 Layout script generates single-page output
|
|
- [x] #3 Prompt templates created
|
|
- [x] #4 Example zine pages included
|
|
- [x] #5 Pushed to Gitea and GitHub
|
|
<!-- AC:END -->
|
|
|
|
## Implementation Notes
|
|
|
|
<!-- SECTION:NOTES:BEGIN -->
|
|
Completed 2025-12-15. Repository at:
|
|
- Gitea: gitea.jeffemmett.com:jeffemmett/mycro-zine
|
|
- GitHub: github.com/Jeff-Emmett/mycro-zine
|
|
|
|
Test with: cd /home/jeffe/Github/mycro-zine && npm run example
|
|
<!-- SECTION:NOTES:END -->
|