what: update location of servers, storage, bandwidth
[hcoop/hcoop-website.git] / what.shtml
dissimilarity index 97%
index 22592df..eb0a16f 100644 (file)
@@ -1,68 +1,82 @@
-<!--#include file="header.html" -->
-       <div id="header">
-       
-               <!-- White Box -->
-               <div id="whitebox">
-                       <div class="top">
-                               <div class="bot">
-                                       <div id="whitebox-holder">
-
-                                                       <div class="cl">&nbsp;</div>
-                                                       <div class="whitebox-info">
-                                                                       <h3>What We Offer</h3>
-                                                               
-                                                                       
-                 <ul>
-                   <li>Around ten gigabytes of storage. Our quotas
-                   are only in place to prevent oversubscription of
-                   storage, and we can add more space as needed, so
-                   this number is flexible and ever-growing.</li>
-
-
-                   <li>A publically accessible <a
-                   href="http://openafs.org">OpenAFS</a> cell
-                   (<tt>/afs/hcoop.net/</tt> the whole world
-                   round). For that extra bit of nerd cred. You can
-                   acquire tokens locally, and access your HCoop
-                   storage as if it were local disk on every major
-                   operating system.</li>
-
-                   <li>General web hosting with Apache, featuring the
-                   usual languages (perl, php, python) and databases
-                   (PostgreSQL and MySQL). Unlike many providers,
-                   we'll install most anything available in Debian so
-                   you can run that Haskell web application with
-                   ease.</li>
-
-                   <li>Mail hosting for unlimited domains (including
-                   <a href="https://webmail.hcoop.net">webmail</a>
-                   through Roundcube), with the ability to create
-                   virtual mailboxes for friends and family.</li>
-
-                   <li>A shell account on a machine running Debian's
-                   latest stable release. We don't mind folks idling
-                   on Freenode, and you're free to do things like
-                   building software.</li>
-
-                   <li>Shared services for the benefit of all
-                   members. These currently include a <a
-                   href="http://git.hcoop.net">git server</a>,
-                   managed <a href="http://moinmo.in/">MoinMoin</a>
-                   install, and Jabber chat. We hope to offer GNU
-                   Mediagoblin, Diaspora*, Gitorious, darcsweb, and
-                   other services in the future.</li>
-                 </ul>
-                                                                       
-                                                                       
-                                                                       
-                                                       <div class="cl">&nbsp;</div>
-
-                                       </div>
-
-                               </div>
-                       </div>
-               </div>
-               <!-- END White Box -->
-               
-       </div>
-<!--#include file="footer.html" -->
\ No newline at end of file
+<!--#include file="header.html" -->
+<div id="main">
+<h3>What We Offer</h3>
+
+<p>Our service is built upon Debian GNU/Linux, Kerberos,
+OpenAFS, and our custom services manager <a
+href="https://wiki.hcoop.net/DomTool">Domtool</a>. Using
+Domtool, you can configure the behavior of your domains
+and sites in shared daemons without needing to request
+anything from a superuser. Since we provide a generic
+Debian GNU/Linux shell, you can write and run your own
+daemons in whatever programming language you fancy.</p>
+
+<p>We support Free Software, releasing all of our custom software <a
+href="https://wiki.hcoop.net/Code">under Free licenses</a>, and using
+only Free Software for our infrastructure.</p>
+
+<p>Our <a href="https://wiki.hcoop.net/Hardware">servers</a> are
+hosted as virtual infrastructure at <a
+href="https://www.digitalocean.com">DigitalOcean</a> in New York
+City.</p>
+
+<table>
+  <colgroup>
+    <col style="width: 25%" />
+      <col style="width: 70%" />
+  </colgroup>
+
+  <tr><td><strong>Storage</strong></td><td>Ten gigabytes of <a
+      href="https://en.wikipedia.org/wiki/Solid-state_drive">SSD
+      based</a> storage to start. You can request more disk space as
+      needed; we have quotas in place to prevent over-subscription of
+      storage and will grant any reasonable request. We can accomodate
+      around 60G per member currently.</td></tr>
+
+  <tr><td><strong>Bandwidth</strong></td><td>We currently have around
+  20TB per month outbound transfer quota shared between all
+  servers. If your sites see less than fifty or a hundred gigabytes of
+  traffic per month, we can feasibly host you.</td></tr>
+
+  <tr><td><strong>OpenAFS</strong></td><td>A
+      publicly accessible <a
+        href="https://openafs.org">OpenAFS</a> cell
+      (<tt>/afs/hcoop.net/</tt> the whole world
+      round). This lets you access your HCoop storage as
+      if it were local disk on every major operating
+      system.</td></tr>
+
+  <tr><td><strong>Web Hosting</strong></td><td>General web hosting
+        with Apache, featuring the usual languages (Perl, PHP, Python)
+        and databases (PostgreSQL and MySQL). Unlike many providers,
+        we'll install most anything available in Debian so you can run
+        that Haskell web application with ease.</td></tr>
+
+  <tr><td><strong>Email</strong></td><td>Mail hosting for unlimited
+      domains (including <a
+      href="https://webmail.hcoop.net">webmail</a> through Roundcube,
+      IMAP, and POP3 access), with the ability to create virtual
+      mailboxes for friends and family.</td></tr>
+
+  <tr><td><strong>Mailing Lists</strong></td><td>Mailing lists through
+  GNU Mailman. Members <a
+  href="https://lists.hcoop.net/listinfo/">host lists</a> for pretty
+  much anything: volunteer organizations, Linux User Groups,
+  programming language development, even coordinating homebrewing
+  sessions.</td></tr>
+
+  <tr><td><strong>Shell</strong></td><td>A shell account on a machine running Debian's
+      latest stable release. We don't mind folks idling
+      on Freenode, and you're free to do things like
+      building software.</td></tr>
+
+  <tr><td><strong>Etc.</strong></td><td>Volunteers host shared
+      services for the benefit of all members. These currently include
+      a <a href="https://git.hcoop.net">git server</a>, managed <a
+      href="https://moinmo.in/">MoinMoin</a> install, and Jabber
+      (<tt>YOU@hcoop.net</tt>). We hope to offer GNU Mediagoblin,
+      Diaspora*, Gitorious, darcsweb, and other services in the future
+      (or: insert your idea here).</td></tr>
+</table>
+</div>
+<!--#include file="footer.html" -->