2008-10-10
peter.sunna@episerver.com


UKTop40PageProvider
-------------------

What is it?
-----
A page provider to episerver which fetch the uk top 40 list from an xml and then finds information
regarding each entry from youtube and twitter. When editing and saving the page, only the "comment"
property is saved as a comment on youtube.


Instructions
-----
* Include the provider folder in your project

* Include the templates folder in your project

* Add references to the youtube dll:s in the bin folder.

* Make sure you're targeting .Net 3.5 (project properties) since the page provider uses Linq

* Ctrl + Shift + B

* Add <asp:ContentPlaceHolder runat="server" ID="HeaderRegion"> inside the header tag in the masterpage.

* For configuration, see config/web.config. 

* Import the page type file in pagetypes folder into episerver.

* Have fun


Known problems
-----
For demo only, rather slow on first hit and no error handling whatsoever.
