• 首頁Home
  • 講者Speakers
  • 對話Speeches
/

Transcript

  • Public transcripts of Audrey Tang's speeches, interviews, and columns — roughly 2,000 markdown files from 2015 to the present. Published in the spirit of publishing before perishing: released as soon as possible, open to correction by anyone.

    前後文Link in context連結Link
  • Served at archive.tw via sayit-hono.

    前後文Link in context連結Link
  • File format

    前後文Link in context連結Link
  • Each file is a standalone markdown document. The filename is the date and title:

    前後文Link in context連結Link
  • 2026-03-04-Ciudadanía-Digital.md
    2026-03-04-數位公民.md
    
    前後文Link in context連結Link
  • Inside, transcripts follow a simple convention:

    前後文Link in context連結Link
  • # 2026-03-04 數位公民
    
    前後文Link in context連結Link
  • 唐鳳
    唐鳳

    (speech content)

    前後文Link in context連結Link
  • (Section Title)

    前後文Link in context連結Link
  • 唐鳳
    唐鳳

    (more content)

    前後文Link in context連結Link
  • 問
    問

    (question text)

    前後文Link in context連結Link
  • 唐鳳
    唐鳳

    (answer text) ```

    前後文Link in context連結Link
  • 唐鳳
    唐鳳
    • # Date Title — document heading
    • ### Speaker: — speaker label (e.g. ### Audrey Tang: or ### 唐鳳:)
    • > (Section Title) — section dividers
    • ### Question: / ### 問: — questions in Q&A sections
    前後文Link in context連結Link
  • 唐鳳
    唐鳳

    Bilingual pairs

    前後文Link in context連結Link
  • 唐鳳
    唐鳳

    Many transcripts exist in both English and Traditional Chinese. The .alternates file maps these pairs (tab-separated, one pair per line):

    前後文Link in context連結Link
  • 唐鳳
    唐鳳
    2026-03-04-Ciudadanía-Digital.md	2026-03-04-數位公民.md
    
    前後文Link in context連結Link
  • 唐鳳
    唐鳳

    The CI workflow reads this file and sends alternate_filename to the API so the two versions are linked on the site.

    前後文Link in context連結Link
  • 唐鳳
    唐鳳

    How it works

    前後文Link in context連結Link
  • 唐鳳
    唐鳳
    git push *.md
        │
        ▼
    GitHub Actions workflow
        ├─ POST /api/upload_markdown   → archive.tw (D1 + R2)
        └─ rebuild search index        → deploy sayit-hono to Cloudflare Workers
    
    前後文Link in context連結Link
  • 唐鳳
    唐鳳

    On every push that touches a .md file, the workflow in .github/workflows/upload-markdown-on-change.yml:

    前後文Link in context連結Link
  • 唐鳳
    唐鳳
    1. Detects added, modified, and deleted markdown files
    2. Uploads (or deletes) them via the archive.tw API, including alternate_filename for bilingual pairs
    3. Rebuilds the Pagefind search index and redeploys the site
    前後文Link in context連結Link
  • 唐鳳
    唐鳳

    Contributing

    前後文Link in context連結Link
  • 唐鳳
    唐鳳

    If you spot an error in any transcript, open a pull request. The content is CC0 — public domain.

    前後文Link in context連結Link
  • 唐鳳
    唐鳳

    License

    前後文Link in context連結Link
  • 唐鳳
    唐鳳

    CC0 1.0 Universal

    前後文Link in context連結Link

本站由 唐鳳 與 唐宗浩 共同維運,除另有標示外,內容以創用 CC0 授權條款釋出This site is co-maintained by Audrey Tang and Bestian Tang. Unless otherwise indicated, the content is released under the terms of the Creative Commons CC0 license.