From: Magnus Hagander Date: Tue, 25 Sep 2018 17:19:53 +0000 (+0200) Subject: Properly escape HTML entities in md docs X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=15f44e19bcb57a367cb4c998f842d60d7f6c5bf6;p=pgeu-website.git Properly escape HTML entities in md docs Forgot that HTML passes through... --- diff --git a/docs/confreg/news.md b/docs/confreg/news.md index 8b886dd..7cd9086 100644 --- a/docs/confreg/news.md +++ b/docs/confreg/news.md @@ -14,9 +14,9 @@ something that is currently created globally in the server (and be an administrator for the conference). The news posts made will all post to the conference RSS feed (at -/feeds/conf//). +/feeds/conf/<confurl>/). -There is also a per-user RSS feed (at /feeds/user// where the +There is also a per-user RSS feed (at /feeds/user/<userurl>/ where the userurl is configured in the users News Poster Profile). The per user feed is intended to be used with news aggregators that require per person feeds. @@ -24,7 +24,7 @@ person feeds. ## JSON feed There is also a JSON format feed for the conference news (at -/feeds/conf//json/). This is intended to be used to feed news +/feeds/conf/<confurl>/json/). This is intended to be used to feed news on the front page of the conference website, while the website can remain static. This feed will include *all* news, including that which has been tagged not to be included in RSS.