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
Matthieu Gautier
51051752f1
Initialize geoquery variables.
...
Fix #251
7 years ago
Kelson
4e8a8533c4
Merge pull request #248 from kiwix/legoktm-patch-2
...
Improve kiwix-serve.1
8 years ago
Kelson
fd2a0decd3
Merge branch 'master' into legoktm-patch-2
8 years ago
Kelson
624fb32091
Merge pull request #247 from kiwix/legoktm-patch-1
...
Improve grammar in kiwix-manage.1
8 years ago
Kunal Mehta
067a40a156
Improve kiwix-serve.1
...
Minor grammar fixes and remove reference to kiwix-install(1).
8 years ago
Kunal Mehta
cfa22365fe
Improve grammar in kiwix-manage.1
...
And change one of the URLs to HTTPS, and remove a reference
to the removed kiwix-install(1).
8 years ago
Popo le Chien
d5066ba6bf
Updated README
...
typo
8 years ago
Kelson
f1ec1ec182
Merge pull request #239 from kiwix/updated_usage
...
Update usage()
8 years ago
Kelson
d1802c52a2
Update usage()
8 years ago
Matthieu Gautier
38088ee321
New version 0.8.0
8 years ago
Matthieu Gautier
0f445e9791
Merge pull request #238 from kiwix/remove_several_id
...
Be able to remove several books in a single command.
8 years ago
Matthieu Gautier
1032a46c57
Be able to remove several books in a single command.
...
Fix #236
8 years ago
Matthieu Gautier
cbe8f1df87
Merge pull request #234 from kiwix/new_version
...
New version 0.7.0
8 years ago
Matthieu Gautier
2fe5ec1d7c
New version 0.7.0
8 years ago
Matthieu Gautier
eba80b92ef
Merge pull request #229 from kiwix/new_kiwix-lib_api
...
WIP New kiwix lib api
8 years ago
Matthieu Gautier
c1e635bd4e
[kiwix-manage] Add a `download` command to kiwix-manage.
...
With the download command, it is possible to download a zim corresponding
to a remote book in the library.
8 years ago
Matthieu Gautier
c8be8fbad8
[kiwix-manage] Update to last API of kiwix-lib.
...
`kiwix::Manager` cannot set the book index. We have to modify the book
itself.
We remove the `backend` option as the only supported xapian was and always
was xapian.
8 years ago
Matthieu Gautier
640f907fb2
Avoid recopy of books
8 years ago
Matthieu Gautier
eb407956b9
The index path must be absolute.
8 years ago
Matthieu Gautier
422dde9ff2
Allow the opds feed to filtered by the language and "paged".
8 years ago
Matthieu Gautier
f691f85724
Correctly get the bookIds to the opdsfeed.
...
We want to have LOCAL and REMOTE and VALID files.
8 years ago
Matthieu Gautier
fd4f228a41
Use the `to_string` function in kiwix lib instead of redefine it.
8 years ago
Matthieu Gautier
bf40d4ff91
Adapt kiwix-manage to new kiwix-lib API.
...
- Books are identified by Id, not by index.
- No more current option.
8 years ago
Matthieu Gautier
74fecd34e6
Adapt kiwix-serve to new API.
...
We also change the welcome page to link to icon url instead of
embeded them as base64 data.
8 years ago
Matthieu Gautier
881fe9f41d
Merge pull request #224 from kiwix/new_version
...
New version 0.6.1
8 years ago
Matthieu Gautier
c23e0bc38a
New version 0.6.1
8 years ago
Matthieu Gautier
d4d32aa2e8
Merge pull request #218 from int19h/217
...
Fix #217 : RequestContext::connection is unused
8 years ago
Pavel Minaev
4a88c44626
Fix #217 : RequestContext::connection is unused
8 years ago
Matthieu Gautier
0cc5b18488
Merge pull request #214 from int19h/213
...
Fix #213 : sockaddr_in is undefined when compiling on FreeBSD
8 years ago
Pavel Minaev
88a32a152f
Fix #213 : sockaddr_in is undefined when compiling on FreeBSD
...
Make sure that <netinet/in.h> is included as per POSIX spec.
8 years ago
Matthieu Gautier
4b8c8c5f6f
Merge pull request #216 from int19h/215
...
Fix #215 : istringstream used without #include <sstream>
8 years ago
Pavel Minaev
f0568ff4a7
Fix #215 : istringstream used without #include <sstream>
8 years ago
Kelson
ccdfe9839d
Merge pull request #212 from int19h/211
...
Fix #211 : getMimeTypeForFile does not handle files without extensions correctly
8 years ago
Pavel Minaev
221f3ef340
Fix #211 : getMimeTypeForFile does not handle files without extensions correctly
...
Use `auto` instead of `unsigned int` to ensure proper size on 64-bit platforms
8 years ago
Matthieu Gautier
0785636ca5
Merge pull request #219 from kiwix/new_dep_archive_root
...
New deps archives now contains the BUILD_ directory
8 years ago