mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
adjust links to wiki's page for Extensions, Add-Ons, and Customizations
- remove redundant link from footer's Company column (still exists in Community)
- change link to point directly to wiki page instead of to a wiki redirect for:
- static/features page ("3rd Party Tools" section)
- static/extensions redirection
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
"companyBlog": "Blog",
|
||||
"devBlog": "Developer Blog",
|
||||
"companyDonate": "Donate",
|
||||
"companyExtensions": "<a href='http://habitica.wikia.com/wiki/App_and_Extension_Integrations' target='_blank'>Extensions</a>",
|
||||
"companyPrivacy": "Privacy",
|
||||
"companyTerms": "Terms",
|
||||
"companyVideos": "Videos",
|
||||
@@ -111,7 +110,7 @@
|
||||
"marketing2Lead3": "<strong>Challenges</strong> let you compete with friends and strangers. Whoever does the best at the end of a challenge wins special prizes.",
|
||||
"marketing3Header": "Apps and Extensions",
|
||||
"marketing3Lead1": "The <strong>iPhone & Android</strong> apps let you take care of business on the go. We realize that logging into the website to click buttons can be a drag.",
|
||||
"marketing3Lead2": " Other <strong>3rd Party Tools</strong> tie Habitica into various aspects of your life. Our API provides easy integration for things like the <a href='https://chrome.google.com/webstore/detail/habitica/pidkmpibnnnhneohdgjclfdjpijggmjj?hl=en-US' target='_blank'>Chrome Extension</a>, for which you lose points when browsing unproductive websites, and gain points when on productive ones. <a href='http://habitica.wikia.com/wiki/App_and_Extension_Integrations' target='_blank'>See more here</a>",
|
||||
"marketing3Lead2": " Other <strong>3rd Party Tools</strong> tie Habitica into various aspects of your life. Our API provides easy integration for things like the <a href='https://chrome.google.com/webstore/detail/habitica/pidkmpibnnnhneohdgjclfdjpijggmjj?hl=en-US' target='_blank'>Chrome Extension</a>, for which you lose points when browsing unproductive websites, and gain points when on productive ones. <a href='http://habitica.wikia.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>See more here</a>",
|
||||
"marketing4Header": "Organizational Use",
|
||||
"marketing4Lead1": "Education is one of the best sectors for gamification. We all know how glued to phones and games students are these days; harness that power! Pit your students against each other in friendly competition. Reward good behavior with rare prizes. Watch their grades and behavior soar.",
|
||||
"marketing4Lead1Title": "Gamification In Education",
|
||||
|
||||
@@ -81,7 +81,7 @@ api.redirectExtensionsPage = {
|
||||
url: '/static/extensions',
|
||||
runCron: false,
|
||||
async handler (req, res) {
|
||||
return res.redirect('http://habitica.wikia.com/wiki/App_and_Extension_Integrations');
|
||||
return res.redirect('http://habitica.wikia.com/wiki/Extensions,_Add-Ons,_and_Customizations');
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -28,8 +28,6 @@ footer.footer(ng-controller='FooterCtrl')
|
||||
a(target='_blank', href='https://habitica.wordpress.com/')=env.t('companyBlog')
|
||||
li
|
||||
a(target='_blank', href='http://blog.habitrpg.com/')=env.t('tumblr')
|
||||
li
|
||||
!=env.t('companyExtensions')
|
||||
li
|
||||
a(href='/static/faq/')=env.t('FAQ')
|
||||
li
|
||||
|
||||
Reference in New Issue
Block a user