@ -8,7 +8,7 @@ import { openModal } from 'flavours/glitch/actions/modal';
import PropTypes from 'prop-types' ;
import ImmutablePropTypes from 'react-immutable-proptypes' ;
import ImmutablePureComponent from 'react-immutable-pure-component' ;
import { me } from 'flavours/glitch/util/initial_state' ;
import { me , invitesEnabled , version } from 'flavours/glitch/util/initial_state' ;
import { fetchFollowRequests } from 'flavours/glitch/actions/accounts' ;
import { List as ImmutableList } from 'immutable' ;
import { createSelector } from 'reselect' ;
@ -163,26 +163,24 @@ export default class GettingStarted extends ImmutablePureComponent {
< / d i v >
< div className = 'getting-started__footer' >
< div className = 'static-content getting-started' >
< p >
< a href = 'https://docs.joinmastodon.org' target = '_blank' >
< FormattedMessage id = 'getting_started.documentation' defaultMessage = 'Documentation' / >
< / a > & n b s p ; • & n b s p ;
< a href = 'https://joinmastodon.org/apps' target = '_blank' rel = 'noopener' >
< FormattedMessage id = 'getting_started.appsshort' defaultMessage = 'Apps' / >
< / a >
< / p >
< p >
< FormattedMessage
id = 'getting_started.open_source_notice'
defaultMessage = 'Glitchsoc is open source software, a friendly fork of {Mastodon}. You can contribute or report issues on GitHub at {github}.'
values = { {
github : < a href = 'https://github.com/glitch-soc/mastodon' rel = 'noopener' target = '_blank' > glitch - soc / mastodon < / a > ,
Mastodon : < a href = 'https://github.com/tootsuite/mastodon' rel = 'noopener' target = '_blank' > Mastodon < / a > ,
} }
/ >
< / p >
< / d i v >
< ul >
< li > < a href = 'https://bridge.joinmastodon.org/' target = '_blank' > < FormattedMessage id = 'getting_started.find_friends' defaultMessage = 'Find friends from Twitter' / > < / a > · < / l i >
{ invitesEnabled && < li > < a href = '/invites' target = '_blank' > < FormattedMessage id = 'getting_started.invite' defaultMessage = 'Invite people' / > < / a > · < / l i > }
< li > < a href = '/about/more' target = '_blank' > < FormattedMessage id = 'navigation_bar.info' defaultMessage = 'About this instance' / > < / a > · < / l i >
< li > < a href = 'https://joinmastodon.org/apps' target = '_blank' > < FormattedMessage id = 'navigation_bar.apps' defaultMessage = 'Mobile apps' / > < / a > · < / l i >
< li > < a href = '/terms' target = '_blank' > < FormattedMessage id = 'getting_started.terms' defaultMessage = 'Terms of service' / > < / a > · < / l i >
< li > < a href = 'https://docs.joinmastodon.org' target = '_blank' > < FormattedMessage id = 'getting_started.documentation' defaultMessage = 'Documentation' / > < / a > < / l i >
< / u l >
< p >
< FormattedMessage
id = 'getting_started.open_source_notice'
defaultMessage = 'Glitchsoc is open source software, a friendly fork of {Mastodon}. You can contribute or report issues on GitHub at {github}.'
values = { {
github : < span > < a href = 'https://github.com/glitch-soc/mastodon' rel = 'noopener' target = '_blank' > glitch - soc / mastodon < / a > ( v { v e r s i o n } ) < / s p a n > ,
Mastodon : < a href = 'https://github.com/tootsuite/mastodon' rel = 'noopener' target = '_blank' > Mastodon < / a > } }
/ >
< / p >
< / d i v >
< / d i v >
< / C o l u m n >