EuroPython / website

Repository for the EuroPython 2022+ website.
https://europython.eu
21 stars 60 forks source link

Added sprint references, fixed some lilnks and cleaned up outdated info #762

Closed hypha closed 6 days ago

vercel[bot] commented 6 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ep2024 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 1, 2024 6:42pm
hypha commented 6 days ago

@egeakman I realised that if this is merged, then links on this blogpost (maybe more?) will be broken now... :sob: Maybe I put the mdx files back but just don't link it on the website...?

egeakman commented 6 days ago

@hypha We can create Astro pages that redirect to session pages to avoid broken links on dependents.

The main concern I have right now is the maximum abstract length on Pretalx is 1700, and it counts line breaks as \r\n, so I'm having trouble copying the contents to Pretalx :(

hypha commented 6 days ago

@hypha We can create Astro pages that redirect to session pages to avoid broken links on dependents.

@egeakman Fantastic! Thank you! Feel free to commit to this PR yourself if it is easier, or let me know what to do.

The main concern I have right now is the maximum abstract length on Pretalx is 1700, and it counts line breaks as \r\n, so I'm having trouble copying the contents to Pretalx :(

I am assuming the longer descriptions section doesn't show on the website? A workaround I used often before is to set the abstract max length for longer, update the two pages, and set it back to 1700 char :ninja:

P.S. I think I accidentally edited your original comment instead of replying to the comment. Sorry! I didn't know this kind of power existed.

egeakman commented 6 days ago

@hypha Ahaha no worries :smile:

I changed the maximum length to 2100, and @cmaureir said it's OK to leave it like this.

egeakman commented 6 days ago

Redirections are done. It now redirects:

hypha commented 6 days ago

Redirections are done. It now redirects:

* `/wasm` -> `/session/webassembly-summit`

* `/capi` -> `/session/c-api-summit`

Thank you so much @egeakman! Now I learned how to do that too! I am happy with it. Feel free to merge any time you see fit <3

egeakman commented 6 days ago

Thank you so much @egeakman! Now I learned how to do that too! I am happy with it. Feel free to merge any time you see fit <3

@hypha The situation we had with WebAssembly Summit and C API Summit pages also exists with Humble Data. But maybe we can handle that in another pull request.

hypha commented 6 days ago

@hypha The situation we had with WebAssembly Summit and C API Summit pages also exists with Humble Data. But maybe we can handle that in another pull request.

I am happy either way, so whichever is easier for you. If you want to do it here, just let me know. Otherwise, let me know if it is easier for you to handle it yourself in another PR (I understand that coordination can be a bit of a burden sometimes) :blush:

egeakman commented 6 days ago

(I understand that coordination can be a bit of a burden sometimes) 😊

Coordination with you is never a burden! Thanks again for the PR!