From 0bb6d954053655f959867b7a126862019d30fd50 Mon Sep 17 00:00:00 2001 From: manerakai Date: Wed, 20 Sep 2023 11:24:33 +0000 Subject: [PATCH] Updated README.md git-svn-id: file:///srv/svn/repo/mai/trunk@30 e410bdd4-646f-c54f-a7ce-fffcc4f439ae --- Dockerfile | 3 --- README.md | 18 +++++------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6dfaf57..955852d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file diff --git a/README.md b/README.md index cc857d3..a844eb7 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file