Changes between Version 2 and Version 3 of WikiStart
- Timestamp:
- Apr 17, 2025, 3:37:10 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v2 v3 3 3 A front-end for mainstream translation engines, originally forked from [https://codeberg.org/ManeraKai/SimplyTranslate SimplyTranslate] 4 4 5 You 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 5 7 === Installation 8 {{{ 9 #!sh 10 % Alternatively use the Git mirror: git clone https://git.yakumo.dev/yakumo.izuru/mai 11 svn checkout https://svn.yakumo.dev/yakumo.izuru/mai/trunk mai 12 cd mai 13 make 14 # make PREFIX=/usr/local install 15 }}}