<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://konfidi.org//w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Schamp</id>
	<title>Konfidi - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://konfidi.org//w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Schamp"/>
	<link rel="alternate" type="text/html" href="https://konfidi.org//wiki/Special:Contributions/Schamp"/>
	<updated>2026-09-13T13:42:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.4</generator>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Server_Setup_Instructions&amp;diff=1950</id>
		<title>Server Setup Instructions</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Server_Setup_Instructions&amp;diff=1950"/>
		<updated>2006-08-12T22:23:56Z</updated>

		<summary type="html">&lt;p&gt;Schamp: Update apache configuration instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dave, since I&#039;m doing this on windows, I thought I&#039;d put it in for now as I went.  Can you think of anything I&#039;ve forgotten?  Can you write up Linux installation instructions?&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
=== Apache ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of the Apache HTTP Server for Windows (currently 2.0.54): http://httpd.apache.org/download.cgi &lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of Python for Windows (currently 2.4.1): http://www.python.org/&lt;br /&gt;
&lt;br /&gt;
=== mod_python ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of mod_python for Windows (currently 3.1.3) that works with the versions of Apache and Python you have installed: http://httpd.apache.org/modules/python-download.cgi&lt;br /&gt;
# Configure Apache:&lt;br /&gt;
## Add the line &#039;LoadModule python_module modules/mod_python.so&#039; to the Apache configuration file (httpd.conf).&lt;br /&gt;
## Make sure the directive &#039;AllowOverride&#039; is set to &#039;All&#039; in the default root directories (something like: &#039;&amp;lt;Directory &amp;quot;C:/Program Files/Apache Group/Apache2/htdocs&amp;quot;&amp;gt; and &#039;&amp;lt;Directory /&amp;gt;&#039;) or somewhere in the hierarchy above the folder that will contain the Konfidi application.&lt;br /&gt;
## Fix the AccessFileName for windows:&lt;br /&gt;
### Change the directive &amp;quot;AccessFileName&amp;quot; from &amp;quot;.htaccess&amp;quot; to &amp;quot;ht.acl&amp;quot; &lt;br /&gt;
### Copy &amp;lt;code&amp;gt;htaccess-dist&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;ht.acl&amp;lt;/code&amp;gt;&lt;br /&gt;
### Change the directive &amp;lt;code&amp;gt;&amp;amp;lt;FilesMatch &amp;quot;^\.ht&amp;quot;&amp;amp;gt;...&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;&amp;amp;lt;FilesMatch &amp;quot;^ht&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
## Set up the directory for the Konfidi frontend:&lt;br /&gt;
### Add an alias to the directory, something like this: &lt;br /&gt;
###* &amp;lt;code&amp;gt;Alias/konfidi/ &amp;quot;D:/Konfidi/frontend/trunk&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
### Set up the &amp;lt;code&amp;gt;Directory&amp;lt;/code&amp;gt; directive for &amp;lt;code&amp;gt;&amp;quot;D:/Konfidi/frontend/trunk&amp;quot;&amp;lt;/code&amp;gt;, something like:&lt;br /&gt;
###* &amp;lt;code&amp;gt;&amp;amp;lt;Directory &amp;quot;D:/Konfidi/frontend/trunk&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
###* &amp;lt;code&amp;gt;   Order allow,deny&amp;lt;/code&amp;gt;&lt;br /&gt;
###* &amp;lt;code&amp;gt;   Allow from all&amp;lt;/code&amp;gt;&lt;br /&gt;
###* &amp;lt;code&amp;gt;&amp;amp;lt;/Directory&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Restart Apache&lt;br /&gt;
&lt;br /&gt;
=== Wotsap ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of wotsap (currently 0.6): http://www.lysator.liu.se/~jc/wotsap/&lt;br /&gt;
# Schedule a daily download of [http://www.lysator.liu.se/~jc/wotsap/wots2/latest.wot the generated wot file].&lt;br /&gt;
&lt;br /&gt;
=== rdfLib === &lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of RDFLib (currently 2.0.6) for Python: http://rdflib.net/&lt;br /&gt;
&lt;br /&gt;
=== pyme === &lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of pyme (currently 0.7): http://pyme.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
=== Apache ===&lt;br /&gt;
Probably have to do this in windows, too.  You need to set GNUPGHOME as an env var for the apache user, if the default ($HOME/.gnupg) isn&#039;t usable (e.g. the apache user doesn&#039;t have a home dir).&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t, you&#039;ll get errors like&lt;br /&gt;
 FOAFServerError: &#039;No PGP signature found&#039;&lt;br /&gt;
or&lt;br /&gt;
 GPGMEError: GPGME: End of file (7,16383)&lt;br /&gt;
&lt;br /&gt;
==== All Distros ====&lt;br /&gt;
 mkdir /var/www/apache-gnupg&lt;br /&gt;
 cd /var/www/apache-gnupg&lt;br /&gt;
 chmod 700 .&lt;br /&gt;
 echo &#039;keyserver-options auto-key-retrieve&lt;br /&gt;
 keyserver  x-hkp://random.sks.keyserver.penguin.de&#039; &amp;gt;&amp;gt; gpg.conf&lt;br /&gt;
 chmod 600 gpg.conf&lt;br /&gt;
 chown -R apache:apache .&lt;br /&gt;
&lt;br /&gt;
==== Gentoo ====&lt;br /&gt;
For Gentoo, you need apache 2.0.54-r12 or better (still ~x86 as of 8/6/5 and a very complex upgrade unfortunately), then&lt;br /&gt;
* in /etc/conf.d/apache2 set:&lt;br /&gt;
 KEEPENV=&amp;quot;PATH GNUPGHOME&amp;quot;&lt;br /&gt;
 export GNUPGHOME=/var/www/apache-gnupg&lt;br /&gt;
&lt;br /&gt;
=== Wotsap ===&lt;br /&gt;
A sample crontab entry for daily updates: &lt;br /&gt;
 # 2am daily&lt;br /&gt;
 0 2 * * * cd /var/lib/konfidi/wotsap; echo &amp;quot;Starting at `date`&amp;quot;&amp;gt;&amp;gt;wotsap.log; mv latest.wot yesterday.wot 2&amp;gt;&amp;gt;wotsap.log; wget -nv http://www.lysator.liu.se/~jc/wotsap/wots2/latest.wot 2&amp;gt;&amp;gt;wotsap.log&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Konfidi_Client_Logic&amp;diff=1131</id>
		<title>Konfidi Client Logic</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Konfidi_Client_Logic&amp;diff=1131"/>
		<updated>2006-03-03T14:57:47Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following is the logic that the email cli-filter currently uses.  Most clients will work in a similar manner, depending on their context.&lt;br /&gt;
&lt;br /&gt;
* Options&lt;br /&gt;
** process arguments&lt;br /&gt;
** guess source fingerprint, from GnuPG private keyring&lt;br /&gt;
** load config file&lt;br /&gt;
* Parse email&lt;br /&gt;
* Initial headers&lt;br /&gt;
** strip all existing konfidi &amp;amp; pgp headers&lt;br /&gt;
** add header &amp;quot;X-Konfidi-Client: cli-filter 0.1&amp;quot;&lt;br /&gt;
* Get content and signature&lt;br /&gt;
* Validate signature&lt;br /&gt;
* Validate that &#039;From: &#039; address is one listed on the key used to sign&lt;br /&gt;
* Add PGP headers&lt;br /&gt;
** X-PGP-Signature&lt;br /&gt;
*** &amp;quot;none&amp;quot;&lt;br /&gt;
*** &amp;quot;public key not available&amp;quot;&lt;br /&gt;
*** &amp;quot;from mismatch&amp;quot;&lt;br /&gt;
*** &amp;quot;valid&amp;quot;&lt;br /&gt;
*** &amp;quot;invalid&amp;quot; ...&lt;br /&gt;
** X-PGP-Fingerprint&lt;br /&gt;
*** long fingerprint&lt;br /&gt;
* Query konfidi server&lt;br /&gt;
* Add konfidi headers&lt;br /&gt;
** X-Trust-Email-Rating&lt;br /&gt;
*** result from konfidi server&lt;br /&gt;
** X-Trust-Email-Level&lt;br /&gt;
*** round(rating*10) x &#039;*&#039;&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_Use_Redland&amp;diff=143</id>
		<title>Issue Use Redland</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_Use_Redland&amp;diff=143"/>
		<updated>2005-08-13T16:53:25Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Create an installation procedure, when we&#039;re ready.  Maybe use autopackage[http://www.autopackage.org/], because it looks pretty hott.&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Status_Open]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Project_Konfidi]]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_Use_Redland&amp;diff=73</id>
		<title>Issue Use Redland</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_Use_Redland&amp;diff=73"/>
		<updated>2005-08-13T16:49:55Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Update the TrustServer&#039;s update listener to use the Redland RDF processing library, because it r0x0r.&lt;br /&gt;
