<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.my-d.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ralf.hauser</id>
	<title>wiki.my-d.org - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.my-d.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ralf.hauser"/>
	<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Special:Contributions/Ralf.hauser"/>
	<updated>2026-06-17T11:58:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=70</id>
		<title>CryptoTool</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=70"/>
		<updated>2020-11-24T12:27:16Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Solution as per pom.xml */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FAQ=&lt;br /&gt;
&lt;br /&gt;
t.b.d&lt;br /&gt;
&lt;br /&gt;
== [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project CryptoTool: Fatal error compiling: invalid target release: 11 ==&lt;br /&gt;
&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ echo $JAVA_HOME &lt;br /&gt;
 /usr/lib/jvm/curr&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ export JAVA_HOME=/usr/lib/jvm/jdk-11&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Could not resolve dependencies ==&lt;br /&gt;
&lt;br /&gt;
 [ERROR] Failed to execute goal on project CryptoTool: Could not resolve dependencies for project org.myd:CryptoTool:jar:1.0.1-SNAPSHOT: The following artifacts could not be resolved: org.bouncycastle:bcmail-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcpg-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcpkix-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcprov-jdk15on:jar:1.63.0.03-local: Failure to find org.bouncycastle:bcmail-jdk15on:jar:1.63.0.03-local in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -&amp;gt; [Help 1]&lt;br /&gt;
&lt;br /&gt;
=== Solution as per pom.xml ===&lt;br /&gt;
 mvn install:install-file -Dfile=src/main/resources/libs/bcmail-jdk15on-163b03.jar\&lt;br /&gt;
                -DgroupId=org.bouncycastle\&lt;br /&gt;
                -DartifactId=bcmail-jdk15on\&lt;br /&gt;
                -Dversion=1.63.0.03-local\&lt;br /&gt;
                -Dpackaging=jar\&lt;br /&gt;
                -DgeneratePom=true&lt;br /&gt;
&lt;br /&gt;
 mvn install:install-file -Dfile=src/main/resources/libs/bcpg-jdk15on-163b03.jar\&lt;br /&gt;
                -DgroupId=org.bouncycastle\&lt;br /&gt;
                -DartifactId=bcpg-jdk15on\&lt;br /&gt;
                -Dversion=1.63.0.03-local\&lt;br /&gt;
                -Dpackaging=jar\&lt;br /&gt;
                -DgeneratePom=true&lt;br /&gt;
&lt;br /&gt;
 mvn install:install-file -Dfile=src/main/resources/libs/bcpkix-jdk15on-163b03.jar\&lt;br /&gt;
                -DgroupId=org.bouncycastle\&lt;br /&gt;
                -DartifactId=bcpkix-jdk15on\&lt;br /&gt;
                -Dversion=1.63.0.03-local\&lt;br /&gt;
                -Dpackaging=jar\&lt;br /&gt;
                -DgeneratePom=true&lt;br /&gt;
&lt;br /&gt;
 mvn install:install-file -Dfile=src/main/resources/libs/bcprov-jdk15on-163b03.jar\&lt;br /&gt;
                -DgroupId=org.bouncycastle\&lt;br /&gt;
                -DartifactId=bcprov-jdk15on\&lt;br /&gt;
                -Dversion=1.63.0.03-local\&lt;br /&gt;
                -Dpackaging=jar\&lt;br /&gt;
                -DgeneratePom=true&lt;br /&gt;
&lt;br /&gt;
= README =&lt;br /&gt;
&lt;br /&gt;
  git clone https://hauser@git.my-d.org/e2e/e2efatclient.git&lt;br /&gt;
&lt;br /&gt;
 install maven from apache&lt;br /&gt;
&lt;br /&gt;
 install 7z.dll&lt;br /&gt;
&lt;br /&gt;
 then in cygwin, do &amp;quot;mvn clean install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
Back to [[Projects]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=69</id>
		<title>CryptoTool</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=69"/>
		<updated>2020-11-24T12:26:48Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Could not resolve dependencies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FAQ=&lt;br /&gt;
&lt;br /&gt;
t.b.d&lt;br /&gt;
&lt;br /&gt;
== [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project CryptoTool: Fatal error compiling: invalid target release: 11 ==&lt;br /&gt;
&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ echo $JAVA_HOME &lt;br /&gt;
 /usr/lib/jvm/curr&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ export JAVA_HOME=/usr/lib/jvm/jdk-11&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Could not resolve dependencies ==&lt;br /&gt;
&lt;br /&gt;
 [ERROR] Failed to execute goal on project CryptoTool: Could not resolve dependencies for project org.myd:CryptoTool:jar:1.0.1-SNAPSHOT: The following artifacts could not be resolved: org.bouncycastle:bcmail-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcpg-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcpkix-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcprov-jdk15on:jar:1.63.0.03-local: Failure to find org.bouncycastle:bcmail-jdk15on:jar:1.63.0.03-local in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -&amp;gt; [Help 1]&lt;br /&gt;
&lt;br /&gt;
=== Solution as per pom.xml ===&lt;br /&gt;
 mvn install:install-file -Dfile=src/main/resources/libs/bcmail-jdk15on-163b03.jar\&lt;br /&gt;
                -DgroupId=org.bouncycastle\&lt;br /&gt;
                -DartifactId=bcmail-jdk15on\&lt;br /&gt;
                -Dversion=1.63.0.03-local\&lt;br /&gt;
                -Dpackaging=jar\&lt;br /&gt;
                -DgeneratePom=true&lt;br /&gt;
&lt;br /&gt;
 mvn install:install-file -Dfile=src/main/resources/libs/bcpg-jdk15on-163b03.jar\&lt;br /&gt;
                -DgroupId=org.bouncycastle\&lt;br /&gt;
                -DartifactId=bcpg-jdk15on\&lt;br /&gt;
                -Dversion=1.63.0.03-local\&lt;br /&gt;
                -Dpackaging=jar\&lt;br /&gt;
                -DgeneratePom=true&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 mvn install:install-file -Dfile=src/main/resources/libs/bcpkix-jdk15on-163b03.jar\&lt;br /&gt;
                -DgroupId=org.bouncycastle\&lt;br /&gt;
                -DartifactId=bcpkix-jdk15on\&lt;br /&gt;
                -Dversion=1.63.0.03-local\&lt;br /&gt;
                -Dpackaging=jar\&lt;br /&gt;
                -DgeneratePom=true&lt;br /&gt;
&lt;br /&gt;
= README =&lt;br /&gt;
&lt;br /&gt;
  git clone https://hauser@git.my-d.org/e2e/e2efatclient.git&lt;br /&gt;
&lt;br /&gt;
 install maven from apache&lt;br /&gt;
&lt;br /&gt;
 install 7z.dll&lt;br /&gt;
&lt;br /&gt;
 then in cygwin, do &amp;quot;mvn clean install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
Back to [[Projects]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=68</id>
		<title>CryptoTool</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=68"/>
		<updated>2020-11-24T12:23:20Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Could not resolve dependencies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FAQ=&lt;br /&gt;
&lt;br /&gt;
t.b.d&lt;br /&gt;
&lt;br /&gt;
== [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project CryptoTool: Fatal error compiling: invalid target release: 11 ==&lt;br /&gt;
&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ echo $JAVA_HOME &lt;br /&gt;
 /usr/lib/jvm/curr&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ export JAVA_HOME=/usr/lib/jvm/jdk-11&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Could not resolve dependencies ==&lt;br /&gt;
&lt;br /&gt;
 [ERROR] Failed to execute goal on project CryptoTool: Could not resolve dependencies for project org.myd:CryptoTool:jar:1.0.1-SNAPSHOT: The following artifacts could not be resolved: org.bouncycastle:bcmail-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcpg-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcpkix-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcprov-jdk15on:jar:1.63.0.03-local: Failure to find org.bouncycastle:bcmail-jdk15on:jar:1.63.0.03-local in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -&amp;gt; [Help 1]&lt;br /&gt;
&lt;br /&gt;
Solution as per pom.xml&lt;br /&gt;
 mvn install:install-file -Dfile=src/main/resources/libs/bcmail-jdk15on-163b03.jar\&lt;br /&gt;
                -DgroupId=org.bouncycastle\&lt;br /&gt;
                -DartifactId=bcmail-jdk15on\&lt;br /&gt;
                -Dversion=1.63.0.03-local\&lt;br /&gt;
                -Dpackaging=jar\&lt;br /&gt;
                -DgeneratePom=true&lt;br /&gt;
&lt;br /&gt;
= README =&lt;br /&gt;
&lt;br /&gt;
  git clone https://hauser@git.my-d.org/e2e/e2efatclient.git&lt;br /&gt;
&lt;br /&gt;
 install maven from apache&lt;br /&gt;
&lt;br /&gt;
 install 7z.dll&lt;br /&gt;
&lt;br /&gt;
 then in cygwin, do &amp;quot;mvn clean install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
Back to [[Projects]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=67</id>
		<title>CryptoTool</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=67"/>
		<updated>2020-11-24T12:22:46Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Could not resolve dependencies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FAQ=&lt;br /&gt;
&lt;br /&gt;
t.b.d&lt;br /&gt;
&lt;br /&gt;
== [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project CryptoTool: Fatal error compiling: invalid target release: 11 ==&lt;br /&gt;
&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ echo $JAVA_HOME &lt;br /&gt;
 /usr/lib/jvm/curr&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ export JAVA_HOME=/usr/lib/jvm/jdk-11&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Could not resolve dependencies ==&lt;br /&gt;
&lt;br /&gt;
 [ERROR] Failed to execute goal on project CryptoTool: Could not resolve dependencies for project org.myd:CryptoTool:jar:1.0.1-SNAPSHOT: The following artifacts could not be resolved: org.bouncycastle:bcmail-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcpg-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcpkix-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcprov-jdk15on:jar:1.63.0.03-local: Failure to find org.bouncycastle:bcmail-jdk15on:jar:1.63.0.03-local in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -&amp;gt; [Help 1]&lt;br /&gt;
&lt;br /&gt;
= README =&lt;br /&gt;
&lt;br /&gt;
  git clone https://hauser@git.my-d.org/e2e/e2efatclient.git&lt;br /&gt;
&lt;br /&gt;
 install maven from apache&lt;br /&gt;
&lt;br /&gt;
 install 7z.dll&lt;br /&gt;
&lt;br /&gt;
 then in cygwin, do &amp;quot;mvn clean install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
Back to [[Projects]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=66</id>
		<title>CryptoTool</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=66"/>
		<updated>2020-11-24T12:22:26Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Could not resolve dependencies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FAQ=&lt;br /&gt;
&lt;br /&gt;
t.b.d&lt;br /&gt;
&lt;br /&gt;
== [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project CryptoTool: Fatal error compiling: invalid target release: 11 ==&lt;br /&gt;
&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ echo $JAVA_HOME &lt;br /&gt;
 /usr/lib/jvm/curr&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ export JAVA_HOME=/usr/lib/jvm/jdk-11&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Could not resolve dependencies ==&lt;br /&gt;
&lt;br /&gt;
 [ERROR] Failed to execute goal on project CryptoTool: Could not resolve dependencies for project org.myd:CryptoTool:jar:1.0.1-SNAPSHOT: The following artifacts could not be resolved: org.bouncycastle:bcmail-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcpg-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcpkix-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcprov-jdk15on:jar:1.63.0.03-local: Failure to find org.bouncycastle:bcmail-jdk15on:jar:1.63.0.03-local in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the updat&lt;br /&gt;
e interval of central has elapsed or updates are forced -&amp;gt; [Help 1]&lt;br /&gt;
&lt;br /&gt;
= README =&lt;br /&gt;
&lt;br /&gt;
  git clone https://hauser@git.my-d.org/e2e/e2efatclient.git&lt;br /&gt;
&lt;br /&gt;
 install maven from apache&lt;br /&gt;
&lt;br /&gt;
 install 7z.dll&lt;br /&gt;
&lt;br /&gt;
 then in cygwin, do &amp;quot;mvn clean install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
Back to [[Projects]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=65</id>
		<title>CryptoTool</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=65"/>
		<updated>2020-11-24T12:22:06Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* FAQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FAQ=&lt;br /&gt;
&lt;br /&gt;
t.b.d&lt;br /&gt;
&lt;br /&gt;
== [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project CryptoTool: Fatal error compiling: invalid target release: 11 ==&lt;br /&gt;
&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ echo $JAVA_HOME &lt;br /&gt;
 /usr/lib/jvm/curr&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ export JAVA_HOME=/usr/lib/jvm/jdk-11&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Could not resolve dependencies ==&lt;br /&gt;
&lt;br /&gt;
 [ERROR] Failed to execute goal on project CryptoTool: Could not resolve dependencies for project org.myd:CryptoTool:jar:1.0.1-SNAPSHOT: The following artifacts could not be resolv&lt;br /&gt;
ed: org.bouncycastle:bcmail-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcpg-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcpkix-jdk15on:jar:1.63.0.03-local, org.bouncycastle:bcprov-jdk15on:jar:1.63.0.&lt;br /&gt;
03-local: Failure to find org.bouncycastle:bcmail-jdk15on:jar:1.63.0.03-local in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the updat&lt;br /&gt;
e interval of central has elapsed or updates are forced -&amp;gt; [Help 1]&lt;br /&gt;
&lt;br /&gt;
= README =&lt;br /&gt;
&lt;br /&gt;
  git clone https://hauser@git.my-d.org/e2e/e2efatclient.git&lt;br /&gt;
&lt;br /&gt;
 install maven from apache&lt;br /&gt;
&lt;br /&gt;
 install 7z.dll&lt;br /&gt;
&lt;br /&gt;
 then in cygwin, do &amp;quot;mvn clean install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
Back to [[Projects]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=64</id>
		<title>CryptoTool</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=64"/>
		<updated>2020-11-24T11:58:41Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* README */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FAQ=&lt;br /&gt;
&lt;br /&gt;
t.b.d&lt;br /&gt;
&lt;br /&gt;
* [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project CryptoTool: Fatal error compiling: invalid target release: 11 &lt;br /&gt;
&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ echo $JAVA_HOME &lt;br /&gt;
 /usr/lib/jvm/curr&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ export JAVA_HOME=/usr/lib/jvm/jdk-11&lt;br /&gt;
&lt;br /&gt;
= README =&lt;br /&gt;
&lt;br /&gt;
  git clone https://hauser@git.my-d.org/e2e/e2efatclient.git&lt;br /&gt;
&lt;br /&gt;
 install maven from apache&lt;br /&gt;
&lt;br /&gt;
 install 7z.dll&lt;br /&gt;
&lt;br /&gt;
 then in cygwin, do &amp;quot;mvn clean install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
Back to [[Projects]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=63</id>
		<title>CryptoTool</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=63"/>
		<updated>2020-11-24T10:52:27Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* FAQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FAQ=&lt;br /&gt;
&lt;br /&gt;
t.b.d&lt;br /&gt;
&lt;br /&gt;
* [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project CryptoTool: Fatal error compiling: invalid target release: 11 &lt;br /&gt;
&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ echo $JAVA_HOME &lt;br /&gt;
 /usr/lib/jvm/curr&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ export JAVA_HOME=/usr/lib/jvm/jdk-11&lt;br /&gt;
&lt;br /&gt;
= README =&lt;br /&gt;
&lt;br /&gt;
  git clone https://hauser@git.my-d.org/e2e/e2efatclient.git&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
Back to [[Projects]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=62</id>
		<title>CryptoTool</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=62"/>
		<updated>2020-11-24T10:51:21Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* FAQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FAQ=&lt;br /&gt;
&lt;br /&gt;
t.b.d&lt;br /&gt;
&lt;br /&gt;
* [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project CryptoTool: Fatal error compiling: invalid target release: 11 &lt;br /&gt;
&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ echo $JAVA_HOME &lt;br /&gt;
 /usr/lib/jvm/curr&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ export JAVA_HOME=/usr/lib/jvm/jdk-11&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
Back to [[Projects]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=61</id>
		<title>CryptoTool</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=61"/>
		<updated>2020-11-23T17:59:10Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* FAQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FAQ=&lt;br /&gt;
&lt;br /&gt;
t.b.d&lt;br /&gt;
&lt;br /&gt;
* [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project CryptoTool: Fatal error compiling: invalid target release: 11 &lt;br /&gt;
&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ echo $JAVA_HOME &lt;br /&gt;
 /usr/lib/jvm/curr&lt;br /&gt;
 hauser@hauservm:~/git/e2efatclient$ export JAVA_HOME=/usr/lib/jvm/jdk-11&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=User:Ralf.hauser&amp;diff=44</id>
		<title>User:Ralf.hauser</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=User:Ralf.hauser&amp;diff=44"/>
		<updated>2020-10-01T10:58:41Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: Created page with &amp;quot;hauser@my-d.org&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hauser@my-d.org&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=SmimeJs&amp;diff=39</id>
		<title>SmimeJs</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=SmimeJs&amp;diff=39"/>
		<updated>2020-08-21T15:27:46Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* trouble shooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Trouble shooting =&lt;br /&gt;
When trying to &amp;quot;Download Apps&amp;quot; in the environment of one Swiss authority, we saw with MS Edge (version Aug 2020)&lt;br /&gt;
&lt;br /&gt;
[[Image:smimeJS.png|thumb|none|Smime JS locally installed]]&lt;br /&gt;
&lt;br /&gt;
With FireFox, it worked&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
Back to [[Projects]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=SmimeJs&amp;diff=38</id>
		<title>SmimeJs</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=SmimeJs&amp;diff=38"/>
		<updated>2020-08-21T15:27:37Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= trouble shooting =&lt;br /&gt;
When trying to &amp;quot;Download Apps&amp;quot; in the environment of one Swiss authority, we saw with MS Edge (version Aug 2020)&lt;br /&gt;
&lt;br /&gt;
[[Image:smimeJS.png|thumb|none|Smime JS locally installed]]&lt;br /&gt;
&lt;br /&gt;
With FireFox, it worked&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
Back to [[Projects]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=SmimeJs&amp;diff=37</id>
		<title>SmimeJs</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=SmimeJs&amp;diff=37"/>
		<updated>2020-08-21T15:26:29Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: Created page with &amp;quot; When trying to   Smime JS locally installed  = Links =  Back to Projects&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
When trying to &lt;br /&gt;
&lt;br /&gt;
[[Image:smimeJS.png|thumb|none|Smime JS locally installed]]&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
Back to [[Projects]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=36</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=36"/>
		<updated>2020-08-21T15:26:04Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* SmimeJs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
https://water-fountains.org&lt;br /&gt;
&lt;br /&gt;
RoadMap https://github.com/mmmatthew/proximap/wiki/Roadmap&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
* GIT: &lt;br /&gt;
** https://github.com/mmmatthew/datablue&lt;br /&gt;
** https://github.com/mmmatthew/proximap&lt;br /&gt;
&lt;br /&gt;
== WikiData ==&lt;br /&gt;
fountainsWVZ dataSet https://www.wikidata.org/wiki/Q53629101&lt;br /&gt;
&lt;br /&gt;
https://github.com/mmmatthew/import2wikidata   (old https://github.com/opendata-zurich/wikidata/blob/master/fountains/)&lt;br /&gt;
&lt;br /&gt;
=== How to find a single fountain in WD ===&lt;br /&gt;
&lt;br /&gt;
#) go to https://query.wikidata.org/&lt;br /&gt;
#) Enter&lt;br /&gt;
   &amp;lt;source&amp;gt;SELECT ?place ?placeLabel ?location ?date ?catalog_code ?catalogLabel ?operator&lt;br /&gt;
WHERE&lt;br /&gt;
{&lt;br /&gt;
  # Enter coordinates&lt;br /&gt;
  SERVICE wikibase:box {&lt;br /&gt;
    ?place wdt:P625 ?location .&lt;br /&gt;
    bd:serviceParam wikibase:cornerWest &amp;quot;Point(8.45960259979614 47.3229261255644)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
    bd:serviceParam wikibase:cornerEast &amp;quot;Point(8.61940272745742 47.431119712250506)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
  } .&lt;br /&gt;
  # Is a water well or fountain or subclass of fountain&lt;br /&gt;
  FILTER (EXISTS { ?place wdt:P31/wdt:P279* wd:Q43483 } || EXISTS { ?place wdt:P31/wdt:P279* wd:Q483453 }).&lt;br /&gt;
  SERVICE wikibase:label {&lt;br /&gt;
    bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],de&amp;quot; .&lt;br /&gt;
  } &lt;br /&gt;
  OPTIONAL { ?place p:P528 ?catalog_code.&lt;br /&gt;
            ?catalog_code pq:P972 ?catalog.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P571 ?date.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P137 ?operator.}&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
3) switch to map and pick the one you want&lt;br /&gt;
&lt;br /&gt;
= [[SmimeJs]] = &lt;br /&gt;
&lt;br /&gt;
Domains: 	e-2-e.ch  and end2end.ch&lt;br /&gt;
&lt;br /&gt;
= [[CryptoTool]] =&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=35</id>
		<title>CryptoTool</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=CryptoTool&amp;diff=35"/>
		<updated>2020-08-21T15:25:36Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* FAQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FAQ=&lt;br /&gt;
&lt;br /&gt;
t.b.d&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=34</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=34"/>
		<updated>2020-08-21T15:24:13Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* SmimeJs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
https://water-fountains.org&lt;br /&gt;
&lt;br /&gt;
RoadMap https://github.com/mmmatthew/proximap/wiki/Roadmap&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
* GIT: &lt;br /&gt;
** https://github.com/mmmatthew/datablue&lt;br /&gt;
** https://github.com/mmmatthew/proximap&lt;br /&gt;
&lt;br /&gt;
== WikiData ==&lt;br /&gt;
fountainsWVZ dataSet https://www.wikidata.org/wiki/Q53629101&lt;br /&gt;
&lt;br /&gt;
https://github.com/mmmatthew/import2wikidata   (old https://github.com/opendata-zurich/wikidata/blob/master/fountains/)&lt;br /&gt;
&lt;br /&gt;
=== How to find a single fountain in WD ===&lt;br /&gt;
&lt;br /&gt;
#) go to https://query.wikidata.org/&lt;br /&gt;
#) Enter&lt;br /&gt;
   &amp;lt;source&amp;gt;SELECT ?place ?placeLabel ?location ?date ?catalog_code ?catalogLabel ?operator&lt;br /&gt;
WHERE&lt;br /&gt;
{&lt;br /&gt;
  # Enter coordinates&lt;br /&gt;
  SERVICE wikibase:box {&lt;br /&gt;
    ?place wdt:P625 ?location .&lt;br /&gt;
    bd:serviceParam wikibase:cornerWest &amp;quot;Point(8.45960259979614 47.3229261255644)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
    bd:serviceParam wikibase:cornerEast &amp;quot;Point(8.61940272745742 47.431119712250506)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
  } .&lt;br /&gt;
  # Is a water well or fountain or subclass of fountain&lt;br /&gt;
  FILTER (EXISTS { ?place wdt:P31/wdt:P279* wd:Q43483 } || EXISTS { ?place wdt:P31/wdt:P279* wd:Q483453 }).&lt;br /&gt;
  SERVICE wikibase:label {&lt;br /&gt;
    bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],de&amp;quot; .&lt;br /&gt;
  } &lt;br /&gt;
  OPTIONAL { ?place p:P528 ?catalog_code.&lt;br /&gt;
            ?catalog_code pq:P972 ?catalog.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P571 ?date.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P137 ?operator.}&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
3) switch to map and pick the one you want&lt;br /&gt;
&lt;br /&gt;
= SmimeJs = &lt;br /&gt;
&lt;br /&gt;
Domains: 	e-2-e.ch  and end2end.ch&lt;br /&gt;
&lt;br /&gt;
= [[CryptoTool]] =&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=30</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=30"/>
		<updated>2018-06-26T08:40:25Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* SmimeJs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
https://water-fountains.org&lt;br /&gt;
&lt;br /&gt;
RoadMap https://github.com/mmmatthew/proximap/wiki/Roadmap&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
* GIT: &lt;br /&gt;
** https://github.com/mmmatthew/datablue&lt;br /&gt;
** https://github.com/mmmatthew/proximap&lt;br /&gt;
&lt;br /&gt;
== WikiData ==&lt;br /&gt;
fountainsWVZ dataSet https://www.wikidata.org/wiki/Q53629101&lt;br /&gt;
&lt;br /&gt;
https://github.com/mmmatthew/import2wikidata   (old https://github.com/opendata-zurich/wikidata/blob/master/fountains/)&lt;br /&gt;
&lt;br /&gt;
=== How to find a single fountain in WD ===&lt;br /&gt;
&lt;br /&gt;
#) go to https://query.wikidata.org/&lt;br /&gt;
#) Enter&lt;br /&gt;
   &amp;lt;source&amp;gt;SELECT ?place ?placeLabel ?location ?date ?catalog_code ?catalogLabel ?operator&lt;br /&gt;
WHERE&lt;br /&gt;
{&lt;br /&gt;
  # Enter coordinates&lt;br /&gt;
  SERVICE wikibase:box {&lt;br /&gt;
    ?place wdt:P625 ?location .&lt;br /&gt;
    bd:serviceParam wikibase:cornerWest &amp;quot;Point(8.45960259979614 47.3229261255644)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
    bd:serviceParam wikibase:cornerEast &amp;quot;Point(8.61940272745742 47.431119712250506)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
  } .&lt;br /&gt;
  # Is a water well or fountain or subclass of fountain&lt;br /&gt;
  FILTER (EXISTS { ?place wdt:P31/wdt:P279* wd:Q43483 } || EXISTS { ?place wdt:P31/wdt:P279* wd:Q483453 }).&lt;br /&gt;
  SERVICE wikibase:label {&lt;br /&gt;
    bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],de&amp;quot; .&lt;br /&gt;
  } &lt;br /&gt;
  OPTIONAL { ?place p:P528 ?catalog_code.&lt;br /&gt;
            ?catalog_code pq:P972 ?catalog.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P571 ?date.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P137 ?operator.}&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
3) switch to map and pick the one you want&lt;br /&gt;
&lt;br /&gt;
= SmimeJs = &lt;br /&gt;
&lt;br /&gt;
Domains: 	e-2-e.ch  and end2end.ch&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=29</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=29"/>
		<updated>2018-06-26T08:34:30Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
https://water-fountains.org&lt;br /&gt;
&lt;br /&gt;
RoadMap https://github.com/mmmatthew/proximap/wiki/Roadmap&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
* GIT: &lt;br /&gt;
** https://github.com/mmmatthew/datablue&lt;br /&gt;
** https://github.com/mmmatthew/proximap&lt;br /&gt;
&lt;br /&gt;
== WikiData ==&lt;br /&gt;
fountainsWVZ dataSet https://www.wikidata.org/wiki/Q53629101&lt;br /&gt;
&lt;br /&gt;
https://github.com/mmmatthew/import2wikidata   (old https://github.com/opendata-zurich/wikidata/blob/master/fountains/)&lt;br /&gt;
&lt;br /&gt;
=== How to find a single fountain in WD ===&lt;br /&gt;
&lt;br /&gt;
#) go to https://query.wikidata.org/&lt;br /&gt;
#) Enter&lt;br /&gt;
   &amp;lt;source&amp;gt;SELECT ?place ?placeLabel ?location ?date ?catalog_code ?catalogLabel ?operator&lt;br /&gt;
WHERE&lt;br /&gt;
{&lt;br /&gt;
  # Enter coordinates&lt;br /&gt;
  SERVICE wikibase:box {&lt;br /&gt;
    ?place wdt:P625 ?location .&lt;br /&gt;
    bd:serviceParam wikibase:cornerWest &amp;quot;Point(8.45960259979614 47.3229261255644)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
    bd:serviceParam wikibase:cornerEast &amp;quot;Point(8.61940272745742 47.431119712250506)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
  } .&lt;br /&gt;
  # Is a water well or fountain or subclass of fountain&lt;br /&gt;
  FILTER (EXISTS { ?place wdt:P31/wdt:P279* wd:Q43483 } || EXISTS { ?place wdt:P31/wdt:P279* wd:Q483453 }).&lt;br /&gt;
  SERVICE wikibase:label {&lt;br /&gt;
    bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],de&amp;quot; .&lt;br /&gt;
  } &lt;br /&gt;
  OPTIONAL { ?place p:P528 ?catalog_code.&lt;br /&gt;
            ?catalog_code pq:P972 ?catalog.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P571 ?date.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P137 ?operator.}&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
3) switch to map and pick the one you want&lt;br /&gt;
&lt;br /&gt;
= SmimeJs = &lt;br /&gt;
&lt;br /&gt;
Domain: e2e&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=28</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=28"/>
		<updated>2018-06-26T05:19:58Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* WikiData */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
https://water-fountains.org&lt;br /&gt;
&lt;br /&gt;
RoadMap https://github.com/mmmatthew/proximap/wiki/Roadmap&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
* GIT: &lt;br /&gt;
** https://github.com/mmmatthew/datablue&lt;br /&gt;
** https://github.com/mmmatthew/proximap&lt;br /&gt;
&lt;br /&gt;
== WikiData ==&lt;br /&gt;
fountainsWVZ dataSet https://www.wikidata.org/wiki/Q53629101&lt;br /&gt;
&lt;br /&gt;
https://github.com/mmmatthew/import2wikidata   (old https://github.com/opendata-zurich/wikidata/blob/master/fountains/)&lt;br /&gt;
&lt;br /&gt;
=== How to find a single fountain in WD ===&lt;br /&gt;
&lt;br /&gt;
#) go to https://query.wikidata.org/&lt;br /&gt;
#) Enter&lt;br /&gt;
   &amp;lt;source&amp;gt;SELECT ?place ?placeLabel ?location ?date ?catalog_code ?catalogLabel ?operator&lt;br /&gt;
WHERE&lt;br /&gt;
{&lt;br /&gt;
  # Enter coordinates&lt;br /&gt;
  SERVICE wikibase:box {&lt;br /&gt;
    ?place wdt:P625 ?location .&lt;br /&gt;
    bd:serviceParam wikibase:cornerWest &amp;quot;Point(8.45960259979614 47.3229261255644)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
    bd:serviceParam wikibase:cornerEast &amp;quot;Point(8.61940272745742 47.431119712250506)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
  } .&lt;br /&gt;
  # Is a water well or fountain or subclass of fountain&lt;br /&gt;
  FILTER (EXISTS { ?place wdt:P31/wdt:P279* wd:Q43483 } || EXISTS { ?place wdt:P31/wdt:P279* wd:Q483453 }).&lt;br /&gt;
  SERVICE wikibase:label {&lt;br /&gt;
    bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],de&amp;quot; .&lt;br /&gt;
  } &lt;br /&gt;
  OPTIONAL { ?place p:P528 ?catalog_code.&lt;br /&gt;
            ?catalog_code pq:P972 ?catalog.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P571 ?date.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P137 ?operator.}&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
3) switch to map and pick the one you want&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=27</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=27"/>
		<updated>2018-06-26T04:59:53Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* How to find a single fountain in WD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
https://water-fountains.org&lt;br /&gt;
&lt;br /&gt;
RoadMap https://github.com/mmmatthew/proximap/wiki/Roadmap&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
* GIT: &lt;br /&gt;
** https://github.com/mmmatthew/datablue&lt;br /&gt;
** https://github.com/mmmatthew/proximap&lt;br /&gt;
&lt;br /&gt;
== WikiData ==&lt;br /&gt;
fountainsWVZ dataSet https://www.wikidata.org/wiki/Q53629101&lt;br /&gt;
&lt;br /&gt;
https://github.com/mmmatthew/import2wikidata   (old https://github.com/opendata-zurich/wikidata/blob/master/fountains/)&lt;br /&gt;
&lt;br /&gt;
=== How to find a single fountain in WD ===&lt;br /&gt;
&lt;br /&gt;
#) go to https://query.wikidata.org/&lt;br /&gt;
#) Enter&lt;br /&gt;
   &amp;lt;source&amp;gt;SELECT ?place ?placeLabel ?location ?date ?catalog_code ?catalogLabel ?operator&lt;br /&gt;
WHERE&lt;br /&gt;
{&lt;br /&gt;
  # Enter coordinates&lt;br /&gt;
  SERVICE wikibase:box {&lt;br /&gt;
    ?place wdt:P625 ?location .&lt;br /&gt;
    bd:serviceParam wikibase:cornerWest &amp;quot;Point(8.45960259979614 47.3229261255644)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
    bd:serviceParam wikibase:cornerEast &amp;quot;Point(8.61940272745742 47.431119712250506)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
  } .&lt;br /&gt;
  # Is a water well or fountain or subclass of fountain&lt;br /&gt;
  FILTER (EXISTS { ?place wdt:P31/wdt:P279* wd:Q43483 } || EXISTS { ?place wdt:P31/wdt:P279* wd:Q483453 }).&lt;br /&gt;
  SERVICE wikibase:label {&lt;br /&gt;
    bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],de&amp;quot; .&lt;br /&gt;
  } &lt;br /&gt;
  OPTIONAL { ?place p:P528 ?catalog_code.&lt;br /&gt;
            ?catalog_code pq:P972 ?catalog.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P571 ?date.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P137 ?operator.}&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
#) switch to map and pick the one you want&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=26</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=26"/>
		<updated>2018-06-26T04:59:15Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* WikiData */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
https://water-fountains.org&lt;br /&gt;
&lt;br /&gt;
RoadMap https://github.com/mmmatthew/proximap/wiki/Roadmap&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
* GIT: &lt;br /&gt;
** https://github.com/mmmatthew/datablue&lt;br /&gt;
** https://github.com/mmmatthew/proximap&lt;br /&gt;
&lt;br /&gt;
== WikiData ==&lt;br /&gt;
fountainsWVZ dataSet https://www.wikidata.org/wiki/Q53629101&lt;br /&gt;
&lt;br /&gt;
https://github.com/mmmatthew/import2wikidata   (old https://github.com/opendata-zurich/wikidata/blob/master/fountains/)&lt;br /&gt;
&lt;br /&gt;
=== How to find a single fountain in WD ===&lt;br /&gt;
&lt;br /&gt;
#) got &lt;br /&gt;
#) Enter&lt;br /&gt;
   &amp;lt;source&amp;gt;SELECT ?place ?placeLabel ?location ?date ?catalog_code ?catalogLabel ?operator&lt;br /&gt;
WHERE&lt;br /&gt;
{&lt;br /&gt;
  # Enter coordinates&lt;br /&gt;
  SERVICE wikibase:box {&lt;br /&gt;
    ?place wdt:P625 ?location .&lt;br /&gt;
    bd:serviceParam wikibase:cornerWest &amp;quot;Point(8.45960259979614 47.3229261255644)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
    bd:serviceParam wikibase:cornerEast &amp;quot;Point(8.61940272745742 47.431119712250506)&amp;quot;^^geo:wktLiteral.&lt;br /&gt;
  } .&lt;br /&gt;
  # Is a water well or fountain or subclass of fountain&lt;br /&gt;
  FILTER (EXISTS { ?place wdt:P31/wdt:P279* wd:Q43483 } || EXISTS { ?place wdt:P31/wdt:P279* wd:Q483453 }).&lt;br /&gt;
  SERVICE wikibase:label {&lt;br /&gt;
    bd:serviceParam wikibase:language &amp;quot;[AUTO_LANGUAGE],de&amp;quot; .&lt;br /&gt;
  } &lt;br /&gt;
  OPTIONAL { ?place p:P528 ?catalog_code.&lt;br /&gt;
            ?catalog_code pq:P972 ?catalog.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P571 ?date.}&lt;br /&gt;
  OPTIONAL { ?place wdt:P137 ?operator.}&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
#) switch to map and pick the one you want&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=25</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=25"/>
		<updated>2018-06-23T12:53:24Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* WikiData */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
https://water-fountains.org&lt;br /&gt;
&lt;br /&gt;
RoadMap https://github.com/mmmatthew/proximap/wiki/Roadmap&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
* GIT: &lt;br /&gt;
** https://github.com/mmmatthew/datablue&lt;br /&gt;
** https://github.com/mmmatthew/proximap&lt;br /&gt;
&lt;br /&gt;
== WikiData ==&lt;br /&gt;
fountainsWVZ dataSet https://www.wikidata.org/wiki/Q53629101&lt;br /&gt;
&lt;br /&gt;
https://github.com/mmmatthew/import2wikidata   (old https://github.com/opendata-zurich/wikidata/blob/master/fountains/)&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=24</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=24"/>
		<updated>2018-06-19T15:48:44Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* WikiData */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
https://water-fountains.org&lt;br /&gt;
&lt;br /&gt;
RoadMap https://github.com/mmmatthew/proximap/wiki/Roadmap&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
* GIT: &lt;br /&gt;
** https://github.com/mmmatthew/datablue&lt;br /&gt;
** https://github.com/mmmatthew/proximap&lt;br /&gt;
&lt;br /&gt;
== WikiData ==&lt;br /&gt;
fountainsWVZ dataSet https://www.wikidata.org/wiki/Q53629101&lt;br /&gt;
&lt;br /&gt;
https://github.com/opendata-zurich/wikidata/blob/master/fountains/&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=23</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=23"/>
		<updated>2018-06-19T15:46:43Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Fountains */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
https://water-fountains.org&lt;br /&gt;
&lt;br /&gt;
RoadMap https://github.com/mmmatthew/proximap/wiki/Roadmap&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
* GIT: &lt;br /&gt;
** https://github.com/mmmatthew/datablue&lt;br /&gt;
** https://github.com/mmmatthew/proximap&lt;br /&gt;
&lt;br /&gt;
== WikiData ==&lt;br /&gt;
fountainsWVZ dataSet https://www.wikidata.org/wiki/Q53629101&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=22</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=22"/>
		<updated>2018-02-19T06:08:51Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Fountains */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
https://water-fountains.org&lt;br /&gt;
&lt;br /&gt;
RoadMap https://github.com/mmmatthew/proximap/wiki/Roadmap&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
* GIT: &lt;br /&gt;
** https://github.com/mmmatthew/datablue&lt;br /&gt;
** https://github.com/mmmatthew/proximap&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Main_Page&amp;diff=21</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Main_Page&amp;diff=21"/>
		<updated>2018-02-19T05:48:39Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Graphical Site https://www.my-d.org&lt;br /&gt;
= Content =&lt;br /&gt;
&lt;br /&gt;
[[Application]]&lt;br /&gt;
&lt;br /&gt;
[[Projects]]&lt;br /&gt;
&lt;br /&gt;
[[Regaining Privacy]]&lt;br /&gt;
&lt;br /&gt;
== Legal ==&lt;br /&gt;
Official records of founding act: https://p4u.ch/myDshab&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;MediaWiki has been successfully installed.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=20</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=20"/>
		<updated>2018-01-08T12:47:36Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Fountains */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
https://water-fountains.org&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
* GIT: &lt;br /&gt;
** https://github.com/mmmatthew/datablue&lt;br /&gt;
** https://github.com/mmmatthew/proximap&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=19</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=19"/>
		<updated>2018-01-08T12:43:53Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Fountains =&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
&lt;br /&gt;
GIT: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Projects&amp;diff=18</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Projects&amp;diff=18"/>
		<updated>2018-01-08T12:43:30Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: Created page with &amp;quot;  = Links =   Back to Main Page&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Links = &lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Main_Page&amp;diff=17</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Main_Page&amp;diff=17"/>
		<updated>2018-01-08T12:43:11Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Content =&lt;br /&gt;
&lt;br /&gt;
[[Application]]&lt;br /&gt;
&lt;br /&gt;
[[Projects]]&lt;br /&gt;
&lt;br /&gt;
[[Regaining Privacy]]&lt;br /&gt;
&lt;br /&gt;
== Legal ==&lt;br /&gt;
Official records of founding act: https://p4u.ch/myDshab&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;MediaWiki has been successfully installed.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Main_Page&amp;diff=16</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Main_Page&amp;diff=16"/>
		<updated>2017-05-04T08:48:04Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Content =&lt;br /&gt;
&lt;br /&gt;
[[Application]]&lt;br /&gt;
&lt;br /&gt;
[[Regaining Privacy]]&lt;br /&gt;
&lt;br /&gt;
== Legal ==&lt;br /&gt;
Official records of founding act: https://p4u.ch/myDshab&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;MediaWiki has been successfully installed.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Application&amp;diff=15</id>
		<title>Application</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Application&amp;diff=15"/>
		<updated>2016-11-13T17:42:54Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: Created page with &amp;quot;# English # my-d license for new projects # explain the public benefit # if not digitally signed (cryptographically) , some % less will be granted&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# English&lt;br /&gt;
# my-d license for new projects&lt;br /&gt;
# explain the public benefit&lt;br /&gt;
# if not digitally signed (cryptographically) , some % less will be granted&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Main_Page&amp;diff=14</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Main_Page&amp;diff=14"/>
		<updated>2016-11-13T17:34:26Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Content =&lt;br /&gt;
&lt;br /&gt;
[[Application]]&lt;br /&gt;
&lt;br /&gt;
[[Regaining Privacy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;MediaWiki has been successfully installed.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=13</id>
		<title>Regaining Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=13"/>
		<updated>2015-09-26T13:04:58Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Press Clippings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Background - &amp;quot;Fading Privacy&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Without major changes in the legal setting - due to the technical progress of interconnecting isolated data bases and the online-behaviour in particular with smart-phones (incl. geolocating services/GPS), the privacy of normal citizen has dramtically decreased and with the arrival of the internet of things (IoT) is likely to continue to further decrease for the foreseeable future.&lt;br /&gt;
&lt;br /&gt;
But Privacy is not entirely lost. The community should show a path to regain it !&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
Possible steps to regain your privacy:&lt;br /&gt;
&lt;br /&gt;
# E2E Reach authorities in an end-to-end encrypted way&lt;br /&gt;
# create tools to use the authority certificates also for non-mail encryption (e.g. file encryption to X.509 certificates as free open source tool)&lt;br /&gt;
&lt;br /&gt;
And to counter-balance the imminent lowering of privacy rights (e.g. longer header retention etc. in BÜPF/VÜPF)&lt;br /&gt;
&lt;br /&gt;
3. Add personal certificates / key pairs to goverment ID cards&lt;br /&gt;
&lt;br /&gt;
4. Make tools to sign/encrypt open source (eGov Local Signer)&lt;br /&gt;
&lt;br /&gt;
5. Protect Header Information (e.g. https://p4u.ch/kriterienkatalogV2 5.5.g. needs at least an opt-out!)&lt;br /&gt;
&lt;br /&gt;
6.Consequently implement &amp;quot;need-to-know&amp;quot; principle in all government interactions (the owner&#039;s birth date is not needed to pay dog tax, etc.)&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
= Press Clippings =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NZZ 20150925 S. Betschon &amp;lt;pre&amp;gt;... In dieser Ideologie erkennt Literaturwissenschafter Manfred Schneider einen &amp;lt;&amp;lt;Technofatalismus&amp;gt;&amp;gt;. Die &lt;br /&gt;
&amp;lt;&amp;lt;Propheten der reinen Sichtbarkeit&amp;gt;&amp;gt; hätten jede &lt;br /&gt;
Vorstellung von Recht und Normativität aufgeben und verlangen eine &lt;br /&gt;
Unterwerfung unter die &amp;lt;&amp;lt;Tatsächlichkeit des Technischen&amp;gt;&amp;gt;.&lt;br /&gt;
Zu beobachten sei die &amp;lt;&amp;lt;Umkehrung, dass wir heute Technologien nicht entwickeln, &lt;br /&gt;
um damit etwas zu tun, sondern dass wir tun, &lt;br /&gt;
was uns eine entwickelte Technik aufdrängt&amp;gt;&amp;gt;.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Link =&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=12</id>
		<title>Regaining Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=12"/>
		<updated>2015-09-26T13:04:23Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Press Clippings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Background - &amp;quot;Fading Privacy&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Without major changes in the legal setting - due to the technical progress of interconnecting isolated data bases and the online-behaviour in particular with smart-phones (incl. geolocating services/GPS), the privacy of normal citizen has dramtically decreased and with the arrival of the internet of things (IoT) is likely to continue to further decrease for the foreseeable future.&lt;br /&gt;
&lt;br /&gt;
But Privacy is not entirely lost. The community should show a path to regain it !&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
Possible steps to regain your privacy:&lt;br /&gt;
&lt;br /&gt;
# E2E Reach authorities in an end-to-end encrypted way&lt;br /&gt;
# create tools to use the authority certificates also for non-mail encryption (e.g. file encryption to X.509 certificates as free open source tool)&lt;br /&gt;
&lt;br /&gt;
And to counter-balance the imminent lowering of privacy rights (e.g. longer header retention etc. in BÜPF/VÜPF)&lt;br /&gt;
&lt;br /&gt;
3. Add personal certificates / key pairs to goverment ID cards&lt;br /&gt;
&lt;br /&gt;
4. Make tools to sign/encrypt open source (eGov Local Signer)&lt;br /&gt;
&lt;br /&gt;
5. Protect Header Information (e.g. https://p4u.ch/kriterienkatalogV2 5.5.g. needs at least an opt-out!)&lt;br /&gt;
&lt;br /&gt;
6.Consequently implement &amp;quot;need-to-know&amp;quot; principle in all government interactions (the owner&#039;s birth date is not needed to pay dog tax, etc.)&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
= Press Clippings =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NZZ 20150925 S. Betschon &amp;lt;pre&amp;gt;... In dieser Ideologie erkennt Literaturwissenschafter Manfred Schneider einen &amp;lt;&amp;lt;Technofatalismus&amp;gt;&amp;gt;. Die &amp;lt;&amp;lt;Propheten der&lt;br /&gt;
reinen Sichtbarkeit&amp;gt;&amp;gt; hätten jded Vorstellung von Recht und Normativität aufgeben und verlangen eine &lt;br /&gt;
Unterwerfung unter die &amp;lt;&amp;lt;Tatsächlichkeit des Technischen&amp;gt;&amp;gt;.&lt;br /&gt;
Zu beobachten sei die &amp;lt;&amp;lt;Umkehrung, dass wir heute Technologien nicht entwickeln, &lt;br /&gt;
um damit etwas zu tun, sondern dass wir tun, &lt;br /&gt;
was uns eine entwickelte Technik aufdrängt&amp;gt;&amp;gt;.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Link =&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=11</id>
		<title>Regaining Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=11"/>
		<updated>2015-09-26T13:03:41Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Press Clippings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Background - &amp;quot;Fading Privacy&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Without major changes in the legal setting - due to the technical progress of interconnecting isolated data bases and the online-behaviour in particular with smart-phones (incl. geolocating services/GPS), the privacy of normal citizen has dramtically decreased and with the arrival of the internet of things (IoT) is likely to continue to further decrease for the foreseeable future.&lt;br /&gt;
&lt;br /&gt;
But Privacy is not entirely lost. The community should show a path to regain it !&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
Possible steps to regain your privacy:&lt;br /&gt;
&lt;br /&gt;
# E2E Reach authorities in an end-to-end encrypted way&lt;br /&gt;
# create tools to use the authority certificates also for non-mail encryption (e.g. file encryption to X.509 certificates as free open source tool)&lt;br /&gt;
&lt;br /&gt;
And to counter-balance the imminent lowering of privacy rights (e.g. longer header retention etc. in BÜPF/VÜPF)&lt;br /&gt;
&lt;br /&gt;
3. Add personal certificates / key pairs to goverment ID cards&lt;br /&gt;
&lt;br /&gt;
4. Make tools to sign/encrypt open source (eGov Local Signer)&lt;br /&gt;
&lt;br /&gt;
5. Protect Header Information (e.g. https://p4u.ch/kriterienkatalogV2 5.5.g. needs at least an opt-out!)&lt;br /&gt;
&lt;br /&gt;
6.Consequently implement &amp;quot;need-to-know&amp;quot; principle in all government interactions (the owner&#039;s birth date is not needed to pay dog tax, etc.)&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
= Press Clippings =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NZZ 20150925 S. Betschon &amp;lt;pre&amp;gt;... In dieser Ideologie erkennt Literaturwissenschafter Manfred Schneider einen &amp;lt;&amp;lt;Technofatalismus&amp;gt;&amp;gt;. Die &amp;lt;&amp;lt;Propheten der&lt;br /&gt;
reinen Sichtbarkeit&amp;gt;&amp;gt; hätten jded Vorstellung von Recht und Normativität aufgeben und verlangen eine Unterwerfung unter die &amp;lt;&amp;lt;Tatsächlichkeit des Technischen&amp;gt;&amp;gt;.&lt;br /&gt;
Zu beobachten sei die &amp;lt;&amp;lt;Umkehrung, dass wir heute Technologien nicht entwickeln, um damit etwas zu tun, sondern dass wir tun, was uns eine entwickelte Technik aufdrängt&amp;gt;&amp;gt;.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Link =&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=10</id>
		<title>Regaining Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=10"/>
		<updated>2015-09-26T13:02:31Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Press Clippings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Background - &amp;quot;Fading Privacy&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Without major changes in the legal setting - due to the technical progress of interconnecting isolated data bases and the online-behaviour in particular with smart-phones (incl. geolocating services/GPS), the privacy of normal citizen has dramtically decreased and with the arrival of the internet of things (IoT) is likely to continue to further decrease for the foreseeable future.&lt;br /&gt;
&lt;br /&gt;
But Privacy is not entirely lost. The community should show a path to regain it !&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
Possible steps to regain your privacy:&lt;br /&gt;
&lt;br /&gt;
# E2E Reach authorities in an end-to-end encrypted way&lt;br /&gt;
# create tools to use the authority certificates also for non-mail encryption (e.g. file encryption to X.509 certificates as free open source tool)&lt;br /&gt;
&lt;br /&gt;
And to counter-balance the imminent lowering of privacy rights (e.g. longer header retention etc. in BÜPF/VÜPF)&lt;br /&gt;
&lt;br /&gt;
3. Add personal certificates / key pairs to goverment ID cards&lt;br /&gt;
&lt;br /&gt;
4. Make tools to sign/encrypt open source (eGov Local Signer)&lt;br /&gt;
&lt;br /&gt;
5. Protect Header Information (e.g. https://p4u.ch/kriterienkatalogV2 5.5.g. needs at least an opt-out!)&lt;br /&gt;
&lt;br /&gt;
6.Consequently implement &amp;quot;need-to-know&amp;quot; principle in all government interactions (the owner&#039;s birth date is not needed to pay dog tax, etc.)&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
= Press Clippings =&lt;br /&gt;
&lt;br /&gt;
NZZ 20150925 S. Betschon &amp;lt;source&amp;gt;... In dieser Ideologie erkennt Literaturwissenschafter Manfred Schneider einen &amp;lt;&amp;lt;Technofatalismus&amp;gt;&amp;gt;. Die &amp;lt;&amp;lt;Propheten der&lt;br /&gt;
reinen Sichtbarkeit&amp;gt;&amp;gt; hätten jded Vorstellung von Recht und Normativität aufgeben und verlangen eine Unterwerfung unter die &amp;lt;&amp;lt;Tatsächlichkeit des Technischen&amp;gt;&amp;gt;.&lt;br /&gt;
Zu beobachten sei die &amp;lt;&amp;lt;Umkehrung, dass wir heute Technologien nicht entwickeln, um damit etwas zu tun, sondern dass wir tun, was uns eine entwickelte Technik aufdrängt&amp;gt;&amp;gt;.&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Link =&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=9</id>
		<title>Regaining Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=9"/>
		<updated>2015-09-26T13:01:30Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Background - &amp;quot;Fading Privacy&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Without major changes in the legal setting - due to the technical progress of interconnecting isolated data bases and the online-behaviour in particular with smart-phones (incl. geolocating services/GPS), the privacy of normal citizen has dramtically decreased and with the arrival of the internet of things (IoT) is likely to continue to further decrease for the foreseeable future.&lt;br /&gt;
&lt;br /&gt;
But Privacy is not entirely lost. The community should show a path to regain it !&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
Possible steps to regain your privacy:&lt;br /&gt;
&lt;br /&gt;
# E2E Reach authorities in an end-to-end encrypted way&lt;br /&gt;
# create tools to use the authority certificates also for non-mail encryption (e.g. file encryption to X.509 certificates as free open source tool)&lt;br /&gt;
&lt;br /&gt;
And to counter-balance the imminent lowering of privacy rights (e.g. longer header retention etc. in BÜPF/VÜPF)&lt;br /&gt;
&lt;br /&gt;
3. Add personal certificates / key pairs to goverment ID cards&lt;br /&gt;
&lt;br /&gt;
4. Make tools to sign/encrypt open source (eGov Local Signer)&lt;br /&gt;
&lt;br /&gt;
5. Protect Header Information (e.g. https://p4u.ch/kriterienkatalogV2 5.5.g. needs at least an opt-out!)&lt;br /&gt;
&lt;br /&gt;
6.Consequently implement &amp;quot;need-to-know&amp;quot; principle in all government interactions (the owner&#039;s birth date is not needed to pay dog tax, etc.)&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
= Press Clippings =&lt;br /&gt;
&lt;br /&gt;
NZZ 20150925 S. Betschon &amp;lt;source&amp;gt;... In dieser Ideologie erkennt Literaturwissenschafter Manfred Schneider einen &amp;lt;&amp;lt;Technofatalismus&amp;gt;&amp;gt;. Die &amp;lt;&amp;lt;Propheten der&lt;br /&gt;
reinen Sichtbarkeit&amp;gt;&amp;gt; hätten jded Vorstellung von Recht und Normativität aufgeben und verlangen eine Unterwerfung unter die &amp;lt;&amp;lt;Tatsächlichkeit des Technischen&amp;gt;&amp;gt;.&lt;br /&gt;
Zu beobachten sei die &amp;lt;&amp;lt;Umkehrung, dass wir heute &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Link =&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=8</id>
		<title>Regaining Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=8"/>
		<updated>2015-09-15T08:20:50Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Background - &amp;quot;Fading Privacy&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Without major changes in the legal setting - due to the technical progress of interconnecting isolated data bases and the online-behaviour in particular with smart-phones (incl. geolocating services/GPS), the privacy of normal citizen has dramtically decreased and with the arrival of the internet of things (IoT) is likely to continue to further decrease for the foreseeable future.&lt;br /&gt;
&lt;br /&gt;
But Privacy is not entirely lost. The community should show a path to regain it !&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
Possible steps to regain your privacy:&lt;br /&gt;
&lt;br /&gt;
# E2E Reach authorities in an end-to-end encrypted way&lt;br /&gt;
# create tools to use the authority certificates also for non-mail encryption (e.g. file encryption to X.509 certificates as free open source tool)&lt;br /&gt;
&lt;br /&gt;
And to counter-balance the imminent lowering of privacy rights (e.g. longer header retention etc. in BÜPF/VÜPF)&lt;br /&gt;
&lt;br /&gt;
3. Add personal certificates / key pairs to goverment ID cards&lt;br /&gt;
&lt;br /&gt;
4. Make tools to sign/encrypt open source (eGov Local Signer)&lt;br /&gt;
&lt;br /&gt;
5. Protect Header Information (e.g. https://p4u.ch/kriterienkatalogV2 5.5.g. needs at least an opt-out!)&lt;br /&gt;
&lt;br /&gt;
6.Consequently implement &amp;quot;need-to-know&amp;quot; principle in all government interactions (the owner&#039;s birth date is not needed to pay dog tax, etc.)&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
= Link =&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=7</id>
		<title>Regaining Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=7"/>
		<updated>2015-09-15T08:18:33Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Background - &amp;quot;Fading Privacy&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Without major changes in the legal setting - due to the technical progress of interconnecting isolated data bases and the online-behaviour in particular with smart-phones (incl. geolocating services/GPS), the privacy of normal citizen has dramtically decreased and with the arrival of the internet of things (IoT) is likely to continue to further decrease for the foreseeable future.&lt;br /&gt;
&lt;br /&gt;
But Privacy is not entirely lost. The community should show a path to regain it !&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
Possible steps to regain your privacy:&lt;br /&gt;
&lt;br /&gt;
# E2E Reach authorities in an end-to-end encrypted way&lt;br /&gt;
# create tools to use the authority certificates also for non-mail encryption (e.g. file encryption to X.509 certificates as free open source tool)&lt;br /&gt;
&lt;br /&gt;
And to counter-balance the imminent lowering of privacy rights (e.g. longer header retention etc. in BÜPF/VÜPF)&lt;br /&gt;
&lt;br /&gt;
3. Add personal certificates / key pairs to goverment ID cards&lt;br /&gt;
&lt;br /&gt;
4. Make tools to sign/encrypt open source (eGov Local Signer)&lt;br /&gt;
&lt;br /&gt;
5. Consequently implement &amp;quot;need-to-know&amp;quot; principle in all government interactions (the owner&#039;s birth date is not needed to pay dog tax, etc.)&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
= Link =&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=6</id>
		<title>Regaining Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=6"/>
		<updated>2015-09-15T08:17:06Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Background - &amp;quot;Fading Privacy&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Without major changes in the legal setting - due to the technical progress of interconnecting isolated data bases and the online-behaviour in particular with smart-phones (incl. geolocating services/GPS), the privacy of normal citizen has dramtically decreased and with the arrival of the internet of things (IoT) is likely to continue to further decrease for the foreseeable future.&lt;br /&gt;
&lt;br /&gt;
But Privacy is not entirely lost. The community should show a path to regain it !&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
Possible steps to regain your privacy&lt;br /&gt;
&lt;br /&gt;
# E2E Reach authorities in an end-to-end encrypted way&lt;br /&gt;
# create tools to use the authority certificates also for non-mail encryption (e.g. file encryption to X.509 certificates as free open source tool)&lt;br /&gt;
&lt;br /&gt;
And to counter-balance the imminent lowering of privacy rights (e.g. longer header retention etc. in BÜPF/VÜPF)&lt;br /&gt;
&lt;br /&gt;
3. Add personal certificates / key pairs to goverment ID cards&lt;br /&gt;
&lt;br /&gt;
4. Make tools to sign/encrypt open source (eGov Local Signer)&lt;br /&gt;
&lt;br /&gt;
= Link =&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=5</id>
		<title>Regaining Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=5"/>
		<updated>2015-09-15T08:16:32Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: /* Background - &amp;quot;Fading Privacy&amp;quot; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Background - &amp;quot;Fading Privacy&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Without major changes in the legal setting - due to the technical progress of interconnecting isolated data bases and the online-behaviour in particular with smart-phones (incl. geolocating services/GPS), the privacy of normal citizen has dramtically decreased and with the arrival of the internet of things (IoT) is likely to continue to further decrease for the foreseeable future.&lt;br /&gt;
&lt;br /&gt;
But Privacy is not entirely lost. The community should show a path to regain it !&lt;br /&gt;
= Steps =&lt;br /&gt;
&lt;br /&gt;
Possible steps to regain your privacy&lt;br /&gt;
&lt;br /&gt;
# E2E Reach authorities in an end-to-end encrypted way&lt;br /&gt;
# create tools to use the authority certificates also for non-mail encryption (e.g. file encryption to X.509 certificates as free open source tool)&lt;br /&gt;
&lt;br /&gt;
And to counter-balance the imminent lowering of privacy rights (e.g. longer header retention etc. in BÜPF/VÜPF)&lt;br /&gt;
3. Add personal certificates / key pairs to goverment ID cards&lt;br /&gt;
&lt;br /&gt;
= Link =&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=4</id>
		<title>Regaining Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=4"/>
		<updated>2015-09-15T07:31:57Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Background - &amp;quot;Fading Privacy&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Without major changes in the legal setting - due to the technical progress of interconnecting isolated data bases and the online-behaviour in particular with smart-phones (incl. geolocating services/), the privac&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Link =&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=3</id>
		<title>Regaining Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Regaining_Privacy&amp;diff=3"/>
		<updated>2015-09-15T07:28:49Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: Created page with &amp;quot;  = Link =  Back to Main Page&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Link =&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
	<entry>
		<id>https://wiki.my-d.org/index.php?title=Main_Page&amp;diff=2</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.my-d.org/index.php?title=Main_Page&amp;diff=2"/>
		<updated>2015-09-15T07:28:29Z</updated>

		<summary type="html">&lt;p&gt;Ralf.hauser: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Content =&lt;br /&gt;
&lt;br /&gt;
[[Regaining Privacy]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;MediaWiki has been successfully installed.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Ralf.hauser</name></author>
	</entry>
</feed>