- 
    
Improvement
 - 
    Resolution: Fixed
 - 
    
Major
 - 
    None
 - 
    None
 
Ivy.xml : Web 3.3.x -> 3.6.x
script.js : migration script for JCR
New features :
- We can select more than one feed in the services parameters
 - The user can configure his own feeds with a form in the front
<xsl:call-template name="feed-config-form" /> - Two different display :
 
- feedmulticol2xhtml_1.2.xsl : feeds are displayed by column and type.
 - feed2xhtml_1.2.xsl : feeds are displayed by date.
 
The new HTML :
<div class="syndication ...">
   <div class="link" /> //if a link is defined
   <div>
      <div class="feed-config-form /> //if a the config is display
      <ul>
         <li>
            <p class="rss-title">
            <ul>
               <li></li>
                ...
            </ul>
         </li>
         ...
      </ul>
   </div>
</div>