⌈⌋ ⎇ branch:  freshcode


View Ticket

Ticket Hash: 886b6d065ff5cb695382f844aff06fe081fb2ca5
Title: other URLs / link names with spaces
Status: Deferred Type: Code_Defect
Severity: Cosmetic Priority: Low
Subsystem: Resolution: Rejected
Last Modified: 2015-09-10 19:12:55
Version Found In: 0.8
User Comments:
mario added on 2014-07-07 21:33:52:
Links on Other URLs currently only allow alphanumeric chars and hyphens.

     release-notes = http://..
     support-forum = nntp://..

In the late FC/FM one could manually add random entries, and it allowed for spaces (e.g. "Fossil SCM" or "APT Repo").

The regex currently uses \s as delimiter for the Other URLs key=value CSV list. But maybe it could be adapted.
Otherwise output converted for display (`tr "-" " "`)

mario added on 2014-07-07 21:35:47:
Wait for further usage examples.
(Reconsider if it makes sense for export formats [Atom mostly] to keep tag-name scheme.)