-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.xml
More file actions
71 lines (59 loc) · 2.49 KB
/
feed.xml
File metadata and controls
71 lines (59 loc) · 2.49 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>FABE</title>
<subtitle>Fricking Awesome Blog Engine</subtitle>
<link href="http://localhost/fabe" />
<link href="http://localhost/fabe/feed.xml" rel="self" />
<id>http://www.example.com/fabe</id>
<updated>2010-03-15T20:11:05+00:00</updated>
<author><name>Anonymous</name></author>
<entry>
<title>lasty</title>
<id>http://localhost/fabe/view/lasty</id>
<link href="http://localhost/fabe/view/lasty" />
<updated>2010-03-15 20:11:05</updated>
<summary>
nothing else to say...
</summary>
</entry>
<entry>
<title>My first hack</title>
<id>http://localhost/fabe/view/myfirsthack</id>
<link href="http://localhost/fabe/view/myfirsthack" />
<updated>2010-02-23 18:30:00</updated>
<summary>
For many years hackers have thought JS on the server was for pussies, an utopia, or just a toy.
We will show them not only that it is a great tool for back-end development, but at the end of this d...
</summary>
</entry>
<entry>
<title>Installing V8 on your boxen!</title>
<id>http://localhost/fabe/view/loremipsum</id>
<link href="http://localhost/fabe/view/loremipsum" />
<updated>2010-02-22 18:30:00</updated>
<summary>
For many years hackers have thought JS on the server was for pussies, an utopia, or just a toy.
We will show them not only that it is a great tool for back-end development, but at the end of this d...
</summary>
</entry>
<entry>
<title>Javascript on the server?</title>
<id>http://localhost/fabe/view/javascriptontheserver</id>
<link href="http://localhost/fabe/view/javascriptontheserver" />
<updated>2010-02-21 15:27:41</updated>
<summary>
For many years hackers have thought JS on the server was for pussies, an utopia, or just a toy.
We will show them not only that it is a great tool for back-end development, but at the end of this d...
</summary>
</entry>
<entry>
<title>Hello world from FABE!</title>
<id>http://localhost/fabe/view/helloworld</id>
<link href="http://localhost/fabe/view/helloworld" />
<updated>2010-02-20 15:26:17</updated>
<summary>
For many years hackers have thought JS on the server was for pussies, an utopia, or just a toy.
We will show them not only that it is a great tool for back-end development, but at the end of this d...
</summary>
</entry>
</feed>