-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZIM Filesystem Fuse Module #79
Comments
Hello, I am a student from GSoC and I am interested in Kiwix's idea of persisting web pages offline. I am familiar with C++ and Linux development, and I also have some open-source repos of my own on GitHub, now I want to join a bigger open-source project to experience the open-source community and help with the project. I have already read the implementation of the |
https://github.com/lyc8503/zimfuse |
Hey all, I'm Abhijit Dengale (2nd year B.Tech in CSE), I am here because i want to take part in this project |
Hi, I have submitted my proposal on GSoC platform and I am willing to hear any suggestions and improve it. I am not very familiar with Slack but I will check messages there regularly. I am wondering what's the preferred way to get in touch with a mentor, or should I just wait for a mentor to contact me? |
I've submitted my proposal for this on the GSoC website :> |
libarchive is a well-known compression library, supported by a number of free software. archivemount is a FUSE filesystem based on libarchive. What about integrating with libarchive? The user would be able to
|
That's an interesting possibility. Can you share examples of such libarchive-using softwares? |
@rgaudin A quick look at libarchive's website gives LibarchiveUsers where you can find arch linux's pacman(!), gvfs, ark. Any regular GNU/Linux user will recognize more than a few names in the 88 packages listed by running |
Well, I don't see any in this list that would benefit more than just a mounted fuse fs. I thus don't see the value for libzim. FUSE module are very simple and easy to distribute/deploy and use. Integrating into libarchive would definitely be more difficult and more importantly, we'd be on the libarchive release schedule which would be less flexible. Just my uninformed opinion though. |
This ticket tracks the Kiwix GSoC 2023 Project ZIM Filesystem Fuse Module until code contributions and/or specific tickets requires creating its own dedicated repository (or falls into zim-tools).
Candidates, contributors, this ticket is the preferred location to discuss this project. Ask your questions here and mentors (@mgautierfr, @kelson42) shall respond.
Mandatory reads:
ZIM Filesystem Fuse Module
Objective: we need to create a filesystem fuse module that enables access to the content of a ZIM file, allowing users to view entries as files without using zimdump.
Technologies: C++, Linux internals, FUSE
Description:
Kiwix provides offline access to Wikipedia and other educational content through its ZIM file format. Inspecting ZIM files is very useful for developers and ZIM creators. While the zimdump tool exists, it is not as convenient and easy to use as a filesystem. Therefore, we want to make it easier for users to access the contents of a ZIM file by creating a (read-only) filesystem fuse module.
The ZIM filesystem fuse module will be written in C++ and will use the libzim and FUSE library to enable access to the contents of a ZIM file as if it were a regular (yet read-only) filesystem. The module will allow users to view the ZIM entries as a tree or folders and files, the latter being readable as regular ones. This will make it easier for users to access the content of a ZIM file and will provide a more user-friendly interface for exploring its contents.
Key Deliverables:
Skills required:
Difficulty: Hard. Expect 350 hours of work.
The text was updated successfully, but these errors were encountered: