Code Monkey home page Code Monkey logo

taruen / apertium-html-tools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apertium/apertium-html-tools

0.0 2.0 0.0 12.85 MB

Web application providing a fully localised interface for text/website/document translation, analysis and generation powered by Apertium.

Home Page: http://wiki.apertium.org/wiki/Apertium-html-tools

License: GNU General Public License v3.0

Dockerfile 0.41% Makefile 6.22% CSS 10.61% Emacs Lisp 0.02% JavaScript 70.79% Python 10.10% Shell 0.81% HTML 1.04%

apertium-html-tools's Introduction

Apertium Html-tools

CircleCI

Apertium Html-tools is a web application providing a fully localised interface for text/document/website translation, analysis, and generation powered by Apertium. Designed with a dead simple build process, minimal dependencies and only static resources for quick and easy deployment with any web server, it is relatively lightweight and user-friendly. Html-tools relies on an Apertium HTTP API such as Apertium-apy or ScaleMT (to a lesser extent).

More information along with instructions for localization is available on the Apertium Wiki.

Prerequisites

  • Python 3
  • curl

Setup

  1. Copy config.conf.example to config.conf and edit it.
  2. Then type make.

Running

The static files within /build (generated by make) can be served by any server. You can use whatever you like, including Apache or even just Python's HTTP server. For example, to run on locally on http://localhost:8082 you can do the following.

python3 -m http.server 8082

A completely local setup with language data and translation from Apertium, an APy instance, and Nginx to serve Html-tools is provided via Docker. After installing Docker, point your APY_URL in config.conf to http://localhost:2737, run the following, and check http://localhost:8082. Any changes to the local version of Html-tools will trigger a make.

docker-compose up

For production usage, remember to

  1. Build with jsmin, csscompressor and htmlmin using pip install -r requirements-prod.txt.
  2. Enable gzip compression on your server.

Contributing

Run pip install -r requirements-dev.txt to get development dependencies.

CircleCI runs tests and generates build artifacts including a live copy of Html-tools using config.conf.example.

apertium-html-tools's People

Contributors

sushain97 avatar unhammer avatar jonorthwash avatar ftyers avatar share-with-me avatar svineet avatar jpjpjpopop avatar shardulc avatar kira-d avatar androbin avatar xavivars avatar roybaer avatar mlforcada avatar myfrom avatar ryanachi avatar idealadarsh avatar axle7xstriker avatar diogoscf avatar keko avatar gustafsilva avatar juanpabl avatar likhitgrandhi avatar cinnamy avatar memduhg avatar aditya-prayaga avatar havet avatar sograce avatar

Watchers

James Cloos avatar Ilnar Salimzianov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.