&lt;br /&gt;
And we can make a &amp;quot;Redland&amp;quot; updating strategy and a &amp;quot;rdflib&amp;quot; one, if they have different licensing schemes, so that people can pick and choose.  or something.&lt;br /&gt;
&lt;br /&gt;
Except that &amp;quot;rdflib&amp;quot; doesn&#039;t seem to work on Windows.  So either make that an option at configuration, or do away with it altogether.&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Status_Open]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Assignee_Schamp]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Project_TrustServer]]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_Use_Redland&amp;diff=72</id>
		<title>Issue Use Redland</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_Use_Redland&amp;diff=72"/>
		<updated>2005-06-20T04:25:23Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Update the TrustServer&#039;s update listener to use the Redland RDF processing library, because it r0x0r.&lt;br /&gt;
&lt;br /&gt;
And we can make a &amp;quot;Redland&amp;quot; updating strategy and a &amp;quot;rdflib&amp;quot; one, if they have different licensing schemes, so that people can pick and choose.  or something.&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Status_Open]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Assignee_Schamp]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Project_TrustServer]]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_Mutual_Exclusion&amp;diff=148</id>
		<title>Issue Mutual Exclusion</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_Mutual_Exclusion&amp;diff=148"/>
		<updated>2005-06-20T04:23:28Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Find a way to make mutual exclusion work for all strategies.  Maybe [Issue_Condense_TrustServer] will help make that possible.&lt;br /&gt;
That&#039;s done, but it still needs to be tested.&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Status_Open]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Assignee_Schamp]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Project_TrustServer]]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_Startup_Scripts&amp;diff=88</id>
		<title>Issue Startup Scripts</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_Startup_Scripts&amp;diff=88"/>
		<updated>2005-06-14T19:59:52Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Issue_Status_Open]]&lt;br /&gt;
[[Category:Issue_Assignee_Schamp]]&lt;br /&gt;
[[Category:Issue_Assignee_DaveBrondsema]]&lt;br /&gt;
[[Category:Issue_Project_TrustServer]]&lt;br /&gt;
&lt;br /&gt;
Update the TrustServer so that the startup scripts are platform-independent, or so that platform-specific ones are provided.&lt;br /&gt;
&lt;br /&gt;
Dave, I&#039;ll work on this but I&#039;ll need your help to try it out in Linux.&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Server_Setup_Instructions&amp;diff=45</id>
		<title>Server Setup Instructions</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Server_Setup_Instructions&amp;diff=45"/>
		<updated>2005-06-14T19:57:54Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dave, since I&#039;m doing this on windows, I thought I&#039;d put it in for now as I went.  Can you think of anything I&#039;ve forgotten?  Can you write up Linux installation instructions?&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
=== Apache ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of the Apache HTTP Server for Windows (currently 2.0.54): http://httpd.apache.org/download.cgi &lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of Python for Windows (currently 2.4.1): http://www.python.org/&lt;br /&gt;
&lt;br /&gt;
=== mod_python ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of mod_python for Windows (currently 3.1.3) that works with the versions of Apache and Python you have installed: http://httpd.apache.org/modules/python-download.cgi&lt;br /&gt;
# Add the line &#039;LoadModule python_module modules/mod_python.so&#039; to the Apache configuration file (httpd.conf).&lt;br /&gt;
# Make sure the directive &#039;AllowOverride&#039; is set to &#039;All&#039; in the default root directories (something like: &#039;&amp;lt;Directory &amp;quot;C:/Program Files/Apache Group/Apache2/htdocs&amp;quot;&amp;gt; and &#039;&amp;lt;Directory /&amp;gt;&#039;) or somewhere in the hierarchy above the folder that will contain the Konfidi application.&lt;br /&gt;
# Restart Apache&lt;br /&gt;
&lt;br /&gt;
=== Wotsap ===&lt;br /&gt;
&lt;br /&gt;
# Download and install some version of wotsap.&lt;br /&gt;
&lt;br /&gt;
=== rdfLib === &lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of RDFLib (currently 2.0.6) for Python: http://rdflib.net/&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Server_Setup_Instructions&amp;diff=38</id>
		<title>Server Setup Instructions</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Server_Setup_Instructions&amp;diff=38"/>
		<updated>2005-06-14T19:22:34Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dave, since I&#039;m doing this on windows, I thought I&#039;d put it in for now as I went.  Can you think of anything I&#039;ve forgotten?  Can you write up Linux installation instructions?&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
