Skip to content

Conversation

@Bargraph6
Copy link
Contributor

@Bargraph6 Bargraph6 commented Aug 23, 2025

What are the relevant GitHub issues?

relates to: #575
closes: #1400
closes: #1385

What does this pull request do?

The PR adds a web version of the cebuano TCE PDF from here:

How should this be manually tested?

loading the page in various devices/screen sizes and making sure it looks ok

Is there any background context you want to provide for reviewers?

The website mentions that the pdf is in cebuano and the video is in tagalog:

image

so, I think it makes sense to also close the taglog issue as there is no translated PDF for that language yet

Acceptance Criteria

These should be checked by the reviewers

  • This pull request does not cause the database export script to become out of sync with the db schema

@Bargraph6 Bargraph6 force-pushed the tce-cebuano branch 2 times, most recently from 3818fed to 93f9400 Compare September 1, 2025 16:56
@Bargraph6 Bargraph6 changed the title WIP: TCE cebuano web version TCE cebuano/tagalog web version Sep 1, 2025
'Slovenščina' => '/tce/slovenscina',
'Türkçe' => '/tce/turkce',
'Svenska' => '/2016/01/25/to-change-everything-in-ten-more-languages#swedish',
'Tagalog' => '/2016/09/21/to-change-everything-in-11-more-languages#cebuano',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@just1602 @veganstraightedge The website mentions that the pdf is in cebuano and the video is in tagalog:

image

since there is no tagalog translation yet, I think it makes sense to remove this menu link and also close the taglog issue. WDYT?

@Bargraph6
Copy link
Contributor Author

@veganstraightedge @just1602 I ran through various viewport sizes in the dev tools and things look ok, so I think this is ready for a review by some fresh eyes

title_html: 'Sa<br />Pag-Usab<br />Sa Tanang<br />Butang'
subtitle_html: <span class="green">usa ka</span> <span class="pink">anarkistang</span> <span class="blue">pagsangpit</span>
video_cte: Tan-awa ang Video (Tagalog ang video)
video_url: https://player.vimeo.com/06b9bb22-fe01-473c-b8ba-28ef7300ba63
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@veganstraightedge @just1602 this video wasn't loading for me locally, but I suspect it is a localhost issue....something with CORs or something?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get a 404, so the video may have been removed. :/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@just1602 the video is still available at

https://crimethinc.com/2016/09/21/to-change-everything-in-11-more-languages#cebuano

it seems like it is some sort of privacy setting on vimeo, or the url I pulled from the vimeo embed isn't usable (and someone with access to the vimeo will need to generate a new embed link)

alternatively you could re-upload the video to whatever media server you're using. I download it and have a local copy now. you can download it via yt-dlp (github doesn't let me upload as an attachment as the file is too large):

yt-dlp 'https://crimethinc.com/2016/09/21/to-change-everything-in-11-more-languages#cebuano'

This creates a web version of the cebuano TCE pdf.

It also removes links to a tagalog version of the PDF from the TCE
menus because we do not actually have a tagalog translation yet.

The website mentions that the PDF text is in cebuano, while the video
is in tagalog, which is why we thought we had a tagalog pdf

relates to: crimethinc#575
closes: crimethinc#1400
closes: crimethinc#1385
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convert TCE PDF to web version: Tagalog / Tagalog Convert TCE PDF to web version: Cebuano / Cebuano

2 participants