forked from reseau-loops/reseau-loops.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
erssical_query.xml
27 lines (27 loc) · 1.22 KB
/
erssical_query.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<query type="application/rss+xml">
<sources>
<source href="http://developr6.dr6.cnrs.fr/feed.php"/>
<source href="https://www.min2rien.fr/feed/"/>
<source href="http://www.compil.org/feed.php"/>
<source href="https://reseau-loops.github.io/feed.xml"/>
<source href="http://devlog.cnrs.fr/feed.php"/>
<source href="http://cepage.aquitaine.cnrs.fr/feed.php?mode=list&type=rss&linkto=page&ns=actualites"/>
<source href="https://listes.services.cnrs.fr/wws/rss/latest_arc/normandev?count=5"/>
<!--<source href="http://aramis.resinfo.org/wiki/feed.php"/>-->
<source href="http://www.devatlr.univ-montp2.fr/spip.php?page=backend"/>
</sources>
<target>
<title>Actualités Devlog</title>
<link>https://reseau-loops.github.io</link>
<description>Actualités de Devlog et des réseaux locaux</description>
</target>
<filter max="8"/>
<template tag="div" class="rss-items">
<div class="rss-item">
<span class="rss-date"><item-pub-mday/>-<item-pub-month/>-<item-pub-year/></span
><span class="rss-item-title"><a href="<item-url/>"><item-title/></a></span>
<span class="rss-source">[<item-source-name/>]</span>
</div>
</template>
</query>