forked from cloudify-cosmo/getcloudify.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
786 lines (682 loc) · 34.9 KB
/
Copy pathindex.html
File metadata and controls
786 lines (682 loc) · 34.9 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Cloudify - The Open PaaS Stack</title>
<script src="//cdn.optimizely.com/js/59503762.js"></script>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/atom.xml" />
<link rel="stylesheet" href="/css/template.css" type="text/css"/>
<link rel="stylesheet" href="/scripts/prettify/prettify.css" type="text/css"/>
<link rel="stylesheet" type="text/css" href="/scripts/lightbox/jquery.lightbox-0.5.css" media="screen" />
<link rel="canonical" href="http://www.cloudifysource.org/index.html"/>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<script src="scripts/jquery-1.7.1.js" type="text/javascript"></script>
<script src="scripts/jquery.zrssfeed.min.js" type="text/javascript"></script>
<script src="scripts/jquery.vticker.js" type="text/javascript"></script>
<!-- Add fancyBox -->
<link rel="stylesheet" href="/scripts/fancyBox/source/jquery.fancybox.css?v=2.1.3" type="text/css" media="screen" />
<script type="text/javascript" src="/scripts/fancyBox/source/jquery.fancybox.pack.js?v=2.1.3"></script>
<!-- Optionally add helpers - button, thumbnail and/or media -->
<link rel="stylesheet" href="/scripts/fancyBox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
<script type="text/javascript" src="/scripts/fancyBox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
<script type="text/javascript" src="/scripts/fancyBox/source/helpers/jquery.fancybox-media.js?v=1.0.5"></script>
<link rel="stylesheet" href="/scripts/fancyBox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
<script type="text/javascript" src="/scripts/fancyBox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
<script type="text/javascript" src="/scripts/jquery-ui-1.8.17.custom.min.js"></script>
<link rel="stylesheet" href="/css/jquery-ui-1.8.17.custom.css" type="text/css" media="all"/>
<!--<script type="text/javascript" src="/scripts/jquery.prettyPhoto.js"></script>-->
<script type="text/javascript" src="/scripts/search.js"></script>
<script src="/scripts/widget.js" type="text/javascript"></script>
<script type="text/javascript" src="/scripts/prettify/prettify.js"></script>
<script type="text/javascript" src="/scripts/jquery.lightbox-0.5.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script>
<script type="text/javascript" >
window.onload = function () {
$('body').addClass("bodyClass");
}
$(function() {
//popup contact form
$("li.contactUs,div.contactUsWrapper").mouseenter(function(){
$("div.contactUsWrapper").css("visibility","visible");
$("a.contactUsLink").css("visibility","hidden");
});
$("input.cuSend").click(function(){
$('.cuValid').hide();
});
$("input.cuSend").submit(function(){
$("div.contactUsWrapper").css("visibility","hidden")
$("a.contactUsLink").css("visibility","visible");
});
$("a.contactUsWrapperClose").click(function(){
$("div.contactUsWrapper").css("visibility","hidden")
$("a.contactUsLink").css("visibility","visible");
});
//end popup contact form
//start Tabs
$("#tabs").tabs();
//for lightbox
$('.fancybox-media').fancybox({
openEffect : 'none',
closeEffect : 'none',
helpers : {
media : {}
}
});
//this script display text note when you hover one of the img at homePage
$('.sec-discusBox').hide();
$('.tblSections td').hover(function() {
$(this).children('.replaceWrape').children('img').fadeOut('300');
$(this).children('.replaceWrape').children('.sec-discusBox').fadeIn('100');
},
function() { $(this).children('.replaceWrape').children(".sec-discusBox").fadeOut('300');
$(this).children('.replaceWrape').children('img').fadeIn('100');
});
//End Tabs
});
</script>
<script type="text/javascript" >
(function($,W,D)
{
var JQUERY4U = {};
JQUERY4U.UTIL =
{
setupFormValidation: function()
{
//form validation rules
$("#contactUs").validate({
rules: {
last_name: "required",
email: {
required: true,
email: true
},
},
messages: {
last_name: "Please enter your first name",
email: "Please enter a valid email address",
},
submitHandler: function(form) {
form.submit();
}
});
}
}
//when the dom has loaded setup form validation rules
$(D).ready(function($) {
JQUERY4U.UTIL.setupFormValidation();
//start captcha Code
function randomgen()
{
var rannumber='';
for(ranNum=1; ranNum<=6; ranNum++){
rannumber+=Math.floor(Math.random()*10).toString();
}
$('#verifyNum').html(rannumber);
$('#verifyNumHidden').val(rannumber);
}
randomgen();
//Verification number generate code Ends here
//Validation Starts Here
$('#contactUs').submit(function() {
if($('#enterVerify').val() == $('#verifyNumHidden').val() ) {
//$('form').attr('action', 'https://example.com/MyForm');
return true;
}
else
{
alert("Please Enter Correct Verification Number");
randomgen();
$('#enterVerify').select();
$('#enterVerify').focus();
return false;
}
});
//end captcha Code;
});
})(jQuery, window, document);
</script>
<script type="text/javascript" src="/scripts/cloudify_default.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31930048-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '4fd5058b613f5d712200004f');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
<!--start Mixpanel-->
<script type="text/javascript">
(function(c,a){window.mixpanel=a;var b,d,h,e;b=c.createElement("script");
b.type="text/javascript";b.async=!0;b.src=("https:"===c.location.protocol?"https:":"http:")+
'//cdn.mxpnl.com/libs/mixpanel-2.1.min.js';d=c.getElementsByTagName("script")[0];
d.parentNode.insertBefore(b,d);a._i=[];a.init=function(b,c,f){function d(a,b){
var c=b.split(".");2==c.length&&(a=a[c[0]],b=c[1]);a[b]=function(){a.push([b].concat(
Array.prototype.slice.call(arguments,0)))}}var g=a;"undefined"!==typeof f?g=a[f]=[]:
f="mixpanel";g.people=g.people||[];h=['disable','track','track_pageview','track_links',
'track_forms','register','register_once','unregister','identify','name_tag',
'set_config','people.identify','people.set','people.increment'];for(e=0;e<h.length;e++)d(g,h[e]);
a._i.push([b,c,f])};a.__SV=1.1;})(document,window.mixpanel||[]);
mixpanel.init("96365f48f34c41c7b91e045b4f48d53d");
//mixpanel global page tracking:
//mixpanel.track_forms('#ki_form', 'Qualaroo');
mixpanel.track('Cloudify Community Page Views', {'page name' : document.title, 'url' : window.location.pathname});
$(function(){
// This sends us an event every time a user clicks the button
$("a.hp-btn-getCloudify").click(function() {
mixpanel.track("Get Cloudify Button Clicks",{'page name' : document.title, 'url' : window.location.pathname});
});
$("a.getCloudifyBtn").click(function() {
mixpanel.track("Home Page Download Button Clicks",{'page name' : document.title, 'url' : window.location.pathname});
mixpanel.track("Get Cloudify Button Clicks",{'page name' : document.title, 'url' : window.location.pathname});
}); //Try It Now Click
$("a.hp-tryItNow").click(function() {
mixpanel.track("Try it Now HP Button Clicks",{'page name' : document.title, 'url' : window.location.pathname});
});
});
mixpanel.track_forms("#searchForm", "Search",{'page name' : document.title, 'url' : window.location.pathname});
$(function(){
$("#goBtn").click(function() {
var value = $('#search').val();
mixpanel.track("Search",{"keyword": value});
});
});
//track Cloudify Early Access Builds
//mixpanel.track_links("a.eaTitle", "Product Download - Early Access Builds", {'referrer': document.referrer });
// mixpanel- trakc only if email requested
var currEmail="";
$("body").live('change', function(){
$("#ki_form").live('change', function(){
if($("#ki_question_99437").length != 0) {
currEmail = $("input.ki_explain_small").val();
mixpanel.track_links("#ki_submit_button", "Qualaroo", function(ele) {
if($('input').hasClass('ki_explain_small')){
var currEmail = $("input.ki_explain_small").val();
mixpanel.name_tag(currEmail);
mixpanel.people.identify(currEmail);
mixpanel.people.set({
$email: currEmail,
$first_name: currEmail,
$created: new Date(),
$last_seen:new Date(),
});
} return { type: $(ele).attr('type'),email: currEmail}
});
}
});
});
//
//$("#ki_submit_button").click(function() {
//if($('input').hasClass('ki_explain_small')){
// var currEmail = $("input.ki_explain_small").val();
// mixpanel.name_tag(currEmail);
// mixpanel.people.identify(currEmail);
// mixpanel.people.set({
// $email: currEmail,
// $first_name: currEmail,
// });
//}
//});
</script>
<script type="text/javascript">var _kiq = _kiq || [];</script>
<script type="text/javascript" src="//s3.amazonaws.com/ki.js/42111/87X.js" async="true"></script>
</head>
<body class="bodyClass" onload="prettyPrint()">
<a class="fork-guide" target="_blank" href="https://github.com/CloudifySource/cloudify"></a>
<div class="WrapperBg">
<div class="homeSearchTop">
<div class="searchWrap">
<form id="searchForm" action="#" method="get">
<input id="search" class="search" placeholder="Search..." />
<input id="goBtn" class="goBtn" type="submit" value="Go" />
</form>
</div>
</div>
<!--<a class="fork-guide" target="_blank" href="https://github.com/CloudifySource/cloudify"></a> -->
<div class="Wrapper-home">
<div class="header">
<div class="headersLinks">
<ul>
<li><img src="http://www.gigaspaces.com/sites/default/files/logo_jira_whitecopy.png" width="20"><a href="https://cloudifysource.atlassian.net" target="_blank">Report a Bug</a></li>
<li class="sep">|</li>
<li><a href="https://cloudifysource.zendesk.com/registration" target="_blank">Sign Up</a></li>
<li class="sep">|</li>
<li><a href="https://cloudifysource.zendesk.com/login" target="_blank" class="lock">Login</a></li>
<li class="sep">|</li>
<li class="contactUs"><a class="contactUsLink" href="#" target="_blank">Contact Us</a></li>
</ul>
<div class="contactUsWrapper">
<form id="contactUs" action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">
<input type=hidden name="oid" value="00D300000000KEt">
<input type=hidden name="retURL" value="http://www.cloudifysource.org/thank_you_contact.htm">
<input id="first_name" name="first_name" type="hidden" />
<input id="last_name" name="last_name" type="text" class="cuInput" placeholder="Your Name"/>
<span class="cuValid"></span>
<input id="email" name="email" type="text" placeholder="Your Email"/><br>
<span class="cuValid"></span>
<textarea id="00N80000003kH4I" name="00N80000003kH4I" type="text" wrap="soft" placeholder="Your Message"></textarea>
<input id="00N80000003kH2d" maxlength="50" name="00N80000003kH2d" size="20" type="text" value="CloudifySource Community Contact" style="display: none" />
<!--Captcha-->
<div class="captcha">
<label>Enter the below number: </label>
<input type="hidden" value="701469" id="verifyNumHidden" name="verifyNumHidden" />
<input type="text" id="enterVerify" name="enterVerify" />
<div id="verifyNum"></div>
</div>
<!--Captcha-->
<input type="submit" class="cuSend" name="submit" value="Contact" />
</form>
<a class="contactUsWrapperClose" href="#">Close</a>
</div>
</div>
<a class="logo" href="/"></a>
<div class="clear"></div>
<div class="topMenu">
<ul class="_topmenu">
<li class="topmenuli"><a class="bgMenu1" href="http://forums.cloudifysource.org/forums"><span class="title1">Support Forums</span><span class="title2">Discuss & Suggest</span></a></li>
<li class="sep"></li>
<li class="topmenuli"><a class="bgMenu2" href="/guide/2.6/qsg/qsg"><span class="title1">Documentation</span><span class="title2">Learn</span></a></li>
<li class="sep"></li>
<li class="topmenuli"><a class="bgMenu3" href="/participate"><span class="title1">Events</span><span class="title2">Participate</span></a></li>
<li class="sep"></li>
<li class="topmenuli"><a class="bgMenu4" href="/blog"><span class="title1">Blog & Updates</span><span class="title2">Read</span></a></li>
<li class="sep"></li>
<li class="topmenuli"><a class="bgMenu5" href="/cloudifysourcetv"><span class="title1">Videos</span><span class="title2">Watch & Learn</span></a></li>
<li class="sep"></li>
<li class="topmenuli"><a class="bgMenu6" href="/how"><span class="title1">How It Works</span><span class="title2">Cloudify Architecture</span></a></li>
</ul>
<div class="clear"></div>
</div>
</div>
<!-- Tooltip Container -->
<div class="overlay">
<div class="overlayFrame">
<div style="width:100%;height:25px;align:left;"><img src="/images/close.png" id="closeBut"/></div>
<div><span id="desc"></span><br/>
<span id="required"></span><br/>
<span id="values"></span>
</div>
</div>
<img src="/images/box_edge.png" id="tipImg"/>
</div>
<div class="clear"></div>
<div class="contentWrap">
<div class="clear"></div>
<div class="contentWrapHome">
<div id="resultsDiv" class="DocumentsWrap"></div>
<!-- test -->
<div class="clear"></div>
<div id="pageContent">
<!-- New hp design -->
<div class="hpTopSection">
<h1>Cloudify – Bringing DevOps Automation to the World of PaaS</h1>
<div class="leftPart fl">
<p>
Cloudify enables organizations to quickly deploy, manage and scale existing and new enterprise-grade applications on any cloud, with no changes to the code or architecture.
</p>
<a class="hp-tryItNow" href="http://www.cloudifysource.org/cloudifyRecipeCatalog.html">
Try it Now!</a>
<div class="orDownLink">or <a class="blue getCloudifyBtn" href="http://www.cloudifysource.org/downloads/get_cloudify">Download Free</a></div>
</div>
<div class="rightPart fr">
<div class="greenArrow"></div>
<a href="http://www.cloudifysource.org/cloudifyRecipeCatalog.html">
<img src="images/home/appBaner.png" alt="simple application example" title="simple application example" width="651" height="287" />
</a>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<!-- bottom right colum -->
<div class="hp-right-col">
<div class="grayBox seeTheCode">
<h4 class="seeTheCode">
See The Code</h4>
<div class="grayBoxTop">
</div>
<div class="grayBoxMid">
<div id="tabs">
<ul>
<li><a href="#tabs-2" class="btn-b3">application</a></li>
<li><a href="#tabs-1" class="btn-b3">service</a></li>
<li><a href="#tabs-3" class="btn-b3">autoscaling</a></li>
</ul>
<div class="clear">
</div>
<div id="tabs-1">
<p>
<code class="prettyprint">
service {<br />
name "mysql"<br />
icon "mysql.jpg"<br />
type "DATABASE"<br />
<br />
lifecycle{ <br />
install "mysql_install.groovy" <br />
start "mysql_start.groovy" <br />
...<br />
}<br />
}<br />
</code>
</p>
<a href="http://www.cloudifysource.org/guide/developing/service_recipe" class="seeAll" target="_blank">Learn More</a>
</div>
<div id="tabs-2">
<p>
<code class="prettyprint">
application {<br />
name="petclinic"<br />
service { <br />
name = "mysql" <br />
} <br />
service { <br />
name = "tomcat" <br />
dependsOn = ["mysql"] <br />
} <br />
} <br />
</code>
</p>
<a href="http://www.cloudifysource.org/guide/developing/application_recipe" class="seeAll" target="_blank">Learn More</a>
</div>
<div id="tabs-3">
<p>
<code class="prettyprint">
scalingRule { <br />
serviceStatistics { <br />
metric "Requests per second" <br />
movingTimeRangeInSeconds 20 <br />
} <br />
<br />
highThreshold { <br />
value 100 <br />
instancesIncrease 1 <br />
} <br />
}<br />
</code>
</p>
<a href="http://www.cloudifysource.org/guide/developing/scaling_rules" class="seeAll" target="_blank">Learn More</a>
</div>
<div class="clear">
</div>
</div>
</div>
<div class="grayBoxBtm">
</div>
</div>
<div class="grayBox LatestRecipes">
<h4 class="LatestRecipes">
Latest Recipes</h4>
<div class="grayBoxTop">
</div>
<div class="grayBoxMid">
<ul class="firstList">
<li><a id="Redis" target="_blank" href="https://github.com/CloudifySource/cloudify-recipes/tree/master/services/redis">
<img src="images/home/logoRedis.png" /></a></li>
<li><a id="Nqinx" target="_blank" href="https://github.com/CloudifySource/cloudify-recipes/tree/master/services/nginx">
<img src="images/home/logoNqinx.png" /></a></li>
<li><a id="Play" target="_blank" href="https://github.com/CloudifySource/cloudify-recipes/tree/master/services/play">
<img src="images/home/logoPlay.png" /></a></li>
</ul>
<ul class="secondeList">
<li><a id="PostgreSql" target="_blank" href="https://github.com/CloudifySource/cloudify-recipes/tree/master/services/postgresql">
<img src="images/home/logoPostgreSql.png" /></a></li>
<!--<li><a id="Rails" href="#"><img src="images/home/logoRails.png" /></a></li>-->
<li><a id="Chef" target="_blank" href="https://github.com/CloudifySource/cloudify-recipes/tree/master/services/chef">
<img src="images/home/logoChef.png" /></a></li>
<li><a id="CouchDB" target="_blank" href="https://github.com/CloudifySource/cloudify-recipes/tree/master/services/couchdb">
<img src="images/home/logoCouchDB.png" /></a></li>
</ul>
<div class="clear">
</div>
</div>
<div class="grayBoxBtm">
</div>
<a href="https://github.com/CloudifySource/cloudify-recipes" class="seeAll">See All</a>
</div>
<div class="blueBox GetConnected">
<h4 class="titleGetConnected">
Get Connected</h4>
<div class="blueBoxTop">
</div>
<div class="blueBoxMid">
<ul class="shareLinks">
<li class="twitter"><a target="_blank" href="https://twitter.com/intent/follow?screen_name=cloudifysource">
</a></li>
<li class="tumblr"><a target="_blank" href="http://www.tumblr.com/follow/cloudifysource">
</a></li>
<li class="fb"><a target="_blank" href="https://www.facebook.com/GigaSpaces?sk=app_201742856511228">
<li class="rss"><a target="_blank" href="http://www.cloudifysource.org/atom.xml"></a>
</li>
<li class="mail"><a target="_blank" href="mailto:info@cloudifysource.org"></a></li>
<li class="zendesk"><a target="_blank" href="http://forums.cloudifysource.org/"></a>
</li>
</ul>
</div>
<div class="grayBoxBtm">
</div>
</div>
</div>
<!-- bottom left colum -->
<div class="hp-left-col">
<div id="alTag_HpSubscribe" class="subscribeWrapHome subscribeWrap ">
<div class="subscribeTitle">
</div>
<h3>
for Community Updates</h3>
<!-- Begin MailChimp Signup Form -->
<div class="subscribeForm">
<form class="validate" name="mc-embedded-subscribe-form" id="mc-embedded-subscribe-form"
method="post" action="http://cloudifysource.us4.list-manage.com/subscribe/post?u=5e963581396e0c0e43ed217f8&id=b43defea9b">
<input type="email" title="Please enter a valid email address." placeholder="Enter your e-Mail"
id="mce-EMAIL" class="required subscribeTxt email" name="EMAIL">
<input type="submit" class="subscribeBtn " id="mc-embedded-subscribe" name="subscribe"
value="Go">
</form>
</div>
<!--End mc_embed_signup-->
<div id="messageBox">
</div>
</div>
<div class="homeSearch">
<h2>
Recent Updates</h2>
</div>
<!-- update blog post -->
<a href="http://www.cloudifysource.org/blog" class="hp-update-icon hp-update-blogpost">
Blog Post</a>
<script type="text/javascript" >
//jQuery(function() {
//jQuery.noConflict();
$(window).bind("load", function() {
//rss feed slider
$('.blogFeed').rssfeed('http://www.cloudifysource.org/atom.xml',{
header: false,
titletag: 'div',
date: false,
content: true,
linktarget:'_blank',
},
function(e) {
$(e).find('div.rssBody').vTicker({ showItems: 1});
});
$('.newsFeed').rssfeed('http://cloudifysource.tumblr.com/rss',{
header: false,
titletag: 'div',
date: false,
content: true,
linktarget:'_blank',
},
function(e) {
$(e).find('div.rssBody').vTicker({ showItems: 1});
});
});
</script>
<div class="recentUpdates-box blogFeed">
</div>
<div class="clear">
</div>
<!-- update events -->
<a class="hp-update-icon hp-update-evets" href="http://www.cloudifysource.org/participate">
Upcoming Events</a>
<div class="recentUpdates-box">
<a href="http://www.cloudifysource.org/participate">Industry Event: OpenStack Summit Hong Kong</a><br>
The Cloudify team will be on the ground in Hong Kong - November 5th...</div>
<div class="clear">
</div>
<!-- update news -->
<div class="hp-update-icon hp-update-news">
News
</div>
<div class="recentUpdates-box newsFeed">
</div>
<div class="clear">
</div>
</div>
<div class="clear">
</div>
<div class="twitterBanner">
<h4>
Twitter</h4>
<div id="twitter-ticker">
<!--<script src="scripts/hp-twitter.js" type="text/javascript"></script>-->
<div id="twitterWrapper" class="marquee up"></div>
<!-- taken from http://codepen.io/jasonmayes/pen/Ioype -->
<script src="scripts/twitterFetcher_v10_min.js" type="text/javascript"></script>
<script>
twitterFetcher.fetch('376631329640574976', 'twitterWrapper', 5, true, true, false);
</script>
<script>
//to make the tweets move
$(window).bind("load", function() {
//taken from http://jsfiddle.net/4yYsu/2/
txt = $("#twitterWrapper ul");
length = $("#twitterWrapper ul li").length;
height_ul = parseInt(txt.height());
height_li = parseInt(txt.height()) / length;
delta = 0;
run();
function run() {
delta = (delta - height_li < -1 * height_ul) ? height_ul : delta - height_li;
if (delta <= 0) {
scroll_li(delta);
} else if (delta = height_ul) {
txt.animate({
top: delta
}, 0, "linear");
delta = 0;
scroll_li(delta);
}
setTimeout(run, 8000);
}
function scroll_li(delta) {
txt.animate({
top: delta
}, 2000, "linear").delay(1000);
}
});
</script>
</div>
<div class="clear">
</div>
</div>
</div>
</div>
<div class="clear"></div>
<script type="text/javascript">
mixpanel.track('Cloudify Community Page Views', {'page name' : document.title, 'url' : window.location.pathname});
mixpanel.track_links("div.LatestRecipes a", "Latest Recipes Button Clicks", function(ele) { return { type: $(ele).attr('type')}});
mixpanel.track_links("div.GetConnected a", "Social Button Clicks", function(ele) { return { type: $(ele).attr('type')}});
// This sends us an event every time a user clicks the HP Get Cloudify button
$(function(){
//Get Cludify Click
$("a.hp-banner-getCloudify").click(function() {
mixpanel.track("Home Page Download Button Clicks",{'page name' : document.title, 'url' : window.location.pathname});
});
//Try It Now Click
$("a.hp-tryItNow").click(function() {
mixpanel.track("Try it Now HP Button Clicks",{'page name' : document.title, 'url' : window.location.pathname});
});
});
//Track Subscribers
mixpanel.track_forms('#mc-embedded-subscribe-form', 'Register for Event Button Clicks',{'page name' : document.title, 'url' : window.location.pathname});
mixpanel.track_forms('#ki_form', 'Qualaroo');
//PEOPLE
//mixpanel.track_forms('div.contactUsWrapper form', 'Contact Us');
var grabEmail;
$("#mc-embedded-subscribe").click(function() {
var currEmail = document.getElementById("mce-EMAIL").value;
mixpanel.name_tag(currEmail);
grabEmail=$("input#mce-EMAIL").val();
mixpanel.people.identify(grabEmail);
mixpanel.people.set({
$email: grabEmail,
$first_name: grabEmail,
$created: new Date(),
});
mixpanel.people.set("referrer", document.referrer);
});
//mixpanel people function:
mixpanel.register({gender: "male"});
//trake search terms
mixpanel.track_forms("#searchForm", "Search",{'page name' : document.title, 'url' : window.location.pathname});
$(function(){
$("#goBtn").click(function() {
var value = $('#search').val();
mixpanel.track("Search",{"keyword": value});
});
});
</script>
<div class="footer">
<!--<ul class="footerLeftMenu">
<li class="footerli"><a href="#">About GigaSpaces</a></li>
<li class="footerli"><a href="#">Contact Us</a></li>
</ul> -->
<ul class="footerRightMenu">
<li class="footerli">Copyright © 2012 GigaSpaces. All rights reserved.</li>
<li class="footerli"><a href="/about_us">About Us</a></li>
<li class="footerli">|</li>
<li class="footerli"><a href="/terms_of_use">Terms of Use</a></li>
<li class="footerli">|</li>
<li class="footerli"> <a href="/privacy_policy">Privacy Policy</a></li>
<li class="footerli">|</li>
<li class="footerli"> <a href="http://www.gigaspaces.com" target="_blank">GigaSpaces.com</a></li>
<li class="footerli">|</li>
<li class="footerli"> <a href="http://www.gigaspaces.com/cloudify-go-pro" target="_blank">PRO Support Packages</a></li>
</ul>
<ul class="footerSocialMenu">
<li class="footerFb"><a href="https://www.facebook.com/GigaSpaces?sk=app_201742856511228" target="_blank"></a></li>
<li class="footerRss"><a href="/atom.xml" target="_blank"></a></li>
<li class="footerTwitt"><a href="http://www.twitter.com/cloudifysource" target="_blank"></a></li>
<li class="footerYt"><a href="http://www.youtube.com/cloudifysource" target="_blank"></a></li>
<li class="footerMell"><a alt="Contact-us" title="Contact-us" href="mailto:info@cloudifysource.org?Contact-us from cloudifysource website" target="_blank"></a></li>
<li class="footerTumblr"><a href="http://cloudifysource.tumblr.com" target="_blank"></a></li>
<a href="http://www.jetbrains.com/idea/" target="_blank">
<img src="/images/idea.png" style="margin-top: -1px;height: 28px;border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
</a>
</ul>
</div>
<script type="text/javascript" language="javascript">llactid=12206</script>
<script type="text/javascript" language="javascript" src="http://t6.trackalyzer.com/trackalyze.js"></script>
</div>
</div>
<!--leadlander tracking script -->
<script type="text/javascript">llfrmid=12206</script>
<script type="text/javascript" src="http://formalyzer.com/formalyze_init.js"></script>
<script type="text/javascript" src="http://formalyzer.com/formalyze_call.js"></script>
</body>
</html>