diff options
| author | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-05-15 00:09:53 +0000 |
|---|---|---|
| committer | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-05-15 00:09:53 +0000 |
| commit | 734298facde75dabe1d00ca2ca1390d918d7f839 (patch) | |
| tree | 95ab77e3b344cb5b40d56f564676987d4f962973 /htroot/yacysearch.rss | |
| parent | 2a8f70f0ca3f8b2bdcf4de11f6136ec2957b16cf (diff) | |
*) added missing namespace declarations in yacysearch.rss
*) minor change in yacysearchtrailer.java
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6875 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/yacysearch.rss')
| -rw-r--r-- | htroot/yacysearch.rss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/htroot/yacysearch.rss b/htroot/yacysearch.rss index e9884e8e5..78be4eb27 100644 --- a/htroot/yacysearch.rss +++ b/htroot/yacysearch.rss @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type='text/xsl' href='/yacysearch.xsl' version='1.0'?> <rss version="2.0" - xmlns:yacy="http://www.yacy.net/" - xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" + xmlns:yacy="http://www.yacy.net/" + xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:media="http://search.yahoo.com/mrss/" - xmlns:atom="http://www.w3.org/2005/Atom"> + xmlns:atom="http://www.w3.org/2005/Atom" + xmlns:dc="http://purl.org/dc/elements/1.1/" +> <!-- YaCy Search Engine; http://yacy.net --> <channel> <title>#[promoteSearchPageGreeting]#</title> |
