91 Commits

Author SHA1 Message Date
Juan Cruz Viotti
53ea89782c chore: get rid of commitizen
No one on the team is using this and the adaptor we're using proved to
be suboptimal. We might consider this again once we develop a good
Commitizen adapter integrated more closely with Versionist.

Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2017-02-07 13:33:52 -04:00
David Lechner
f80feb9edf docs: more explicit key server (#861)
Use full URL with port for key server. Also use port 80 to work around firewalls and proxies.

Fixes: #859
2016-11-13 13:14:11 +02:00
Juan Cruz Viotti
611a59dbd8 docs: add instructions on how to install from Cask and Bintray (#832)
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2016-11-07 17:02:11 +02:00
Juan Cruz Viotti
5ac486d941 style: refer to Resin.io as resin.io, according to the style manual (#823)
> For all, lower-case capitalization unless beginning a sentence (Ex. I
> like resin.io. Resin.io is great.)

See: https://github.com/resin-io/docs#style-manual
See: https://github.com/resin-io/etcher/issues/797
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2016-11-03 10:57:29 -04:00
Juan Cruz Viotti
af0cfd9587 chore: update package.json and README.md to match repo description (#824)
Repository description says "Flash OS images to SD cards & USB drives,
safely and easily.", while `package.json` currently says "An image
flasher with support for Windows, OS X and GNU/Linux.", and `README.md`
contains "Flash OS images to SD cards & USB drives, safe & easy."

See: https://github.com/resin-io/etcher/issues/797
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2016-11-03 09:41:41 -04:00
Juan Cruz Viotti
45dac58e2a chore: remove www from etcher homepage URL (#808)
See: https://github.com/resin-io/etcher/pull/795
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2016-10-31 17:39:11 -04:00
Juan Cruz Viotti
b4d53fd8e5 chore: update homepage URL to https://www.etcher.io (#795)
The current url we use, http://etcher.io, now redirects to
https://www.etcher.io.

Fixes: https://github.com/resin-io/etcher/issues/794
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2016-10-31 13:51:30 -04:00
Andrew Scheller
5f57614f08 style: fix typo in README.md 2016-10-31 13:51:11 -04:00
Juan Cruz Viotti
e79c03a070 docs(GUI): deactivate desktop shortcut Linux prompt (#563)
Document how to globally disable AppImage's desktop integration feature,
which promtps the user to create a desktop shortcut for the appliation
at startup.

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-07-08 17:55:33 -04:00
Juan Cruz Viotti
4482bb0eeb chore: normalize documentation (#562)
- Make sure we use the same tile style.
- Make sure we wrap lines in the same way.
- Use hyphens as file name separators.
- Move links to the bottom of the docs.

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-07-08 10:40:54 -04:00
Juan Cruz Viotti
c52addb13f chore: point to the new Gitter channel (#555)
We've created a new Gitter channel specifically for Etcher.

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-07-04 11:51:20 -04:00
Juan Cruz Viotti
33eb0637b2 chore: configure commitizen (#494)
Etcher will start following Angular's commit guidelines, enforced by a
neat tool called `commitizer`, with the main purpose of being able to
auto-generate the CHANGELOG file.

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-06-20 12:08:29 -04:00
Juan Cruz Viotti
0557c45102 Link README to the roadmap (#463)
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-06-08 15:49:49 -04:00
Juan Cruz Viotti
ef82c2f09b Update Appveyor badge (#457)
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-06-08 13:19:11 -04:00
Juan Cruz Viotti
f365f2fa57 Group documentation in a docs/ directory (#405)
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-05-11 12:46:27 -04:00
Juan Cruz Viotti
d373d32472 Move README "Developing" section to CONTRIBUTING.md (#380)
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-04-29 09:03:15 -04:00
Juan Cruz Viotti
2fdad8adcb Highlight features in README file (#301)
Fixes: https://github.com/resin-io/etcher/issues/291
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-04-21 10:49:20 -04:00
Juan Cruz Viotti
148b9d15ae Integrate Etcher CLI in the main repository (#352)
This PR integrates the Etcher CLI code-wise, but doesn't yet handles the
distribution part of the story.

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-04-21 10:08:53 -04:00
Juan Cruz Viotti
3efea5b308 Replace all occurrences of "burn" with "flash" (#300)
Technically, a removable drive is flashed, not burned.

Fixes: https://github.com/resin-io/etcher/issues/297
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-04-12 12:00:43 -04:00
Juan Cruz Viotti
4fb7a138a4 Remove OS X minimum version notice from README
This was better explained in the downloads page.
2016-04-08 16:21:09 -04:00
Juan Cruz Viotti
d3fdca12b0 Make clear that Etcher supports OS X >= 10.9 (#269)
Electron no longer supports 10.8.

See http://electron.atom.io/docs/v0.37.5/tutorial/supported-platforms/#os-x

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
2016-04-08 15:21:20 -04:00
Juan Cruz Viotti
27b7f5eed5 Change README headline to match landing page 2016-03-10 17:18:06 -04:00
Juan Cruz Viotti
1ccf003487 Add "Getting Help" guide 2016-03-10 14:38:58 -04:00
Juan Cruz Viotti
ad27dfa233 Update README
- Refer to landing page.
- Remove "no installers yet" warning.
2016-03-10 12:32:14 -04:00
Juan Cruz Viotti
7188353b5a Remove early state notice 2016-02-19 11:58:55 -04:00
Juan Cruz Viotti
f4067bacb0 Upgrade Electron to v0.36.8
This version contains a fix to prevent dropping capabilities in renderer
threads.

See https://github.com/atom/electron/issues/3666
Fixes https://github.com/resin-io/etcher/issues/52
2016-02-19 11:01:16 -04:00
Juan Cruz Viotti
ce177e193d Explain GNU/Linux workaround in it's own section 2016-01-29 08:53:05 -04:00
Juan Cruz Viotti
24b7b2ebcc Notice security concerns of adding execution permissions to home directory 2016-01-29 08:36:47 -04:00
Juan Cruz Viotti
5168782c89 Document the need of execution permissions in home directory in Linux
See: https://github.com/atom/electron/issues/3666
2016-01-28 12:25:41 -04:00
Juan Cruz Viotti
d83f82c2cb Explain that Etcher is currently broken on GNU/Linux 2016-01-25 11:11:44 -04:00
Juan Cruz Viotti
f88bb3a31a Rename project to Etcher 2016-01-24 17:40:45 -04:00
Juan Cruz Viotti
a6103fd29b Show master branch status in Travis CI badge 2016-01-22 10:33:24 -04:00
Juan Cruz Viotti
119f617bb3 Improve README header style 2016-01-21 12:58:35 -04:00
Juan Cruz Viotti
83319dac39 Make use of SVG badges 2016-01-21 11:19:28 -04:00
Juan Cruz Viotti
98c45556a4 Reference the experimental Etcher CLI 2016-01-17 23:51:29 -04:00
Juan Cruz Viotti
f46d6e24d2 Add Waffle badge 2016-01-12 08:15:16 -04:00
Juan Cruz Viotti
c509e50ced Add Gitter badge 2016-01-11 11:29:04 -04:00
Juan Cruz Viotti
30988d6893 Update Appveyor badge
An update was needed after renaming the project to `resin-etcher`.
2016-01-11 00:45:35 -04:00
Juan Cruz Viotti
408a3096fc Rename Herostratus to Resin Etcher 2016-01-01 18:07:45 -04:00
Juan Cruz Viotti
15fc311712 Add table of contents to README.md 2015-11-20 11:20:54 -04:00
Juan Cruz Viotti
4bfb161e5c Initial commit 2015-10-29 09:36:21 -04:00