Skip to content

Commit 6ba2581

Browse files
author
aeoth
committed
Changed and cloned RSS/Atom to be either "project" or "not project" feeds
Added bits and peices so we can have separate feeds for daily-progress reports and for regular blog posts. Changes to the url formats *will* break links/rss feed (they'll see duplicate posts), but it had to happen once.
1 parent aa92860 commit 6ba2581

19 files changed

+255
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_site/*

_layouts/layout.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
66
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
77
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
8+
<link href="/projectsrss.xml" type="application/rss+xml" rel="alternate" title="Projects Feed" />
9+
<link href="/projectsatom.xml" type="application/atom+xml" rel="alternate" title="Projects Feed" />
10+
811
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
912
<title>{% if page.title != "code52" %}{{ page.title }} - code52{% else %}{{ page.title }}{% endif %}</title>
1013
<link rel="stylesheet" type="text/css" href="/css/style.css" />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: post
3+
permalink: /weekone-dayone.html
4+
date: 2012-01-03 23:59
5+
title: "MarkPad: Day 1"
6+
feed: "project"
7+
---
8+
9+
We did stuff.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: post
3+
permalink: /weekone-daytwo.html
4+
title: "MarkPad: Day 2"
5+
tags: "week2"
6+
feed: "project"
7+
---
8+
9+
We did stuff.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
permalink: /weekone-daythree.html
4+
title: "MarkPad: Day 3"
5+
feed: "project"
6+
---
7+
8+
We did stuff.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
permalink: /weekone-dayfour.html
4+
title: "MarkPad: Day 4"
5+
feed: "project"
6+
---
7+
8+
We did stuff.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
permalink: /weekone-dayfive.html
4+
title: "MarkPad: Day 5"
5+
feed: "project"
6+
---
7+
8+
We did stuff.

_site/about.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
66
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
77
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
8+
<link href="/projectsrss.xml" type="application/rss+xml" rel="alternate" title="Projects Feed" />
9+
<link href="/projectsatom.xml" type="application/atom+xml" rel="alternate" title="Projects Feed" />
10+
811
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
912
<title>About - code52</title>
1013
<link rel="stylesheet" type="text/css" href="/css/style.css" />

_site/atom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,25 @@
33
<title>Code52</title>
44
<link href="http://www.Code52.org/"/>
55
<link type="application/atom+xml" rel="self" href="http://www.Code52.org/atom.xml"/>
6-
<updated>2012-01-03T20:27:16+11:00</updated>
6+
<updated>2012-01-07T14:50:08+11:00</updated>
77
<id>http://www.Code52.org/</id>
88
<author>
99
<name>Code52 Team</name>
1010
<email>Code52@Code52.org</email>
1111
</author>
1212

1313

14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
1425
<entry>
1526
<id>http://www.Code52.org//downmarker</id>
1627
<link type="text/html" rel="alternate" href="http://www.Code52.org//downmarker.html"/>
@@ -42,6 +53,8 @@
4253
</content>
4354
</entry>
4455

56+
57+
4558
<entry>
4659
<id>http://www.Code52.org//introduction</id>
4760
<link type="text/html" rel="alternate" href="http://www.Code52.org//introduction.html"/>
@@ -107,4 +120,5 @@
107120
</content>
108121
</entry>
109122

123+
110124
</feed>

_site/contributing.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
66
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
77
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
8+
<link href="/projectsrss.xml" type="application/rss+xml" rel="alternate" title="Projects Feed" />
9+
<link href="/projectsatom.xml" type="application/atom+xml" rel="alternate" title="Projects Feed" />
10+
811
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
912
<title>Contributing to Code52 projects - code52</title>
1013
<link rel="stylesheet" type="text/css" href="/css/style.css" />

0 commit comments

Comments
 (0)