-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrss.xml
50 lines (46 loc) · 2.16 KB
/
rss.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<channel>
<title>Ivan Bajalović</title>
<link>https://esseworks.com</link>
<description>Personal blog</description>
<pubDate>Tue, 10 Nov 2015 10:11:00 +0100</pubDate>
<item>
<title>Humanize Seconds</title>
<link>https://esseworks.com/humanize-seconds</link>
<description>This is a little helper that can I use for string representation of a seconds. It will say how many days, hours, minutes or seconds there is in a input value.
</description>
<pubDate>Tue, 10 Nov 2015 10:11:00 +0100</pubDate>
<dc:date>2015-11-10T10:11:00+01:00</dc:date>
</item>
<item>
<title>Rails Engine Intro</title>
<link>https://esseworks.com/rails-engine-intro</link>
<description>You probably already used a lot of gems that are actually a rails engine, e.g. `ActiveAdmin`, `Devise`, `Forem`, `Spree`, ...
</description>
<pubDate>Tue, 10 Nov 2015 00:38:00 +0100</pubDate>
<dc:date>2015-11-10T00:38:00+01:00</dc:date>
</item>
<item>
<title>Json Api Namespaced Models</title>
<link>https://esseworks.com/json-api-namespaced-models</link>
<description>If you want to have a resource that needs access to a namespaced model, you can overwrite the `resource_type_for(model)` method from `JSONAPI::Resource` module.
</description>
<pubDate>Fri, 06 Nov 2015 16:48:00 +0100</pubDate>
<dc:date>2015-11-06T16:48:00+01:00</dc:date>
</item>
<item>
<title>JSON API Multi Lang Support</title>
<link>https://esseworks.com/json-api-multilang</link>
<description>I started using `jsonapi-resources` gem in order to create a JSON API according to JSON schema defined by http://jsonapi.org/
</description>
<pubDate>Fri, 06 Nov 2015 11:18:00 +0100</pubDate>
<dc:date>2015-11-06T11:18:00+01:00</dc:date>
</item>
<dc:date>2015-11-10T10:11:00+01:00</dc:date>
</channel>
</rss>