-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.xml
29 lines (22 loc) · 1.02 KB
/
template.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cl="http://www.craigslist.org/about/cl-bulk-ns/1.0">
<channel>
<items>
<rdf:li rdf:resource="Book1"/>
</items>
<cl:auth username="[email protected]" password=""/>
</channel>
<item rdf:about="Book1">
<cl:category>bka</cl:category>
<cl:area>aus</cl:area>
<title>How I made $1000 in 1 Month on Craigslist</title>
<description><![CDATA[
Using nothing but craigslist, I made $1000 in 1 month. NO special skills or knowledge are required.
I've created a book that walks you through every step of the process and every pitfall so you can get up and running as quickly as possible.
I've already made $200 this weekend trading iPods, iPads, and iPhones, and you can too.
If you want to follow my process, pick up "How I Made $1000 in One Month on Craigslist" on Amazon.
]]></description>
</item>
</rdf:RDF>