<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>selfoss support forum - Get data. How to ?</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>Get data. How to ?</title>
<content:encoded><![CDATA[<p>Dear,</p>
<p>I guest I am stupid at all to be turning around Selfoss to get my first data from source.<br />
I followed the instruction on the selfoss website and created the cronjob with wget and created the DB on MySQL. <br />
Now I need to get flux RSS from silicon.fr (http://www.silicon.fr/feed)<br />
I updated the /spouts/rss/feed.php file and change the lines</p>
<p><em>public $params = array(<br />
        &quot;url&quot; =&gt; array(<br />
            &quot;title&quot;      =&gt; &quot;URL&quot;,<br />
            &quot;type&quot;       =&gt; &quot;text&quot;,<br />
            &quot;default&quot;    =&gt; &quot;&quot;,<br />
            &quot;required&quot;   =&gt; true,<br />
            &quot;validation&quot; =&gt; array(&quot;notempty&quot;)<br />
        )<br />
    );</em></p>
<p>like this by modifying the title value with the feed URL<br />
<em>public $params = array(<br />
        &quot;url&quot; =&gt; array(<br />
            &quot;title&quot;      =&gt; &quot;http://www.silicon.fr/feed&quot;,<br />
            &quot;type&quot;       =&gt; &quot;text&quot;,<br />
            &quot;default&quot;    =&gt; &quot;&quot;,<br />
            &quot;required&quot;   =&gt; true,<br />
            &quot;validation&quot; =&gt; array(&quot;notempty&quot;)<br />
        )<br />
    );</em></p>
<p>The cron is running and I am getting this</p>
<p><em>--2014-02-20 06:34:01--  <a href="http://rss.bonschoix.com/Update">http://rss.bonschoix.com/Update</a><br />
Resolving rss.bonschoix.com... 192.99.2.55<br />
Connecting to rss.bonschoix.com|192.99.2.55|:80... connected.<br />
HTTP request sent, awaiting response... 200 OK<br />
Length: unspecified [text/html]<br />
Saving to: `Update.80'</em></p>
<p><em>     0K                                                        2.27M=0s</em></p>
<p><em>2014-02-20 06:34:01 (2.27 MB/s) - `Update.80' saved [8]</em></p>
<p>But my DB Source table does not contains any data. What am I missing in the config.ini file or is there something else I should do ?</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=786</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=786</guid>
<pubDate>Thu, 20 Feb 2014 11:35:17 +0000</pubDate>
<dc:creator>gabykant</dc:creator>
</item>
</channel>
</rss>
