-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 2.11 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
-*- mode: html; sh-basic-offset: 2; indent-tabs-mode: nil; coding: utf-8 -*-
vim: tabstop=2 softtabstop=2 expandtab shiftwidth=2 fileencoding=utf-8
-->
<!-- this design was created by Vacant (Chris Blunden), http://www.web-site.tk .
Deep, version 1.5 created on 17/10/04 for OSWD.org ... DO NOT REMOVE this notice. Thanks. -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="description" content="Clusto cluster management software" />
<meta name="keywords" content="clusto,cluster,management,software,python" />
<title>clusto dot org</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<!-- This page fully validates as XHTML 1.0 Strict on validator.w3.org (notice can be removed) -->
</head>
<body>
<div id="outer">
<div id="inner">
<div class="bgtext">clusto.org</div>
<div id="text1"><a href="about.html">about<span>» a little bit about clusto.</span></a></div>
<div id="text2"><a href="https://github.com/clusto/clusto">github<span>» fork us on github.</span></a></div>
<div id="text3"><a href="http://groups.google.com/group/clusto">archives<span>» mailing list archives.</span></a></div>
<div id="text4"><a href="irc://irc.freenode.net/#clusto">#clusto<span>» find us on freenode.</span></a></div>
<div id="text5"><a href="https://github.com/clusto/clusto/issues">issues<span>» record a new issue, explore existing issues.</span></a></div>
<div id="text6"><a href="https://github.com/clusto/clusto/wiki">wiki page<span>» main wiki page.</span></a></div>
<div id="text7"><a href="https://pypi.python.org/pypi/clusto">pypi download<span>» released version in pypi.</span></a></div>
<div id="text8"><a href="https://github.com/clusto/clusto/releases">releases<span>» released versions in github.</span></a></div>
</div>
</div>
</body>
</html>