<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (C) 2000 - 2024 Silverpeas

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation, either version 3 of the
    License, or (at your option) any later version.

    As a special exception to the terms and conditions of version 3.0 of
    the GPL, you may redistribute this Program in connection with Free/Libre
    Open Source Software ("FLOSS") applications as described in Silverpeas's
    FLOSS exception.  You should have received a copy of the text describing
    the FLOSS exception, and it is also available here:
    "https://www.silverpeas.org/docs/core/legal/floss_exception.html"

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

-->

<WAComponent xmlns="http://silverpeas.org/xml/ns/component"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://silverpeas.org/xml/ns/component https://www.silverpeas.org/xsd/component.xsd">
  <name>rssAgregator</name>
  <label>
    <message lang="fr">Agregateur RSS</message>
    <message lang="en">RSS aggregator</message>
    <message lang="de">RSS aggregator</message>
  </label>
  <description>
    <message lang="fr">Cette application permet d’afficher au sein de la même page
      plusieurs sources d’informations externes au format RSS. Parfait pour fournir du
      contenu adéquat et actualisé en permanence sur un sujet donné !
    </message>
    <message lang="en">Aggregate inside Silverpeas data from external web sites using their RSS
      streams.
    </message>
    <message lang="de">Aggregierte in der Plateform, Daten aus externe Websiten die über RSS Streams
      verfügen.
    </message>
  </description>
  <suite>
    <message lang="fr">06 Connecteurs</message>
    <message lang="en">06 Connectors</message>
    <message lang="de">06 Verbinder</message>
  </suite>
  <visible>true</visible>
  <visibleInPersonalSpace>true</visibleInPersonalSpace>
  <portlet>true</portlet>
  <profiles>
    <profile name="admin">
      <label>
        <message lang="fr">Gestionnaires</message>
        <message lang="en">Managers</message>
        <message lang="de">Manager</message>
      </label>
      <help>
        <message lang="fr">Les gestionnaires paramètrent les flux RSS à diffuser.</message>
        <message lang="en">Managers set up RSS feeds to broadcast.</message>
        <message lang="de">Managers set up RSS feeds to broadcast.</message>
      </help>
      <spaceMapping>
        <profile>admin</profile>
      </spaceMapping>
    </profile>
    <profile name="user">
      <label>
        <message lang="fr">Lecteurs</message>
        <message lang="en">Readers</message>
        <message lang="de">Leser</message>
      </label>
      <help>
        <message lang="fr">Les lecteurs visualisent le contenu des flux RSS.</message>
        <message lang="en">Readers visualize RSS streams.</message>
        <message lang="de">Leser</message>
      </help>
      <spaceMapping>
        <profile>publisher</profile>
        <profile>writer</profile>
        <profile>reader</profile>
      </spaceMapping>
    </profile>
  </profiles>
  <parameters>
    <parameter>
      <name>defaultView</name>
      <label>
        <message lang="fr">Vue RSS par défaut</message>
        <message lang="en">Default RSS view</message>
        <message lang="de">RSS Ansicht</message>
      </label>
      <order>1</order>
      <mandatory>true</mandatory>
      <value>SEPARATED</value>
      <options>
        <option>
          <name>
            <message lang="fr">Agrégée</message>
            <message lang="en">Aggregated</message>
            <message lang="de">Aggregated</message>
          </name>
          <value>AGGREGATED</value>
        </option>
        <option>
          <name>
            <message lang="fr">Séparée</message>
            <message lang="en">Separated</message>
            <message lang="de">getrennt</message>
          </name>
          <value>SEPARATED</value>
        </option>
      </options>
      <type>select</type>
      <updatable>always</updatable>
      <help>
        <message lang="fr">Permet de choisir la vue RSS à afficher par défaut lorsque l'utilisateur
          accède à l'application agregateur RSS.
        </message>
        <message lang="en">Choose the view to display by default when the user accesses the RSS
          Aggregator.
        </message>
        <message lang="de">Wählen Sie die Ansicht, die standardmäßig angezeigt wird, wenn der
          Benutzer auf die RSS Aggregator.
        </message>
      </help>
      <personalSpaceValue>SEPARATED</personalSpaceValue>
    </parameter>
  </parameters>
</WAComponent>