Massive-Wiki / massivewikibuilder

Massive Wiki Builder
MIT License
3 stars 3 forks source link

# and ? are disallowed characters for the web #12

Open peterkaminski opened 3 years ago

peterkaminski commented 3 years ago

What happened

OGM build is broken at Netlify with this error:

 Deploy did not succeed: Invalid filename 'OGM_Culture/What_Does_OGM_Care_About?.json'. Deployed filenames cannot contain # or ? characters

What should happen

Probably the generated URLs should drop # or ? characters, or possibly replace with _.

A less good way to do it would be to URL-encode those characters. It would be less good because URL-encoding is not particularly human-friendly for reading.

peterkaminski commented 3 years ago

% is bad, too (it's used as the escape character for URL encoding).