improved README section on language files
authorSteven Tobin <steventtobin (at) gmail.com>
Mon, 19 Feb 2018 22:47:18 +0000 (22:47 +0000)
committerSteven Tobin <steventtobin (at) gmail.com>
Mon, 19 Feb 2018 22:47:18 +0000 (22:47 +0000)
README.rst
setup.py

index d204b3505556400c9cfacf4ed47ad97ad7bfa2c8..d2351609c5d2342eb3a17651c1677b578be0a8f8 100644 (file)
@@ -121,9 +121,12 @@ Note that the generator can be used with any word file of the correct format: a
 Additional languages
 ~~~~~~~~~~~~~~~~~~~~
 
-Spanish list of words used is a modifed version of archive.umich.edu in the `/linguistics` directory. It includes ~80k words. Less than 5 char. and latin-like words were deleted using regex. This list is public domain, see `here <http://www.umich.edu/~archive/linguistics/00readme.txt>`_.
+- Spanish: a modifed version of archive.umich.edu in the `/linguistics` directory. It includes ~80k words. Less than 5 char. and latin-like words were deleted using regex. This list is public domain, see `here <http://www.umich.edu/~archive/linguistics/00readme.txt>`_.
+- Finnish: a modified version of the Institute for the Languages of Finland `XML word list <http://kaino.kotus.fi/sanat/nykysuomi/>`_. Profanities and expressions containing spaces were removed using regex. The resulting list contains ~93k words. The list is published under GNU LGPL, EUPL 1.1 and CC-BY 3.0 licenses.
+- Italian: generated from dumps of the Italian-language Wikipedia, which is released under the Creative Commons Attribution-Share-Alike 3.0 licence.
+- German: based on `this GPL v3 list <https://github.com/dassencio/langcmp/blob/master/wordlists/top1000de.txt>`_. Single and double character words have been removed.
 
-Finnish word list is a modified version of the Institute for the Languages of Finland `XML word list <http://kaino.kotus.fi/sanat/nykysuomi/>`_. Profanities and expressions containing spaces were removed using regex. The resulting list contains ~93k words. The list is published under GNU LGPL, EUPL 1.1 and CC-BY 3.0 licenses.
+Additional language word lists are always welcome!
 
 Using xkcdpass as an imported module
 ====================================
@@ -171,6 +174,7 @@ or setting the appropriate environment variable::
 
 Changelog
 =========
+- **1.15.1** Added more information about supported languages
 - **1.15.0** Added `--seperator` argument, German wordlist (GPL 3.0, thanks to @anlx-sw)
 - **1.14.3** Refactor password generator, fixes for hardcoded python version in test
 - **1.14.2** Improve unit test discovery, remove deprecation warnings
@@ -184,9 +188,6 @@ Changelog
 - **1.9.5** Fix broken test
 - **1.9.4** Improve office-safe wordlist contents
 - **1.9.3** Link EFF wordlist information, fix typos, update copyright
-- **1.9.2** Added Debian cracklib path
-- **1.9.1** Fixed typo in example
-
 
 License
 =======
index a74c1046ac39630a5107d8618f7f210532d66ae3..b585ba62692920d286ffa38b842481df4e0eb6e8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='xkcdpass',
-    version='1.15.0',
+    version='1.15.1',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
git clone https://git.99rst.org/PROJECT