-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
46 lines (43 loc) · 1.73 KB
/
atom.xml
File metadata and controls
46 lines (43 loc) · 1.73 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Develop Everything</title>
<link href="https://www.joshoneal.me/"/>
<icon>https://t4.rbxcdn.com/05a14deb111edc3cd6e4045205583d36</icon>
<author>
<name>Josh O'Neal</name>
</author>
<id>urn:uuid:a65f4d7b-d38c-4d4f-b8cc-6954b3bd3921</id>
<!-- python3 -c "import datetime; print(datetime.datetime.utcnow().isoformat()[:-9] + '00Z')" | pbcopy -->
<updated>2019-07-13T23:01:00Z</updated>
<!-- Template -->
<!--
<entry>
<title>TITLE</title>
<link href="https://www.joshoneal.me/LINK"/>
<id>urn:uuid:{python3 -c "import uuid; print(uuid.uuid4())" | pbcopy}</id>
<updated>2019-01-01T12:00:00Z</updated>
<summary>SUMMARY</summary>
</entry>
-->
<entry>
<title>Why I'm Learning Elixir</title>
<link href="https://www.joshoneal.me/elixir/why-elixir/"/>
<id>urn:uuid:84deed39-4601-4da2-9bbc-d4dd60f2daa1</id>
<updated>2020-05-13T10:29:00Z</updated>
<summary>I'm going to learn Elixir and Phoenix, and so should you!</summary>
</entry>
<entry>
<title>How to Find the iOS Simulator's Database</title>
<link href="https://www.joshoneal.me/xamarin/ios-sqlite-database/"/>
<id>urn:uuid:d1cb08fa-b23c-4c66-b2a8-a63de55292ce</id>
<updated>2019-07-13T23:01:00Z</updated>
<summary>How to find your iOS application's database directory, when using the Simulator.</summary>
</entry>
<entry>
<title>Why Now?</title>
<link href="https://www.joshoneal.me/meta/why-now/"/>
<id>urn:uuid:26ff961d-5a6c-4193-8d7a-3fca1c4e44ff</id>
<updated>2019-01-30T02:24:00Z</updated>
<summary>Develop Everything's inaugural post, introducing the site and what's to come.</summary>
</entry>
</feed>