=== Apache ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of the Apache HTTP Server for Windows (currently 2.0.54): http://httpd.apache.org/download.cgi &lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of Python for Windows (currently 2.4.1): http://www.python.org/&lt;br /&gt;
&lt;br /&gt;
=== mod_python ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of mod_python for Windows (currently 3.1.3) that works with the versions of Apache and Python you have installed: http://httpd.apache.org/modules/python-download.cgi&lt;br /&gt;
# Add the line &#039;LoadModule python_module modules/mod_python.so&#039; to the Apache configuration file (httpd.conf).&lt;br /&gt;
# Make sure the directive &#039;AllowOverride&#039; is set to &#039;All&#039; in the default root directories (something like: &#039;&amp;lt;Directory &amp;quot;C:/Program Files/Apache Group/Apache2/htdocs&amp;quot;&amp;gt; and &#039;&amp;lt;Directory /&amp;gt;&#039;) or somewhere in the hierarchy above the folder that will contain the Konfidi application.&lt;br /&gt;
# Restart Apache&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Server_Setup_Instructions&amp;diff=37</id>
		<title>Server Setup Instructions</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Server_Setup_Instructions&amp;diff=37"/>
		<updated>2005-06-14T19:19:35Z</updated>

		<summary type="html">&lt;p&gt;Schamp: /* mod_python */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dave, since I&#039;m doing this on windows, I thought I&#039;d put it in for now as I went.  Can you think of anything I&#039;ve forgotten?  Can you write up Linux installation instructions?&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
=== Apache ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of the Apache HTTP Server for Windows (currently 2.0.54): http://httpd.apache.org/download.cgi &lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of Python for Windows (currently 2.4.1): http://www.python.org/&lt;br /&gt;
&lt;br /&gt;
=== mod_python ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of mod_python for Windows (currently 3.1.3) that works with the versions of Apache and Python you have installed: http://httpd.apache.org/modules/python-download.cgi&lt;br /&gt;
# Add the line &#039;LoadModule python_module modules/mod_python.so&#039; to the Apache configuration file (httpd.conf).&lt;br /&gt;
# Make sure the directive &#039;AllowOverride&#039; is set to &#039;FileInfo&#039; or &#039;All&#039; in the default root directories (something like: &#039;&amp;lt;Directory &amp;quot;C:/Program Files/Apache Group/Apache2/htdocs&amp;quot;&amp;gt; and &#039;&amp;lt;Directory /&amp;gt;&#039;) or somewhere in the hierarchy above the folder that will contain the Konfidi application.&lt;br /&gt;
# Restart Apache&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Server_Setup_Instructions&amp;diff=36</id>
		<title>Server Setup Instructions</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Server_Setup_Instructions&amp;diff=36"/>
		<updated>2005-06-14T16:59:21Z</updated>

		<summary type="html">&lt;p&gt;Schamp: I dont know why the lists don&amp;#039;t work the way they ought to...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dave, since I&#039;m doing this on windows, I thought I&#039;d put it in for now as I went.  Can you think of anything I&#039;ve forgotten?  Can you write up Linux installation instructions?&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
=== Apache ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of the Apache HTTP Server for Windows (currently 2.0.54): http://httpd.apache.org/download.cgi &lt;br /&gt;
&lt;br /&gt;
=== Python ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of Python for Windows (currently 2.4.1): http://www.python.org/&lt;br /&gt;
&lt;br /&gt;
=== mod_python ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of mod_python for Windows (currently 3.1.3) that works with the versions of Apache and Python you have installed: http://httpd.apache.org/modules/python-download.cgi&lt;br /&gt;
# Add the line &#039;LoadModule python_module modules/mod_python.so&#039; to the Apache configuration file (httpd.conf).&lt;br /&gt;
# Restart Apache&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Server_Setup_Instructions&amp;diff=35</id>
		<title>Server Setup Instructions</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Server_Setup_Instructions&amp;diff=35"/>
		<updated>2005-06-14T16:07:43Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dave, since I&#039;m doing this on windows, I thought I&#039;d put it in for now as I went.  Can you think of anything I&#039;ve forgotten?  Can you write up Linux installation instructions?&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
