Rhizi / rhizi

Connective intelligence
GNU Affero General Public License v3.0
13 stars 3 forks source link

document title depends on url #524

Closed alon closed 9 years ago

alon commented 9 years ago

entering /rz/bla and /rz/Bla should redirect to the lowercase and show the name case sensitively, i.e. if the doc is TaMi it should show up as TaMi in the title and top left corner, and the url should redirct: /rz/[Tt][Aa][Mm][Ii] -> /rz/tami

LV-426 commented 9 years ago

We should probably follow these guidelines: https://en.wikipedia.org/wiki/Wikipedia:Article_titles#Article_title_format

alon commented 9 years ago

fixed the case issue on the server side - it uses a case insensitive search. closing although a better implementation should be done.

alon commented 9 years ago

@LV-426 the issue is the url, the wikipedia article deals with the title display, which we should keep as is. (we don't right now, I'll open an issue on that).