diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-15 15:19:55 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-15 15:19:55 -0200 |
commit | 5eb7d21c3c819826477ef3862ea0fda1d4c62cd6 (patch) | |
tree | 322f541fcb15439d506dbd41ede2dfb8a5bc5e7e /www/index.html | |
parent | 62e6c82a85dff975b11f21f07f76f92ffc18e2aa (diff) | |
download | firma-5eb7d21c3c819826477ef3862ea0fda1d4c62cd6.tar.gz firma-5eb7d21c3c819826477ef3862ea0fda1d4c62cd6.tar.bz2 |
Adding misc files
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> |