Changeset 6833
- Timestamp:
- 12/30/07 12:54:24 (8 months ago)
- Files:
-
- plugins/dkAntispamPlugin/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/dkAntispamPlugin/trunk/README
r6832 r6833 1 dkAntispamPlugin 2 ============= 3 4 Overview 5 -------- 1 == Overview == 6 2 7 3 dkAntispamPlugin is a simple plugin to allow any symfony application to give a 8 4 "spam note" to any text. No more p3n1s 3nlarg3rs will damage your nice website. 9 5 10 Contents 11 -------- 6 == Install == 12 7 13 * dkAntispamPlugin 14 * default configuration 8 To check it out: 9 10 {{{ 11 svn co http://svn.symfony-project.com/plugins/dkAntispamPlugin/trunk 12 }}} 13 14 To use it as an external: 15 {{{ 16 svn propedit svn:externals plugins 17 18 dkAntispamPlugin http://svn.symfony-project.com/plugins/dkAntispamPlugin/trunk 19 }}} 20 21 == Contents == 22 23 * dkAntispamPlugin 24 * default configuration 15 25 16 26 17 License 18 ------- 27 == License == 19 28 20 29 For the full copyright and license information, please view the LICENSE 21 30 file that was distributed with this source code. 22 31 23 Changelog 24 --------- 32 == Changelog == 25 33 26 * 0.1: initial dkAntispamPlugin import 34 === 2007-12-30 === 35 36 * initial dkAntispamPlugin import 37 38 == Maintainers == 39 40 * Romain Dorgueil 41