Skip to content

Commit acfb5d6

Browse files
committed
Add data/scripts/src from libzim repository.
This is a plain copy of the zim files and scripts in the libzim repository. - zim files have been copied in data, - scripts in scripts - and source files in src.
1 parent 2bb39aa commit acfb5d6

28 files changed

+367
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# zim-testing-suite
2+
23
This repository contains testing zim files for libzim and other openzim repositories.
4+
5+
6+
## How to use it.
7+
8+
[libzim](https://github.com/openzim/libzim) test suite need some test zim files to work.
9+
10+
This repository provides them.
11+
12+
Get the zim files in the `data` directory and copy them in a directory.
13+
Create a environment variable named `ZIM_TEST_DATA_DIR` pointing to this directory.
14+
15+
16+
## Developer warning.
17+
18+
Scripts in the `scripts` directory are the ones used to generate the zim in `data`.
19+
However, test zim files **must not** be changed (and so must not be regenerated).
20+
Be careful with the scripts and do not regenerated the test zims unless you know what
21+
you are doing.

data/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!*.zim
77.1 KB
Binary file not shown.

data/invalid.bad_mimetype_list.zim

77.1 KB
Binary file not shown.
77.1 KB
Binary file not shown.
77.1 KB
Binary file not shown.
77.1 KB
Binary file not shown.
77.1 KB
Binary file not shown.
77.1 KB
Binary file not shown.
77.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)