yacy_search_server/htroot/FeedReader_p.html
allo 7b2e1bb8f2 Feedparser with reflection.
TODO: This needs a special build.xml entry


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3832 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-06-08 14:31:09 +00:00

31 lines
584 B
HTML

<!--HEADER for FeedReader_p.html
<title>#[clientname]#'s feed reader</title>
end of HEADER-->
#(page)#
please select your feed with ?url=Feedurl&max=5&offset=1 (to be implemented in html ;))
::
<dl>
<dt>Title</dt>
<dd>#[title]#</dd>
#(hasAuthor)#::<dt>Author</dt>
<dd>#[author]#</dd>#(/hasAuthor)#
<dt>Description</dt>
<dd>#[description]#</dd>
</dl>
<dl>
#{items}#
<dt><a href="#[link]#">#[title]#</a></dt>
<dd style="border: thin solid red">#[description]#</dd>
#{/items}#
</dl>
::
Error:
#(error)#
You need to install libx
::
Problem with url
#(/error)#
test
#(/page)#