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