mirror of https://github.com/kiwix/libkiwix.git
Fix Libkiwix Github repository URLS
This commit is contained in:
parent
fc7484ac86
commit
c8b7f8772a
10
README.md
10
README.md
|
@ -6,12 +6,12 @@ suite core. It contains the code shared by all Kiwix ports (Windows,
|
||||||
GNU/Linux, macOS, Android, iOS, ...).
|
GNU/Linux, macOS, Android, iOS, ...).
|
||||||
|
|
||||||
[](https://bintray.com/kiwix/kiwix/kiwixlib/_latestVersion)
|
[](https://bintray.com/kiwix/kiwix/kiwixlib/_latestVersion)
|
||||||
[](https://github.com/kiwix/kiwix-lib/actions?query=branch%3Amaster)
|
[](https://github.com/kiwix/libkiwix/actions?query=branch%3Amaster)
|
||||||
[](https://www.codefactor.io/repository/github/kiwix/kiwix-lib)
|
[](https://www.codefactor.io/repository/github/kiwix/libkiwix)
|
||||||
[](https://codecov.io/gh/kiwix/kiwix-lib)
|
[](https://codecov.io/gh/kiwix/libkiwix)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
|
|
||||||
[](https://repology.org/project/kiwix-lib/versions)
|
[](https://repology.org/project/libkiwix/versions)
|
||||||
|
|
||||||
Disclaimer
|
Disclaimer
|
||||||
----------
|
----------
|
||||||
|
@ -56,7 +56,7 @@ In the worse case, you will have to download and compile bleeding edge
|
||||||
version by hand.
|
version by hand.
|
||||||
|
|
||||||
If you want to install these dependencies locally, then use the
|
If you want to install these dependencies locally, then use the
|
||||||
`kiwix-lib` directory as install prefix.
|
`libkiwix` directory as install prefix.
|
||||||
|
|
||||||
Environment
|
Environment
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -29,7 +29,7 @@ task writePom {
|
||||||
version '10.0.0' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
|
version '10.0.0' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
|
||||||
packaging 'aar'
|
packaging 'aar'
|
||||||
name 'kiwixlib'
|
name 'kiwixlib'
|
||||||
url 'https://github.com/kiwix/kiwix-lib'
|
url 'https://github.com/kiwix/libkiwix'
|
||||||
licenses {
|
licenses {
|
||||||
license {
|
license {
|
||||||
name 'GPLv3'
|
name 'GPLv3'
|
||||||
|
@ -44,9 +44,9 @@ task writePom {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
scm {
|
scm {
|
||||||
connection 'https://github.com/kiwix/kiwix-lib.git'
|
connection 'https://github.com/kiwix/libkiwix.git'
|
||||||
developerConnection 'https://github.com/kiwix/kiwix-lib.git'
|
developerConnection 'https://github.com/kiwix/libkiwix.git'
|
||||||
url 'https://github.com/kiwix/kiwix-lib'
|
url 'https://github.com/kiwix/libkiwix'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}.withXml {
|
}.withXml {
|
||||||
|
|
|
@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13),
|
||||||
zlib1g-dev
|
zlib1g-dev
|
||||||
Standards-Version: 4.5.0
|
Standards-Version: 4.5.0
|
||||||
Section: libs
|
Section: libs
|
||||||
Homepage: https://github.com/kiwix/kiwix-lib
|
Homepage: https://github.com/kiwix/libkiwix
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: libkiwix-dev
|
Package: libkiwix-dev
|
||||||
|
|
|
@ -18,7 +18,7 @@ if wrapper.contains('java')
|
||||||
add_languages('java')
|
add_languages('java')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# See https://github.com/kiwix/kiwix-lib/issues/371
|
# See https://github.com/kiwix/libkiwix/issues/371
|
||||||
if ['arm', 'mips', 'm68k', 'ppc', 'sh4'].contains(target_machine.cpu_family())
|
if ['arm', 'mips', 'm68k', 'ppc', 'sh4'].contains(target_machine.cpu_family())
|
||||||
extra_libs += '-latomic'
|
extra_libs += '-latomic'
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<book
|
<book
|
||||||
id="raycharles"
|
id="raycharles"
|
||||||
path="./zimfile.zim"
|
path="./zimfile.zim"
|
||||||
url="https://github.com/kiwix/kiwix-lib/raw/master/test/data/zimfile.zim"
|
url="https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile.zim"
|
||||||
title="Ray Charles"
|
title="Ray Charles"
|
||||||
description="Wikipedia articles about Ray Charles"
|
description="Wikipedia articles about Ray Charles"
|
||||||
language="eng"
|
language="eng"
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
<book
|
<book
|
||||||
id="raycharles_uncategorized"
|
id="raycharles_uncategorized"
|
||||||
path="./zimfile.zim"
|
path="./zimfile.zim"
|
||||||
url="https://github.com/kiwix/kiwix-lib/raw/master/test/data/zimfile.zim"
|
url="https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile.zim"
|
||||||
title="Ray (uncategorized) Charles"
|
title="Ray (uncategorized) Charles"
|
||||||
description="No category is assigned to this library entry."
|
description="No category is assigned to this library entry."
|
||||||
language="eng"
|
language="eng"
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
<book
|
<book
|
||||||
id="charlesray"
|
id="charlesray"
|
||||||
path="./zimfile.zim"
|
path="./zimfile.zim"
|
||||||
url="https://github.com/kiwix/kiwix-lib/raw/master/test/data/zimfile.zim"
|
url="https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile.zim"
|
||||||
title="Charles, Ray"
|
title="Charles, Ray"
|
||||||
description="Wikipedia articles about Ray Charles"
|
description="Wikipedia articles about Ray Charles"
|
||||||
language="eng"
|
language="eng"
|
||||||
|
|
|
@ -186,7 +186,7 @@ const char sampleLibraryXML[] = R"(
|
||||||
<book
|
<book
|
||||||
id="raycharles"
|
id="raycharles"
|
||||||
path="./zimfile.zim"
|
path="./zimfile.zim"
|
||||||
url="https://github.com/kiwix/kiwix-lib/raw/master/test/data/zimfile.zim"
|
url="https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile.zim"
|
||||||
title="Ray Charles"
|
title="Ray Charles"
|
||||||
description="Wikipedia articles about Ray Charles"
|
description="Wikipedia articles about Ray Charles"
|
||||||
language="eng"
|
language="eng"
|
||||||
|
|
|
@ -630,7 +630,7 @@ std::string maskVariableOPDSFeedData(std::string s)
|
||||||
" <publisher>\n" \
|
" <publisher>\n" \
|
||||||
" <name>Kiwix</name>\n" \
|
" <name>Kiwix</name>\n" \
|
||||||
" </publisher>\n" \
|
" </publisher>\n" \
|
||||||
" <link rel=\"http://opds-spec.org/acquisition/open-access\" type=\"application/x-zim\" href=\"https://github.com/kiwix/kiwix-lib/raw/master/test/data/zimfile.zim\" length=\"569344\" />\n" \
|
" <link rel=\"http://opds-spec.org/acquisition/open-access\" type=\"application/x-zim\" href=\"https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile.zim\" length=\"569344\" />\n" \
|
||||||
" </entry>\n"
|
" </entry>\n"
|
||||||
|
|
||||||
#define RAY_CHARLES_CATALOG_ENTRY \
|
#define RAY_CHARLES_CATALOG_ENTRY \
|
||||||
|
@ -654,7 +654,7 @@ std::string maskVariableOPDSFeedData(std::string s)
|
||||||
" <publisher>\n" \
|
" <publisher>\n" \
|
||||||
" <name>Kiwix</name>\n" \
|
" <name>Kiwix</name>\n" \
|
||||||
" </publisher>\n" \
|
" </publisher>\n" \
|
||||||
" <link rel=\"http://opds-spec.org/acquisition/open-access\" type=\"application/x-zim\" href=\"https://github.com/kiwix/kiwix-lib/raw/master/test/data/zimfile.zim\" length=\"569344\" />\n" \
|
" <link rel=\"http://opds-spec.org/acquisition/open-access\" type=\"application/x-zim\" href=\"https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile.zim\" length=\"569344\" />\n" \
|
||||||
" </entry>\n"
|
" </entry>\n"
|
||||||
|
|
||||||
#define UNCATEGORIZED_RAY_CHARLES_CATALOG_ENTRY \
|
#define UNCATEGORIZED_RAY_CHARLES_CATALOG_ENTRY \
|
||||||
|
@ -678,7 +678,7 @@ std::string maskVariableOPDSFeedData(std::string s)
|
||||||
" <publisher>\n" \
|
" <publisher>\n" \
|
||||||
" <name>Kiwix</name>\n" \
|
" <name>Kiwix</name>\n" \
|
||||||
" </publisher>\n" \
|
" </publisher>\n" \
|
||||||
" <link rel=\"http://opds-spec.org/acquisition/open-access\" type=\"application/x-zim\" href=\"https://github.com/kiwix/kiwix-lib/raw/master/test/data/zimfile.zim\" length=\"125952\" />\n" \
|
" <link rel=\"http://opds-spec.org/acquisition/open-access\" type=\"application/x-zim\" href=\"https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile.zim\" length=\"125952\" />\n" \
|
||||||
" </entry>\n"
|
" </entry>\n"
|
||||||
|
|
||||||
TEST_F(LibraryServerTest, catalog_root_xml)
|
TEST_F(LibraryServerTest, catalog_root_xml)
|
||||||
|
|
Loading…
Reference in New Issue