rss.jsp revision 1281
1494N/ASee LICENSE.txt included in this distribution for the specific
1494N/Afile and include the License file at LICENSE.txt.
1512N/Ainclude file="pageconfig.jspf"
1494N/A cfg = PageConfig.get(request);
1494N/A String redir = cfg.canProcess();
1494N/A if (redir == null || redir.length() > 0) {
1494N/A response.sendRedirect(redir);
1494N/A String path = cfg.getPath();
1494N/A String dtag = cfg.getDefineTagsIndex();
1494N/A %>/rss.xsl.xml"?>
1494N/A<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
1494N/A <title>Changes in <%= path.length() == 0
1494N/A <description><%= Util.htmlize(dtag) %></description>
1494N/A hist = new DirectoryHistoryReader(cfg.getHistoryDirs()).getHistory();
1494N/A for (HistoryEntry entry : hist.getHistoryEntries()) {
1494N/A if (entry.isActive()) {
1494N/A Set<String> files = entry.getFiles();
1494N/A %><%= Util.htmlize(ifile) %><%
1494N/A %><%= Util.htmlize(path) %> - <%=