LSTOWN-L Archives

LISTSERV List Owners' Forum

LSTOWN-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Francoise Becker <[log in to unmask]>
Fri, 12 May 2006 14:18:18 -0400
text/plain (42 lines)
On 12 May 2006 at 13:16, Pete Weiss wrote:

> 
> No need for pointers.  Here's one for this list:
> 
> http://peach.ease.lsoft.com/scripts/wa.exe?RSS&L=LSTOWN-L

Also available are:

RSS 2.0:
http://peach.ease.lsoft.com/scripts/wa.exe?RSS&L=LSTOWN-L&v=2.0

Atom 1.0:
http://peach.ease.lsoft.com/scripts/wa.exe?RSS&L=LSTOWN-L&v=ATOM1.0

And if you'd prefer some different feed version, you just need to 
make new RSS* templates ending in XXX and use v=XXX on the URL. It 
defaults to 1.0 for RSS 1.0.

List needs to be Notebook=...Public. I've had Private work with some 
readers if I have a login cookie set, but that's reader dependant.

Note that the RSS wa function is not "officially" released -- there 
are some other features that we would like to add, especially a way 
to add a "summary", before we officially release it, but those 
features that are present in 14.5 do appear to be working well.

Here's a little code sample if you want to add little RSS and Atom 
chicklets to your WWW_INDEX (static) template:

.bb &KWD(NOTEBOOK,4) = PUBLIC
<a style='background-color: #99ccff; border: 1px outset; font-weight: bold; color: white; font-size: 12px; padding: 0 0.4em; text-decoration: none; font-family: sans-serif;' href="&WA_URL;?RSS&&L=&LISTNAME;&&v=ATOM1.0">ATOM</a>
<a style='background-color: #f80; border: 1px outset; font-weight: bold; color: white; font-size: 12px; padding: 0 0.4em; text-decoration: none; font-family: sans-serif;' href="&WA_URL;?RSS&&L=&LISTNAME;&&v=1.0">RSS1</a>
<a style='background-color: #f80; border: 1px outset; font-weight: bold; color: white; font-size: 12px; padding: 0 0.4em; text-decoration: none; font-family: sans-serif;' href="&WA_URL;?RSS&&L=&LISTNAME;&&v=2.0">RSS2</a>
.eb


-- 
Francoise Becker <[log in to unmask]>

Knowledge is just a click away: http://www.lsoft.com/optin.html

ATOM RSS1 RSS2