forked from nodejitsu/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticle.html
80 lines (74 loc) · 3.29 KB
/
article.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 name="description" content="docs.nodejitsu.com is a growing collection of how-to articles for node.js, written by the community and curated by Nodejitsu and friends. These articles range from basic to advanced, and provide relevant code samples and insights into the design and philosophy of node itself.">
<meta name="keywords" content="">
<title>docs.nodejitsu.com</title>
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
<link rel="stylesheet" href="/css/nodedocs.css" type="text/css" media="screen">
<link rel="stylesheet" href="/css/highlight/github.css" type="text/css" media="screen">
<!--Google analytics-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24971485-4']);
_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">
//This changes the "edit this page" link to go to the "fork and edit" url of the docs.
document.ready = function () {
var edit = document.getElementById("edit"),
location = window.location.pathname;
if ( location === "/") { location = "";}
edit.innerHTML = "<a href='https://github.com/nodejitsu/docs/edit/master/pages"+location+"/content.md'>Edit this page on GitHub</a>";
}
</script>
</head>
<body>
<header>
<div class="link" id="edit"><a href="http://github.com/nodejitsu/docs">Edit this page on GitHub</a></div>
<div class="title"><a href="/">docs.nodejitsu.com</a></div>
</header>
<div id="mask"></div>
<nav id="toc"></nav>
<article id="article">
<div id="metadata">
<h1 class="title"></h1>
<span class="about">by <strong class="author"><span class="name"></span> <span class="github"></span></span><span class="about"></strong> on <em><time class="date"></time></em></span>
<nav class="breadcrumbs">
<a href="" class="breadcrumb"></a>
</nav>
<!--
<div class="tags"></div>
<div class="difficulty"></div>
-->
</div>
<div id ="content"></div>
</article>
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/index.js"></script>
<script type="text/javascript">
var _sf_async_config={uid:11119,domain:"docs.nodejitsu.com"};
(function(){
function loadChartbeat() {
window._sf_endpt=(new Date()).getTime();
var e = document.createElement('script');
e.setAttribute('language', 'javascript');
e.setAttribute('type', 'text/javascript');
e.setAttribute('src',
(("https:" == document.location.protocol) ? "https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/" : "http://static.chartbeat.com/") +
"js/chartbeat.js");
document.body.appendChild(e);
}
var oldonload = window.onload;
window.onload = (typeof window.onload != 'function') ?
loadChartbeat : function() { oldonload(); loadChartbeat(); };
})();
</script>
</body>
</html>