Discussion:
Indexer RSS flux
d***@mapluz.fr
2013-11-04 12:57:08 UTC
Permalink
hi,

I want indexer RSS flux on my web site.
Is there a parameter in indexer.conf to do this ?

Thanks

***@mapluz.fr
Alexander Barkov
2013-11-04 19:59:43 UTC
Permalink
Hi,
Post by d***@mapluz.fr
hi,
I want indexer RSS flux on my web site.
Is there a parameter in indexer.conf to do this ?
Can you please give a link to an example of an RSS file you'd like to
index, or copy and paste an RSS fragment?

Thanks.
Post by d***@mapluz.fr
Thanks
_______________________________________________
General mailing list
http://lists.mnogosearch.org/listinfo/general
d***@mapluz.fr
2013-11-06 09:00:40 UTC
Permalink
hi,

here is an example of rss flux : http://www.sudouest.fr/pyrenees-atlantiques/bayonne/rss.xml

thanks for you help

----- Mail original -----

De: "Alexander Barkov" <***@mnogosearch.org>
À: ***@mapluz.fr
Cc: "MNOGOSEARCH" <***@mnogosearch.org>
Envoyé: Lundi 4 Novembre 2013 20:59:43
Objet: Re: [General] Indexer RSS flux

Hi,
Post by d***@mapluz.fr
hi,
I want indexer RSS flux on my web site.
Is there a parameter in indexer.conf to do this ?
Can you please give a link to an example of an RSS file you'd like to
index, or copy and paste an RSS fragment?

Thanks.
Post by d***@mapluz.fr
Thanks
_______________________________________________
General mailing list
http://lists.mnogosearch.org/listinfo/general
Alexander Barkov
2013-11-06 09:24:46 UTC
Permalink
Hi,
Post by d***@mapluz.fr
hi,
http://www.sudouest.fr/pyrenees-atlantiques/bayonne/rss.xml
Let's have a look into the <item> tags, for example:

<item>
<title>Pays basque : un troupeau de brebis pris au piège par
la montée des eaux</title>
<description>Un troupeau de brebis est tombé dans une
rivière, 61 ont été sauvées, 47 sont mortes. Des brebis à l’âme
aventureuse. Un troupeau d’Irissarry, au nord de
Saint-Jean-Pied-de-Port, a voulu explorer les alentours de son pâturage,
mardi, en fin de matinée. Bien mal lui en a pris. Les animaux, du fait
de la montée des eaux,...</description>
<pubDate>Wed, 06 Nov 2013 10:14:38 +0100</pubDate>

<link>http://www.sudouest.fr/2013/11/06/des-brebis-se-tuent-dans-un-ravin-1221272-4181.php#xtor=RSS-10521769</link>

<guid>http://www.sudouest.fr/2013/11/06/des-brebis-se-tuent-dans-un-ravin-1221272-4181.php#xtor=RSS-10521769</guid>
</item>


What would you like to do with every <item> instance?

Have the crawler follow the URL given in the tag <link>...</link>
and index the content of the document referenced by this URL?


Or just create a new URL entry in the database and index the
information inside the <title>..</title> and <content>..</content>,
without crawling to the given URL?
Post by d***@mapluz.fr
thanks for you help
------------------------------------------------------------------------
*Envoyé: *Lundi 4 Novembre 2013 20:59:43
*Objet: *Re: [General] Indexer RSS flux
Hi,
Post by d***@mapluz.fr
hi,
I want indexer RSS flux on my web site.
Is there a parameter in indexer.conf to do this ?
Can you please give a link to an example of an RSS file you'd like to
index, or copy and paste an RSS fragment?
Thanks.
Post by d***@mapluz.fr
Thanks
_______________________________________________
General mailing list
http://lists.mnogosearch.org/listinfo/general
_______________________________________________
General mailing list
http://lists.mnogosearch.org/listinfo/general
Loading...