Commit Graph
9 Commits
Author SHA1 Message Date
admin c8e8bc0dec Update cover page: reduce top blank lines, add 'Transcript created on:', use 'Transcribed by', update disclaimer
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled
2026-06-21 14:39:06 +00:00
admin c8ef9cc00d Fix DOCX generation bug (Step 4) and re-apply cover page layout changes
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled
2026-06-21 13:59:05 +00:00
admin 5b5904c354 Fix cover page: use WD_BREAK.PAGE for page break
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled
2026-06-20 03:37:30 +00:00
admin 811be82a71 Fix cover page: use run-level page break to avoid extra blank line
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled
2026-06-20 03:34:28 +00:00
admin 197feb2d4b Fix cover page: use valid page break so content starts on page 2
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled
2026-06-20 03:25:24 +00:00
admin ecd40f42c2 Fix cover page: underline only 'Disclaimer', ensure page break, add SERVER_TIMEZONE env var
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled
2026-06-20 03:10:32 +00:00
admin 0db7dcd677 Fix cover page: replace 'requests' with 'httpx' to avoid missing dependency
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled
2026-06-20 02:35:11 +00:00
admin 0a038d9e74 Redesign cover page layout for transcript and summary DOCX
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled
- Remove old title-only style.
- New layout (centered):
  - 5 blank lines
  - Logo from COVER_PAGE_LOGO_URL
  - 3 blank lines
  - Title (TRANSCRIPT or SUMMARY)
  - Date of transcription
  - Created by + COVER_PAGE_ORGANIZATION
  - 3 blank lines
  - Disclaimer
- Insert page break after cover page; content starts on page 2.
2026-06-20 02:20:28 +00:00
admin 7a31be9de5 Improve summary prompt, add markdown-to-DOCX styling, and add cover pages
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled
- Configurable summary prompts via ENV or file; stronger default prompt.
- New docx_styles.py: converts markdown (headings, bullets, bold/italic) to DOCX.
- Updated create_summary_docx to use markdown-aware styling.
- New docx_cover.py: reusable cover page for transcript and summary.
- Cover pages enabled when COVER_PAGE_ENABLED=true.
2026-06-19 17:16:46 +00:00