2017-03-15 23:12:48 +01:00
|
|
|
object false
|
|
|
|
|
2017-04-17 18:16:32 -04:00
|
|
|
node(:uri) { site_hostname }
|
2017-03-15 23:12:48 +01: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 }
|