-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (64 loc) · 3.59 KB
/
index.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Goodbye CloudJetty</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<img src="images/cloudjetty-logo.png" class="logo">
<h1>CloudJetty</h1>
<h2>It's time to say goodbye..</h2>
</header>
<hr>
<section id="main_content">
<h3>
<a id="intro" class="anchor" href="#intro" aria-hidden="true"><span class="octicon octicon-link"></span></a>What happened to CloudJetty?</h3>
<p>CloudJetty was launched in 2009 as an experiment in running a community-maintained buyers' guide for the latest web-based services and applications.</p>
<p>Unfortunately, the pace of development quickly fell short of what was needed to keep up with the rapidly changing SaaS and cloud services scene. For years CloudJetty has been running "in limbo" with no real effort being expended to keep the product current.</p>
<p>Why was that? Two main reasons:</p>
<ul>
<li>All our development resources were quickly pre-empted by more immediate revenue-generating opportunities.</li>
<li>The "killer feature" we had in mind involved integrating purchase and payment for services. Given the lack of standards in the industry, this was either going to be a pipe-dream or require so much development effort that it was infeasible.</li>
</ul>
<p>So I think the decision to decommission CloudJetty is long overdue. From 10-Nov-2015 the site will no longer be available but
will redirect to this goodbye message.</p>
<p>Is it gone for good, or just for now? I don't know, we'll see!</p>
<h3>
<a id="recommends" class="anchor" href="#recommends" aria-hidden="true"><span class="octicon octicon-link"></span></a>CloudJetty Alternatives?</h3>
<p>If you are still looking for cloud applications,
then I'd recommend checking out services such as
<a href="https://www.getapp.com">GetApp</a>, which are doing a much better job of being a buyers' guide than CloudJetty ever approached.</p>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Enquiries?</h3>
<p>If you have enquiries about CloudJetty or the data that was held in CloudJetty, feel free to contact me at
<a href="mailto:[email protected]">[email protected]</a>.<p>
</section>
<footer>
CloudJetty was produced by <a href="https://github.com/evendis">evendis</a><br>
Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-4894631-9");
pageTracker._trackPageview();
} catch(err) {}
</script>
</div>
</div>
</body>
</html>