changeset 10:15d5b3961009 tip

Remove BETA tag and update links to Go and dict
author Bernhard Reiter <bernhard@intevation.de>
date Sun, 04 Oct 2020 14:55:46 +0200
parents 35c468a37b54
children
files ppgen.py
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ppgen.py	Wed Oct 02 15:04:28 2019 +0200
+++ b/ppgen.py	Sun Oct 04 14:55:46 2020 +0200
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-"""Create a random passphrase from a dictionary of words. BETA
+"""Create a random passphrase from a dictionary of words.
 
 Relies on the entropy of python's
     random.SystemRandom class
@@ -12,16 +12,16 @@
   * Python v>=3.2
   * a dictionary, Ding's trans-de-en by default.
     E.g. on a Debian/Ubuntu system in package "trans-de-en".
-    or from http://ftp.tu-chemnitz.de/pub/Local/urz/ding/de-en/
+    or from https://ftp.tu-chemnitz.de/pub/Local/urz/ding/de-en/
 
 Uses a hardcoded filepath and language.
 Search for **customize** below to change it.
 
-Related: There is a Go implementation started by Sascha L. Teichmann at
-  https://bitbucket.org/s_l_teichmann/ppgen
+Related: There is a Go implementation by Sascha L. Teichmann at
+  https://gitlab.com/sascha.l.teichmann/ppgen
 
 
-Copyright 2016, 2017, 2018 by Intevation GmbH.
+Copyright 2016, 2017, 2018, 2019 by Intevation GmbH.
 Author: Bernhard E. Reiter <bernhard@intevation.de>
 
 This file is Free Software under the Apache 2.0 license and thus
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)