Skip to content

Commit

Permalink
docs: git repo i18n (#437)
Browse files Browse the repository at this point in the history
* docs: add en version readme

* fix: link file exception

* docs: update CHANGELOG.MD
  • Loading branch information
chivehao authored Sep 17, 2023
1 parent f79b608 commit d155207
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。

# 0.7.5

## 国际化

- git仓库README国际化 #436

# 0.7.4

## 问题修复
Expand Down
69 changes: 69 additions & 0 deletions README-EN.MD
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
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**简体中文** | **[English](README-EN.MD)**
<hr />
<p align="center">
<a href="#" target="_blank">
<img width="100" src="assets/logo.png" alt="Ikaros logo" />
Expand Down

0 comments on commit d155207

Please sign in to comment.