MastodonStartpage/web/js/guideanchors.js

44 lines
905 B
JavaScript
Raw Permalink Normal View History

2019-12-02 20:16:26 +01:00
var anchors=[
'Introduction',
'WhatIsMastodon',
'MastodonIsNotASocial',
'SoWhatIsMastodon',
'WhoOwnsMastodon',
'TheInstance',
'RunningAnInstance',
'ChoosingTheInstance',
'MediumAndSmallIsBetter',
'InteractionsAndEchoChambers',
'SoftwareModifications',
2020-02-01 21:50:23 +01:00
'CopyRights',
2019-12-02 20:16:26 +01:00
'TheSoftware',
'MastodonOnSmartphones',
'MastodonOnTheDesktop',
'UsingMastodon',
'MastodonAccount',
2020-02-01 21:50:23 +01:00
'LingoAndTranslations',
2019-12-02 20:16:26 +01:00
'ThreeTimelines',
'SearchingThings',
'TrendingTopics',
'NoRetweetAndComment',
'LinkingToots',
'ObscuredFollowersList',
'TootsPrivacy',
'ThreadsAndRamifications',
'MovingThroughRamifications',
'MovingToAnotherInstance',
2020-02-01 21:50:23 +01:00
'ContentWarning',
2019-12-02 20:16:26 +01:00
'Moderation',
'HarassmentAndModeration',
'BlockingAndSilencing',
'MastodonAndTwitter',
'MastodonIsNotTwitter',
'TwitterMindset',
'BridgingMastodonAndTwitter',
'Federation',
'TheFediverse',
'DecentralizedAndFederated',
'HowFederationWorksTheory',
'HowFederationWorksPractice'
];