1<?php
2interface ZoteroFeedReader
3{
4	function getFeed();
5}
6?>