Integrates external readers to the rss feeds and the iCal calendars.
[platal.git] / templates / platal / filrss.tpl
... / ...
CommitLineData
1{**************************************************************************}
2{* *}
3{* Copyright (C) 2003-2008 Polytechnique.org *}
4{* http://opensource.polytechnique.org/ *}
5{* *}
6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
21{**************************************************************************}
22
23<h1>Fil RSS</h1>
24
25{if !$smarty.session.core_rss_hash}
26<p>
27 Tu viens de cliquer sur le lien d'activation des fils RSS. Les fils RSS du site
28 ne sont pas activés dans tes préférences.
29</p>
30<ul>
31 <li>
32 Tu peux le faire tout de suite en cliquant sur Activer ci-dessous.
33 </li>
34 <li>
35 Qu'est-ce qu'un <a href="Xorg/RSS">fil RSS</a> ?
36 </li>
37 <li>
38 Comment configurer un <a href="Xorg/RSS">agregateur RSS</a> ?
39 </li>
40</ul>
41
42<form method="get" action="{$goback}">
43 <div>
44 <input type="hidden" name="referer" value="{$goback}" />
45 <input type="submit" value="Retour" />
46 <input type="submit" name="act_rss" value="Activer" onclick="this.form.action='prefs/rss'" />
47 </div>
48</form>
49
50{else}
51En voici les adresses&nbsp;:
52<ul>
53 <li>
54 Anonces sur la page d'entrée&nbsp;:
55 <a href="rss/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}/rss.xml" title="Annonces">{icon name=feed title='fil rss'}</a>
56 </li>
57 <li>
58 Ton carnet polytechnicien&nbsp;:
59 <a href="carnet/rss/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}/rss.xml" title="Notifications">{icon name=feed title='fil rss'}</a>
60 </li>
61</ul>
62<p>
63Tu peux le désactiver en allant dans Préférences et en cliquant sur "désactiver les fils RSS".
64</p>
65<p>
66Attention: désactiver, puis réactiver le fil RSS en change l'adresse.
67</p>
68<p>[<a href="{$goback}">retour à la page dont tu venais</a>]</p>
69{/if}
70{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}