Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Greeshmanth1909 authored Apr 8, 2024
2 parents dfc6547 + 285878c commit bae712b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions i18n/en.jsonp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"selenium-webdriver": "^4.11.1",
"start-server-and-test": "^2.0.0",
"testcafe": "^3.0.0",
"vite": "^4.5.2"
"vite": "^4.5.3"
}
}
10 changes: 5 additions & 5 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ <h4 data-i18n="about-step2">Step 2: Download or copy the content onto your devic
</p>
<h4 data-i18n="about-step3">Step 3: Select your file or drag-and-drop</h4>
<p data-i18n="about-step3-para1">
Go to the "Configure" menu and select your archive, or select the folder containing your ZIM archives if you are offered that option. You can also drag and drop the file into the
the open app (if you have a split file, be sure to drag all parts).
Go to the "Configure" menu and select your archive, or select the folder containing your ZIM archives if you are offered that option. You can also drag and drop the file into the
open app (if you have a split file, be sure to drag all parts).
</p>
<h4 data-i18n="about-step4">Step 4: Enjoy your offline content!</h4>
<p style="text-align: right"><a href="#contents" data-i18n="about-back-contents">↑ Back to Contents</a></p>
Expand All @@ -230,7 +230,7 @@ <h3 id="searchSyntax" data-i18n="about-search-title">Title and full-text search
display a list of all titles (up to the limit set in Configuration) simply by clicking the search button without typing anything.
</p>
<p data-i18n="about-search-para4">
<b>Full-text search:</b> This type of search is only availalbe in relatively recent desktop browsers, and if the archive contains a full-text index.
<b>Full-text search:</b> This type of search is only available in relatively recent desktop browsers, and if the archive contains a full-text index.
If it is supported, it will be used automatically, but it is slower than title search, and you may notice a delay before results are added to the
title-search results. Additionally, full-text search cannot be used if your archive is split into various chunks. To see whether it is
available, look in the API panel at the bottom of the Configuration page after you have loaded a ZIM. If it says "Xapian [fulltext]" then
Expand Down Expand Up @@ -311,7 +311,7 @@ <h4 id="FAT" data-i18n="about-fat-fs">Downloading and storing large archives</h4
<code>...</code>, etc.). When you pick this archive in the app, be sure to pick <b>all</b> the chunks, or drag-and-drop them all into the app.
</p>
<p data-i18n="about-large-archives-para3">
For some information on how to split archves, see <a href="https://github.com/kiwix/kiwix-js-windows/tree/main/AppPackages#download-a-zim-archive-all-platforms" target="_blank">
For some information on how to split archives, see <a href="https://github.com/kiwix/kiwix-js-windows/tree/main/AppPackages#download-a-zim-archive-all-platforms" target="_blank">
Download a ZIM archive&nbsp;<img src="img/Icon_External_Link.png" /></a>.
</p>
<p style="text-align: right"><a href="#contents" data-i18n="about-back-contents">↑ Back to Contents</a></p>
Expand Down Expand Up @@ -432,7 +432,7 @@ <h4 data-i18n="about-libraries">Main libraries and resources used:</h4>
<li>The <a href="https://rollupjs.org/" target="_blank">Rollup JavaScript Bundler</a>, copyright by the contributors, released under an <a href="https://github.com/rollup/rollup/blob/master/LICENSE.md" target="_blank">MIT Licence</a></li>
<li><a href="https://vitejs.dev/" target="_blank">Vite Frontend Tooling</a>, copyright Yuxi You and Vite contributors, released under an <a href="https://github.com/vitejs/vite/blob/main/LICENSE" target="_blank">MIT Licence</a></li>
<li>The <a href="https://testcafe.io/" target="_blank">Test<i>Café</i></a> suite, copyright Developer Express Inc., released under an <a href="https://github.com/DevExpress/testcafe/blob/master/LICENSE" target="_blank">MIT Licence</a></li>
<li><a href="https://www.selenium.dev/documentation/webdriver/" target="_blank">Selenium WebDriver</a>, copyright The Software Freedom Conservancy, released under an <a href="https://github.com/SeleniumHQ/selenium/blob/trunk/LICENSE" target="_blank">Apache Lincence v2</a></li>
<li><a href="https://www.selenium.dev/documentation/webdriver/" target="_blank">Selenium WebDriver</a>, copyright The Software Freedom Conservancy, released under an <a href="https://github.com/SeleniumHQ/selenium/blob/trunk/LICENSE" target="_blank">Apache Licence v2</a></li>
<li><a href="https://mochajs.org/" target="_blank">Mocha Testing Framework</a>, copyright The OpenJS Foundation and Mocha contributors, released under a <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International Licence</a></li>
<li><a href="https://www.i18next.com/" target="_blank">i18next Internationalization Framework</a>, copyright i18next, released under an <a href="https://github.com/i18next/i18next/blob/master/LICENSE" target="_blank">MIT Licence</a></li>
</ul>
Expand Down

0 comments on commit bae712b

Please sign in to comment.