FOSDEM / pretalx-integration

Pretalx at FOSDEM
2 stars 0 forks source link

Create a zip for the website #20

Open johanvdw opened 10 months ago

johanvdw commented 10 months ago

Currently the website build will rsync the exported resources from the pretalx server.

While this is ok for most users, if external users want to do a test-build of the website they have no way to do it.

Perhaps we should build a zipfile with these resources whenever we release.

kergon commented 10 months ago

On Fri, Dec 08, 2023 at 01:45:10PM -0800, Johan Van de Wauw wrote:

Perhaps we should build a zipfile with these resources whenever we release.

Or consider a dummy zipfile/tarball that has one small genuine file of each type (pdf etc.) and a symlink to it from each named file that exists in the real contents.

Testers don't need copies of the actual files (which would be enormous) so just replace each pdf with a symlink to a tiny standard pdf file and do the same for every other attachment filetype.

Alasdair

johanvdw commented 10 months ago

Good idea we can probably symlink to the files under sample (and add a few if needed).