Projet

Général

Profil

Bug #2005 » EspaceProjet.xml

Exemple de modèle d'espace conforme - Nicolas Eysseric, 18/05/2011 17:40

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

Copyright (C) 2000 - 2011 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 recieved a copy of the text describing
the FLOSS exception, and it is also available here:
"http://www.silverpeas.com/legal/licensing"

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 <http://www.gnu.org/licenses/>.

-->
<SpaceTemplate xmlns="http://silverpeas.org/xml/ns/space"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://silverpeas.org/xml/ns/space http://www.silverpeas.org/xsd/space.xsd">
<template>Espace projet</template>
<defaultName>Projet XXX</defaultName>
<description>Description du projet</description>
<readonly>false</readonly>
<components>
<component>
<type>kmelia</type>
<label>Documentation</label>
<description>Ensemble des documents liés au projet</description>
<parameters>
<parameter name="nbPubliOnRoot">9</parameter>
<parameter name="usePdc">yes</parameter>
</parameters>
</component>
<component>
<type>bookmark</type>
<label>Sites de référence</label>
<description>Annuaire de sites web</description>
</component>
<component>
<type>toolbox</type>
<label>Téléchargement</label>
<description>Boite de téléchargement et échange de fichiers</description>
</component>
<component>
<type>forums</type>
<label>Forum</label>
<description>Discussions diverses autour du projet</description>
</component>
<component>
<type>yellowpages</type>
<label>Contacts</label>
<description>Liste des intervenants</description>
</component>
</components>
</SpaceTemplate>
    (1-1/1)