8383265ac4
Update README.md
...
Fixed a couple of spelling errors
2023-10-20 00:58:52 -07:00
ea33a3b65e
Changed word "language" to "category" in README.mdS
2023-03-18 06:55:12 +01:00
815c59ff6d
"main" is the new git default branch
2022-12-27 14:23:14 +01:00
5130bf9774
Fix: testlog based cacheid retrieval
2022-09-14 15:54:25 +02:00
ee3514d2d6
Documentation for static files
2022-09-14 15:37:12 +02:00
e1847cb058
Move back the 'Troubleshooting' section to the end
2022-09-14 15:37:12 +02:00
baf22c2516
So long, jQuery
...
Now after porting index.js and taskbar.js to vanilla JS, it is time to remove files.
Deleted static/skin/jquery-ui
Updated customIndexPage template in README.md.
Thank you for your service, jQuery :)
2022-07-31 19:16:46 +05:30
19a9c84e13
Change class name "searchButton" to "kiwixButton"
...
This is done to retain the button design in more button designs (ex: tags)
2022-06-25 18:10:01 +04:00
1757f7f168
Add documentation badge in README
2022-04-23 10:38:15 +02:00
8f2faf37dc
Add release badge
2022-03-24 17:45:03 +01:00
fcd865bb81
Revert removing of deprecated methods used by android wrapper.
2022-01-14 12:28:50 +01:00
b7b385d87b
added custom index template
2021-10-12 19:44:05 +05:30
a0332e7599
Remove Bintray badge
2021-06-07 15:55:19 +02:00
2632a21d24
Move Repology to wiki
2021-05-30 15:46:45 +02:00
5c97b1fff9
gtest is need for testing
2021-05-30 15:43:21 +02:00
4f7175ad59
Libkiwix, not Kiwix library
2021-05-30 15:42:28 +02:00
f4b8d0c303
Add libmicrohttpd compilation hint
2021-05-30 15:35:40 +02:00
c8b7f8772a
Fix Libkiwix Github repository URLS
2021-05-20 08:56:44 +02:00
faa9e1f8b5
Change Mustache-3.0 to Mustache-4.1
2021-03-14 11:43:48 +05:30
bc4b6846ef
Add missing dependency declaration in the README.
2020-11-17 11:54:36 +01:00
ab7349dbc8
Switch to repology package badge
2020-08-30 20:59:14 +02:00
292004703e
Add shield and link to official Arch Linux package
...
I recently became an Arch Linux Trusted User and moved kiwix-lib
to the official community repository.
2020-08-30 13:22:13 +02:00
c3e1e46d58
No AUR libkiwix package anymore
2020-08-30 09:56:38 +02:00
56e46c43f8
Upped meson version in the README
2020-08-11 18:17:18 +02:00
1b399fc0a2
README: Clarify aria2 is only a runtime dependency
2020-08-05 13:58:53 -07:00
8eb2d0c2a1
Explain how to run automated tests
2020-05-18 08:37:51 +02:00
ea3444e2fe
add required info to README
...
Mustache 4 was release in late october 2019 and is not compatible with kiwix-lib as is.
Replacement in taskbar is messed-up and breaks suggestions.
Until this is fixed/adapted, inform users to use version 3.
2020-04-03 16:38:16 +02:00
778603e1bf
Use Github Actions CI badge (instead of Travis CI)
2020-04-03 16:30:42 +02:00
2244074f3c
travis-ci.org -> travis-ci.com
2019-12-05 08:10:56 +01:00
f85ec9ea6f
Add Codecov badge to README
2019-09-26 12:37:57 +02:00
f4e9148b1d
Small fix of OSes names in the README
2019-09-17 12:20:17 +02:00
e1fcd12e48
Add AUR badge
2019-09-08 17:05:44 +02:00
bbb346b685
Slight improvements of the README.md
2019-08-27 16:31:04 +02:00
efce01aec4
Add badges to the README
2019-07-31 18:08:09 +02:00
f33f4eb381
Replace HTTP links by HTTPs one
2019-07-23 15:19:01 +02:00
72b4af4d65
Add information about mustache dependency in the README.
2019-03-04 14:26:40 +01:00
92c9a47a0d
Move the templating system to mustache instead of ctpp2.
...
Mustache templating system is a bit simpler than ctpp2 and ctpp2 is no
more maintained (see #189 ).
We are moving to the kainjow's Mustache project
(https://github.com/kainjow/Mustache ).
It simplify a lot our system has it is header only and we don't have to
precompile the template.
Fix #21
2019-01-09 18:28:48 +01:00
5159d985c6
Remove support for external index.
...
This feature is considered obsolete for a while.
In fact, it was already not supported since June 2018 as we were compiling
xapian without the chert backend support.
Assume that we don't support it and remove it from the code.
See kiwix/kiwix-tools#245
This is a API break. library.xml files will still work but the indexPath
and indexType will be dropped silently from the file.
2019-01-07 16:47:08 +01:00
c0d5e091d3
Small update of the README
2018-07-07 21:15:48 +02:00
a66b178633
Update README
2018-06-24 22:16:16 +02:00
6b0d2788aa
Add dependency libaria2
in the README.
2018-04-23 17:40:21 +02:00
683b5249a2
Fix meson installation error by using pip3
2018-03-10 03:10:09 +05:30
8e8724b6be
Fix typo in the README
2017-02-06 20:52:47 +01:00
094e05ac8a
ctpp2 static lib as a non std name
2017-02-03 07:15:21 +01:00
c15339a972
Small remark to install deps locally
2017-01-23 22:04:50 +01:00
ffb1f40671
Do not forget pkg-config
2017-01-23 21:33:55 +01:00
121693bcfa
Typo on the README
2017-01-23 21:31:44 +01:00
d2c3eeb337
More simple/robus README
2017-01-23 21:25:07 +01:00
ed800e4f00
Update README.
...
Also add a COMPILE_ubuntu-16.04.md to let people compile on ubuntu 16.04.
2017-01-23 15:24:24 +01:00
d9798414c3
Update README.md
...
- Mention kiwix-build to build kiwix-lib.
- Separate the real dependencies from the package to install.
- Mention the (standard meson) --default-library option.
2017-01-10 10:50:04 +01:00