Compare commits

...

2 Commits

5 changed files with 14 additions and 41 deletions

View File

@ -5,6 +5,7 @@ set -x
pandoc -s --css=/static/style.css index.md > index.html
abra app cp cooperative.computer index.html app:/var/www/http/
abra app cp cooperative.computer favicon.ico app:/var/www/http/
for file in static; do
abra app cp cooperative.computer "$file" app:/var/www/http/static/
done

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -1,30 +1,8 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Co-operative Computer</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="/static/style.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<header id="title-block-header">
<h1 class="title">Co-operative Computer</h1>
</header>
<p><br />
<img src="/static/nocloud.jpg" id="nocloud" alt="Image says “there is no cloud, its just someone elses computer”"></p>
<br />
<center>
<img src="/static/logo.jpg" id="logo" alt="A simple drawing of two rectangles representing servers smilinig at each other.">
</center>
<p><strong>Co-operative Computer</strong> is an offering by <a href="https://autonomic.zone">Autonomic Co-operative</a> to help people divest from corporate clouds and the surveillance capitalist ecosystem.</p>
<p>We provide <strong>dGaaS (De-Googling as a Service).</strong> No ads. No data mining. Dont like it? Change it! Come and participate in the decision making processes instead of having stuff forced on you by a corporation.</p>
<table>
@ -33,6 +11,7 @@
<th>Identity-management</th>
<th>File storage</th>
<th>Knowledge management/productivity</th>
<th>Comms</th>
</tr>
</thead>
<tbody>
@ -40,11 +19,7 @@
<td>Keycloak (SSO)</td>
<td>Nextcloud files</td>
<td>Nextcloud calendar</td>
</tr>
<tr class="even">
<td></td>
<td></td>
<td>CryptPad</td>
<td>Matrix</td>
</tr>
</tbody>
</table>
@ -61,7 +36,7 @@
<h2 id="money">Money</h2>
<ul>
<li>The first month is free.</li>
<li>After that, its £3 / month for 5 GB storage (if youre based in the UK/EU then + 20% VAT).</li>
<li>After that, its £3 / month for 5 GB storage (if youre based in the UK/EU then + 20% VAT) - if you want more than 5GB send us a mail and well get back to you with a quote.</li>
</ul>
<p>Where does the money go?</p>
<ul>
@ -89,5 +64,3 @@
<p>Send an email to <a href="mailto:boop@autonomic.zone">boop@autonomic.zone</a> with your desired username!</p>
<p><br />
<img src="/static/vibing.gif" id="vibing" alt="vibing cat gif"></p>
</body>
</html>

View File

@ -4,7 +4,7 @@ title: Co-operative Computer
\
<img src="/static/nocloud.jpg" id="nocloud" alt="Image says “there is no cloud, its just someone elses computer”">
<center> <img src="/static/logo.jpg" id="logo" alt="A simple drawing of two rectangles representing servers smilinig at each other."> </center>
**Co-operative Computer** is an offering by [Autonomic Co-operative](https://autonomic.zone) to help people divest from corporate clouds and the surveillance capitalist ecosystem.
@ -13,10 +13,9 @@ We provide **dGaaS (De-Googling as a Service).** No ads. No data mining. Dont
| Identity-management | File storage | Knowledge management/productivity |
|----|----|----|
| Keycloak (SSO) | Nextcloud files | Nextcloud calendar |
| | | CryptPad |
| Identity-management | File storage | Knowledge management/productivity | Comms |
|----|----|----|----|
| Keycloak (SSO) | Nextcloud files | Nextcloud calendar | Matrix |
---
@ -38,7 +37,7 @@ For the moment, this service is operated by Autonomic Co-operative; we eventuall
## Money
* The first month is free.
* After that, its £3 / month for 5 GB storage (if youre based in the UK/EU then + 20% VAT).
* After that, its £3 / month for 5 GB storage (if youre based in the UK/EU then + 20% VAT) - if you want more than 5GB send us a mail and we'll get back to you with a quote.
Where does the money go?

BIN
static/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB