<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi All,<div><br></div><div>It's come to our attention that some offsite links were using hardcoded underscores to substitute spaces in wiki URLs.</div><div><br></div><div>Because gollum uses hyphens (-) as a substitute for whitespace instead of underscores (_), these pages appeared not to exist in the new wiki.</div><div><br></div><div>I've created a patch (<a href="https://github.com/github/gollum/pull/166">https://github.com/github/gollum/pull/166</a>) to fix this, so that whitespace in filenames becomes a wildcard match for either '-' '_' or ' '. This will also be preserved if the filename changes.</div><div><br></div><div>However, to stop the gollum people getting too annoyed, new pages created using gollum will not have the wildcard match, as they are created with hypens (-) instead of spaces (even if the page title contains space).</div><div><br></div><div>So for linking these files, you'll need to either use hyphens (-) or spaces.</div><div><br></div><div>So in summary:</div><div><br></div><div><a href="http://wiki.freeradius.org/exisiting_foo_bar">wiki.freeradius.org/exisiting_foo_bar</a> - Works</div><div><a href="http://wiki.freeradius.org/exisiting-foo-bar">wiki.freeradius.org/exisiting-foo-bar</a> - Works</div><div><a href="http://wiki.freeradius.org/exisiting">wiki.freeradius.org/exisiting</a> foo bar - Works</div><div><br></div><div><div><a href="http://wiki.freeradius.org/new_foo_bar">wiki.freeradius.org/new_foo_bar</a> - Doesn't work</div><div><a href="http://wiki.freeradius.org/new-foo-bar">wiki.freeradius.org/new-foo-bar</a> - Works</div><div><a href="http://wiki.freeradius.org/new">wiki.freeradius.org/new</a> foo bar - Works</div></div><div><br></div><div>-Arran</div><div><br></div><div><div>
Arran Cudbard-Bell<br>RM-RF Limited - Security consultation and contracting<br>VoIP: +1 916-436-1352 Cell: +44 7854041841<br><br><br><br>
</div>

<br></div></body></html>