Matthieu Gautier
08f2373360
Merge pull request #48 from kiwix/no_use_of_tree_h
...
Remove use of tree.h
8 years ago
Matthieu Gautier
82fb6bc4d0
Remove use of tree.h
...
All code using tree.h where commented.
As tree.h where install by kiwix-lib and we removed it there, let's remove
its use here.
8 years ago
Matthieu Gautier
17eceeff5b
Merge pull request #46 from kiwix/format_code
...
Format code
8 years ago
Matthieu Gautier
aef20d6c96
Move to C++11.
...
Code and kiwix-lib are C++11. So compile using C++11.
8 years ago
Matthieu Gautier
4e3ff03059
Format all the code using clang-format.
...
Add a script `format_code.sh` to easily format the code.
8 years ago
Matthieu Gautier
856bfc675a
Bump-up the version to 0.2.
...
Time to make a new release.
8 years ago
Kelson
7850e79eab
Merge pull request #44 from kiwix/custom_welcome_css
...
custom welcome page css
9 years ago
Emmanuel Engelhart
62769aed57
custom welcome page css
9 years ago
Kelson
29e281209d
Merge pull request #43 from Skylsmoi/335/rewrite_welcome_page
...
rewrite welcome page (fixed histo)
9 years ago
Skylsmoi
0f480d9fb8
fixed boxes size with ellipsis + moved style tag to template + reduced margin/padding
9 years ago
Skylsmoi
1aeeaa2c3b
rewrite welcome page
9 years ago
Matthieu Gautier
2fe1a9443c
Merge pull request #39 from kiwix/t38
...
Add --nolibrarybutton option refs #38
9 years ago
Emmanuel Engelhart
569b4d946e
Add --nolibrarybutton option
9 years ago
Matthieu Gautier
e51539d161
Merge pull request #36 from kiwix/new_api
...
Adapt to new kiwix-lib search API.
9 years ago
Matthieu Gautier
f12a731939
Adapt to new kiwix-lib search API.
9 years ago
Matthieu Gautier
d94423964e
Merge pull request #34 from kiwix/full_html_document
...
ZIM/libzim/libkiwix should provide full HTML DOM
9 years ago
Emmanuel Engelhart
af10b665a9
ZIM/libzim/libkiwix should provide full HTML DOM
9 years ago
Kelson
c2d29376d9
Merge pull request #32 from Skylsmoi/336/fix_display_taskbar_save
...
336/fix display taskbar save
9 years ago
Skylsmoi
fd9c63c76a
Merge branch '336/fix_display_taskbar_save' of github.com:Skylsmoi/kiwix-tools into 336/fix_display_taskbar_save
9 years ago
Skylsmoi
4cc46685f7
fix breakpoint for cybook
9 years ago
Kelson
e30da0c0cd
Merge pull request #29 from Skylsmoi/336/fix_display_taskbar_save
...
css rules for taskbar are now more strict
9 years ago
Kelson
70a652e020
Merge branch 'master' into 336/fix_display_taskbar_save
9 years ago
Skylsmoi
97f0c8ec5b
added important rules to set the taskbar design
9 years ago
Matthieu Gautier
da83027710
Merge pull request #26 from kiwix/no_ssh_key
...
Get dependencies from http server, not from ssh.
9 years ago
Matthieu Gautier
ef9b48682b
Get dependencies from http server, not from ssh.
...
`kiwix-build` now publish intermediate dependencies archives in a
http accessible location.
Let's use this location instead of `scp` the archives.
9 years ago
Kelson
e26244687d
Merge pull request #24 from Skylsmoi/336/fix_display_taskbar_save
...
336/fix display taskbar save
9 years ago
Skylsmoi
2634167f41
fix taskbar design for iOS
9 years ago
Skylsmoi
7edc49c4eb
Merge branch 'master' of github.com:kiwix/kiwix-tools into 336/fix_display_taskbar_save
9 years ago
Skylsmoi
36225207c0
force custom design to override rules from libraries
9 years ago
Emmanuel Engelhart
1d61e270fb
Add CTPP2 link in README
9 years ago
Kelson
5aecb4231d
Merge pull request #20 from Skylsmoi/336/fix_display_taskbar
...
#336 taskbar is now responsive
9 years ago
Skylsmoi
126781bbb5
removed calc()
9 years ago
Skylsmoi
f045590243
#336 taskbar is now responsive
9 years ago
Matthieu Gautier
f46e560d7f
Merge pull request #22 from kiwix/search_in_libzim
...
Search in libzim
9 years ago
Matthieu Gautier
643293c7df
Try to link with uuid only if xapian is present.
9 years ago
Matthieu Gautier
799a47142b
Adapt kiwix-tools to last kiwix-lib API (Xapian in zimlib).
9 years ago
Matthieu Gautier
79fdee1df2
Merge pull request #23 from kiwix/travisci
...
Travisci
9 years ago
Matthieu Gautier
ab623b7176
Add TravisCI.
...
Now the project is build on every PR using TravisCI.
The project dependencies are get from the archive generated by kiwix-build.
9 years ago
Matthieu Gautier
208050df4b
Merge pull request #21 from kiwix/no_indexer
...
Remove indexer and indexing functionality from installer.
9 years ago
Matthieu Gautier
9ead431b3f
Remove indexer and indexing functionality from installer.
...
This is handled by zimwriterfs now (and zimlib itself later on).
9 years ago
Julian Harty
1e6353330d
Please discount (ignore) my last commit, it was intended for the kiwix-apache repo.
9 years ago
Julian Harty
482577fd53
You're welcome... and here's the starting point to encourage you to get involved.
9 years ago
Matthieu Gautier
856b487007
Merge pull request #18 from kiwix/snippets
...
Update to the new API of kiwix-lib.
9 years ago
Matthieu Gautier
cb20e719ee
Update to the new API of kiwix-lib.
9 years ago
Matthieu Gautier
25091c320b
Merge pull request #16 from kiwix/kiwix-serve.bugfix
...
Kiwix serve.bugfix
9 years ago
Matthieu Gautier
35b83144c6
Do not compress only if the content is small.
...
We do not need the test "contentLength < COMPRESSOR_BUFFER_SIZE" to know
if we compress the content or not.
This is a non sens, we WANT to compress the content if it is big.
9 years ago
Matthieu Gautier
063e9ba80d
Use compressBound function to reserve the right amount of space.
...
compressBound function give the upper bound of space needed to
reserve to the compression buffer. Use it instead of using a define.
9 years ago
Matthieu Gautier
e27ce444c6
Correctly check that compress gone well before using the result buffer.
...
We need to check the return code of compress.
Compress may fail for different reason, one being that the compr_buffer
is not large enough.
9 years ago
Matthieu Gautier
3592cd84c6
Do not modify the compr buffer pointer.
...
The compr pointer points to the allocated memory. We must not modify
it value.
If we advance the pointer by two bytes each time we compress an answer
we will end to write in some random memory and segfault.
Now, we use a std::vector to correctly handle allocation
(and deallocation!) of the memory.
9 years ago
Matthieu Gautier
a27010c247
Correctly change the compression buffer we send.
...
For ie browser, we need to remove the two first bytes.
If we make our buffer start two bytes after, we also need to reduce the
size of the buffer by two bytes. Else we will read and send two extra
junk bytes.
Fix #15
9 years ago