larger smaller normal text version of this page

Revision [916]

Last edited on 2006-10-25 02:43:38 by AlStillero [added links, some minor formatting]
Additions:
====Conceptual Setup of RSS feed distribution via phplist ===={{image class="right" alt="The components of the PHPlist rss system" title="The components of the phplist rss system" url="http://pascal.vanhecke.info/wp-content/upload_images/20050421_phplist_components.gif" }}
phplist has this wonderful system you can use to distribute several sources of information (news, site updates, bookmarks, calendars, job listings...) to people who can subscribe to a selection they're interested in. All of the following applies to a phplist installation where the RSS feature has been enabled: see [[PhpListConfiguration List configuration]] .
===Components===
===RSS Sources===
===phplist: Subscribers, Messages and Lists===
So how do we now match RSS sources with subscribers? You could think of several ways doing so, we'll explain the way phplist has done it.
{{image class="left" alt="PHPlist: matching sources and subscribers" title="phplist: matching sources and subscribers" url="http://pascal.vanhecke.info/wp-content/upload_images/20050421_phplist_matching_sources_subcribers.gif" }}===Messages===
===Send process===
{{image class="right" alt="PHPlist and RSS: how it works" title="phplist and RSS: how it works" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_how_it_works.gif" }}
When the [[ProcessQueueInfo processqueue]] link has been hit (by a browser or by a [[SetupCronJob cron job]]), the Send Process checks whether there are any RSS messages ready to be sent (= status "submitted"). For every RSS message, having a specific frequency, it goes over the lists the message has been sent to. From those lists, it collects the subscribers having **the same frequency** as the RSS message.
===Extra conditions: threshold number and max nr of items to send===
===Troubleshooting===
- Have RSS feed items been retrieved by the Get RSS process (see GetRSSInfo), typically by a [[SetupCronJob cron job]](you can check it with the View RSS menu option, see ViewRSSInfo)?
===Typical setups===
===Not differentiating between frequencies===
===Hiding the frequency for the subscriber===
===Extra: controlling the send time by controlling the RSS feed===
{{image class="right" alt="PHPlist and RSS : simplified setup" title="phplist and RSS : simplified setup" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_simplified_setup.gif" }}Setting all your subscribers' RSS frequency to daily still gives you the possibility of differentiating the send times of the lists/sources you have by organising the updates of the underlying RSS feeds with a certain frequency.
==Related pages==
-[[RssFunctionsInfo What is an RSS source?]]
-[[ConfigurePhplistInfo phplist configuration: RSS]]
-[[ListListsInfo Lists: adding an RSS source]]
-[[ViewRSSInfo View Rss]]
Deletions:
=====Conceptual Setup of RSS feed distribution via phplist =====
{{image class="right" alt="The components of the PHPlist rss system" title="The components of the phplist rss system" url="http://pascal.vanhecke.info/wp-content/upload_images/20050421_phplist_components.gif" }}phplist has this wonderful system you can use to distribute several sources of information (news, site updates, bookmarks, calendars, job listings...) to people who can subscribe to a selection they're interested in. All of the following applies to a phplist installation where the RSS feature has been enabled: see [[PhpListConfiguration List configuration]] .
=====Components=====
====RSS Sources====
====phplist: Subscribers, Messages and Lists====
{{image class="left" alt="PHPlist: matching sources and subscribers" title="phplist: matching sources and subscribers" url="http://pascal.vanhecke.info/wp-content/upload_images/20050421_phplist_matching_sources_subcribers.gif" }}So how do we now match RSS sources with subscribers? You could think of several ways doing so, we'll explain the way phplist has done it.
===Messages===
=====Send process=====
{{image class="right" alt="PHPlist and RSS: how it works" title="phplist and RSS: how it works" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_how_it_works.gif" }}When the [[ProcessQueueInfo processqueue]] link has been hit (by a browser or by a CronJob), the Send Process checks whether there are any RSS messages ready to be sent (= status "submitted"). For every RSS message, having a specific frequency, it goes over the lists the message has been sent to. From those lists, it collects the subscribers having **the same frequency** as the RSS message.
====Extra conditions: threshold number and max nr of items to send====
=====Troubleshooting=====
- Have RSS feed items been retrieved by the GetRSS process (see GetRSSInfo), typically by a CronJob (you can check it with the ViewRSS menu option, see ViewRSSInfo)?
=====Typical setups=====
====Not differentiating between frequencies====
====Hiding the frequency for the subscriber====
====Extra: controlling the send time by controlling the RSS feed====
{{image class="left" alt="PHPlist and RSS : simplified setup" title="phplist and RSS : simplified setup" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_simplified_setup.gif" }}Setting all your subscribers' RSS frequency to daily still gives you the possibility of differentiating the send times of the lists/sources you have by organising the updates of the underlying RSS feeds with a certain frequency.


Revision [644]

Edited on 2006-07-17 18:23:58 by HernoL
Additions:
[[PhplistDocumentation phplist Documentation]]
Deletions:
[[PhplistDocumentation Phplist Documentation]]


Revision [643]

Edited on 2006-07-17 18:22:03 by HernoL
Additions:
=====Conceptual Setup of RSS feed distribution via phplist =====
{{image class="right" alt="The components of the PHPlist rss system" title="The components of the phplist rss system" url="http://pascal.vanhecke.info/wp-content/upload_images/20050421_phplist_components.gif" }}phplist has this wonderful system you can use to distribute several sources of information (news, site updates, bookmarks, calendars, job listings...) to people who can subscribe to a selection they're interested in. All of the following applies to a phplist installation where the RSS feature has been enabled: see [[PhpListConfiguration List configuration]] .
Rss sources are basically just files that sit or lie on a webserver (whatever way you want to think of files on a webserver :-) ). Sometimes they're static (.xml or .rdf) files, sometimes they're dynamically generated. What's important is that they contain information in a format that can be read by other software, such as phplist. An RSS source or feed has a title and a description of its own, and consists of individual items (news articles, job or event descriptions, whatever. These items then typically have a title, a link (where you can find more information) and a description: this is the body text. The rss sources can be both your own data (on your own webserver), or come from and external website (provided you have the permission to redistribute them).
====phplist: Subscribers, Messages and Lists====
{{image class="left" alt="PHPlist: matching sources and subscribers" title="phplist: matching sources and subscribers" url="http://pascal.vanhecke.info/wp-content/upload_images/20050421_phplist_matching_sources_subcribers.gif" }}So how do we now match RSS sources with subscribers? You could think of several ways doing so, we'll explain the way phplist has done it.
In phplist, subscribers indicate they want to receive their updates daily, weekly, or monthly (//indicated with different colors on the schemas//).
There is a separate category of messages, evidently called rss-messages that picks up the contents of rss feeds and brings it to the subscribers of the rss-feed lists. An rss message has the token [RSS] in its message body. You 'll find them under the tab rss in your phplist interface.
{{image class="right" alt="PHPlist and RSS: how it works" title="phplist and RSS: how it works" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_how_it_works.gif" }}When the [[ProcessQueueInfo processqueue]] link has been hit (by a browser or by a CronJob), the Send Process checks whether there are any RSS messages ready to be sent (= status "submitted"). For every RSS message, having a specific frequency, it goes over the lists the message has been sent to. From those lists, it collects the subscribers having **the same frequency** as the RSS message.
{{image class="right" alt="PHPlist and RSS : threshold and max number" title="phplist and RSS : threshold and max number" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_threshold_and_max_number_items.gif" }}In the [[ConfigurePhplistInfo Configuration menu]], the following two values have to be set:
- Is RSS enabled in the config file (see [[PhpListConfiguration phplist list configuration)?
{{image class="right" alt="PHPlist and RSS : typical setup" title="phplist and RSS : typical setup" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_typical_setup.gif" }}
{{image class="left" alt="PHPlist and RSS : simplified setup" title="phplist and RSS : simplified setup" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_simplified_setup.gif" }}Setting all your subscribers' RSS frequency to daily still gives you the possibility of differentiating the send times of the lists/sources you have by organising the updates of the underlying RSS feeds with a certain frequency.
This way you can offer people a "daily update" together with a "weekly calendar", or a "weather overview of the past month" together in the same phplist installation, all of the messages fully automated and run by scripts that package the news items of the past day, the calendar of the upcoming week, wheather overview of the past month, in daily, weekly, monthly refreshed RSS feeds. The awkward thing here might be the fact that the subject of your daily RSS message does not reflect the varying content. You could set up a cron job changing the message subject every day (such as ... Update of Sunday.. xth of month) but there is no way to vary the subject according to the content of the message, that being user/subscription dependent.
Deletions:
=====Conceptual Setup of RSS feed distribution via PHPlist =====
{{image class="right" alt="The components of the PHPlist rss system" title="The components of the PHPlist rss system" url="http://pascal.vanhecke.info/wp-content/upload_images/20050421_phplist_components.gif" }}PHPlist has this wonderful system you can use to distribute several sources of information (news, site updates, bookmarks, calendars, job listings...) to people who can subscribe to a selection they're interested in. All of the following applies to a PHPlist installation where the RSS feature has been enabled: see PhpListConfiguration .
Rss sources are basically just files that sit or lie on a webserver (whatever way you want to think of files on a webserver :-) ). Sometimes they're static (.xml or .rdf) files, sometimes they're dynamically generated. What's important is that they contain information in a format that can be read by other software, such as PHPlist. An RSS source or feed has a title and a description of its own, and consists of individual items (news articles, job or event descriptions, whatever. These items then typically have a title, a link (where you can find more information) and a description: this is the body text. The rss sources can be both your own data (on your own webserver), or come from and external website (provided you have the permission to redistribute them).
====PHPlist: Subscribers, Messages and Lists====
{{image class="left" alt="PHPlist: matching sources and subscribers" title="PHPlist: matching sources and subscribers" url="http://pascal.vanhecke.info/wp-content/upload_images/20050421_phplist_matching_sources_subcribers.gif" }}So how do we now match RSS sources with subscribers? You could think of several ways doing so, we'll explain the way PHPlist has done it.
In PHPlist, subscribers indicate they want to receive their updates daily, weekly, or monthly (//indicated with different colors on the schemas//).
There is a separate category of messages, evidently called rss-messages that picks up the contents of rss feeds and brings it to the subscribers of the rss-feed lists. An rss message has the token [RSS] in its message body. You 'll find them under the tab rss in your PHPlist interface.
{{image class="right" alt="PHPlist and RSS: how it works" title="PHPlist and RSS: how it works" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_how_it_works.gif" }}When the [[ProcessQueueInfo processqueue]] link has been hit (by a browser or by a CronJob), the Send Process checks whether there are any RSS messages ready to be sent (= status "submitted"). For every RSS message, having a specific frequency, it goes over the lists the message has been sent to. From those lists, it collects the subscribers having **the same frequency** as the RSS message.
{{image class="right" alt="PHPlist and RSS : threshold and max number" title="PHPlist and RSS : threshold and max number" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_threshold_and_max_number_items.gif" }}In the [[ConfigurePhplistInfo Configuration menu]], the following two values have to be set:
- Is RSS enabled in the config file (see PhpListConfiguration)?
{{image class="right" alt="PHPlist and RSS : typical setup" title="PHPlist and RSS : typical setup" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_typical_setup.gif" }}
{{image class="left" alt="PHPlist and RSS : simplified setup" title="PHPlist and RSS : simplified setup" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_simplified_setup.gif" }}Setting all your subscribers' RSS frequency to daily still gives you the possibility of differentiating the send times of the lists/sources you have by organising the updates of the underlying RSS feeds with a certain frequency.
This way you can offer people a "daily update" together with a "weekly calendar", or a "weather overview of the past month" together in the same PHPlist installation, all of the messages fully automated and run by scripts that package the news items of the past day, the calendar of the upcoming week, wheather overview of the past month, in daily, weekly, monthly refreshed RSS feeds. The awkward thing here might be the fact that the subject of your daily RSS message does not reflect the varying content. You could set up a cron job changing the message subject every day (such as ... Update of Sunday.. xth of month) but there is no way to vary the subject according to the content of the message, that being user/subscription dependent.


Revision [252]

Edited on 2005-04-24 21:49:05 by PascalVanHecke
Additions:
The choice whether a mailing should be daily, weekly or montly often depends more on the kind of content you offer than on the subscriber's preferences. If you offer a "daily updates" feed for distribution, than the weekly or monthly RSS messages might become too heavy anyway. Vice versa for a news source that's only once updated in a week or a month. In that case you can hide the RSS frequency in the subscribe pages and set all your users by default on daily, weekly or monthly, simplifying both your interface and setup (only one RSS message to configure).
{{image class="left" alt="PHPlist and RSS : simplified setup" title="PHPlist and RSS : simplified setup" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_simplified_setup.gif" }}Setting all your subscribers' RSS frequency to daily still gives you the possibility of differentiating the send times of the lists/sources you have by organising the updates of the underlying RSS feeds with a certain frequency.
Deletions:
{{image class="left" alt="PHPlist and RSS : simplified setup" title="PHPlist and RSS : simplified setup" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_simplified_setup.gif" }}The choice whether a mailing should be daily, weekly or montly often depends more on the kind of content you offer than on the subscriber's preferences. If you offer a "daily updates" feed for distribution, than the weekly or monthly RSS messages might become too heavy anyway. Vice versa for a news source that's only once updated in a week or a month. In that case you can hide the RSS frequency in the subscribe pages and set all your users by default on daily, weekly or monthly, simplifying both your interface and setup (only one RSS message to configure).
Setting all your subscribers' RSS frequency to daily still gives you the possibility of differentiating the send times of the lists/sources you have by organising the updates of the underlying RSS feeds with a certain frequency.


Revision [251]

Edited on 2005-04-24 21:48:06 by PascalVanHecke
Additions:
Setting all your subscribers' RSS frequency to daily still gives you the possibility of differentiating the send times of the lists/sources you have by organising the updates of the underlying RSS feeds with a certain frequency.
This way you can offer people a "daily update" together with a "weekly calendar", or a "weather overview of the past month" together in the same PHPlist installation, all of the messages fully automated and run by scripts that package the news items of the past day, the calendar of the upcoming week, wheather overview of the past month, in daily, weekly, monthly refreshed RSS feeds. The awkward thing here might be the fact that the subject of your daily RSS message does not reflect the varying content. You could set up a cron job changing the message subject every day (such as ... Update of Sunday.. xth of month) but there is no way to vary the subject according to the content of the message, that being user/subscription dependent.


Revision [250]

Edited on 2005-04-24 21:23:01 by PascalVanHecke
Additions:
{{image class="left" alt="PHPlist and RSS : simplified setup" title="PHPlist and RSS : simplified setup" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_simplified_setup.gif" }}The choice whether a mailing should be daily, weekly or montly often depends more on the kind of content you offer than on the subscriber's preferences. If you offer a "daily updates" feed for distribution, than the weekly or monthly RSS messages might become too heavy anyway. Vice versa for a news source that's only once updated in a week or a month. In that case you can hide the RSS frequency in the subscribe pages and set all your users by default on daily, weekly or monthly, simplifying both your interface and setup (only one RSS message to configure).
Deletions:
{{image class="right" alt="PHPlist and RSS : simplified setup" title="PHPlist and RSS : simplified setup" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_simplified_setup.gif" }}


Revision [249]

Edited on 2005-04-24 21:09:09 by PascalVanHecke
Additions:
Put simply: make sure //all// your RSS messages are sent to //all// your RSS lists/sources (an rss source associated with a list you don't send an RSS message to doesn't make sense anyway).
This way you present your users the list of feeds to select from, and it doesn' matter what frequency they choose for themselves, they'll get the same content, only in smaller or bigger packages (provided the number of items is always under the max nr). The RSS items that will end up in their mailbox only depend on their list selection, not on the frequency. The frequency only determines maybe title or some template elements that mention "daily/monthly/weekly update" etc....
Deletions:
Put simply: make sure //all// your RSS messages are sent to //all// your RSS lists/sources.


Revision [248]

Edited on 2005-04-24 21:00:07 by PascalVanHecke
Additions:
From the above description of the send process, you might have the impression that the RSS feature is hard to grasp. However, there are some setups that seem quite natural and obvious:
Put simply: make sure //all// your RSS messages are sent to //all// your RSS lists/sources.


Revision [247]

Edited on 2005-04-24 20:48:04 by PascalVanHecke
Additions:
====Not differentiating between frequencies====
{{image class="right" alt="PHPlist and RSS : typical setup" title="PHPlist and RSS : typical setup" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_typical_setup.gif" }}
====Hiding the frequency for the subscriber====
{{image class="right" alt="PHPlist and RSS : simplified setup" title="PHPlist and RSS : simplified setup" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_simplified_setup.gif" }}
====Extra: controlling the send time by controlling the RSS feed====


Revision [246]

Edited on 2005-04-24 20:25:44 by PascalVanHecke
Additions:
If you have set up your RSS message system and messages are not being sent when processing the queue, what can have gone wrong?
- Is RSS enabled in the config file (see PhpListConfiguration)?
- Have you associated one or more lists with an rss feed?
- Have RSS feed items been retrieved by the GetRSS process (see GetRSSInfo), typically by a CronJob (you can check it with the ViewRSS menu option, see ViewRSSInfo)?
- Has at least one RSS message been set up (a message with [RSS] in its message body and with a frequency = daily, weekly, monthly) and been submitted?
- are there any users subscribed to the lists/sources the message has been sent to?
- do at least one of those users have the same frequency set as the sent message?
- has enough time (day, week, month) elapsed since last time this subscriber got an RSS message (while testing, __delete__ and resubscribe the test mail adress)
- are there any new RSS items for this subscriber? Is the number higher than the threshold number?


Revision [245]

Edited on 2005-04-24 20:04:11 by PascalVanHecke
Additions:
{{image class="right" alt="PHPlist and RSS : threshold and max number" title="PHPlist and RSS : threshold and max number" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_threshold_and_max_number_items.gif" }}In the [[ConfigurePhplistInfo Configuration menu]], the following two values have to be set:
Deletions:
{{image class="left" alt="PHPlist and RSS : threshold and max number" title="PHPlist and RSS : threshold and max number" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_threshold_and_max_number_items.gif" }}In the [[ConfigurePhplistInfo Configuration menu]], the following two values have to be set:


Revision [244]

Edited on 2005-04-24 20:03:40 by PascalVanHecke
Additions:
=====Troubleshooting=====
=====Typical setups=====


Revision [243]

Edited on 2005-04-24 20:02:09 by PascalVanHecke
Deletions:
note to myself: rest of story: other stuff: threshold, and max (in config file / settings)


Revision [242]

Edited on 2005-04-24 20:01:14 by PascalVanHecke
Additions:
{{image class="left" alt="PHPlist and RSS : threshold and max number" title="PHPlist and RSS : threshold and max number" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_threshold_and_max_number_items.gif" }}In the [[ConfigurePhplistInfo Configuration menu]], the following two values have to be set:
- "Minimum amount of items to send in an RSS feed" : this is the number of items that has be //surpassed// before a mail can be sent (actually, threshold is a better name than minimum here). Setting this amount to e.g. 3 makes sure that only messages are sent that contain //at least// 4 items, so that subscribers do not get annoyed with too many unimportant messages. Setting it to 0 makes sure a message will be sent //as soon as// there is a new RSS item in one of the subscriptions.
- "Maximum amount of items to send in an RSS feed": an upper limit in order to make messages not to grow too large (e.g. for people on busy feeds and low frequency, or for the first RSS message that is being sent after subscription to an already populated feed
Deletions:
{{image class="left" alt="PHPlist and RSS : threshold and max number" title="PHPlist and RSS : threshold and max number" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_threshold_and_max_number_items.gif" }}


Revision [241]

Edited on 2005-04-24 19:54:00 by PascalVanHecke
Additions:
- there are new RSS items in his or her sources (items that he or she hasn't received so far)
====Extra conditions: threshold number and max nr of items to send====
{{image class="left" alt="PHPlist and RSS : threshold and max number" title="PHPlist and RSS : threshold and max number" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_threshold_and_max_number_items.gif" }}
note to myself: rest of story: other stuff: threshold, and max (in config file / settings)
Deletions:
- there are new RSS items in his or her sources (items that he or she hasn't received so far
note to myself: rest of story: explain messages, frequencies, double condition to receive info, other stuff: threshold, and max (in config file / settings)


Revision [240]

Edited on 2005-04-24 19:27:59 by PascalVanHecke
Additions:
In the schema you'll see that:
- subscriber 1 (frequency daily) gets the daily message with items from the blue and green RSS source
- subscriber 2 doesn't get any message because the RSS message of his frequency has not been sent to the source he's subscribed at
- subscriber 3 doesn't get any message because no weekly RSS message has been sent
- subscriber 4 does get an RSS message, however only containing items from the blue feed because the monthly RSS message is only sent to the blue feed
- subscriber 5 doesn't get a message because he's not subscribed to any feed


Revision [239]

Edited on 2005-04-24 19:22:27 by PascalVanHecke
Additions:
{{image class="right" alt="PHPlist and RSS: how it works" title="PHPlist and RSS: how it works" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_how_it_works.gif" }}When the [[ProcessQueueInfo processqueue]] link has been hit (by a browser or by a CronJob), the Send Process checks whether there are any RSS messages ready to be sent (= status "submitted"). For every RSS message, having a specific frequency, it goes over the lists the message has been sent to. From those lists, it collects the subscribers having **the same frequency** as the RSS message.
Deletions:
{{image class="left" alt="PHPlist and RSS: how it works" title="PHPlist and RSS: how it works" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_how_it_works.gif" }}When the [[ProcessQueueInfo processqueue]] link has been hit (by a browser or by a CronJob), the Send Process checks whether there are any RSS messages ready to be sent (= status "submitted"). For every RSS message, having a specific frequency, it goes over the lists the message has been sent to. From those lists, it collects the subscribers having **the same frequency** as the RSS message.


Revision [238]

Edited on 2005-04-24 19:21:19 by PascalVanHecke
Additions:
{{image class="left" alt="PHPlist and RSS: how it works" title="PHPlist and RSS: how it works" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_how_it_works.gif" }}When the [[ProcessQueueInfo processqueue]] link has been hit (by a browser or by a CronJob), the Send Process checks whether there are any RSS messages ready to be sent (= status "submitted"). For every RSS message, having a specific frequency, it goes over the lists the message has been sent to. From those lists, it collects the subscribers having **the same frequency** as the RSS message.
Deletions:
{{image class="left" alt="PHPlist and RSS: how it works" title="PHPlist and RSS: how it works" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_how_it_works.gif" }}When the [[ProcessQueueInfo processqueue]] link has been hit (by a browser or by a CronJob), the Send Process checks whether there are any RSS messages ready to be sent (= status "submitted"). For every RSS message, having a specific frequency, it goes over the lists the message has been sent. From those lists, it collects the subscribers having **the same frequency** as the RSS message.


Revision [237]

Edited on 2005-04-24 19:20:28 by PascalVanHecke
Additions:
{{image class="left" alt="PHPlist and RSS: how it works" title="PHPlist and RSS: how it works" url="http://pascal.vanhecke.info/wp-content/upload_images/20050424_RSS_how_it_works.gif" }}When the [[ProcessQueueInfo processqueue]] link has been hit (by a browser or by a CronJob), the Send Process checks whether there are any RSS messages ready to be sent (= status "submitted"). For every RSS message, having a specific frequency, it goes over the lists the message has been sent. From those lists, it collects the subscribers having **the same frequency** as the RSS message.
For such a subscriber, the system controls that
- it has been at least a day/week/month since last RSS message has been sent
- there are new RSS items in his or her sources (items that he or she hasn't received so far
If those two conditions are met, a message is sent containing the new RSS items from the sources/lists subscribed at.
Deletions:
When the [[ProcessQueueInfo processqueue]] link has been hit (by a browser or by a CronJob), the Send Process checks whether there are any RSS messages ready to be sent (= status "submitted").


Revision [236]

The oldest known version of this page was created on 2005-04-24 19:09:42 by PascalVanHecke
Page was generated in 0.0624 seconds