mirror of https://github.com/keeweb/keeweb
repo links
parent
1ea002095e
commit
172bd0eefb
|
@ -1,6 +1,6 @@
|
|||
Thanks for taking the time to contribute!
|
||||
|
||||
Please, read https://github.com/antelle/keeweb/wiki/FAQ before submitting a new issue and fill in the following (if applicable):
|
||||
Please, read https://github.com/keeweb/keeweb/wiki/FAQ before submitting a new issue and fill in the following (if applicable):
|
||||
|
||||
- what were your actions?
|
||||
- what was wrong?
|
||||
|
|
|
@ -3,8 +3,8 @@ Thanks for taking the time to contribute! :gift:
|
|||
Please follow these steps:
|
||||
|
||||
1. work on the right branch: it must be `develop` for new features and `master` for hotfixes
|
||||
2. make sure the feature you add is not listed in [banned features](https://github.com/antelle/keeweb/wiki/Unsupported-Features)
|
||||
3. check compatibility with [the project roadmap](https://github.com/antelle/keeweb/wiki/TODO) and key features: you should not break anything
|
||||
2. make sure the feature you add is not listed in [banned features](https://github.com/keeweb/keeweb/wiki/Unsupported-Features)
|
||||
3. check compatibility with [the project roadmap](https://github.com/keeweb/keeweb/wiki/TODO) and key features: you should not break anything
|
||||
4. if your feature is introducing a lot of new UI, or is changing any UX or design concept, please, open an issue to discuss it first
|
||||
5. please, respect existing style in code, styles and markup (hint: install and enable [editorconfig](http://editorconfig.org/) in your editor)
|
||||
6. don't add any dependencies
|
||||
|
|
12
README.md
12
README.md
|
@ -9,20 +9,20 @@ The app can run either in browser, or as a desktop app.
|
|||
|
||||
# Quick Links
|
||||
|
||||
Apps: [Web](https://app.keeweb.info/) [Desktop](https://github.com/antelle/keeweb/releases/latest)
|
||||
Timeline: [Release Notes](release-notes.md) [TODO](https://github.com/antelle/keeweb/wiki/TODO)
|
||||
On one page: [Features](https://keeweb.info/#features) [FAQ](https://github.com/antelle/keeweb/wiki/FAQ)
|
||||
Apps: [Web](https://app.keeweb.info/) [Desktop](https://github.com/keeweb/keeweb/releases/latest)
|
||||
Timeline: [Release Notes](release-notes.md) [TODO](https://github.com/keeweb/keeweb/wiki/TODO)
|
||||
On one page: [Features](https://keeweb.info/#features) [FAQ](https://github.com/keeweb/keeweb/wiki/FAQ)
|
||||
Website: [keeweb.info](https://keeweb.info)
|
||||
Twitter: [kee_web](https://twitter.com/kee_web)
|
||||
|
||||
# Status
|
||||
|
||||
Project roadmap with planned features and approximate schedule is on [TODO](https://github.com/antelle/keeweb/wiki/TODO) page.
|
||||
Project roadmap with planned features and approximate schedule is on [TODO](https://github.com/keeweb/keeweb/wiki/TODO) page.
|
||||
|
||||
# Self-hosting
|
||||
|
||||
Everything you need to host this app on your server is any static file server. The app is a single HTML file + cache manifest (optionally; for offline access).
|
||||
You can download the latest distribution files from [gh-pages](https://github.com/antelle/keeweb/tree/gh-pages) branch.
|
||||
You can download the latest distribution files from [gh-pages](https://github.com/keeweb/keeweb/tree/gh-pages) branch.
|
||||
|
||||
If you are using Docker:
|
||||
|
||||
|
@ -62,4 +62,4 @@ For pull requests: branch is important! `master` is only for hotfixes, `develop`
|
|||
|
||||
# License
|
||||
|
||||
[MIT](https://github.com/antelle/keeweb/blob/master/LICENSE.txt)
|
||||
[MIT](https://github.com/keeweb/keeweb/blob/master/LICENSE.txt)
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
'use strict';
|
||||
|
||||
var Links = {
|
||||
Repo: 'https://github.com/antelle/keeweb',
|
||||
Desktop: 'https://github.com/antelle/keeweb/releases/latest',
|
||||
Repo: 'https://github.com/keeweb/keeweb',
|
||||
Desktop: 'https://github.com/keeweb/keeweb/releases/latest',
|
||||
WebApp: 'https://app.keeweb.info',
|
||||
BetaWebApp: 'https://beta.keeweb.info',
|
||||
License: 'https://github.com/antelle/keeweb/blob/master/LICENSE.txt',
|
||||
License: 'https://github.com/keeweb/keeweb/blob/master/LICENSE.txt',
|
||||
LicenseApache: 'https://opensource.org/licenses/Apache-2.0',
|
||||
UpdateDesktop: 'https://github.com/antelle/keeweb/releases/download/v{ver}/UpdateDesktop.zip',
|
||||
ReleaseNotes: 'https://github.com/antelle/keeweb/blob/master/release-notes.md#release-notes',
|
||||
SelfHostedDropbox: 'https://github.com/antelle/keeweb#self-hosting',
|
||||
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',
|
||||
Manifest: 'https://app.keeweb.info/manifest.appcache',
|
||||
AutoType: 'https://github.com/antelle/keeweb/wiki/Auto-Type'
|
||||
AutoType: 'https://github.com/keeweb/keeweb/wiki/Auto-Type'
|
||||
};
|
||||
|
||||
module.exports = Links;
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<h3>Core components</h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/antelle/kdbxweb" target="_blank">kdbxweb</a><span class="muted-color">, web kdbx library</span></li>
|
||||
<li><a href="https://github.com/keeweb/kdbxweb" target="_blank">kdbxweb</a><span class="muted-color">, web kdbx library</span></li>
|
||||
<li><a href="https://github.com/vibornoff/asmcrypto.js/" target="_blank">asmcrypto</a><span class="muted-color">, JavaScript cryptographic library
|
||||
with performance in mind</span></li>
|
||||
<li><a href="http://nodeca.github.io/pako/" target="_blank">pako</a><span class="muted-color">, zlib port to JavaScript, very fast</span></li>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"keepass"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/antelle/keeweb",
|
||||
"homepage": "https://github.com/keeweb/keeweb",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"backbone": "1.3.3",
|
||||
"baron": "=2.2.2",
|
||||
"bourbon": "4.2.7",
|
||||
"dropbox": "antelle/dropbox-js#0.10.6",
|
||||
"dropbox": "keeweb/dropbox-js#0.10.6",
|
||||
"font-awesome": "4.6.3",
|
||||
"kdbxweb": "0.4.1",
|
||||
"normalize.css": "4.1.1",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// It checks whether the app is available in userData folder and if its version is higher than local, launches it
|
||||
// This script is the only part which will be updated only with the app itself, auto-update will not change it
|
||||
|
||||
// (C) Antelle 2015, MIT license https://github.com/antelle/keeweb
|
||||
// (C) Antelle 2015, MIT license https://github.com/keeweb/keeweb
|
||||
|
||||
'use strict';
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "1.1.4",
|
||||
"description": "Free cross-platform password manager compatible with KeePass",
|
||||
"main": "main.js",
|
||||
"repository": { "type": "git", "url": "https://github.com/antelle/keeweb" },
|
||||
"repository": { "type": "git", "url": "https://github.com/keeweb/keeweb" },
|
||||
"author": {
|
||||
"name": "Antelle",
|
||||
"email": "antelle.net@gmail.com",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"homepage": "https://keeweb.info",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/antelle/keeweb"
|
||||
"url": "https://github.com/keeweb/keeweb"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -21,7 +21,7 @@
|
|||
"grunt-contrib-clean": "1.0.0",
|
||||
"grunt-contrib-compress": "1.3.0",
|
||||
"grunt-contrib-copy": "1.0.0",
|
||||
"grunt-contrib-deb": "github:antelle/grunt-contrib-deb#ddb2ef4",
|
||||
"grunt-contrib-deb": "github:keeweb/grunt-contrib-deb#ddb2ef4",
|
||||
"grunt-contrib-htmlmin": "1.4.0",
|
||||
"grunt-contrib-jshint": "1.0.0",
|
||||
"grunt-contrib-uglify": "1.0.1",
|
||||
|
@ -59,7 +59,7 @@
|
|||
"build": {
|
||||
"app-bundle-id": "net.antelle.keeweb",
|
||||
"app-category-type": "public.app-category.productivity",
|
||||
"iconUrl": "https://raw.githubusercontent.com/antelle/keeweb/master/graphics/icon.ico",
|
||||
"iconUrl": "https://raw.githubusercontent.com/keeweb/keeweb/master/graphics/icon.ico",
|
||||
"compression": "maximum",
|
||||
"asar": false,
|
||||
"extend-info": "package/osx/extend.plist",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# KeeWeb official docker container
|
||||
# https://keeweb.info
|
||||
# (C) Antelle 2016, MIT license https://github.com/antelle/keeweb
|
||||
# (C) Antelle 2016, MIT license https://github.com/keeweb/keeweb
|
||||
# Based on nginx-ssl-secure https://github.com/MarvAmBass/docker-nginx-ssl-secure/
|
||||
|
||||
# Building locally:
|
||||
|
@ -33,7 +33,7 @@ ADD entrypoint.sh /opt/entrypoint.sh
|
|||
RUN chmod a+x /opt/entrypoint.sh
|
||||
|
||||
# clone keeweb
|
||||
RUN wget https://github.com/antelle/keeweb/archive/gh-pages.zip; \
|
||||
RUN wget https://github.com/keeweb/keeweb/archive/gh-pages.zip; \
|
||||
unzip gh-pages.zip; \
|
||||
rm gh-pages.zip; \
|
||||
mv keeweb-gh-pages keeweb; \
|
||||
|
|
Loading…
Reference in New Issue