hyphanet / pyFreenet

Python FCPv2 library and utilities
https://freenetproject.org/
Other
60 stars 24 forks source link

Fix bugs in the handling or arguments and mime types #31

Closed debbiedub closed 2 years ago

debbiedub commented 2 years ago

When attempting to add a new feature, I encountered these problems in the freesitemgr.

The first problem is that the archive does not contain the mimetypes. The mimetimes are shown in the sitemap.html but not included in the manifest.

The second problem is that the parameters --index and --mime-type does not take the argument that they are supposed to do, the use of getopt.getopt is wrong.

debbiedub commented 2 years ago

Even though I have closed #33, I still think this fix would be an improvement.

ArneBab commented 2 years ago

merged — thank you!