yattoz / calvinball-website

A static website for calvinball built with Hugo
https://www.calvinballconsortium.fr
MIT License
0 stars 0 forks source link

Add error in webform for ill-formatted filenames #28

Closed yattoz closed 2 years ago

yattoz commented 2 years ago

visibly filenames using accents or special characters may not be correctly processed.

Maybe we should raise an error for names outside of [a-z][A-Z][0-9][\s] (letters, numbers, spaces, some special characters like _-=). It's reasonably strict.

yattoz commented 2 years ago

done!