寻求一种紧凑格式的 HTML 电子书,以便在 Linux 下离线阅读
我有一台运行 Linux 的上网本以及大量的计算机书籍和 HTML 格式的参考资料。 我想要一些紧凑的方式来存储这些书,无需先打开包装即可浏览它们。 这将节省空间并减少我的小型 SSD 的磨损。
如果有某种方法可以说服 Firefox 浏览 ZIP 文件中包含的文件,这将是理想的选择。 (我知道 iCab (Mac) 有一种以这种方式工作的网络存档格式。)也许是 Firefox 插件? 可以直接从 ZIP 文件提供服务的小型 Web 服务器? 一些神奇的 FUSE 模块? 有人有什么想法吗?
在我的 PDA(上网本正在很大程度上取代它)上,我使用 iSilo 来实现此目的,但它不适用于 Linux,它的转换是有损的,而且要花钱。
I have a netbook running Linux and a large collection of computer books and reference material as HTML. I'd like some compact way of storing these books which can be browed without unpacking them first. This would save space and reduce wear on my small SSD.
If there was some way to convince Firefox to browse files contained in ZIP file, this would be ideal. (I know iCab (Mac) had a web archive format that worked this way.) Perhaps a Firefox plugin? A small web server that can serve directly from ZIP files? Some magic FUSE module? Does anyone have any ideas?
On my PDA (which the netbook is largely replacing) I used iSilo for this, but it's not available for Linux, its conversions are lossy and it costs money.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这里有 FUSE zip 东西:
http://code.google.com/p/fuse-zip/
Gvfs还应该支持 zip 文件。
There is the FUSE zip thing here :
http://code.google.com/p/fuse-zip/
Gvfs should also support zip files.
Calibre 可能会有所帮助(转换为压缩格式、管理、查看电子书)。
Calibre might help (convert to a compressed format, manage, view e-books).
您可以使用 OpenOffice.org 打开 html 页面,然后将其另存为 OO 文档。 OO 文档本质上是一个 zip 文件。
另一种选择是使用 OO 保存为 pdf。
您甚至可以使用此OO 宏。
与 AbiWord 相同 - 您可以在 命令行进行转换。
在 AbiWord 示例中,展示了如何将目录中的所有文件转换为所需的格式 (pdf)。 然后,您可以使用 pdftools 将所有页面合并到一个文档中。
另外,我不知道您的笔记本电脑有什么 Windows 管理器,但如果它是 KDE,konqueror(KDE 的文件和 Web 浏览器)可以从 zip 文件中打开网页,没有任何问题。
最有可能的是 Gnome 的 Nautilus 也可以做到这一点(我这里没有 Gnome 来测试)。
您是否曾经尝试过使用您拥有的任何文件管理器打开 zip 文件,然后单击其中的网页?
You can use OpenOffice.org to open the html pages, and then save them as OO documents. OO documents are essentially a zip files.
Another option is to use OO to save as pdf.
You can even do this from a command line using this OO macro.
Same with AbiWord - you can use it on commandline to convert.
In the AbiWord example there is shown how to convert all files in a directory to a desired format (pdf). Then you can use pdftools to merge all pages in one document.
Also, I do not know what windows manager your laptop has, but if it is KDE, konqueror (the file and web browser for KDE) opens web pages from inside a zip file w/o any problem.
Most probably Gnome's Nautilus can do this as well (I have no Gnome here to test).
Have you ever tried to open a zip file with whatever file manager you have, and then click on a web page inside it?