Skip to content

Commit 0384b37

Browse files
committed
Site updated at 2012-10-01 15:07:17 UTC
1 parent 6046e62 commit 0384b37

File tree

5 files changed

+91
-4
lines changed

5 files changed

+91
-4
lines changed

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Codestack]]></title>
55
<link href="http://codestack.github.com/atom.xml" rel="self"/>
66
<link href="http://codestack.github.com/"/>
7-
<updated>2012-10-01T16:57:47+02:00</updated>
7+
<updated>2012-10-01T17:05:58+02:00</updated>
88
<id>http://codestack.github.com/</id>
99
<author>
1010
<name><![CDATA[Codestack]]></name>

blog/archives/index.html

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="author" content="Codestack">
1010

1111

12-
<meta name="description" content=" Blog Archive Recent Posts ">
12+
<meta name="description" content="Blog Archive Recent Posts GitHub Repos Status updating... @codestack on GitHub $.domReady(function(){ if (!window.jXHR){ var jxhr = document. &hellip;">
1313

1414

1515
<!-- http://t.co/dKP3o1e -->
@@ -88,6 +88,35 @@ <h1>Recent Posts</h1>
8888
</ul>
8989
</section>
9090

91+
<section>
92+
<h1>GitHub Repos</h1>
93+
<ul id="gh_repos">
94+
<li class="loading">Status updating...</li>
95+
</ul>
96+
97+
<a href="https://github.com/codestack">@codestack</a> on GitHub
98+
99+
<script type="text/javascript">
100+
$.domReady(function(){
101+
if (!window.jXHR){
102+
var jxhr = document.createElement('script');
103+
jxhr.type = 'text/javascript';
104+
jxhr.src = '/javascripts/libs/jXHR.js';
105+
var s = document.getElementsByTagName('script')[0];
106+
s.parentNode.insertBefore(jxhr, s);
107+
}
108+
109+
github.showRepos({
110+
user: 'codestack',
111+
count: 5,
112+
skip_forks: false,
113+
target: '#gh_repos'
114+
});
115+
});
116+
</script>
117+
<script src="/javascripts/github.js" type="text/javascript"> </script>
118+
</section>
119+
91120

92121

93122

blog/index.html

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="author" content="Codestack">
1010

1111

12-
<meta name="description" content=" Blog Archives Recent Posts ">
12+
<meta name="description" content="Blog Archives Recent Posts GitHub Repos Status updating&#8230; @codestack on GitHub $.domReady(function(){ if (!window.jXHR){ var jxhr = document. &hellip;">
1313

1414

1515
<!-- http://t.co/dKP3o1e -->
@@ -80,6 +80,35 @@ <h1>Recent Posts</h1>
8080
</ul>
8181
</section>
8282

83+
<section>
84+
<h1>GitHub Repos</h1>
85+
<ul id="gh_repos">
86+
<li class="loading">Status updating&#8230;</li>
87+
</ul>
88+
89+
<a href="https://github.com/codestack">@codestack</a> on GitHub
90+
91+
<script type="text/javascript">
92+
$.domReady(function(){
93+
if (!window.jXHR){
94+
var jxhr = document.createElement('script');
95+
jxhr.type = 'text/javascript';
96+
jxhr.src = '/javascripts/libs/jXHR.js';
97+
var s = document.getElementsByTagName('script')[0];
98+
s.parentNode.insertBefore(jxhr, s);
99+
}
100+
101+
github.showRepos({
102+
user: 'codestack',
103+
count: 5,
104+
skip_forks: false,
105+
target: '#gh_repos'
106+
});
107+
});
108+
</script>
109+
<script src="/javascripts/github.js" type="text/javascript"> </script>
110+
</section>
111+
83112

84113

85114

index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,35 @@ <h1>Recent Posts</h1>
105105
</ul>
106106
</section>
107107

108+
<section>
109+
<h1>GitHub Repos</h1>
110+
<ul id="gh_repos">
111+
<li class="loading">Status updating...</li>
112+
</ul>
113+
114+
<a href="https://github.com/codestack">@codestack</a> on GitHub
115+
116+
<script type="text/javascript">
117+
$.domReady(function(){
118+
if (!window.jXHR){
119+
var jxhr = document.createElement('script');
120+
jxhr.type = 'text/javascript';
121+
jxhr.src = '/javascripts/libs/jXHR.js';
122+
var s = document.getElementsByTagName('script')[0];
123+
s.parentNode.insertBefore(jxhr, s);
124+
}
125+
126+
github.showRepos({
127+
user: 'codestack',
128+
count: 5,
129+
skip_forks: false,
130+
target: '#gh_repos'
131+
});
132+
});
133+
</script>
134+
<script src="/javascripts/github.js" type="text/javascript"> </script>
135+
</section>
136+
108137

109138

110139

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</url>
1111
<url>
1212
<loc>http://codestack.github.com/</loc>
13-
<lastmod>2012-10-01T16:56:29+02:00</lastmod>
13+
<lastmod>2012-10-01T17:05:57+02:00</lastmod>
1414
</url>
1515
</urlset>

0 commit comments

Comments
 (0)