<!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>