renaud gaudin
a6713db7fe
Simplified Dockerfile
...
- using alpine's dumb-init to remove builder
- simplifying arch management
- extracting to final location
4 years ago
Kelson
4137d9f517
Merge pull request #581 from neyder/master
...
Make kiwix-serve easily deployable on podman Openshift
4 years ago
Neyder Achahuanco Apaza
1a25b42517
Fixed README
4 years ago
Neyder Achahuanco Apaza
70c390c7d1
Modify documentation to reflect PORT variable and default to 8080
4 years ago
Neyder Achahuanco Apaza
847d1e9e76
Modify default port so it cna be used on secured kubernetes
4 years ago
Kelson
2a9378e24e
Merge pull request #576 from kiwix/kiwix-manage-man-url-fix
...
Rewritten kiwix-manage man
4 years ago
Emmanuel Engelhart
dd53bef147
Fix: Create library file if necessary with 'add' action
4 years ago
Emmanuel Engelhart
6f0f666be5
Fix: Add actions in bold
4 years ago
Emmanuel Engelhart
0a7e91ceb7
Fix: Fix missing enclosures
4 years ago
Emmanuel Engelhart
db7f30fb81
Fix: Remove example library.xml because useless
4 years ago
Emmanuel Engelhart
3c6e8ed6c8
Fix: simple ALOS typo
4 years ago
Emmanuel Engelhart
cef30cd0b8
Rewritten kiwix-manage man page
4 years ago
Kelson
ce9e3e82e3
Merge pull request #569 from kiwix/rm-kiwix-search-man
...
Remove more references to kiwix-read
4 years ago
Kunal Mehta
0df3c14faa
Remove more references to kiwix-read
...
Was removed in f9ce353ad1 .
4 years ago
Kelson
092be45512
Merge pull request #571 from kiwix/rootLocation
...
Default kiwix-serve's rootLocation to "/"
4 years ago
renaud gaudin
442de30ff7
Normalize printed rootLocation
...
Reusing libkiwix's normalizeRootUrl() to display a more reliable representation of the
rootLocation the InternalServer will be using.
Can't reuse server.m_root as it is private.
4 years ago
renaud gaudin
9c16e53767
Default kiwix-serve's rootLocation to "/""
...
Usage mentions that the rootLocation defaults to `/` while it was not.
It defaulted to an empty string.
While it defaulting to "" or "/" has no technical consequence: libkiwix's server
normalizes the requested rootLocation ; it leads to users setting a "/"-prefixed
rootLocation when customizing it, resulting in double-slashed print of the URL
to access kiwix-serve at.
This harmonizes usage and actual default, fixing the URL print.
4 years ago
Matthieu Gautier
f9dc22a671
Merge pull request #565 from kiwix/multipleAddresses
4 years ago
Nikhil Tanwar
7526148f89
Do not allow multiple values for same option
...
Previously, kiwix-serve would take the last value for the same option. This was unintuitive.
This change exits the program if multiple values for the same option are found.
4 years ago
Kelson
da55468a88
Merge pull request #567 from kiwix/exit-if-argument-error
...
Exit if wrong argument given to kiwix-serve
4 years ago
Emmanuel Engelhart
86fac0e9af
Exit if wrong argument given to kiwix-serve
4 years ago
Kelson
5709d4d489
Merge pull request #564 from kiwix/fixHeader
...
Add iostream header and namespace std
4 years ago
Nikhil Tanwar
8efa71d307
Use std namespace consistently
...
Previously, there was an inconsistent usage of no namespace vs namespace.
This change fixes that by correctly adding std:: whenever required.
Adds iostream header in src/version.h to fix cout/cerr problems.
4 years ago
Kelson
3f076c2b27
Merge pull request #560 from kiwix/fix-identation
...
Fix broken indentation in usage()
4 years ago
Emmanuel Engelhart
6266c3baa8
Fix broken indentation in usage()
4 years ago
Matthieu Gautier
b2bc6cead2
Merge pull request #559 from kiwix/version_3.3.0
4 years ago
Matthieu Gautier
b7a6f78150
New version 3.3.0
4 years ago
Kelson
9e3d4c9615
Merge pull request #558 from kiwix/limit_books_search
...
Add a option to limit the number of zim in a fulltext multizim search.
4 years ago
Matthieu Gautier
472ff19861
[CI] Use last docker image (and dependencies)
4 years ago
Matthieu Gautier
97aa28c74d
Add a option to limit the number of zim in a fulltext multizim search.
4 years ago
Kelson
2c40d23991
Merge pull request #555 from kiwix/manager_add_no_library
...
It is ok to not be able to read library if we ADD book to non existant library
4 years ago
Matthieu Gautier
ca8d6e570c
It is ok to not be able to read library if we ADD book to non existant lib
4 years ago
Matthieu Gautier
78887d6815
Merge pull request #553 from kiwix/manager_return_code
4 years ago
Matthieu Gautier
643a07f653
Make kiwix-manage return with something !0 if something went wrong
4 years ago
Matthieu Gautier
9a07dd8314
Merge pull request #546 from kiwix/fix_win_cross_compilation
4 years ago
Matthieu Gautier
bdd36f0379
Do not define stat if not necessary.
...
On recent mingw compiler, `stat` is already defined the same way we do.
So we don't need to do it.
4 years ago
Kelson
62195c788e
Merge pull request #541 from kiwix/ci_fix
4 years ago
Veloman Yunkan
fa7948abbe
Fixed armhf_static CI build
4 years ago
Kelson
2c701cb260
Merge pull request #535 from kiwix/saying_no_to_deprecated_libkiwix_api
...
Removed the usage of libkiwix deprecated API
4 years ago
Veloman Yunkan
8b36e94d50
Now kiwix-tools is built with werror=true
4 years ago
Veloman Yunkan
f9ce353ad1
Goodbye kiwix-read
...
`kiwix-read` was a confusing tool. It was a loose equivalent of
`kiwix-search --suggest` also able to work on old ZIM archives that didn't
contain a title index. Its existence is not justified.
4 years ago
Veloman Yunkan
2bb080ee3b
Cleared kiwix-search of libkiwix deprecated API
4 years ago
Kelson
dd5aa33775
Merge pull request #534 from kiwix/ipLimit
...
Add ip connection limit option
4 years ago
Emmanuel Engelhart
0ed608f5c2
Cosmetic changes in kiwix-serve usage()
4 years ago
Nikhil Tanwar
8f4758a6a9
Add ip connection limit option
...
Adds --ipConnectionLimit/-L option to change MHD_OPTION_PER_IP_CONNECTION_LIMIT by calling server.setIpConnectionLimit()
4 years ago
Kelson
b10f2ed1a1
Merge pull request #530 from kiwix/legoktm-patch-1
...
PPA: Remove Ubuntu Hirsute, EOL
4 years ago
Kunal Mehta
94549828cb
PPA: Remove Ubuntu Hirsute, EOL
4 years ago
Kelson
f342bd5e24
Merge pull request #526 from kiwix/legoktm-patch-1
4 years ago
Kunal Mehta
f316bb14a2
PPA: Fix libzim-dev and libkiwix-dev dependencies
...
Our libzim packages are "7.2.0~focal" but the ~ means that "7.2.0" is greater than
"7.2.0~focal" so the dependency can't be satisfied. Depending on "7.2.0~" will
allow "7.2.0~focal" to satisfy the dependency. Same for libkiwix.
4 years ago
Matthieu Gautier
ea44dc76f6
Merge pull request #525 from kiwix/version_3.2.0
4 years ago