Add VoltSigner to tools (#1175)

I posted this to the dev mailing list on April 30. As there were no replies, I hope it's ok to move to the next step:

We’ve got a new tool we’d like to share with the Cordova community. It facilitates the creation of signing certificates for Android and iOS.

https://voltsigner.com

- It’s free
- No login is required
- We’re in the process of making of making the source public on GitHub
- Runs completely in the browser
- Generates Android and iOS .p12 files on a Windows or MacOS computers.
- Certificates are made 100% locally - passwords and files are not shared to the cloud.
2 files changed
tree: df3412e30c7cde122280aeec46afbd6f042abcf9
  1. .github/
  2. conf/
  3. doc/
  4. tools/
  5. www/
  6. .asf.yaml
  7. .eslintrc.yml
  8. .gitignore
  9. .travis.yml
  10. CONTRIBUTING.md
  11. Gemfile
  12. gulpfile.js
  13. LICENSE
  14. NOTICE
  15. package-lock.json
  16. package.json
  17. README.md
  18. VERSION
README.md

Build Status

Cordova Docs / Website

This repository contains the source code for the Cordova website at cordova.apache.org.

The site is also reachable with the short domain cordova.io, the important subareas as docs.cordova.io, blog.cordova.io and plugins.cordova.io.

Technical Overview

The main parts are built as a static site with Jekyll, containing the homepage and subpages, the blog and the docs.
The plugin search is an embedded PreactJS application.

Here in the repository the code of the actual site is located in /www with its subfolder /docs, /blog and /plugins.
Some additional content is pulled in during the build process.

The site is built using a gulp script that is run by Node.JS (npm run-script build). (Alternatively you can build the site using Make.) Deployments usually happen on commits to master via Travis, which runs buildAndDeploy.sh and commits the built site to a SVN repository.

Instructions

Common Tasks

Attributions

For attributions for used open-source work, please see the attributions page: www/attributions.html.