2017-03-16 07:12:48 +09:00
|
|
|
object false
|
|
|
|
|
2017-04-18 07:16:32 +09:00
|
|
|
node(:uri) { site_hostname }
|
2017-03-16 07:12:48 +09:00
|
|
|
node(:title) { Setting.site_title }
|
|
|
|
node(:description) { Setting.site_description }
|
|
|
|
node(:email) { Setting.site_contact_email }
|
2017-04-29 00:53:37 +09:00
|
|
|
node(:version) { Mastodon::Version.to_s }
|
2017-06-05 23:37:44 +09:00
|
|
|
node :urls do
|
|
|
|
{ :streaming_api => Rails.configuration.x.streaming_api_base_url }
|
|
|
|
end
|