diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..b6713cb --- /dev/null +++ b/www/index.html @@ -0,0 +1,51 @@ +<html><head><title>Firma</title></head> + +<body link="gray" alink="gray" vlink="gray" text="black" bgcolor="white"> + +<pre> + ffff + ff firma - + ffff encrypted mailing list manager + ff - a firma cai mas nao quebra + ff +</pre> + +<table> +<tr> + +<td> + <font face="monospace"> + <a href="http://codecoop.org/projects/firma/">Project Page</a><br> + <a href="http://codecoop.org/news/?group_id=42">News</a><br> + <a href="http://codecoop.org/frs/?group_id=42">Download</a><br> + <a href="http://codecoop.org/scm/?group_id=42">CVS Snapshots</a><br> + </font> +</td> + +<td> +<pre> + Firma works as a command line and MTA pipe alias tool that receives an + email message in its input, grab the encrypted/signed message, re-encrypt + and send it to each subscriber. + + In the server you just need the script, a keyring with the list keypair + and two config files. When mail arrives, it is redirected by the MTA to the + script and it process the message if its properly encrypted and signed. + No temporary files are written during a message processing and no default + message archive, so no messages -- encrypted or not -- rest on your system + in all steps of the process. + + Contact Firma developers using firma at sarava.org, encrypting the message + using the public key 0xD68AFEDC available at keyserver.noreply.org. +</pre> +</td> + +</tr> +</table> + +<font face="monospace"> +Hosted by <a href="http://codecoop.org">CodeCoop</a>. +</font> + +</body> +</html> |