Development

Changeset 6833

You must first sign up to be able to contribute.

Changeset 6833

Show
Ignore:
Timestamp:
12/30/07 12:54:24 (8 months ago)
Author:
hartym
Message:

dkAntispamPlugin: changed README to include it in wiki

Files:

Legend:

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

    r6832 r6833  
    1 dkAntispamPlugin 
    2 ============= 
    3  
    4 Overview 
    5 -------- 
     1== Overview == 
    62 
    73dkAntispamPlugin is a simple plugin to allow any symfony application to give a 
    84"spam note" to any text. No more p3n1s 3nlarg3rs will damage your nice website. 
    95 
    10 Contents 
    11 -------- 
     6== Install == 
    127 
    13 * dkAntispamPlugin 
    14 * default configuration 
     8To check it out: 
     9 
     10{{{ 
     11svn co http://svn.symfony-project.com/plugins/dkAntispamPlugin/trunk 
     12}}} 
     13 
     14To use it as an external: 
     15{{{ 
     16svn propedit svn:externals plugins 
     17 
     18dkAntispamPlugin http://svn.symfony-project.com/plugins/dkAntispamPlugin/trunk 
     19}}} 
     20 
     21== Contents == 
     22 
     23 * dkAntispamPlugin 
     24 * default configuration 
    1525 
    1626 
    17 License 
    18 ------- 
     27== License == 
    1928 
    2029For the full copyright and license information, please view the LICENSE 
    2130file that was distributed with this source code. 
    2231 
    23 Changelog 
    24 --------- 
     32== Changelog == 
    2533 
    26 * 0.1: initial dkAntispamPlugin import 
     34=== 2007-12-30 === 
     35 
     36 * initial dkAntispamPlugin import 
     37 
     38== Maintainers == 
     39 
     40 * Romain Dorgueil 
     41