From 0371acff89b14b9bdcb03e72fd9637e26e6b517c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 29 Jan 2017 11:07:42 -0500 Subject: Move English documentation to folder en_US --- doc/en_US/rss.markdown | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/en_US/rss.markdown (limited to 'doc/en_US/rss.markdown') diff --git a/doc/en_US/rss.markdown b/doc/en_US/rss.markdown new file mode 100644 index 00000000..3e06f79c --- /dev/null +++ b/doc/en_US/rss.markdown @@ -0,0 +1,23 @@ +RSS/Atom subscriptions +====================== + +Kanboard supports RSS feeds for projects and users. + +- Project feeds contains only the activity the project +- User feeds contains the activity stream of all projects the user is a member + +Those subscriptions are only activated when the public access is enabled in the user profile or in the project settings. + +Enable/disable project RSS feeds +-------------------------------- + +Go to **Project settings > Public access**. + +![Disable public access](screenshots/project-disable-sharing.png) + +Enable/disable user RSS feeds +-------------------------------- + +Go to **User profile > Public access**. + +The RSS link is protected by a random token, only people who know the URL can access to the feed. -- cgit v1.2.3