@@ -103,9 +103,9 @@ File structure
103103++++++++++++++
104104
105105All specific transformations for mimetypes are defined through class
106- files in the directory :file: `libraries/classes /Plugins/Transformations/ `. Each of
106+ files in the directory :file: `src /Plugins/Transformations/ `. Each of
107107them extends a certain transformation abstract class declared in
108- :file: `libraries/classes /Plugins/Transformations/Abs `.
108+ :file: `src /Plugins/Transformations/Abs `.
109109
110110They are stored in files to ease customization and to allow easy adding of
111111new or custom transformations.
@@ -115,7 +115,7 @@ the transformations will always work. It makes no sense to apply a
115115transformation to a mimetype the transform-function doesn't know to
116116handle.
117117
118- There is a file called :file: `libraries/classes /Plugins/Transformations.php ` that provides some
118+ There is a file called :file: `src /Plugins/Transformations.php ` that provides some
119119basic functions which can be included by any other transform function.
120120
121121The file name convention is ``[Mimetype]_[Subtype]_[Transformation
@@ -133,8 +133,8 @@ getInfo() returns the transformation's description and possible
133133options it may receive and applyTransformation() is the method that
134134does the actual work of the transformation plug-in.
135135
136- Please see the :file: `libraries/classes /Plugins/Transformations/TEMPLATE ` and
137- :file: `libraries/classes /Plugins/Transformations/TEMPLATE\_ ABSTRACT ` files for adding
136+ Please see the :file: `src /Plugins/Transformations/TEMPLATE ` and
137+ :file: `src /Plugins/Transformations/TEMPLATE\_ ABSTRACT ` files for adding
138138your own transformation plug-in. You can also generate a new
139139transformation plug-in (with or without the abstract transformation
140140class), by using
0 commit comments