Revision 134
Added by ryan about 19 years ago
trunk/wb/modules/wrapper/info.php | ||
---|---|---|
25 | 25 |
|
26 | 26 |
$module_directory = 'wrapper'; |
27 | 27 |
$module_name = 'Wrapper'; |
28 |
$module_type = 'page';
|
|
29 |
$module_version = '2.5';
|
|
30 |
$module_designed_for = '2.x';
|
|
28 |
$module_function = 'page';
|
|
29 |
$module_version = '2.6';
|
|
30 |
$module_platform = '2.6.x';
|
|
31 | 31 |
$module_author = 'Ryan Djurovich'; |
32 | 32 |
$module_description = 'This module allows you to wrap your site around another using an inline frame'; |
33 | 33 |
|
trunk/wb/modules/menu_link/info.php | ||
---|---|---|
26 | 26 |
$module_directory = 'menu_link'; |
27 | 27 |
$module_name = 'Menu Link'; |
28 | 28 |
$module_type = 'page'; |
29 |
$module_version = '2.5';
|
|
30 |
$module_designed_for = '2.x';
|
|
29 |
$module_version = '2.6';
|
|
30 |
$module_platform = '2.6.x';
|
|
31 | 31 |
$module_author = 'Ryan Djurovich'; |
32 | 32 |
$module_description = 'This module allows you to insert a link into the menu.'; |
33 | 33 |
|
trunk/wb/modules/wysiwyg/info.php | ||
---|---|---|
25 | 25 |
|
26 | 26 |
$module_directory = 'wysiwyg'; |
27 | 27 |
$module_name = 'WYSIWYG'; |
28 |
$module_type = 'page';
|
|
29 |
$module_version = '2.5';
|
|
30 |
$module_designed_for = '2.x';
|
|
28 |
$module_function = 'page';
|
|
29 |
$module_version = '2.6';
|
|
30 |
$module_platform = '2.6.x';
|
|
31 | 31 |
$module_author = 'Ryan Djurovich'; |
32 | 32 |
$module_description = 'This module allows you to edit the contents of a page using the WYSIWYG htmlArea program'; |
33 | 33 |
|
trunk/wb/modules/form/info.php | ||
---|---|---|
31 | 31 |
$module_directory = 'form'; |
32 | 32 |
$module_name = 'Form'; |
33 | 33 |
$module_type = 'page'; |
34 |
$module_version = '2.5';
|
|
35 |
$module_designed_for = '2.x';
|
|
34 |
$module_version = '2.6';
|
|
35 |
$module_platform = '2.6.x';
|
|
36 | 36 |
$module_author = 'Ryan Djurovich & Rudolph Lartey'; |
37 | 37 |
$module_description = 'This module allows you to create customised online forms, such as a feedback form. '. |
38 | 38 |
'Thank-you to Rudolph Lartey who help enhance this module, providing code for extra field types, etc.'; |
trunk/wb/modules/code/info.php | ||
---|---|---|
25 | 25 |
|
26 | 26 |
$module_directory = 'code'; |
27 | 27 |
$module_name = 'Code'; |
28 |
$module_type = 'page';
|
|
29 |
$module_version = '2.5';
|
|
30 |
$module_designed_for = '2.x';
|
|
28 |
$module_function = 'page';
|
|
29 |
$module_version = '2.6';
|
|
30 |
$module_platform = '2.6.x';
|
|
31 | 31 |
$module_author = 'Ryan Djurovich'; |
32 | 32 |
$module_description = 'This module allows you to edit the contents of a page with a simple, yet powerful, text box'; |
33 | 33 |
|
trunk/wb/modules/news/info.php | ||
---|---|---|
26 | 26 |
$module_directory = 'news'; |
27 | 27 |
$module_name = 'News'; |
28 | 28 |
$module_type = 'page'; |
29 |
$module_version = '2.5';
|
|
30 |
$module_designed_for = '2.x';
|
|
29 |
$module_version = '2.6';
|
|
30 |
$module_platform = '2.6.x';
|
|
31 | 31 |
$module_author = 'Ryan Djurovich'; |
32 | 32 |
$module_description = 'This page type is designed for making a news page.'; |
33 | 33 |
|
trunk/wb/modules/htmlarea/info.php | ||
---|---|---|
2 | 2 |
|
3 | 3 |
$module_directory = 'htmlarea'; |
4 | 4 |
$module_name = 'HTMLArea'; |
5 |
$module_type = 'WYSIWYG';
|
|
6 |
$module_version = '0.1';
|
|
7 |
$module_designed_for = '2.5.x';
|
|
5 |
$module_function = 'wysiwyg';
|
|
6 |
$module_version = '2.6';
|
|
7 |
$module_platform = '2.6.x';
|
|
8 | 8 |
$module_author = 'Ryan Djurovich, Stefan Braunewell'; |
9 | 9 |
$module_description = 'This module allows you to edit the contents of a page using HTMLArea Editor.'; |
10 | 10 |
|
Also available in: Unified diff
Updated module info files