Author: tyrell
Date: Sun Jan 20 19:22:41 2008
New Revision: 12551

Log:

Adding a page atom feed to index.jsp, which subscribes the users to Everyone's 
mashups.

Modified:
   trunk/mashup/java/modules/www/index.jsp

Modified: trunk/mashup/java/modules/www/index.jsp
==============================================================================
--- trunk/mashup/java/modules/www/index.jsp     (original)
+++ trunk/mashup/java/modules/www/index.jsp     Sun Jan 20 19:22:41 2008
@@ -98,6 +98,10 @@
 <head>
 <title><%= bundle.getString("main.title")%> - Home</title>
 
+<!--Adding the site RSS feed, which subscribes the user to the list of mashups 
available.-->
+<link rel="alternate" type="application/atom+xml" title="<%= 
bundle.getString("main.title")%> - Available Mashups" 
href="search.jsp?query=mashups&format=rss" />
+
+
 <!-- Required CSS -->
 <link href="css/styles.css" rel="stylesheet" type="text/css"/>
 <link rel="stylesheet" type="text/css" href="css/container.css">

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to