Last change
on this file since 53 was 53, checked in by yakumo.izuru, 20 months ago |
構成ファイルのサポートを有効にし、組み込みの静的レンダラーの問題を修正しました
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
1.4 KB
|
Line | |
---|
1 | ## SimplyTranslate
|
---|
2 | A privacy friendly frontend to multiple translation engines.
|
---|
3 |
|
---|
4 | ### History
|
---|
5 | 1. SimplyTranslate was founded by [metalune and fattalion](https://codeberg.org/SimpleWeb/SimplyTranslate-Web). It was written in Python.
|
---|
6 | 2. Fattalion created a Go implementation.
|
---|
7 | 3. Both metalune and fattalion retired, and they handed SimplyTranslate over to ManeraKai.
|
---|
8 | 4. Izuru Yakumo The Violet Hermit stole it
|
---|
9 |
|
---|
10 | ### Installation
|
---|
11 |
|
---|
12 | ```shell
|
---|
13 | % git clone https://git.chaotic.ninja/yakumo.izuru/simplytranslate
|
---|
14 | % cd simplytranslate
|
---|
15 | % make
|
---|
16 | # make install
|
---|
17 | ```
|
---|
18 |
|
---|
19 | ### Setup
|
---|
20 | For [nginx](https://www.nginx.com) you can use this snippet, this also serves the static resources.
|
---|
21 |
|
---|
22 | ```nginx
|
---|
23 | location / {
|
---|
24 | proxy_set_header Host $host;
|
---|
25 | proxy_pass http://localhost:5000;
|
---|
26 | }
|
---|
27 | ```
|
---|
28 |
|
---|
29 | ### Legal notice
|
---|
30 | SimplyTranslate does not host any content. All content shown on any SimplyTranslate instances is from [Google Translate](https://translate.google.com) and [Reverso](https://www.reverso.net/).
|
---|
31 |
|
---|
32 | SimplyTranslate is not affiliated with Google Translate nor Reverso that SimplyTranslate relays.
|
---|
33 |
|
---|
34 | Trademarks belong to their respective owners.
|
---|
35 | Google Translate is a trademark of Google LLC. Reverso is a trademark of Reverso.
|
---|
36 |
|
---|
37 | The 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.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.