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