source: code/trunk/README.md@ 56

Last change on this file since 56 was 56, checked in by yakumo.izuru, 17 months ago

プロジェクトの名前を「マイ」に変更します

File size: 1.7 KB
Line 
1## Mai
2A privacy friendly frontend to multiple translation engines.
3
4### History
51. SimplyTranslate was founded by [metalune and fattalion](https://codeberg.org/SimpleWeb/SimplyTranslate-Web). It was written in Python.
62. Fattalion created a Go implementation.
73. Both metalune and fattalion retired, and they handed SimplyTranslate over to ManeraKai.
84. [Izuru Yakumo The Violet Hermit](https://geidontei.chaotic.ninja/usr/yakumo_izuru) stole it, and renamed it after [Mai](https://en.touhouwiki.net/wiki/Mai) from [Mystic Square](https://en.touhouwiki.net/wiki/Mystic_Square)
9
10### Installation
11
12```shell
13% git clone https://git.chaotic.ninja/yakumo.izuru/mai
14% cd mai
15% make
16# make install
17```
18
19### Setup
20For [nginx](https://www.nginx.com) you can use this snippet, this also serves the static resources.
21
22```nginx
23location / {
24 proxy_set_header Host $host;
25 proxy_pass http://localhost:5000;
26}
27```
28
29### Legal notice
30Mai does not host any content. All content shown on any Mai/Mozhi/SimplyTranslate instances is from [Google Translate](https://translate.google.com) and [Reverso](https://www.reverso.net/).
31
32Mai is not affiliated with Google Translate nor Reverso, which this program relays.
33
34Trademarks belong to their respective owners.
35Google Translate is a trademark of [Google LLC](https://www.google.com). Reverso is a trademark of Reverso.
36
37The creators and maintainers of this repository assume no liability for the accuracy and timeliness of any information provided above. Trademark owner information was researched to the best of the author's knowledge at the time of curation and may be outdated or incorrect.
38
39### Other projects
40* [Mozhi](https://codeberg.org/aryak/mozhi), also a fork of SimplyTranslate
Note: See TracBrowser for help on using the repository browser.