-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: add en version readme * fix: link file exception * docs: update CHANGELOG.MD
- Loading branch information
Showing
3 changed files
with
77 additions
and
0 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 |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
|
||
更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。 | ||
|
||
# 0.7.5 | ||
|
||
## 国际化 | ||
|
||
- git仓库README国际化 #436 | ||
|
||
# 0.7.4 | ||
|
||
## 问题修复 | ||
|
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 |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<p align="center"> | ||
<a href="#" target="_blank"> | ||
<img width="100" src="assets/logo.png" alt="Ikaros logo" /> | ||
</a> | ||
</p> | ||
|
||
<p align="center"><b>Ikaros</b>, focused on being a Content Management System (CMS) for ACGMN.</p> | ||
|
||
<p align="center">ACGMN stands for: Anime + Comic + Game + Music + Novel</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/ikaros-dev/ikaros/releases"><img alt="Github Releases" src="https://img.shields.io/github/v/release/ikaros-dev/ikaros?include_prereleases&style=flat-square" /></a> | ||
<a href="https://github.com/ikaros-dev/ikaros/stargazers"><img alt="GitHub Stargazers" src="https://img.shields.io/github/stars/ikaros-dev/ikaros.svg?style=flat-square&label=Stars&logo=github" /></a> | ||
<a href="https://github.com/ikaros-dev/ikaros/issues"><img src="https://img.shields.io/github/issues/ikaros-dev/ikaros?color=blue&style=flat-square"/></a> | ||
<a href="https://hub.docker.com/r/ikarosrun/ikaros"><img alt="Docker pulls" src="https://img.shields.io/docker/pulls/liguohaocn/ikaros?style=flat-square" /></a> | ||
<a href="https://app.codecov.io/github/ikaros-dev/ikaros"><img alt="code coverage" src="https://img.shields.io/codecov/c/github/ikaros-dev/ikaros/master?style=flat-square" /></a> | ||
<a href="https://github.com/ikaros-dev/ikaros/commits"><img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/ikaros-dev/ikaros.svg?style=flat-square" /></a> | ||
<a href="https://github.com/ikaros-dev/ikaros/actions"><img alt="GitHub workflow build status" src="https://img.shields.io/github/actions/workflow/status/ikaros-dev/ikaros/ikaros-server-ci.yml?branch=master&style=flat-square" /></a> | ||
<br /> | ||
</p> | ||
|
||
# Features | ||
|
||
- Unified Resource Management: All resources are managed by a unified platform, no more scattered management. | ||
- Metadata Support: If you're looking at a bunch of resources with Roman characters and feeling lost, Ikaros supports resource metadata. | ||
- Fast Search: Even if you have hundreds of thousands of resources, it can provide millisecond-level search response. | ||
- Plugin Support: Ikaros core provides only the most basic functionality, and additional features are provided by plugins. | ||
- Client Support: Clients for various mainstream platforms, including but not limited to Windows, Android. | ||
- Encrypted Segment Backup to the Cloud: Supports encrypted segmented backups on mainstream cloud platforms, making full use of the advantages of the cloud while ensuring data security. | ||
|
||
# Documentation | ||
|
||
Please refer to: https://docs.ikaros.run/ | ||
|
||
# License | ||
|
||
<a href="https://github.com/ikaros-dev/ikaros/blob/master/LICENSE"><img alt="LICENSE" src="https://img.shields.io/github/license/ikaros-dev/ikaros?style=flat-square" /></a> | ||
|
||
Ikaros is open source under the AGPL-v3.0 license. Please comply with the open source license. | ||
|
||
# Disclaimer | ||
|
||
The purpose of Ikaros is to assist **individuals** in managing local resources, similar to a C/S architecture file manager. | ||
|
||
# Community Summary | ||
|
||
- GitHub: [Ikaros project github official repo](https://github.com/ikaros-dev/ikaros) | ||
- Telegram Group: https://t.me/run_ikaros | ||
- Telegram Channel: https://t.me/run_ikaros_channel | ||
- Forum: [Ikaros github discussions](https://github.com/orgs/ikaros-dev/discussions) | ||
- Issue Tracking: [Ikaros issues](https://github.com/ikaros-dev/ikaros/issues) | ||
|
||
|
||
# Project Progress | ||
|
||
Project: https://github.com/orgs/ikaros-dev/projects | ||
|
||
Open Issue: https://github.com/orgs/ikaros-dev/projects/4/views/8 | ||
|
||
# Related Documents | ||
|
||
- [CONTRIBUTING.MD](CONTRIBUTING.MD) : Contribution Guide | ||
- [CHANGELOG.MD](CHANGELOG.MD) : Changelog | ||
|
||
# Thanks | ||
|
||
- Intellij's open source license | ||
- All open source projects used in the project | ||
- All referenced open source projects |
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