Difference between revisions of "Extensions packing"

From Joomla! Documentation

(New page: {{incomplete}} {{RightTOC}} Recommendations when creating packs to distribute extensions: == Single extension == Name it with extension type and version at end * com_extensionxyz_v1.0.zip...)
 
Line 15: Line 15:
 
Please do test the zip/tar file and install it in a Joomla test server before release your file.
 
Please do test the zip/tar file and install it in a Joomla test server before release your file.
  
[[Category:JED]]
+
[[Category:JED]]{{stub}}
 +
[[Category:Stubs]]

Revision as of 15:37, 29 September 2010

Quill icon.png
Content is Incomplete

This article or section is incomplete, which means it may be lacking information. You are welcome to assist in its completion by editing it as well. If this article or section has not been edited in several days, please consider helping complete the content.
This article was last edited by Batch1211 (talk| contribs) 13 years ago. (Purge)

Recommendations when creating packs to distribute extensions:

Single extension[edit]

Name it with extension type and version at end

* com_extensionxyz_v1.0.zip
* mod_extensionxyz_v1.0.zip
* plg_extensionxyz_v1.0.zip

Multiple extensions pack[edit]

If creating zip/tar files that require unzipping prior to install name the zip accordingly:

* extensionxyz_v1.0_UNZIPME.zip

Test it[edit]

Please do test the zip/tar file and install it in a Joomla test server before release your file.