2017-03-16 09:12:48 +11:00
|
|
|
object false
|
|
|
|
|
2017-04-18 08:16:32 +10:00
|
|
|
node(:uri) { site_hostname }
|
2017-03-16 09:12:48 +11:00
|
|
|
node(:title) { Setting.site_title }
|
|
|
|
node(:description) { Setting.site_description }
|
|
|
|
node(:email) { Setting.site_contact_email }
|
2017-04-29 01:53:37 +10:00
|
|
|
node(:version) { Mastodon::Version.to_s }
|