-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathatom.xml
26 lines (20 loc) · 882 Bytes
/
atom.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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>FlowBox</title>
<link href="http://flowbox.github.com/atom.xml" rel="self"/>
<link href="http://flowbox.github.com"/>
<updated>2012-11-01T16:04:50+01:00</updated>
<id>http://flowbox.github.com</id>
<author>
<name>FlowBox</name>
<email></email>
</author>
<entry>
<title>Hello World from libflowbox!</title>
<link href="http://flowbox.github.com/blog/2012/10/31/hello-world"/>
<updated>2012-10-31T00:00:00+01:00</updated>
<id>http://flowbox.github.com/blog/2012/10/31/hello-world</id>
<content type="html"><p>Today, we released a first version of our C++ library for flow-data processing.</p>
<p>Check it out on Github: <a href='http://github.com/FlowBox/libflowbox'>FlowBox/libflowbox</a></p></content>
</entry>
</feed>