~aperezdc/webkit-releng-toolbelt

504ca67f01fec7b2cba03491f78eede38f2d687f — Adrian Perez de Castro 3 years ago 6f381be
Avoid trailing characters in URLs to workaround oddball parsers

For exampple Mailman will include trailing commands and periods in
the URLs pointed to by links in its generated HTML archives 🤷
1 files changed, 5 insertions(+), 5 deletions(-)

M conf/defaults.yml
M conf/defaults.yml => conf/defaults.yml +5 -5
@@ 22,19 22,19 @@ variables:
    If you want to know more about the project or get in touch with use
    you may:

    - Visit our website at %{url}, or the upstream
      site at https://webkit.org. People interested in contributing
    - Visit our website at %{url} or the upstream
      site at https://webkit.org - people interested in contributing
      should read https://webkit.org/coding/contributing.html

    - Browse the bug list at %{bugurl}
      A bug report with a minimal, reproducible test cases is often just
      as valuable as a patch.

    - Join the chat at %{chat}.
    - Join the chat at %{chat}

    - Subscribe to the %{mailinglist}@lists.webkit.org mailing list,
      https://lists.webkit.org/mailman/listinfo/%{mailinglist}, or the
      WebKit general development mailing list
      https://lists.webkit.org/mailman/listinfo/%{mailinglist}
      or the WebKit general development mailing list
      https://lists.webkit.org/mailman/listinfo/webkit-dev

    ## Thanks