Extension Update System/Deploying an Update Server
From Joomla! Documentation
< Extension Update System(Difference between revisions)
(New page: The Joomla Update System handles three forms of updates: * Extension specific updates (extension.xml file) * Collections of updates that link to extension specific updates (for ease of...) |
|||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
The [[Joomla Update System]] handles three forms of updates: | The [[Joomla Update System]] handles three forms of updates: | ||
| − | * Extension specific updates (extension.xml file) | + | * Extension specific updates (extension.xml file; required regardless) |
* Collections of updates that link to extension specific updates (for ease of indexing) (update.xml file) | * Collections of updates that link to extension specific updates (for ease of indexing) (update.xml file) | ||
| − | + | ||
| + | |||
| + | Extensions and collections can be maintained by hand if required, however it is not advised to use this method for long. | ||
| + | [[Category:References]][[Category:Module Development]] | ||
| + | [[Category:Plugin Development]] | ||
| + | [[Category:Component Development]] | ||
Latest revision as of 06:15, 21 September 2010
The Joomla Update System handles three forms of updates:
- Extension specific updates (extension.xml file; required regardless)
- Collections of updates that link to extension specific updates (for ease of indexing) (update.xml file)
Extensions and collections can be maintained by hand if required, however it is not advised to use this method for long.