从(已安装的)Joomla 1.7 组件创建新的可安装 zip
我有 Joomla 1.7 和其中的很多组件。
我想对组件的安装进行“逆向工程”。
我已经编辑了它的大部分内容,我想重新打包它以安装在新的 Joomla 安装中。
有什么想法吗?
谢谢!
I've Joomla 1.7 and lots of component in it.
I'd like to make a "reverse-engineering" of the install of a component.
I've edited most part of it and i'd like to repack this to install in a new fresh Joomla installation.
Any idea?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这相当简单 - 您下载所有相关文件,然后使用新的 XML 清单将它们压缩。当然,您必须确保获得所有文件,因为它们可能位于几个不同的位置。幸运的是,Joomla 文档提供了您可以在组件中找到的所有文件的基本列表。
http://docs.joomla.org/Developing_a_Model-View-Controller_(MVC)_Component_for_Joomla!1.7_-_Part_14#Packaging_the_component
It's fairly straight forward - you download all the related files then zip them up with a new XML manifest. Of course you have to make sure that you get all of the files because they can be located in a couple different places. Luckily, the Joomla documentation has a basic list of all the files you would find in a component.
http://docs.joomla.org/Developing_a_Model-View-Controller_(MVC)_Component_for_Joomla!1.7_-_Part_14#Packaging_the_component