Additions:
The retrieval of RSS feeds through ""GetRSS"" can be automated by using a [[CommandLineScriptInfo commandline script]] and/or a [[SetupCronJob cron job]]. Remember to change the following setting in the config.php file:
%%(php)# if you have set up a cron to download the RSS entries, you can set this to be 0
define("MANUALLY_PROCESS_RSS",0);%%
%%(php)# if you have set up a cron to download the RSS entries, you can set this to be 0
define("MANUALLY_PROCESS_RSS",0);%%
Deletions:
Additions:
Another reason the import might fail is some ISPs restrict the ability of a PHP program to go out and grab content off other pages. //''(Can someone add details--how to check whether your PHP version is setup to do this or not?)''//
The retrieval of RSS feeds through ""GetRSS"" can be automated by using a [[CommandLineScriptInfo commandline script]] and/or a [[SetupCronJob cron job]].
-[[CommandLineScriptInfo Using a commandline script]]
-[[SetupCronJob Setting up a cron job]]
The retrieval of RSS feeds through ""GetRSS"" can be automated by using a [[CommandLineScriptInfo commandline script]] and/or a [[SetupCronJob cron job]].
-[[CommandLineScriptInfo Using a commandline script]]
-[[SetupCronJob Setting up a cron job]]
Deletions:
Additions:
===Purge RSS===
If you are experimenting with RSS feeds or your feeds get messed up somehow, you may want to [[PurgeRss purge the RSS feeds]]. The **##purgerss##** link is found on the Main Page under RSS Functions.
Once on the PurgeRss page, you simply enter the number of days back to purge the RSS entries and hit enter. NOTE: PHPList 2.10.2 (and possibly other versions) has a bug on this page--you must enter a negative number for the days to purge. For instance, to purge entries for 10 days back, enter -10, or to purge 30 days enter -30.
If you are experimenting with RSS feeds or your feeds get messed up somehow, you may want to [[PurgeRss purge the RSS feeds]]. The **##purgerss##** link is found on the Main Page under RSS Functions.
Once on the PurgeRss page, you simply enter the number of days back to purge the RSS entries and hit enter. NOTE: PHPList 2.10.2 (and possibly other versions) has a bug on this page--you must enter a negative number for the days to purge. For instance, to purge entries for 10 days back, enter -10, or to purge 30 days enter -30.
Deletions:
If you are experimenting with RSS feeds or your feeds get messed up somehow, you may want to purge the RSS feeds. The **##purgerss##** link is found on the Main Page under RSS Functions.
Once on the purgerss page, you simply enter the number of days back to purge the RSS entries and hit enter. NOTE: PHPList 2.10.2 (and possibly other versions) has a bug on this page--you must enter a negative number for the days to purge. For instance, to purge entries for 10 days back, enter -10, or to purge 30 days enter -30.
Additions:
-[[PHPlistRssConceptualSetup Conceptual Setup of RSS feed distribution via phplist]]
Additions:
==[[PhplistDocumentation Phplist Documentation]] » [[RssFunctionsInfo RSS Functions]] » ==
phplist allows you to [[GetRSSInfo import RSS feeds]] and input the imported items in messages. See [[RssFunctionsInfo RSS Functions]] for details on how to use RSS functions.
phplist allows you to [[GetRSSInfo import RSS feeds]] and input the imported items in messages. See [[RssFunctionsInfo RSS Functions]] for details on how to use RSS functions.
Deletions:
phplist allows you to **import RSS feeds** and input the imported items in messages. See RSSFunctionsInfo for details on how to use RSS functions.
Revision [704]
Edited on 2006-09-01 07:39:16 by BhugHAdditions:
If you are experimenting with RSS feeds or your feeds get messed up somehow, you may want to purge the RSS feeds. The **##purgerss##** link is found on the Main Page under RSS Functions.
Deletions:
Revision [703]
Edited on 2006-09-01 07:38:08 by BhugHAdditions:
===PurgeRss===
If you are experimenting with RSS feeds or your feeds get messed up somehow, you may want to purge the RSS feeds. The ==purgerss== link is found on the Main Page under RSS Functions.
If you are experimenting with RSS feeds or your feeds get messed up somehow, you may want to purge the RSS feeds. The ==purgerss== link is found on the Main Page under RSS Functions.
Deletions:
If you are experimenting with RSS feeds or your feeds get messed up somehow, you may want to purge the RSS feeds. The purgerss link is found on the Main Page under RSS Functions.
Revision [701]
Edited on 2006-09-01 07:36:24 by BhugHAdditions:
Another reason the import might fail is some ISPs restrict the ability of a PHP program to go out and grab content off other pages. //(Can someone add details--how to check whether your PHP version is setup to do this or not?//
===PurgeRss==
If you are experimenting with RSS feeds or your feeds get messed up somehow, you may want to purge the RSS feeds. The purgerss link is found on the Main Page under RSS Functions.
Once on the purgerss page, you simply enter the number of days back to purge the RSS entries and hit enter. NOTE: PHPList 2.10.2 (and possibly other versions) has a bug on this page--you must enter a negative number for the days to purge. For instance, to purge entries for 10 days back, enter -10, or to purge 30 days enter -30.
===PurgeRss==
If you are experimenting with RSS feeds or your feeds get messed up somehow, you may want to purge the RSS feeds. The purgerss link is found on the Main Page under RSS Functions.
Once on the purgerss page, you simply enter the number of days back to purge the RSS entries and hit enter. NOTE: PHPList 2.10.2 (and possibly other versions) has a bug on this page--you must enter a negative number for the days to purge. For instance, to purge entries for 10 days back, enter -10, or to purge 30 days enter -30.
Revision [628]
Edited on 2006-07-17 17:15:46 by HernoLAdditions:
[[PhplistDocumentation phplist Documentation]]
phplist allows you to **import RSS feeds** and input the imported items in messages. See RSSFunctionsInfo for details on how to use RSS functions.
phplist allows you to **import RSS feeds** and input the imported items in messages. See RSSFunctionsInfo for details on how to use RSS functions.
Deletions:
Phplist allows you to **import RSS feeds** and input the imported items in messages. See RSSFunctionsInfo for details on how to use RSS functions.
Additions:
=====Get RSS =====
Phplist allows you to **import RSS feeds** and input the imported items in messages. See RSSFunctionsInfo for details on how to use RSS functions.
===Description===
Clicking on **##Get RSS##** in the phplist [[PhplistDocumentation main menu]] will retrieve RSS feeds for **all the RSS feeds** tied to your system.
//Example://
You have two lists with two RSS feeds, when you click on **##Get RSS##**, you get the following report:
%%Downloading RSS Feeds
Parsing http://www.phplist.com/test.rss..
..failed
Parsing http://www.phplist.com/othertest.rss..
..ok
15 items, 13 new items%%
In the first RSS feed, the import failed for some reason (you can try to [[ListListsInfo check your RSS source]] to see if it's valid). In the second RSS feed, the import succeeded, and 13 new items were imported (supposing that you had already imported 2 items).
**Related pages:**
-[[RSSFunctionsInfo using RSS feeds]]
-[[ListListsInfo adding RSS source to a list]]
Phplist allows you to **import RSS feeds** and input the imported items in messages. See RSSFunctionsInfo for details on how to use RSS functions.
===Description===
Clicking on **##Get RSS##** in the phplist [[PhplistDocumentation main menu]] will retrieve RSS feeds for **all the RSS feeds** tied to your system.
//Example://
You have two lists with two RSS feeds, when you click on **##Get RSS##**, you get the following report:
%%Downloading RSS Feeds
Parsing http://www.phplist.com/test.rss..
..failed
Parsing http://www.phplist.com/othertest.rss..
..ok
15 items, 13 new items%%
In the first RSS feed, the import failed for some reason (you can try to [[ListListsInfo check your RSS source]] to see if it's valid). In the second RSS feed, the import succeeded, and 13 new items were imported (supposing that you had already imported 2 items).
**Related pages:**
-[[RSSFunctionsInfo using RSS feeds]]
-[[ListListsInfo adding RSS source to a list]]
Deletions:
//This page is a **template** intended for documentation of **official phplist features**. This page belongs to CategoryTemplate (which contains more handy templates). To create a phplist **documentation** page, [[http://docs.phplist.com/DocumentationTemplate/clone clone this page]], replace the title with a meaningful one and replace this paragraph with the actual page content.//



