- Sep 14, 2017
- Sep 13, 2017
-
-
ulif authored
The wordlist length must be a power of the number of dice sides used to result in fair choices. This is not being relatively prime.
-
- Sep 11, 2017
-
-
ulif authored
-
- Sep 10, 2017
-
-
ulif authored
Tell about problems with wordlist lengths and dice side numbers.
-
- Sep 08, 2017
- Sep 06, 2017
- Sep 05, 2017
-
-
ulif authored
Begin with some very plain usage samples.
-
- Sep 04, 2017
-
-
ulif authored
-
- Sep 03, 2017
-
-
ulif authored
Avoid to write down a certain path, as that could block reproducible builds.
-
- Sep 02, 2017
-
-
ulif authored
in man page.
-
- Aug 31, 2017
-
-
ulif authored
We will have another release soon. So, let's care for details better to soon than too late.
-
ulif authored
The documenting comment (starting with ``#: ``) is neccessary for vars and constants only. All these comments are used by `Sphinx` to generate documentation.
-
ulif authored
Put consts at top of file and functions below. The code is better readable this way.
-
- Aug 30, 2017
-
-
ulif authored
-
- Aug 29, 2017
- Aug 28, 2017
-
-
drebs authored
The path to wordlist files is hardcoded in the generated sphinx documentation and because it may differ depending on how the package is installed this creates different problems: - the path hardcoded in the online api documentation may differ from the one in each installation, leading to incorrect information provided to the user of the api. - packaging diceware documentation to specific operating systems may generate unreproducible packages. This commit replaces the variable WORDLISTS_DIR by a function called get_wordlists_dir() that delays the construction of the path instead of doing it during module loading.
-
- Aug 27, 2017
-
-
ulif authored
-
- Aug 26, 2017
- Aug 25, 2017
-
-
ulif authored
-
- Aug 24, 2017
-
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
Apparently `pypip.io` is not longer active. It looks like `shields.io` offers even much more badges.
-
ulif authored
`sphinx` can generate not only HTML docs but also man pages. Let's see how far we can go to replace the more or less manually crafted man page we provide currently.
-
- Aug 09, 2017
-
-
ulif authored
In fact Arnold G. Reinhold copyrighted each of the pages of the `diceware.com` website. The idea as such was not copyrighted (and might be uncopyrightable). Mr. Reinhold, however, still owns a "diceware" trademark.
-
- Aug 08, 2017
-
-
ulif authored
-
- Aug 07, 2017
-
-
ulif authored
And remove unneccessary whitespace.
-
- Aug 06, 2017
-
-
ulif authored
-