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: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,067 |
Nodes: | 17 (1 / 16) |
Uptime: | 07:33:30 |
Calls: | 501,266 |
Calls today: | 13 |
Files: | 109,409 |
D/L today: |
13,049 files (9,094M bytes) |
Messages: | 302,263 |
Posted today: | 10 |