| 1 |
$Id: README.txt,v 1.3 2005/02/20 20:59:34 axel Exp $
|
| 2 |
|
| 3 |
*** MODULE IN ALPHPA STAGE. SOME DECLARED FEATURES DON'T WORK
|
| 4 |
*** AND SOME READY THINGS MAY BE CHANGED BEFORE RELEASE. USE
|
| 5 |
*** ON YOUR OWN RISK.
|
| 6 |
|
| 7 |
|
| 8 |
Module offer functionality similar to standard PHP-execution filter,
|
| 9 |
but in more flexible manner. Site admin or power users may create
|
| 10 |
snippets of PHP-code (with access to Drupal API), then categorize
|
| 11 |
and store them to the site code repository. Users may explore code
|
| 12 |
repository for useful snippets and use them in their postings.
|
| 13 |
Nonprivileged users can't view snippet codes - only snippet name
|
| 14 |
and help. They use it as 'macros' - i.e. calls of functions with
|
| 15 |
parameters (example [link|www.drupal.org|Drupal] [node 200]).
|
| 16 |
|
| 17 |
See INSTALL.txt for further instructions.
|
| 18 |
|
| 19 |
|
| 20 |
Author: Axel (E-mail: axel@drupal.ru, Jabber: laika@jabber.org)
|
| 21 |
License: GPL v2 or above
|
| 22 |
Project page: www.drupal.org/project/17571
|