On 06/06/13 07:21, Daniel Friesen wrote:
Side topic, anyone want to voice their bikeshed opinions on their favorite the different ways of disambiguating a / inside urls for various types of web UIs to repositories:
- Rejecting slash in repository names "/.../mediawiki-core/..." (ie:
GitHub :/)
- Urlencoding the slash "/.../mediawiki%2Fcore/..."
- Appending a .git to the end of the name "/.../mediawiki/core.git/..."
- Wrapping it in syntax"/.../{mediawiki/core}/..."
- Escaping it "/.../mediawiki/core/..."
Accept the longest substring.