- 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
- Aug 05, 2017
-
-
ulif authored
We should be able to generate a more accurate man page for `diceware`. with `docutils` and `rst2man` we can create a nice looking man page with proper styles set. Yet, we onlyy provide first parts of the man page template.
-
- Jul 26, 2017
-
-
ulif authored
Make Sphinx stop complaining and fix indents.
-
- Jul 17, 2017
-
-
ulif authored
-
- Jun 07, 2017
-
-
ulif authored
-
- Jun 06, 2017
-
-
ulif authored
-
- Jun 05, 2017
-
-
ulif authored
-
- Jun 04, 2017
-
-
ulif authored
-
ulif authored
-
ulif authored
We do not accept open filedescriptors as argument for `WordList` anymore. This seems to be the only way to make sure we can open/close wordlist files whenever we want.
-
ulif authored
-
ulif authored
-
ulif authored
Use path instead of filedescriptor with `WordList`.
-
ulif authored
-
- Jun 03, 2017
- Jun 02, 2017
-
-
ulif authored
-
- May 31, 2017
-
-
ulif authored
We do not need to test `infile` as file descrtiptor, as we expect paths (strings) from now on.
-
ulif authored
Do expect file paths instead of already opened filedescriptors.
-
ulif authored
The `argparse.FileType` type is considered bad style. Cf. http://bugs.python.org/issue13824. With this FileType we cannot tell when to close a file after reading (which should be done for most regular wordlists) or not (in case of input from stdin).
-
- May 29, 2017
- May 28, 2017
-
-
ulif authored
Files already opened by third-parties should be closed by them.
-
- May 27, 2017
-
-
ulif authored
-
- May 26, 2017
-
-
ulif authored
-