cloudhead / toto

the 10 second blog-engine for hackers
MIT License
1.49k stars 245 forks source link

BUG: Routing breaks if there is a dot in the name of an article #78

Open RobertAudi opened 13 years ago

RobertAudi commented 13 years ago

It seems like the link to the article and the article name are generated using two different methods, one of which removes the dot in the filename and the other replaces it with a dash. For instance I have an article named Having fun with Applescript and Terminal.app, the link is http://localhost:9292/2010/06/30/having-fun-with-applescript-and-terminalapp/ but it should be http://localhost:9292/2010/06/30/having-fun-with-applescript-and-terminal-app/ so if I click the link I get an error saying that the link is broken.

ixti commented 13 years ago

Might be fixed (if patch will be included into upstream) by #96