forked from mihonapp/mihon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,15 @@ | ||
<div align="center"> | ||
# Mihon | ||
|
||
<a href="https://mihon.app"> | ||
<img src="./.github/assets/logo.png" alt="Mihon logo" title="Mihon logo" width="80"/> | ||
</a> | ||
|
||
# Mihon [App](#) | ||
|
||
### Full-featured reader | ||
Discover and read manga, webtoons, comics, and more – easier than ever on your Android device. | ||
|
||
[![Discord server](https://img.shields.io/discord/1195734228319617024.svg?label=&labelColor=6A7EC2&color=7389D8&logo=discord&logoColor=FFFFFF)](https://discord.gg/mihon) | ||
[![GitHub downloads](https://img.shields.io/github/downloads/mihonapp/mihon/total?label=downloads&labelColor=27303D&color=0D1117&logo=github&logoColor=FFFFFF&style=flat)](https://github.com/mihonapp/mihon/releases) | ||
|
||
[![CI](https://img.shields.io/github/actions/workflow/status/mihonapp/mihon/build_push.yml?labelColor=27303D)](https://github.com/mihonapp/mihon/actions/workflows/build_push.yml) | ||
[![License: Apache-2.0](https://img.shields.io/github/license/mihonapp/mihon?labelColor=27303D&color=0877d2)](/LICENSE) | ||
[![Translation status](https://img.shields.io/weblate/progress/mihon?labelColor=27303D&color=946300)](https://hosted.weblate.org/engage/mihon/) | ||
|
||
## Download | ||
|
||
[![Mihon Stable](https://img.shields.io/github/release/mihonapp/mihon.svg?maxAge=3600&label=Stable&labelColor=06599d&color=043b69)](https://github.com/mihonapp/mihon/releases) | ||
[![Mihon Beta](https://img.shields.io/github/v/release/mihonapp/mihon-preview.svg?maxAge=3600&label=Beta&labelColor=2c2c47&color=1c1c39)](https://github.com/mihonapp/mihon-preview/releases) | ||
|
||
*Requires Android 8.0 or higher.* | ||
A fork of Mihon, free and open source manga reader for Android. | ||
|
||
## Features | ||
|
||
<div align="left"> | ||
|
||
* Local reading of content. | ||
* A configurable reader with multiple viewers, reading directions and other settings. | ||
* Tracker support: [MyAnimeList](https://myanimelist.net/), [AniList](https://anilist.co/), [Kitsu](https://kitsu.app/), [MangaUpdates](https://mangaupdates.com), [Shikimori](https://shikimori.one), and [Bangumi](https://bgm.tv/) support. | ||
* Categories to organize your library. | ||
* Light and dark themes. | ||
* Schedule updating your library for new chapters. | ||
* Create backups locally to read offline or to your desired cloud service. | ||
* Plus much more... | ||
|
||
</div> | ||
|
||
## Contributing | ||
|
||
[Code of conduct](./CODE_OF_CONDUCT.md) · [Contributing guide](./CONTRIBUTING.md) | ||
|
||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. | ||
|
||
Before reporting a new issue, take a look at the [FAQ](https://mihon.app/docs/faq/general), the [changelog](https://mihon.app/changelogs/) and the already opened [issues](https://github.com/mihonapp/mihon/issues); if you got any questions, join our [Discord server](https://discord.gg/mihon). | ||
|
||
|
||
### Repositories | ||
|
||
[![mihonapp/website - GitHub](https://github-readme-stats.vercel.app/api/pin/?username=mihonapp&repo=website&bg_color=161B22&text_color=c9d1d9&title_color=0877d2&icon_color=0877d2&border_radius=8&hide_border=true&description_lines_count=2)](https://github.com/mihonapp/website/) | ||
[![mihonapp/bitmap.kt - GitHub](https://github-readme-stats.vercel.app/api/pin/?username=mihonapp&repo=bitmap.kt&bg_color=161B22&text_color=c9d1d9&title_color=0877d2&icon_color=0877d2&border_radius=8&hide_border=true&description_lines_count=2)](https://github.com/mihonapp/bitmap.kt/) | ||
|
||
### Credits | ||
|
||
Thank you to all the people who have contributed! | ||
|
||
<a href="https://github.com/mihonapp/mihon/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=mihonapp/mihon" alt="Mihon app contributors" title="Mihon app contributors" width="800"/> | ||
</a> | ||
|
||
### Disclaimer | ||
|
||
The developer(s) of this application does not have any affiliation with the content providers available, and this application hosts zero content. | ||
|
||
### License | ||
|
||
<pre> | ||
Copyright © 2015 Javier Tomás | ||
Copyright © 2024 The Mihon Open Source Project | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
* Ignore extension-specific rate limits (makes page loading and browsing faster). | ||
* Increase max number of concurrent downloads from 2 to 16. | ||
* Trust all extensions by default. | ||
* Remove GMS libraries. | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
## Releases | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
</pre> | ||
You can obtain Mihon releases from the [releases](https://github.com/Kartatz/mihon/releases) page. | ||
|
||
</div> |