aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2010-12-11 22:33:30 +0100
committerStefan Kangas <stefankangas@gmail.com>2010-12-11 22:33:30 +0100
commitbb841410e0810071aec4b497872e6b3f3a27343a (patch)
tree5312ecc6c6307aa64651a8ad051e622f2f8091df
parent28de3a6785ed4999000ac13d8bedddaa6766f035 (diff)
Reworked version of website, now with a nice CSS.
-rw-r--r--contact.html42
-rw-r--r--default.css152
-rw-r--r--img/bg.jpgbin0 -> 8415 bytes
-rw-r--r--img/bgcode.gifbin0 -> 49 bytes
-rw-r--r--img/divider.gifbin0 -> 818 bytes
-rw-r--r--img/header.jpgbin0 -> 9441 bytes
-rw-r--r--img/li.gifbin0 -> 169 bytes
-rw-r--r--img/navigation.jpgbin0 -> 1098 bytes
-rw-r--r--img/quote.gifbin0 -> 274 bytes
-rw-r--r--index.html133
-rw-r--r--membership.html107
11 files changed, 434 insertions, 0 deletions
diff --git a/contact.html b/contact.html
new file mode 100644
index 0000000..faa67b1
--- /dev/null
+++ b/contact.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+<meta name="description" content="description"/>
+<meta name="keywords" content="keywords"/>
+<meta name="author" content="author"/>
+<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
+<title>FRIPOST – FREE MAILING</title>
+</head>
+<body>
+
+<div class="header">
+ <h1>Fripost</h1>
+</div>
+
+<div class="navigation">
+ <a href="index.html">Start</a>
+ <a href="membership.html">Join</a>
+ <a href="contact.html">Contact</a>
+<div class="clearer"><span></span></div>
+</div>
+
+<div class="container">
+<div class="content">
+
+ <h1>Contact us</h1>
+
+ <p>Send an email to our president <a href"mailto:skangas@skangas.se?subject=Fripost,%20joining">Stefan Kangas</a>,
+ <a href"mailto:skangas@skangas.se?subject=Fripost,%20joining"><tt>skangas@skangas.se</tt></a>.
+
+ <div class="divider"></div>
+
+<div class="footer">
+ &copy; 2006 <a href="index.html">Website</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. Design by <a href="http://arcsin.se">Arcsin</a>
+</div>
+
+</div>
+
+</body>
+</html>
diff --git a/default.css b/default.css
new file mode 100644
index 0000000..4d777fd
--- /dev/null
+++ b/default.css
@@ -0,0 +1,152 @@
+/*#############################################################
+Name: Summer Breeze
+Date: 2006-07-04
+Author: Viktor Persson
+Edited by Gustav Eek and Stefan Kangas
+URL: http://arcsin.se
+
+Feel free to use and modify but please provide credits.
+#############################################################*/
+
+/* standard elements */
+* {
+ font: normal 1em "Lucida Sans Unicode",sans-serif;
+ margin: 0; padding: 0;
+}
+a {
+ color: #362;
+}
+a:hover, .footer a:hover {
+ color: #111;
+}
+body {
+ background: #769359 url(img/bg.jpg) repeat-y center top;
+ color: #443;
+ font-size: 12px;
+ margin: 0;
+}
+p,cite,code,ul
+{
+ margin-bottom: 1.7em;
+ line-height: 1.7em;
+ text-align: justify;
+}
+h1
+{
+ font: normal 1.2em "Lucida Sans Unicode",sans-serif;
+}
+ul
+{
+ margin-left: 1em;
+}
+li
+{
+ list-style: url(img/li.gif);
+ margin-left: 18px;
+ margin-bottom: 0.5em;
+}
+code {
+ background: url(img/bgcode.gif);
+ border: 1px dotted #AAA;
+ color: #444;
+ display: block;
+ font: normal 1em "Lucida Sans Unicode",serif;
+ margin-bottom: 12px;
+ padding: 8px 10px;
+ white-space: pre;
+}
+
+cite {
+ display: block;
+ background: url(img/quote.gif) no-repeat;
+ color: #663;
+ font: normal 1.1em "Lucida Sans Unicode",serif;
+ padding-left: 28px;
+}
+
+/* misc */
+.divider {
+ background: url(img/divider.gif) no-repeat;
+ height: 24px;
+ margin: 16px 0;
+}
+.clearer {
+ clear: both;
+}
+
+/* structure */
+p.incitement
+{
+ text-align: center;
+}
+
+.container {
+ font-size: 1em;
+ margin: 0 auto;
+ width: 590px;
+}
+
+/* header */
+.header {
+ background: #597F93 url(img/header.jpg) no-repeat center top;
+ border-bottom: 1px solid #CCC;
+ height: 180px;
+ text-align: center;
+}
+.header h1 {
+ color: #FFF;
+ font: normal 4em "Trebuchet MS",sans-serif;
+ line-height: 180px;
+}
+
+/* navigation */
+.navigation {
+ height: 36px;
+ margin: 0 auto;
+ width: 632px;
+}
+.navigation a {
+ background: url(img/navigation.jpg) no-repeat;
+ color: #FFF;
+ float: left;
+ font: bold 1.2em serif;
+ height: 31px;
+ letter-spacing: 1px;
+ line-height: 31px;
+ text-align: center;
+ text-decoration: none;
+ width: 120px;
+}
+.navigation a:hover {
+ color: #FFF;
+ background-position: left bottom;
+}
+
+/* content */
+.content {
+ padding: 18px 0;
+}
+.content h1
+{
+ color: #553;
+ font-size: 1.4em;
+ margin-bottom: 4px;
+ text-align: center;
+}
+.content h2
+{
+ font: normal 1.1em "Lucida Sans Unicode",sans-serif;
+ margin-top: 1.5em;
+ margin-bottom: 1em;
+}
+
+/* footer */
+.footer {
+ color: #886;
+ font-size: 0.9em;
+ padding-bottom: 12px;
+ text-align: center;
+}
+.footer a {
+ color: #664;
+}
diff --git a/img/bg.jpg b/img/bg.jpg
new file mode 100644
index 0000000..308e593
--- /dev/null
+++ b/img/bg.jpg
Binary files differ
diff --git a/img/bgcode.gif b/img/bgcode.gif
new file mode 100644
index 0000000..20f0d77
--- /dev/null
+++ b/img/bgcode.gif
Binary files differ
diff --git a/img/divider.gif b/img/divider.gif
new file mode 100644
index 0000000..a1405b1
--- /dev/null
+++ b/img/divider.gif
Binary files differ
diff --git a/img/header.jpg b/img/header.jpg
new file mode 100644
index 0000000..f351ef6
--- /dev/null
+++ b/img/header.jpg
Binary files differ
diff --git a/img/li.gif b/img/li.gif
new file mode 100644
index 0000000..dfc4547
--- /dev/null
+++ b/img/li.gif
Binary files differ
diff --git a/img/navigation.jpg b/img/navigation.jpg
new file mode 100644
index 0000000..49d47f3
--- /dev/null
+++ b/img/navigation.jpg
Binary files differ
diff --git a/img/quote.gif b/img/quote.gif
new file mode 100644
index 0000000..6e4efd3
--- /dev/null
+++ b/img/quote.gif
Binary files differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..df8d548
--- /dev/null
+++ b/index.html
@@ -0,0 +1,133 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+<meta name="description" content="description"/>
+<meta name="keywords" content="keywords"/>
+<meta name="author" content="author"/>
+<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
+<title>FRIPOST – FREE MAILING</title>
+</head>
+<body>
+
+<div class="header">
+ <h1>Fripost</h1>
+</div>
+
+<div class="navigation">
+ <a href="index.html">Start</a>
+ <a href="membership.html">Join</a>
+ <a href="contact.html">Contact</a>
+<div class="clearer"><span></span></div>
+</div>
+
+<div class="container">
+<div class="content">
+
+ <p>Technology has never been neutral. The ownership structure of technology companies and their endeavour for profit ensures that usage of their services for work and communication will never be free. At the same time, only a fraction of the everyday Internet users have knowledge and resources enough to create free alternatives on their own. The question is also: What can reasonably be expected from an average user in terms of engagement in their privacy and freedom?
+ </p>
+
+ <p>Together we have the knowledge, resources, and drive, to step by step free our every day computer usage.
+ </p>
+
+ <p>For any one individual, the goal of user freedom may be unattainable. Together, we can move mountains.
+ </p>
+
+<div class="divider"></div>
+
+<h1>FRIPOST &ndash; FREE MAILING</h1>
+
+<p>We are proud to present the newly formed Association for Free Email, Fripost. With a distributed network of servers, Fripost will deliver a free and reliable email service.
+</p>
+
+<p class="incitement"><strong>Free your mailing!</strong></p>
+
+<p>The Internet is the most important communication medium in the majority of the industrialised world. For those who take user freedom seriously it is saddening to see how the Internet has changed from being a highly distributed network to the increasingly privatised web we encounter today. A few strong parties control major segments of important infrastructure that millions of users depend on every day.
+</p>
+
+<h2>Software as a Service</h2>
+<p>A concept introduced in the spirit of centralisation is <i>Software as a Service</i> (SaaS). SaaS means that users perform their computer work on or through a network server on the Internet or a local network. Examples of SaaS are Amazon Cloud and Google Docs. One of the main problems with SaaS is that the users has no control over their data.
+</p>
+
+<h2>Privacy and Surveillance</h2>
+<p>With large clientele comes a lot of power. Large transnational operators, such as Google, are profiting from efficient use of privacy invading schemes. Together with e.g. Google's email service one also gets things that was probably <i>not</i> asked for: advertisement, semantic analysis of email contents, and spying. One part of Google's marketing strategy is to sell the collected information to third party.
+</p>
+
+<h2>The Free Email Association</h2>
+<p>Fripost was founded in order to take back a small, but important, part of our Internet life, namely the email communication infrastructure. We gather around several servers that receive and stores the memabers' email. The reliability of the service is of course of great importance.
+</p>
+
+<p>Apart from <i>reliability</i>, also <i>integrity preserving</i>, <i>democratic participation</i> and <i>transparency</i> are the watchwords of Fripost. The association will never be interested in the content of its members' emails or other dealings. The association never supplies information regarding members activities to third party. Fripost keeps logs, and that is a part of all responsible service. But these logs are only for reliable maintenance, and will never be used for other purposes.
+</p>
+
+<p>All work within the association is voluntary. The association is administrated by a democratically elected board, and the server administrators are chosen on democratic grounds.
+</p>
+
+<h2>What's the Difference?</h2>
+<p>With mail services on today's market, users have no power over their mailing, and must follow suit the provider's all whims. In that sense, those services can never be regarded as free, as in freedom. However, the email service provided through Fripost is free! This because of the co-ownership of the association's means and the democratic structure of non-profit organisations. No private for-profit corporation can offer that, at whatever price.
+</p>
+
+<p>Through collective organisation, Fripost render it possible for individuals to bring yet another part of their computer usage under their own control.
+</p>
+
+<p class="incitement"><strong>User freedom is possible!</strong></p>
+
+<h2>Join Now</h2>
+<p>So far we have a running test system; the software setup is working, but we have not yet bought the hardware we want to use. The association rely on donations and unconditional, unlimited loans, but to achieve sufficient dependability, we need to do investments in storage and server hosting.
+</p>
+
+<p class="incitement">300 SEK &ndash; A small price for freedom</p>
+
+<p>The starting budget needed is about 15 000 SEK. With a member fee of 300 SEK we will need 50 members before we can really get going.
+</p>
+
+<table><tr><td>Plusgiro
+</td>
+<td>477884-1
+</td>
+</tr>
+<tr><td>Bankgiro
+</td>
+<td>311-5060
+</td>
+</tr>
+</table>
+
+<br />
+
+<p>You may also use cash payment.
+</p>
+
+<h2>Participate Even More</h2>
+<p>Fripost is based on voluntary work. There are always things to do for those who want to get involved. Most of Fripost's members, however, just configure their clients and free their mailing.
+</p>
+
+<div class="divider"></div>
+
+<p> More information is available through
+<ul>
+ <li><a href="http://fscons.org/infrastructure/distributed-email-system">Abstract of a talk, given by Gustav Eek and oftStefan Kangas at FSCONS, November 2010</a></li>
+ <li><a href="http://fellowship.se">Fellowship of Free Software Foundation Europe (FSFE) Göteborg chapter's wiki-page</a></li>
+</ul>
+</p>
+
+<p> Fripost started as a project within Göteborg Fellowship of FSFE, but is now is an independent association.
+</p>
+
+<p> A version of this text is available through a <a href="material/leaflet.pdf">leaflet</a>, which you can print for to spread the word further.
+</p>
+
+<p> See the <a href="membership.html">membership</a> page for more information about how to join. Warm Welcome!
+</p>
+
+<div class="divider"></div>
+
+<div class="footer">
+ &copy; 2006 <a href="index.html">Website</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. Design by <a href="http://arcsin.se">Arcsin</a>
+</div>
+
+</div>
+
+</body>
+</html>
diff --git a/membership.html b/membership.html
new file mode 100644
index 0000000..65e82d5
--- /dev/null
+++ b/membership.html
@@ -0,0 +1,107 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+<meta name="description" content="description"/>
+<meta name="keywords" content="keywords"/>
+<meta name="author" content="author"/>
+<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
+<title>FRIPOST – FREE MAILING</title>
+</head>
+<body>
+
+<div class="header">
+ <h1>Fripost</h1>
+</div>
+
+<div class="navigation">
+ <a href="index.html">Start</a>
+ <a href="membership.html">Join</a>
+ <a href="contact.html">Contact</a>
+<div class="clearer"><span></span></div>
+</div>
+
+<div class="container">
+<div class="content">
+
+<h1> How to join Fripost </h1>
+
+<p>In order to have the actual service up and running, we are dependent on getting a sufficient amount of members joining. The starting budget needed is about 15000 SEK. With a member fee of 300 SEK we will need 50 members before we can really get going.
+</p>
+
+<p>To join, send an email to our president <a href"mailto:skangas@skangas.se?subject=Fripost,%20joining">Stefan Kangas</a>,
+<a href"mailto:skangas@skangas.se?subject=Fripost,%20joining"><tt>skangas@skangas.se</tt></a>, and make and payment according to below.
+</p>
+
+<h2>Member information</h2>
+<p>Fripost concerns about its members integrity, and encourages to viligance against giving out personal information. In that spirit Fripost offers anonymous memberships, for which the only information needed is
+</p>
+<ul><li>The desired email address (e.g. your.name@fripost.org).
+</li>
+</ul>
+
+<p>However, in order to make it possible for Fripost to reach to you with important information, you may want to provide
+</p>
+
+<ul><li> Full name
+</li>
+<li> Current email address (recommended)
+</li>
+<li> Phone number
+</li>
+<li> Physical address
+</li>
+<li> Whether you want to join the member mailing list
+</li>
+</ul>
+
+<p>The member mailing list is the main channel for information within the association. Members are not added by default, so you have to explicitly state that you what to be added to the list.
+</p>
+
+<h2>Payment</h2>
+
+<p>The easiest way to pay the membership fee of 300 SEK is through
+</p>
+
+<table><tr><td>Plusgiro
+</td>
+<td>477884-1
+</td>
+</tr>
+<tr><td>Bankgiro
+</td>
+<td>311-5060
+</td>
+</tr>
+</table>
+
+<br />
+
+<p>Give your name or user name in the message field. It is also possible to use cash payment, but in that case contact <a href"mailto:skangas@skangas.se?subject=Fripost,%20cach%20payment">Stefan Kangas</a>.
+</p>
+
+<h2>The deal</h2>
+
+<p>A membership means
+
+<ul><li> One email address, one inbox, and the possibility of one extra alias at <tt>fripost.org</tt>
+</li>
+<li> The possibility to associate one domain of your own to <tt>fripost.org</tt>
+</li>
+<li> Unlimited number of aliases on the associated domain.
+</li>
+</ul>
+
+</p>
+
+<div class="divider"></div>
+
+<div class="footer">
+ &copy; 2006 <a href="index.html">Website</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. Design by <a href="http://arcsin.se">Arcsin</a>
+</div>
+
+</div>
+
+</body>
+</html>