Changeset 67 in code for trunk/README.md


Ignore:
Timestamp:
Feb 7, 2024, 12:26:14 AM (16 months ago)
Author:
yakumo.izuru
Message:

Fix bugs, many other changes

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r60 r67  
    22A privacy friendly frontend to multiple translation engines.
    33
    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](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 ### Instances
    11 | URL | Location | Cloudflare? |
    12 |-----|----------|-------------|
    13 | [tr.chaotic.ninja](https://tr.chaotic.ninja) | DE | No |
    14 
    15 ### Installation
    16 
    17 ```shell
    18 % git clone https://git.chaotic.ninja/yakumo.izuru/mai
    19 % cd mai
    20 % make
    21 # make install
    22 ```
    23 
    24 ### Setup
    25 For [nginx](https://www.nginx.com) you can use this snippet, this also serves the static resources.
    26 
    27 ```nginx
    28 location / {
    29     proxy_set_header Host $host;
    30     proxy_pass http://localhost:5000;
    31 }
    32 ```
    33 
    34 ### Legal notice
    35 Mai does not host any content. All content shown on any Mai instances is from [Google Translate](https://translate.google.com), [Reverso](https://www.reverso.net/), [iCIBA](https://www.iciba.net) and [LibreTranslate](https://libretranslate.com)
    36 
    37 Mai is not affiliated with none of the above, which this program relays.
    38 
    39 Trademarks belong to their respective owners.
    40 Google Translate is a trademark of [Google LLC](https://www.google.com). Reverso is a trademark of Reverso, et cetera.
    41 
    42 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.
     4* [How to install](INSTALL.md)
     5* [List of instances](INSTANCES.md)
     6* [Legal notice](LEGAL.md)
    437
    448### Other projects
Note: See TracChangeset for help on using the changeset viewer.