Skip to content

Instantly share code, notes, and snippets.

@jonathanclarke
Forked from davemorro/daily_deal_rss_feed
Created August 8, 2011 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jonathanclarke/1131456 to your computer and use it in GitHub Desktop.
Save jonathanclarke/1131456 to your computer and use it in GitHub Desktop.
Recommended Daily Deal RSS Feed
<?xml version="1.0" encoding="UTF-8" ?>
<deals>
<deal>
<title>A perfect daily deal feed for just $17.50</title>
<link>http://www.dailydealsite/deals/1</link>
<guid>http://www.dailydealsite/deals/1</guid>
<description><![CDATA[Set your daily deal site up for maximum distribution effectiveness. Many deal sites include HTML within the description however, we recommend you remove all formatting, enabling the aggregator to more easily integrate your information. If you do include HTML, be sure wrap the description in CDATA sequences.]]></description>
<highlights><![CDATA[Usually a list of the deal highlights. Like the description, you should wrap the highlights in CDATA sequences.]]></highlights>
<image>http://www.dailydealsite.com/images/image.jpg</image>
<price>17.50</price>
<value>41.00</value>
<savings>23.50</savings>
<discount>57.31</discount>
<opened_at>2011-08-05 07:00:00</opened_at>
<closed_at>2011-08-10 12:00:00</closed_at>
<num_bought>19</num_bought>
<sold_out>false</sold_out>
<currency_code>AUD</currency_code>
<company_name>Daily Deal Site</company_name>
<company_address>103 Dealy St</company_address>
<company_suburb>Dealsville</company_suburb>
<company_state>NSW</company_state>
<company_country>Australia</company_country>
<company_postcode>2008</company_postcode>
<locations>
<location>
<address>112 World Square, George St, 2000</address>
<phone_number>12345678</phone_number>
</location>
<location>
<address>110 King Street, Newtown, 2042</address>
<phone_number>12345678</phone_number>
</location>
</locations>
<city>Sydney</city>
<national>false</national>
<pubDate>2011-08-05 07:00:00</pubDate>
</deal>
<deal>
...
</deal>
</deals>
@jonathanclarke
Copy link
Author

Adding multiple addresses for each location the deal occurs.
Is this deal a nationwide deal?
sold_out to boolean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment