keeweb/app/scripts/const/links.js

21 lines
1019 B
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',
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',
2016-06-04 09:09:10 +02:00
Manifest: 'https://app.keeweb.info/manifest.appcache',
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',
PluginDevelopStart: 'https://github.com/keeweb/keeweb/wiki/Plugins'
2015-10-23 23:21:21 +02:00
};
2019-09-15 14:16:32 +02:00
export { Links };