keeweb/app/scripts/const/links.js

26 lines
1.3 KiB
JavaScript
Raw Normal View History

2017-01-31 07:50:28 +01:00
const Links = {
2019-09-08 20:28:02 +02:00
Homepage: 'https://keeweb.info',
2016-06-04 22:34:49 +02:00
Repo: 'https://github.com/keeweb/keeweb',
Desktop: 'https://github.com/keeweb/keeweb/releases/latest',
2016-03-27 16:47:29 +02:00
WebApp: 'https://app.keeweb.info',
BetaWebApp: 'https://beta.keeweb.info',
2017-11-13 22:48:38 +01:00
License: 'https://github.com/keeweb/keeweb/blob/master/LICENSE',
2016-03-31 22:52:04 +02:00
LicenseApache: 'https://opensource.org/licenses/Apache-2.0',
2020-11-25 18:20:53 +01:00
LicenseLinkCCBY40: 'https://creativecommons.org/licenses/by/4.0/',
2016-06-04 22:34:49 +02:00
UpdateDesktop: 'https://github.com/keeweb/keeweb/releases/download/v{ver}/UpdateDesktop.zip',
ReleaseNotes: 'https://github.com/keeweb/keeweb/blob/master/release-notes.md#release-notes',
SelfHostedDropbox: 'https://github.com/keeweb/keeweb#self-hosting',
2021-01-07 22:05:04 +01:00
UpdateJson: 'https://app.keeweb.info/update.json',
2016-08-21 23:12:49 +02:00
AutoType: 'https://github.com/keeweb/keeweb/wiki/Auto-Type',
2017-05-12 18:43:04 +02:00
Translation: 'https://keeweb.oneskyapp.com/',
2019-09-07 21:15:20 +02:00
Donation: 'https://opencollective.com/keeweb#support',
2017-05-17 19:25:08 +02:00
Plugins: 'https://plugins.keeweb.info',
2020-04-19 18:52:21 +02:00
PluginDevelopStart: 'https://github.com/keeweb/keeweb/wiki/Plugins',
2020-04-19 20:42:55 +02:00
YubiKeyManual: 'https://github.com/keeweb/keeweb/wiki/YubiKey',
2020-12-20 17:44:27 +01:00
YubiKeyManagerInstall: 'https://github.com/Yubico/yubikey-manager#installation',
HaveIBeenPwned: 'https://haveibeenpwned.com',
HaveIBeenPwnedPrivacy: 'https://haveibeenpwned.com/Passwords'
2015-10-23 23:21:21 +02:00
};
2019-09-15 14:16:32 +02:00
export { Links };