With interpidation and the MAGIC of QWK Mail Mindless Automaton wrote toDOVE-Net.Programming_(Jav <=-
The RSS list page is pretty bland, so we can make a few changes so it
will fit our default theme at least.
In rss.ssjs, change these lines:
---start code---
if(channel==undefined) {
writeln('<html>');
writeln('<body>');
writeln('<h1>' + system.name + " News (RSS) Channels" +
'</h1>');
writeln('<ul>');
for(c in channel_list)
writeln('<li>'
+ channel_list[c].name.link(link_root +
"?channel=" + channel_list[c].name));
writeln('</ul>');
writeln('</body>');
writeln('</html>');
exit();
}
---end code---
to:
---start code---
if(channel==undefined) {
if(do_header)
write_template("header.inc");
if(do_topnav)
load(topnav_html);
if(do_leftnav)
load(leftnav_html);
writeln('<td class="main" valign="top"><br /><br />');
writeln('<h1>' + system.name + " News (RSS) Channels" +
'</h1>');
writeln('<ul>');
for(c in channel_list)
writeln('<li>'
+ channel_list[c].name.link(link_root +
"?channel=" + channel_list[c].name));
writeln('</ul>');
if(do_rightnav)
write_template("rightnav.inc");
if(do_footer)
write_template("footer.inc");
exit();
}
---end code---
-Mindless Automaton
---
þ Synchronet þ Eldritch Clockwork BBS
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 577 |
Nodes: | 8 (0 / 8) |
Uptime: | 61:39:17 |
Calls: | 10,734 |
Calls today: | 1 |
Files: | 5 |
Messages: | 442,632 |