For v4.0
Add an RSS link that opens a web page with all of the RSS feeds in RSS.INI, link firmat of course.
With interpidation and the MAGIC of QWK Mail Digital Man wrote to Finnigann<=-
Re: web page suggestion
By: Finnigann to Digital Man on Thu Jul 06 2006 02:52 am
For v4.0
Add an RSS link that opens a web page with all of the RSS feeds in RSS.INI, link firmat of course.
Isn't that what rss.ssjs already does?
(e.g. http://vert.synchro.net/rss.ssjs)
I see:
...
template.additional_services+='[' + ("gopher".link("gopher://"+host +gopher_port)) + '] ';
The next line could be one for RSS. Can I add a line here to include
RSS?
template.additional_services+='[' + ("RSS".link("http://"+host
+RSS_port)) + '] ';
But this isn't right, as those other lines start a service but I want a
web page called (rss.sjss)
OK that doesn't work.
I get an error:
!JavaScript c:\sbbs\web\html\index.ssjs line 80: ReferenceError:
RSS_port is not defined.
With interpidation and the MAGIC of QWK Mail Digital Man wrote to Finnig<=-
Re: web page suggestion
By: Finnigann to Digital Man on Thu Jul 06 2006 02:52 am
For v4.0
Add an RSS link that opens a web page with all of the RSS feeds in RSS.IN link firmat of course.
Isn't that what rss.ssjs already does?
(e.g. http://vert.synchro.net/rss.ssjs)
Yes it does, but where is the link to that page?
I was thinking it could be added to the line of servers along the
bottom of the main page.
[telnet] [rlogin] [ftp] [irc] [news] [gopher] [RSS]
Looking at index.sjss...
I see:
...
template.additional_services+='[' + ("gopher".link("gopher://"+host +gopher_port)) + '] ';
The next line could be one for RSS. Can I add a line here to include
RSS?
template.additional_services+='[' + ("RSS".link("http://"+host
+RSS_port)) + '] ';
But this isn't right, as those other lines start a service but I want a
web page called (rss.sjss)
With interpidation and the MAGIC of QWK Mail Mindless Automaton wrote toFinnigann <=-
Finnigann wrote:
I see:
...
template.additional_services+='[' + ("gopher".link("gopher://"+host +gopher_port)) + '] ';
The next line could be one for RSS. Can I add a line here to include
RSS?
template.additional_services+='[' + ("RSS".link("http://"+host
+RSS_port)) + '] ';
But this isn't right, as those other lines start a service but I want a
web page called (rss.sjss)
OK that doesn't work.
I get an error:
!JavaScript c:\sbbs\web\html\index.ssjs line 80: ReferenceError:
RSS_port is not defined.
Maybe:
template.additional_services+='[' + ("RSS".link("http://"+host+"/rss.ssjs"
)) + '] ';
?
RSS is the same port as http (80) so I guess you could do +http_port instead of RSS_port
With interpidation and the MAGIC of QWK Mail Digital Man wrote to Finnigann<=-
Re: Re: web page suggestion
By: Finnigann to Digital Man on Thu Jul 06 2006 06:16 am
With interpidation and the MAGIC of QWK Mail Digital Man wrote to Finnig<=-
Re: web page suggestion
By: Finnigann to Digital Man on Thu Jul 06 2006 02:52 am
For v4.0
Add an RSS link that opens a web page with all of the RSS feeds in RSS.IN link firmat of course.
Isn't that what rss.ssjs already does?
(e.g. http://vert.synchro.net/rss.ssjs)
Yes it does, but where is the link to that page?
I was thinking it could be added to the line of servers along the
bottom of the main page.
[telnet] [rlogin] [ftp] [irc] [news] [gopher] [RSS]
Looking at index.sjss...
I see:
...
template.additional_services+='[' + ("gopher".link("gopher://"+host +gopher_port)) + '] ';
The next line could be one for RSS. Can I add a line here to include
RSS?
Of course.
template.additional_services+='[' + ("RSS".link("http://"+host
+RSS_port)) + '] ';
But this isn't right, as those other lines start a service but I want a
web page called (rss.sjss)
Do this instead:
template.additional_services+='[' + ("RSS".link("rss.ssjs")) + '] ';
You don't need the protocol and port specified since it's just a web
page.
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,043 |
Nodes: | 15 (0 / 15) |
Uptime: | 41:10:56 |
Calls: | 500,899 |
Calls today: | 2 |
Files: | 109,370 |
D/L today: |
4,620 files (473M bytes) |
Messages: | 304,216 |