=== Apache ===&lt;br /&gt;
&lt;br /&gt;
# Download the latest version of the Apache HTTP Server for Windows: http://httpd.apache.org/download.cgi&lt;br /&gt;
(currently 2.0.54)&lt;br /&gt;
# Install it&lt;br /&gt;
&lt;br /&gt;
=== python ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== mod_python ===&lt;br /&gt;
&lt;br /&gt;
# Download and install the latest version of mod_python that works with the versions of Apache and Python you have installed: http://httpd.apache.org/modules/python-download.cgi&lt;br /&gt;
(currently 3.1.3)&lt;br /&gt;
# Add the line &amp;lt;pre&amp;gt;LoadModule python_module modules/mod_python.so&amp;lt;/pre&amp;gt; to the Apache configuration file (httpd.conf)&lt;br /&gt;
# Restart Apache&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Main_Page&amp;diff=41</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Main_Page&amp;diff=41"/>
		<updated>2005-06-14T15:56:38Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Konfidi is a system that uses PGP signatures to determine authenticity and topical trust values to compute an inferred trust value.  The first (and motivating) application is be to filter email.  You&#039;ll be able to set your client to accept all email from trusted senders and rigorously filter anything else.&lt;br /&gt;
&lt;br /&gt;
[[Image:Network-both.gif]]&lt;br /&gt;
&lt;br /&gt;
If Dave recieves an email from Clara, it will have a fairly high computed trust value.  An email from the spammer will not.  Now imagine this network with everyone using it!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
If anyone is interested in helping to develop this, or just want to find out more, please join our mailing list and start asking questions.  Also see the [[Konfidi System Design]].  We have a decent start on development (code in SVN), but there&#039;s still lots to be done:&lt;br /&gt;
* Synchronization between FOAFServers&lt;br /&gt;
* Find and improve PGP plugins for MUAs&lt;br /&gt;
* Konfidi clients as MUA plugins&lt;br /&gt;
* Trust-o-matic: a Java/wxWidgets desktop app to create RDF files, PGP sign them, and save them to the FOAFServer&lt;br /&gt;
* Psychological research on trust inferences&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[:Category:Issue]] (tasks, bugs, etc)&lt;br /&gt;
&lt;br /&gt;
[[PGP Mail Clients]]&lt;br /&gt;
&lt;br /&gt;
[[PGP Desktop Clients]]&lt;br /&gt;
&lt;br /&gt;
[[Konfidi Client Logic]]&lt;br /&gt;
&lt;br /&gt;
[[Konfidi System Design]]&lt;br /&gt;
&lt;br /&gt;
[[Application Ideas]]&lt;br /&gt;
&lt;br /&gt;
[[System Requirements]]&lt;br /&gt;
&lt;br /&gt;
[http://developer.berlios.de/projects/konfidi Berlios Project Page]&lt;br /&gt;
&lt;br /&gt;
XML Namespace Files:&lt;br /&gt;
* http://www.konfidi.org/ns/trust/1.2/trust.owl&lt;br /&gt;
* http://www.konfidi.org/ns/trust/1.1/trust.owl&lt;br /&gt;
* http://www.konfidi.org/ns/trust/1.0/trust.owl&lt;br /&gt;
&lt;br /&gt;
[http://www.konfidi.org/presentations/ Presentations]&lt;br /&gt;
&lt;br /&gt;
[[Konfidi:License]]&lt;br /&gt;
&lt;br /&gt;
Hosted by: [http://developer.berlios.de http://developer.berlios.de/bslogo.php?group_id=3538&amp;amp;.jpg]&lt;br /&gt;
&lt;br /&gt;
[http://www.konfidi.org/usage Webalizer stats] (private)&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_requirements&amp;diff=33</id>
		<title>Issue requirements</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_requirements&amp;diff=33"/>
		<updated>2005-06-14T14:19:16Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Issue_Status_Open]]&lt;br /&gt;
[[Category:Issue_Project_WIKI]]&lt;br /&gt;
&lt;br /&gt;
Make a download information page, and a system requirements page, so people who want to try it out know what they need.&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_Trust_Network_Graph_Visualizer&amp;diff=150</id>
		<title>Issue Trust Network Graph Visualizer</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_Trust_Network_Graph_Visualizer&amp;diff=150"/>
		<updated>2005-05-10T20:13:50Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modify the DotGraphTPF Strategy to handle nice options, and then put a place in the frontend to view it by (maybe a nice form).&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Status_Open]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Assignee_Schamp]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Project_TrustServer]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Project_Frontend]]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_Mutual_Exclusion&amp;diff=39</id>
		<title>Issue Mutual Exclusion</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_Mutual_Exclusion&amp;diff=39"/>
		<updated>2005-05-10T20:13:18Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Find a way to make mutual exclusion work for all strategies.  Maybe [Issue_Condense_TrustServer] will help make that possible.&lt;br /&gt;
