rapila / cms-base

The rapila cms’ internals. Please file all issues here if they’re not directly related to a plugin or the sample site.
http://www.rapi.la
3 stars 1 forks source link

Normalize path #254

Open tgressly opened 5 years ago

tgressly commented 5 years ago

Improve URLs created from site titles containing special characters:

  1. convert characters like [:;-()] (Regex, and similar) to a single "-". Keep URL search-engine-friendly (retain umlauts)
  2. concatenate subsequent "-" chars into one single "-" (Do this step after step 1 to avoid duplicate "-" chars, remove trailing and leading dash
  3. Do not trunk long URLs

See also #255