yacy_search_server/htroot/FeedReader_p.html
orbiter 1782ef57e5 - added SSI parser and include directive for <!--# include virtual="<file>" -->
- added chunked file transfer for non-yacy clients
- SSIs are streamed using chunked transfer, partly delivered pages can be seen in browser before transmission is finished
- added client-side network unit identification
- cleaned up code

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3926 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-06-26 14:37:10 +00:00

40 lines
842 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Feed Reader</title>
#%env/templates/metas.template%#
</head>
<body>
#%env/templates/header.template%#
#(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)#
#%env/templates/footer.template%#
</body>
</html>