From 6d1568199ac71834f57e435369b5c6b6e0eed81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 25 May 2010 14:39:43 +0200 Subject: [PATCH] Remove reference to language file. --- Documentation.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Documentation.html b/Documentation.html index bbb7dfbf0..3a97d2726 100644 --- a/Documentation.html +++ b/Documentation.html @@ -2547,12 +2547,7 @@ setfacl -d -m "g:www-data:rwx" tmp

Please see the libraries/transformations/TEMPLATE file for adding your own transform function. See the libraries/transformations/TEMPLATE_MIMETYPE for adding a mimetype - without a transform function. Also note the introduction of a function description in - the language files. For each function a $strTransformation_[filename without .inc.php] - has to exist.

- -

You can use the template generator to generate new functions and entries in the - language file.

+ without a transform function.

To create a new transform function please see libraries/transformations/template_generator.sh.