1256 Commits

Author SHA1 Message Date
Emmanuel Engelhart
f0a8643603 Remove Windows binaries cross-compile from CI 2024-09-07 13:03:44 +00:00
Kelson
84faf9c09e
Merge pull request #698 from kiwix/refresh-deb-packages-ci-cd
Refresh deb packages CI/CD
2024-09-07 13:01:09 +00:00
Emmanuel Engelhart
f912519647 Use pkgconf package in palce of pkg-config 2024-09-02 18:23:51 +00:00
Emmanuel Engelhart
e609c1c826 Use fix build OS 2024-09-02 18:23:51 +00:00
Emmanuel Engelhart
fdcea9889f Proper workflow triggers 2024-09-02 18:23:51 +00:00
Emmanuel Engelhart
4ec05bf98e Refresh deb packages CI/CD 2024-09-02 18:23:51 +00:00
Kelson
2bab9a210e
Merge pull request #700 from kiwix/update_libkiwix_dep
Update libkiwix dependency version
2024-09-02 09:31:15 +00:00
Matthieu Gautier
28008efb28 Update libkiwix dependency version
Libkiwix has move to major version 14 https://github.com/kiwix/libkiwix/pull/1116
2024-09-02 11:13:45 +02:00
Kelson
f6baad903f
Merge pull request #697 from kiwix/bump-up-version-to-3.8.0
Bump up version to 3.8.0
2024-09-01 13:03:01 +00:00
Emmanuel Engelhart
984741de03
deb files requires libkiwix14 2024-09-01 14:57:16 +02:00
Emmanuel Engelhart
b557d0a1dc
Bump-up version to 3.8.0 2024-09-01 14:56:21 +02:00
Kelson
98483170c9
Merge pull request #695 from kiwix/windows_ci
Add a Windows CI.
2024-08-31 12:24:07 +00:00
Emmanuel Engelhart
c94c1bae6c
Add cmake to deb control file (needed by docopt) 2024-08-31 14:23:20 +02:00
Matthieu Gautier
b45426640e Add kiwix-serve documentation link in USAGE 2024-08-30 16:03:29 +02:00
Matthieu Gautier
504affb481 Add docopt dependencies to ubuntu packages 2024-08-30 16:03:29 +02:00
Matthieu Gautier
6a4b7508f0 Ask windows to not define min and max. 2024-08-30 16:03:29 +02:00
Matthieu Gautier
cebe079c11 Don't use sig_atomic_t on Windows.
We don't setup signal handler on Windows, so we can replace
`volatil sig_atomic_t` by simple `bool`.
2024-08-30 16:03:29 +02:00
Matthieu Gautier
945c4d61e6 Port kiwix-search to docopt 2024-08-30 15:49:10 +02:00
Matthieu Gautier
504a7a1ab7 Port kiwix-manage to docopt. 2024-08-30 15:48:51 +02:00
Matthieu Gautier
76b617817a Port kiwix-serve to docopt. 2024-08-30 15:48:37 +02:00
Matthieu Gautier
9eab766ff9 Add a Windows CI.
Compilation of kiwix-tools is broken on Windows.
But let's setup the CI to validate the PR.
2024-08-27 15:49:17 +02:00
Kelson
4b3d6202e7
Merge pull request #681 from kiwix/sandstorm-badge-removal
Remove Sandstorm badge in README.md (unmaintained)
2024-06-02 09:15:05 +02:00
Kelson
e18ffe19dc
Remove Sandstorm badge in README.md (unmaintained) 2024-06-02 09:12:41 +02:00
Kelson
353d20bf83
Merge pull request #673 from aryanA101a/main
Add IPv6 support to Kiwix Server
2024-06-01 17:49:06 +02:00
Aryan Arora
5f69a41259 add ipv6 support & update docs 2024-06-01 14:59:43 +05:30
Matthieu Gautier
2cc1ca4017
Merge pull request #679 from kiwix/fix_ci_pr 2024-05-30 11:43:57 +02:00
Matthieu Gautier
dc1067b8c4 Run the CI on pull_request.
Running the CI on push only trigger the CI on a push on the current repository.
It works on PR based on local branch but not for PR from remote repository.
2024-05-30 11:38:02 +02:00
Matthieu Gautier
5e7166cb07
Merge pull request #672 from kiwix/build_dir 2024-04-09 12:56:35 +02:00
Matthieu Gautier
24d81f9507 Build kiwix-tools with new archive from kiwix-build 2024-04-08 16:45:54 +02:00
Kelson
fcbb4a56bc
Merge pull request #668 from kiwix/prepare-release-3.7.0
Prepare release 3.7.0
3.7.0
2024-03-13 15:17:32 +01:00
Emmanuel Engelhart
e37af51dd4
new 3.7.0 Changelog 2024-03-13 15:15:09 +01:00
Emmanuel Engelhart
43704c6154
Proper deb lizim/libkiwix dependencies 2024-03-13 15:15:09 +01:00
Emmanuel Engelhart
d25fda82be
Request libzim9 2024-03-13 15:15:03 +01:00
Emmanuel Engelhart
279cdcda0b
Bump-up version to 3.7.0 2024-03-13 15:14:11 +01:00
Kelson
331743ea29
Merge pull request #661 from kiwix/max-dependence-version
Check max version of libzim/libkiwix
2024-03-13 15:12:23 +01:00
Emmanuel Engelhart
19f11d8777 Check max version of libzim/libkiwix 2024-03-13 15:10:07 +01:00
Kelson
3377f9e8bb
Merge pull request #666 from kiwix/implement_skip_option_2
kiwix-serve: Skip invalid ZIM files and continue startup #659
2024-03-13 15:09:43 +01:00
Emmanuel Engelhart
930c8321ca
Add --skipInvalid option to man page 2024-03-10 16:53:15 +01:00
Emmanuel Engelhart
a3239ea8bc
Rename --skipBroken to --skipInvalid 2024-03-10 16:50:34 +01:00
Florian Schüller
456c77d8fd
kiwix-serve: Skip broken ZIM files and continue startup 2024-03-10 16:47:14 +01:00
Matthieu Gautier
7913b6a4f0
Merge pull request #665 from kiwix/documentation 2024-03-08 09:28:06 +01:00
Veloman Yunkan
027f7d6620 Reinstated the RTD Sphinx Theme for documentation
Sometime in 2023 the default theme on Read-the-Docs was changed to
Alabaster. This change enforces the old theme (sphinx_rtd_theme).
2024-03-07 18:53:37 +04:00
Matthieu Gautier
18b532a923
Merge pull request #664 from kiwix/documentation 2024-03-06 18:19:40 +01:00
Veloman Yunkan
21a145d999 Fixed the copyright date 2024-03-06 21:15:09 +04:00
Veloman Yunkan
be89de2bbe More conspicuous "ZIM name" links 2024-03-06 21:15:09 +04:00
Veloman Yunkan
433010a900 Clarified handling of naming conflicts 2024-03-06 21:15:09 +04:00
Veloman Yunkan
dd14e02741 Documented a couple of /search API's caveats 2024-03-06 21:15:09 +04:00
Veloman Yunkan
8ea12b2ce5 Fixed the "book name"-vs-"ZIM name" bug in docs 2024-03-06 21:15:09 +04:00
Matthieu Gautier
67c0ebd6ad
Merge pull request #652 from kiwix/ghaction
Use kiwix-build's github action to download dependencies.
2023-12-20 11:57:05 +01:00
Matthieu Gautier
c5197ceb51 Use kiwix-build's github action to download dependencies. 2023-12-19 17:17:05 +01:00