ネットワーク RSS フィードを購読する
ネットワーク RSS フィードのカスタマイズ
Confluence では、ユーザーインターフェースからネットワーク RSS フィードのカスタマイズ方法を提供していませんが、RSS ニュースリーダーから RSS フィード リンクを直接編集することで、表示する最大件数とコンテンツの種類を変更することができます。
RSS フィードに表示される最大件数を変更するには:
- RSS ニュースリーダーの RSS フィード リンクを編集します。
Change the value of the
http://confluence.atlassian.com/feeds/network.action?username=MYNAME&max=60&publicFeed=false&os_authType=basic&rssType=atommax
parameter from its default value of40
to a value of your choice. Example:- 編集したリンクを RSS ニュースリーダーで保存します。
RSS フィードに表示するコンテンツの種類を変更するには:
- RSS ニュースリーダーの RSS フィード リンクを編集します。
Append the parameter
contentType
to the end of the link, followed by an equals sign (=
) and then add the appropriate content type value of your choice:PAGE
— restricts the RSS feed to page additions or updates.BLOG
— restricts the RSS feed to blog post additions or updates.ATTACHMENT
— restricts the RSS feed to attachment additions or updates.COMMENT
— restricts the RSS feed to comment additions or updates.
Content type values are case-sensitive. Ensure that each parameter is separated from the other by an ampersand (
http://confluence.atlassian.com/feeds/network.action?username=ggaskell&max=40&publicFeed=false&os_authType=basic&rssType=atom&contentType=BLOG&
).
Example:- 編集したリンクを RSS ニュースリーダーで保存します。
注意
It is not possible to filter for more than one type of content by adding multiple values to the contentType
parameter.