-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Tommi Mäkitalo a écrit :
I implemented some of the changes Emmanuel suggested.
The tools are now all lowercase (zimdump, zimsearch, zimreader, zimwriter and zimbench).
:)
The mime type is now in a separate table for the zimwriter. The mimetype-table has a column, if the mimetype should be compressed.
I also changed the name of the table "zimarticles" to "zimarticle". Tablenames should be singular like "article". It has annoyed me quite some time that the naming was not consistent.
I have introduced these improvements on my side and it seems to work :)
Just in the sql file, please in "foreign key (mimetype) references mimetypes" replace "mimetypes" by "mimetype".
Thx Emmanuel