Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
Apr 17, 2025, 3:37:10 PM (7 weeks ago)
Author:
yakumo.izuru
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    33A front-end for mainstream translation engines, originally forked from [https://codeberg.org/ManeraKai/SimplyTranslate SimplyTranslate]
    44
     5You can browse the source repository here, or on [https://svn.yakumo.dev/yakumo.izuru/mai Subversion], there is also a [https://git.yakumo.dev/yakumo.izuru/mai Git] mirror that is synchronized weekly.
     6
    57=== Installation
     8{{{
     9#!sh
     10% Alternatively use the Git mirror: git clone https://git.yakumo.dev/yakumo.izuru/mai
     11svn checkout https://svn.yakumo.dev/yakumo.izuru/mai/trunk mai
     12cd mai
     13make
     14# make PREFIX=/usr/local install
     15}}}