Kelson
6eace310a2
Merge pull request #284 from kiwix/better_kiwix-serve_usage
...
Better kiwix-serve usage()
7 years ago
Kelson
c6499ad5c6
Fix typo in kiwix-manage usage()
7 years ago
Emmanuel Engelhart
34ceaf37f2
Better kiwix-serve usage()
7 years ago
Kelson
f05096e2ce
Merge pull request #282 from kiwix/better_usage
...
Better kiwix-manage usage()
7 years ago
Emmanuel Engelhart
3864b2404c
Better kiwix-manage usage()
7 years ago
Kelson
4cd74dca4b
Merge pull request #283 from kiwix/remove_download_action
...
Remove kiwix-manage download action
7 years ago
Kelson
88cea54520
Revert "[kiwix-manage] Add a `download` command to kiwix-manage."
...
This reverts commit c1e635bd4e .
7 years ago
Matthieu Gautier
3061c8bba3
Merge pull request #281 from kiwix/thread_win
...
Do not use this_thread::sleep or thread::hardware_concurrency.
7 years ago
Matthieu Gautier
2774eb9529
Do not use this_thread::sleep or thread::hardware_concurrency.
...
Mingw doesn't implement them. So, we should not use it.
I suppose that it was working before because mingw package for debian trusty
simply no provides a "thread" header.
We may face to include the native "thread" header.
7 years ago
Kelson
77dc2ef2ed
Merge pull request #280 from kiwix/3_columns_fix
...
Display cards in 3 columns properly
7 years ago
Emmanuel Engelhart
17d11f9772
Display cards in 3 columns properly
7 years ago
Matthieu Gautier
68ac06c397
Merge pull request #278 from kiwix/fix_server
...
Fix server
7 years ago
Matthieu Gautier
99f6941614
New version 1.2.1
7 years ago
Matthieu Gautier
848d058610
Always use POLL wen possible.
...
SELECT works only with fd < 1024. If we've got "too many" zim files,
the fd of the socket is > 1024 and we cannot create the daemon.
Also add the MHD_USE_DEBUG flag when we are verbose.
Fix #277
7 years ago
Matthieu Gautier
cdb9b28d35
Merge pull request #276 from kiwix/new_version
...
New version 1.2.0
7 years ago
Matthieu Gautier
43e1740d52
New version 1.2.0
7 years ago
Matthieu Gautier
7e8d02990e
Merge pull request #270 from kiwix/noDateAliasesFlag
...
Add --nodatealiases command line option #269
7 years ago
Kelson
c337cf174e
Add --nodatealiases command line option #269
7 years ago
Matthieu Gautier
8a64083d5b
Merge pull request #274 from kiwix/fix_win
...
Do not use POLL on windows.
7 years ago
Matthieu Gautier
d0687e40a6
Do not use POLL on windows.
...
libmicrohttpd has no support of poll on windows.
7 years ago
Matthieu Gautier
14b0b901f1
Merge pull request #273 from kiwix/no_rpath
...
Remove rpath in installed binaries.
7 years ago
Matthieu Gautier
336cbe691d
Remove rpath in installed binaries.
...
Fix #250
7 years ago
Matthieu Gautier
26b4dd5f57
Merge pull request #272 from kiwix/multiple_add
...
[manage] Allow user to add several zim files to library in the same time.
7 years ago
Matthieu Gautier
8882a716a0
[manage] Allow user to add several zim files to library in the same time.
...
Note that no option is allowed if several zim files are specified.
Fix #236
7 years ago
Matthieu Gautier
fede5ef9b6
Merge pull request #271 from kiwix/show_id
...
[manage] Do not show all books if id has been provided on command line.
7 years ago
Matthieu Gautier
c5b293c6f3
[manage] Do not show all books if id has been provided on command line.
...
Fix #240 .
7 years ago
Kelson
d57a37cde6
Merge pull request #268 from kiwix/docker
...
New Docker image of kiwix-serve #257
7 years ago
Kelson
7d2bec3e39
New Docker image of kiwix-serve #257
7 years ago
Matthieu Gautier
472de06e6d
Merge pull request #267 from kiwix/new_version
...
Version 1.1.0
7 years ago
Matthieu Gautier
51a4a4e8ef
Version 1.1.0
7 years ago
Matthieu Gautier
6e310c7147
Force use of meson 0.49.2
7 years ago
Matthieu Gautier
790bd03bd7
Merge pull request #266 from kiwix/filter_by_tag
...
Allow to search the catalog by tags.
7 years ago
Matthieu Gautier
15c6252db4
Allow to search the catalog by tags.
...
This way a client may filter the catalog by category.
7 years ago
Matthieu Gautier
6fd22dec61
Merge pull request #264 from kiwix/fix_absolute_urls
...
Fix handling of absolute url in kiwix-serve.
7 years ago
Matthieu Gautier
c332c123fe
Fix handling of absolute url in kiwix-serve.
...
We still need to change the html content to handle absolute url in zims.
Issue has been introduced by commit 978dc47 . Some code was not related
to redirection but to absolute url. I have made a clean a bit too more
aggressive.
Fix #262
7 years ago
Matthieu Gautier
e4eafd7459
Merge pull request #260 from kiwix/new_version
...
New version 1.0.0
7 years ago
Matthieu Gautier
16a29127a1
New version 1.0.0
7 years ago
Matthieu Gautier
7fa0579ea1
Merge pull request #258 from kiwix/redirect
...
[server] Correctly implement 302 redirection if the entry is a redirection
7 years ago
Matthieu Gautier
978dc47865
[server] Correctly implement 302 redirection if the entry is a redirection.
...
If the entry is a redirection, we should redirect the client to the
right entry instead of serving the target content.
As we are doing a redirection, urls are good and we don't have to change
link inside the html or css content.
Fix #192
7 years ago
Matthieu Gautier
b7793f6e75
Merge pull request #259 from kiwix/use_correct_dep_archive
...
Use new xz archive
7 years ago
Matthieu Gautier
8095ae9ea8
Use new xz archive
7 years ago
Matthieu Gautier
286f599b3e
Merge pull request #256 from kiwix/new_version
...
New version
7 years ago
Matthieu Gautier
174b236312
New version 0.9.0
7 years ago
Matthieu Gautier
c7e9d44b38
We do not need the exact version 0.43.0 for meson.
7 years ago
Matthieu Gautier
3a80951c23
Merge pull request #255 from kiwix/update_to_api
...
Update to api
7 years ago
Matthieu Gautier
ffaecb5389
Update to last kiwix-lib API.
...
The `common` repository has been renamed to `tools`.
7 years ago
Matthieu Gautier
7b25308248
Update build system as we don't use ctpp2 anymore.
7 years ago
Matthieu Gautier
7ac14aa64f
Merge pull request #254 from kiwix/new_api_no_external_index
...
Do not handle external index.
7 years ago
Matthieu Gautier
3c8da8c74c
Do not handle external index.
...
Now that kiwix-lib do not handle external index, we must not try to handle
it ourselves.
See kiwix/kiwix-lib#190.
Fix #245
7 years ago
Matthieu Gautier
9ed3fc353b
Merge pull request #253 from kiwix/fix_warning
...
Initialize geoquery variables.
7 years ago