Updated README.md

git-svn-id: file:///srv/svn/repo/mai/trunk@30 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
manerakai 2023-09-20 11:24:33 +00:00
parent bba40602b7
commit 0bb6d95405
2 changed files with 5 additions and 16 deletions

View File

@ -1,10 +1,7 @@
FROM golang:1.20-alpine
RUN apk update && apk add git
WORKDIR web/
RUN go mod download
RUN go build -o simplytranslate
EXPOSE 5000
CMD [ "./simplytranslate" ]

View File

@ -1,15 +1,7 @@
## SimplyTranslate
A privacy friendly frontend to multiple Translation Engines.
This is a work-in-progress rewrite of https://codeberg.org/SimpleWeb/SimplyTranslate-Engines and https://codeberg.org/SimpleWeb/SimplyTranslate-Web in Go (yes, in one repo). Much work remains until this rewrite will replace the original Python repositories.
### License
SimplyTranslate is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
### History
1. SimplyTranslate was founded by metalune and fattalion. It was written in python.
2. Fattalion created a Go implementation.
3. Both metalune and fattalion retired, and they handed SimplyTranslate over to ManeraKai.