[[Category:Issue_Status_Open]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Assignee_Schamp]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Project_TrustServer]]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_Condense_TrustServer&amp;diff=147</id>
		<title>Issue Condense TrustServer</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_Condense_TrustServer&amp;diff=147"/>
		<updated>2005-05-10T20:12:24Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Roll the UpdateListener into an updating strategy&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Status_Open]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Assignee_Schamp]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Project_TrustServer]]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_Trust_Network_Graph_Visualizer&amp;diff=26</id>
		<title>Issue Trust Network Graph Visualizer</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_Trust_Network_Graph_Visualizer&amp;diff=26"/>
		<updated>2005-05-10T20:10:45Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modify the DotGraphTPF Strategy to handle nice options, and then put a place in the frontend to view it by (maybe a nice form).&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Status_Open]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Assignee_Schamp]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Project_TrustServer]]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Category:Issue_Project_TrustServer&amp;diff=1124</id>
		<title>Category:Issue Project TrustServer</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Category:Issue_Project_TrustServer&amp;diff=1124"/>
		<updated>2005-04-29T03:08:13Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Issue_Project]]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Category:Issue_Assignee_Schamp&amp;diff=1123</id>
		<title>Category:Issue Assignee Schamp</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Category:Issue_Assignee_Schamp&amp;diff=1123"/>
		<updated>2005-04-29T03:07:49Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Issue_Assignee]]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_Use_Redland&amp;diff=40</id>
		<title>Issue Use Redland</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_Use_Redland&amp;diff=40"/>
		<updated>2005-04-29T03:07:10Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Update the TrustServer&#039;s update listener to use the Redland RDF processing library, because it r0x0r.&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Status_Open]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Assignee_Schamp]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Issue_Project_TrustServer]]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_Use_Redland&amp;diff=15</id>
		<title>Issue Use Redland</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_Use_Redland&amp;diff=15"/>
		<updated>2005-04-29T03:06:26Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Update the TrustServer&#039;s update listener to use the Redland RDF processing library, because it r0x0r.&lt;br /&gt;
&lt;br /&gt;
[Category:Issue_Status_Open]&lt;br /&gt;
&lt;br /&gt;
[Category:Issue_Assignee_Schamp]&lt;br /&gt;
&lt;br /&gt;
[Category:Issue_Topic_TrustServer]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
	<entry>
		<id>https://konfidi.org//w/index.php?title=Issue_Use_Redland&amp;diff=14</id>
		<title>Issue Use Redland</title>
		<link rel="alternate" type="text/html" href="https://konfidi.org//w/index.php?title=Issue_Use_Redland&amp;diff=14"/>
		<updated>2005-04-29T03:06:10Z</updated>

		<summary type="html">&lt;p&gt;Schamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Update the TrustServer&#039;s update listener to use the Redland RDF processing library, because it r0x0r.&lt;br /&gt;
&lt;br /&gt;
[:Category:Issue_Status_Open]&lt;br /&gt;
&lt;br /&gt;
[:Category:Issue_Assignee_Schamp]&lt;br /&gt;
&lt;br /&gt;
[:Category:Issue_Topic_TrustServer]&lt;/div&gt;</summary>
		<author><name>Schamp</name></author>
	</entry>
</feed>