Changeset 30 in code for trunk


Ignore:
Timestamp:
Sep 20, 2023, 11:24:33 AM (21 months ago)
Author:
manerakai
Message:

Updated README.md

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Dockerfile

    r29 r30  
    11FROM golang:1.20-alpine
    2 
    3 RUN apk update && apk add git
    42
    53WORKDIR web/
     
    75RUN go build -o simplytranslate
    86EXPOSE 5000
    9 
    107CMD [ "./simplytranslate" ]
  • trunk/README.md

    r9 r30  
    11## SimplyTranslate
     2A privacy friendly frontend to multiple Translation Engines.
    23
    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
     51. SimplyTranslate was founded by metalune and fattalion. It was written in python.
     62. Fattalion created a Go implementation.
     73. Both metalune and fattalion retired, and they handed SimplyTranslate over to ManeraKai.
Note: See TracChangeset for help on using the changeset viewer.