Extension and language installation packages Joomla 1.6
From Joomla! Documentation
(Difference between revisions)
(→Supported Installation Units) |
(→Supported Installation Units) |
||
| Line 5: | Line 5: | ||
The following types of installation units are supported in Joomla 1.6+. The links are to examples in the Joomla 1.6 development code. | The following types of installation units are supported in Joomla 1.6+. The links are to examples in the Joomla 1.6 development code. | ||
| − | * [http://joomlacode.org/gf/project/joomla/scmsvn/?action=browse&path=%2Fdevelopment%2Ftrunk%2Ftests%2F_data%2Finstaller_packages%2Fcom_alpha%2F Component named 'alpha'] | + | * [http://joomlacode.org/gf/project/joomla/scmsvn/?action=browse&path=%2Fdevelopment%2Ftrunk%2Ftests%2F_data%2Finstaller_packages%2Fcom_alpha%2F Component named 'alpha' (installation manifest in 'alpha.xml')] |
| + | * [http://joomlacode.org/gf/project/joomla/scmsvn/?action=browse&path=%2Fdevelopment%2Ftrunk%2Ftests%2F_data%2Finstaller_packages%2Fcom_alpha%2F System plugin named 'alpha' (installation manifest in 'alpha.xml')] | ||
| + | * [http://joomlacode.org/gf/project/joomla/scmsvn/?action=browse&path=%2Fdevelopment%2Ftrunk%2Ftests%2F_data%2Finstaller_packages%2Fmod_alpha%2F Module named 'alpha' (installation manifest in 'alpha.xml')] | ||
| + | |||
| + | * [http://joomlacode.org/gf/project/joomla/scmsvn/?action=browse&path=%2Fdevelopment%2Ftrunk%2Ftests%2F_data%2Finstaller_packages%2Flib_alpha%2F Library named 'alpha' (installation manifest in 'alpha.xml')] | ||
| + | |||
| + | * [http://joomlacode.org/gf/project/joomla/scmsvn/?action=browse&path=%2Fdevelopment%2Ftrunk%2Ftests%2F_data%2Finstaller_packages%2Ftpl_simple%2F Simple Template] | ||
| + | |||
| + | * [http://joomlacode.org/gf/project/joomla/scmsvn/?action=browse&path=%2Fdevelopment%2Ftrunk%2Ftests%2F_data%2Finstaller_packages%2Ffiles_test1%2F An arbitrary set of files named 'files_test1'] | ||
| + | |||
| + | * [http://joomlacode.org/gf/project/joomla/scmsvn/?action=browse&path=%2Fdevelopment%2Ftrunk%2Ftests%2F_data%2Finstaller_packages%2Fpkg_everything%2F A package of installation units called 'pkg_everything' ] | ||
[[Category:Joomla! 1.6]] | [[Category:Joomla! 1.6]] | ||
Revision as of 19:27, 10 July 2011
Joomla 1.6 supports several installation units for extensions (components, plugins, modules), language files, or arbitrary sets of files.
Supported Installation Units
The following types of installation units are supported in Joomla 1.6+. The links are to examples in the Joomla 1.6 development code.