将 PHP 生成的内容的一部分导出到 zip 文件夹中的 HTML 文件
我有一个 php wiki,客户希望导出一个 php wiki,供其客户在本地环境中使用而无需访问互联网。我设想一个 php 脚本,它将 php 导出为 HTML,将其存储在一些文件夹中,然后将其压缩并可供下载。
我想知道在我重新创建轮子之前是否已经有一个脚本或框架封装了功能。
I have a php wiki that a customer would like to export a php wiki for use by their customers on local environments without access to the internet. I envision a php script that will export the php to HTML, store it in some folders and then zip it up and make it available for download.
I am wondering if there is a script or framework out there already that encapsulates the functionality before I go recreating the wheel.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,如果您只想获取静态页面,您可以使用像 HTTrack 这样的下载器,它允许您创建供离线使用的静态网站。它仍然会显示编辑器功能,但因为最后没有代码,所以它不起作用。您希望这是一次性的事情,还是希望您的 php 脚本实时/每晚更新此“zip”?
Well, if you just want to take static pages, you could use a downloader like HTTrack, which allows you to create a static web site for offline use. It would still show editor features, but because there is no code on the end, it wouldn't work. Do you want this as a one time thing, or do you want your php scripts to update this "zip" realtime/nightly?