- Timestamp:
- Sep 20, 2023, 11:24:33 AM (21 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Dockerfile
r29 r30 1 1 FROM golang:1.20-alpine 2 3 RUN apk update && apk add git4 2 5 3 WORKDIR web/ … … 7 5 RUN go build -o simplytranslate 8 6 EXPOSE 5000 9 10 7 CMD [ "./simplytranslate" ] -
trunk/README.md
r9 r30 1 1 ## SimplyTranslate 2 A privacy friendly frontend to multiple Translation Engines. 2 3 3 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. 4 5 ### License 6 7 SimplyTranslate is free software: you can redistribute it and/or modify 8 it under the terms of the GNU Affero General Public License as published by 9 the Free Software Foundation, either version 3 of the License, or 10 (at your option) any later version. 11 12 This program is distributed in the hope that it will be useful, 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 GNU Affero General Public License for more details. 4 ### History 5 1. SimplyTranslate was founded by metalune and fattalion. 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.
Note:
See TracChangeset
for help on using the changeset viewer.