Add v0.0.3
This commit is contained in:
parent
f460bd8731
commit
2308af6033
10 changed files with 146 additions and 24 deletions
2
feed.php
2
feed.php
|
@ -17,6 +17,8 @@
|
|||
header ("Content-Type:application/xml");
|
||||
$page = getURLParam ("page", Base::PAGE_INDEX);
|
||||
$query = getURLParam ("query");
|
||||
if ($query)
|
||||
$page = Base::PAGE_OPENSEARCH_QUERY;
|
||||
$qid = getURLParam ("id");
|
||||
|
||||
$OPDSRender = new OPDSRenderer ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue