Development

Changeset 9628

You must first sign up to be able to contribute.

Changeset 9628

Show
Ignore:
Timestamp:
06/17/08 23:16:36 (5 years ago)
Author:
nicolas
Message:

sfPropelPlanetPlugin: added compatibility warning in README.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPropelPlanetPlugin/trunk/README

    r9627 r9628  
    33powered application. 
    44 
    5 '''Note: this plugin isn't compatible with symfony 1.0''' 
     5{{{ 
     6#!html 
     7<div style="border:solid 3px #ff8;padding:8px;background-color:#ffe;margin:5px 15%"> 
     8  <strong>Notes:</strong> 
     9  <ol> 
     10    <li>this plugin is <strong>not</strong> compatible with symfony 1.0</li> 
     11    <li>this plugin is <strong>in a very alpha state</strong> and should be used with caution</li> 
     12  </ol> 
     13</div> 
     14}}} 
    615 
    716== Installation ==