Convert source code to UTF-8
[platal.git] / templates / platal / filrss.tpl
CommitLineData
51c9b362 1{**************************************************************************}
2{* *}
5ddeb07c 3{* Copyright (C) 2003-2007 Polytechnique.org *}
51c9b362 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
7927d719 25{if !$smarty.session.core_rss_hash}
51c9b362 26Tu viens de cliquer sur le lien d'activation des fils RSS. Les fils RSS du site <br/>
a7de4ef7 27ne sont pas activés dans tes préférences.
51c9b362 28<ul>
29 <li>
30 Tu peux le faire tout de suite en cliquant sur Activer ci-dessous.
31 </li>
32 <li>
33 Qu'est-ce qu'un <a href="http://www.weblogger.ch/blog/archives/2004/06/23/syndication-pas-pas/">fil RSS</a> ?
34 </li>
35 <li>
36 Comment configurer un <a href="http://www.ac-reims.fr/ia52/rss/lire_rss.htm">agregateur RSS</a> ?
37 </li>
38</ul>
39
7b2413f6 40<form method="get" action="{$goback}">
60580f00 41 <div>
42 <input type="hidden" name="referer" value="{$goback}" />
7927d719 43 <input type="submit" value="Retour" />
7b2413f6 44 <input type="submit" name="act_rss" value="Activer" onclick="this.form.action='prefs/rss'" />
60580f00 45 </div>
46</form>
51c9b362 47
48{else}
b6837fc4 49En voici les adresses :
50<ul>
51 <li>
a7de4ef7 52 Anonces sur la page d'entrée :
1ab109c0 53 <a href='rss/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}/rss.xml'>{icon name=feed title='fil rss'}</a>
b6837fc4 54 </li>
55 <li>
56 Ton carnet polytechnicien :
1ab109c0 57 <a href='carnet/rss/{$smarty.session.forlife}/{$smarty.session.core_rss_hash}/rss.xml'>{icon name=feed title='fil rss'}</a>
b6837fc4 58 </li>
59</ul>
51c9b362 60<p>
a7de4ef7 61Tu peux le désactiver en allant dans Préférences et en cliquant sur "désactiver les fils RSS".
b6837fc4 62</p>
63<p>
a7de4ef7 64Attention: désactiver, puis réactiver le fil RSS en change l'adresse.
60580f00 65</p>
a7de4ef7 66<p>[<a href="{$goback}">retour à la page dont tu venais</a>]</p>
51c9b362 67{/if}
a7de4ef7 68{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}