|
WDF Staff
Join Date: April 2004
Location: Cottage Grove, Minnesota
Posts: 3,359
|
You need to create your own RSS (XML) feeder, or try to find a script.
It's sort of tricky because we don't know how your newsletters are created.
Usually, you have a database that stores files (like MP3 files), and the PHP
script that stores them creates a "feed.xml" file that people will use with
their RSS readers.
I would guess your newsletters are PDF files (but you didn't tell us about them),
and you will be storing them somewhere (don't know that either), and instead
of emailing people, you will recommend that they use an RSS Reader to see
your list of newsletters (we don't know that either).
More information is needed.
If you plan on using PDF files for your newsletters and you store them somewhere,
maybe you can also create a simple flat-file (text file) with a list of them, the
filenames, titles, and dates? I guess we don't know that either.
|