Skip to content
This repository has been archived by the owner. It is now read-only.

Commit a1c91c2

Browse files
committed
Updated README. Updated file structure.
1 parent 0d72b56 commit a1c91c2

File tree

6 files changed

+20
-23
lines changed

6 files changed

+20
-23
lines changed
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The [Diceware Password Generator][dpg] is open-source software written in Python
55

66
Using Dicewear as a methodology ensures that not only is a password like `mumbo-giver-alarm-lived-gig-wages-exit` easy to memorise, it is over **100 times**<sup>[[2]](#fn2)</sup> more secure than traditional passwords such as this `%u}+6:~TY/(8uR[/vB`.
77

8-
The Diceware Password Generator was made to simplify the creation of these easy, yet very difficult to hack passwords on the fly.
8+
The Diceware Password Generator was made to simplify the creation of these easy, yet very difficult to hack passwords on the fly.
99

1010
## Installation and Usage
1111
There is a [dedicated project page][dpg] for the [Diceware Password Generator][dpg]. You can head on over to that page to read more about:
@@ -27,13 +27,13 @@ You can also [download the latest release][download] if you'd like to start gett
2727
2828
[diceware]: http://www.diceware.com/
2929
[eff]: http://www.eff.org
30-
[dpg]: https://justin.hartman.me/projects/diceware-password-generator.html
30+
[dpg]: https://hartman.me/projects/diceware-password-generator.html
3131
[download]: https://github.com/justinhartman/diceware-password-generator/releases
32-
[install]: https://justin.hartman.me/projects/diceware-password-generator.html#installation
33-
[wordlist]: https://justin.hartman.me/projects/diceware-password-generator.html#clone-repo-and-download-the-word-lists
34-
[use]: https://justin.hartman.me/projects/diceware-password-generator.html#usage
35-
[examples]: https://justin.hartman.me/projects/diceware-password-generator.html#usage-examples
36-
[licensing]: https://justin.hartman.me/projects/diceware-password-generator.html#license
37-
[credits]: https://justin.hartman.me/projects/diceware-password-generator.html#credits
38-
[links]: https://justin.hartman.me/projects/diceware-password-generator.html#links
39-
[release]: https://justin.hartman.me/projects/diceware-password-generator-release-notes.html
32+
[install]: https://hartman.me/projects/diceware-password-generator.html#installation
33+
[wordlist]: https://hartman.me/projects/diceware-password-generator.html#clone-repo-and-download-the-word-lists
34+
[use]: https://hartman.me/projects/diceware-password-generator.html#usage
35+
[examples]: https://hartman.me/projects/diceware-password-generator.html#usage-examples
36+
[licensing]: https://hartman.me/projects/diceware-password-generator.html#license
37+
[credits]: https://hartman.me/projects/diceware-password-generator.html#credits
38+
[links]: https://hartman.me/projects/diceware-password-generator.html#links
39+
[release]: https://hartman.me/projects/diceware-password-generator-release-notes.html

RELEASE_NOTES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes
2-
This is a dedicated page which documents the changes made to the [Diceware Password Generator][diceware] as well as all the release notes for the software.
2+
This is a dedicated page which documents the changes made to the [Diceware Password Generator][diceware] as well as all the release notes for the software.
3+
4+
## v1.0.4
5+
Release Date: 2 July 2020
6+
7+
- Fixed links in the README.
8+
- Better structure for GitHub issues.
39

410
## v1.0.3
511
Release Date: 21 March 2018

_config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
theme: jekyll-theme-leap-day
22
title: Diceware Password Generator
33
description: Diceware password generator with multiple variations; written in Python.
4-
url: https://justin.hartman.me/diceware-password-generator/
4+
url: https://hartman.me/diceware-password-generator/
55
publisher: Justin Hartman
66
lang: en_GB
77
author:
88
name: Justin Hartman
99
10-
uri: https://justin.hartman.me/
10+
uri: https://hartman.me/
1111
image: https://avatars3.githubusercontent.com/u/717118?s=460&v=4
1212
twitter:
1313
username: justinhartman
@@ -18,9 +18,8 @@ social:
1818
name: Justin Hartman
1919
links:
2020
- https://twitter.com/justinhartman
21-
- https://www.facebook.com/justin.hartman.me
21+
- https://www.facebook.com/justinhartman.blog
2222
- https://www.linkedin.com/in/justinhartman
23-
- https://plus.google.com/+iamjustinhartman
2423
- https://github.com/justinhartman
2524
- https://www.instagram.com/justin.hartman
2625
- https://www.pinterest.com/iamjustinhartman

diceware.sublime-project

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)