forked from hwcrypto/hwcrypto.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6342f0a
commit 148e84f
Showing
6 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ publish: | |
# only publish commited code | ||
test -z "`git status -s`" | ||
# check out Github pages if not already | ||
test -d gh-pages || git clone [email protected]:open-eid/js-token-signing.git -b gh-pages gh-pages | ||
test -d gh-pages || git clone [email protected]:open-eid/hwcrypto.js.git -b gh-pages gh-pages | ||
# make sure it is clean | ||
(cd gh-pages && git reset --hard && git clean -dfx && git rm -rf *) | ||
# run Grunt (includes tests) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<p>This is a | ||
<b><script>document.write(window.location.protocol.substring(0, window.location.protocol.length-1).toUpperCase());</script></b> test page for | ||
<a href="hwcrypto.js">hwcrypto.js</a> (<a href="https://github.com/open-eid/js-token-signing/wiki">more information</a>) | ||
implementing <a href="https://github.com/open-eid/js-token-signing/wiki/ModernAPI">API v0.1</a> | ||
<a href="hwcrypto.js">hwcrypto.js</a> (<a href="https://github.com/open-eid/hwcrypto.js/wiki">more information</a>) | ||
implementing <a href="https://github.com/open-eid/hwcrypto.js/wiki/ModernAPI">API v0.1</a> | ||
</p> | ||
<p> | ||
Switch to: | ||
<a href="http://open-eid.github.io/js-token-signing/sign.html">HTTP</a> | <a href="https://open-eid.github.io/js-token-signing/sign.html">HTTPS</a> | ||
<a href="http://open-eid.github.io/hwcrypto.js/sign.html">HTTP</a> | <a href="https://open-eid.github.io/hwcrypto.js/sign.html">HTTPS</a> | ||
| <a href="okbrowser.html">browser with module</a> | <a href="nokbrowser.html">browser without module</a> | <a href="success.html">success</a> | ||
</p> | ||
<hr> | ||
<hr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters