Difference between revisions of "Apertium-html-tools"
Jump to navigation
Jump to search
(Redirected page to Simple HTML interface) |
|||
Line 1: | Line 1: | ||
{{TOCD}} |
|||
#redirect[[Simple HTML interface]] |
|||
'''Apertium Html-tools''' is a web application providing an interface for translation, analyzation, and generation powered by Apertium. Designed to use only static resources for quick and easy deployment with any web server, it is relatively lightweight and user-friendly. It is currently located in SVN at [https://svn.code.sf.net/p/apertium/svn/trunk/apertium-tools/apertium-html-tools/ /trunk/apertium-tools/apertium-html-tools]. Html-tools relies on an Apertium HTTP API such as [[Apertium-apy]] or [[ScaleMT]] (to a lesser extent). |
|||
== Usage == |
|||
=== Getting Started === |
|||
Using Html-tools is as easy as checking out from SVN, changing the configuration and running make. |
|||
<code> |
|||
$ svn co https://svn.code.sf.net/p/apertium/svn/trunk/apertium-tools/apertium-html-tools/ |
|||
$ vim ./assets/js/config.js #Edit the configuration, see next section for more details |
|||
$ make |
|||
</code> |
|||
=== Configuration === |
|||
=== Minification === |
|||
== Current Status == |
|||
=== Features === |
|||
=== Deployed Examples === |
|||
== Future Improvements == |
Revision as of 03:51, 24 April 2014
Apertium Html-tools is a web application providing an interface for translation, analyzation, and generation powered by Apertium. Designed to use only static resources for quick and easy deployment with any web server, it is relatively lightweight and user-friendly. It is currently located in SVN at /trunk/apertium-tools/apertium-html-tools. Html-tools relies on an Apertium HTTP API such as Apertium-apy or ScaleMT (to a lesser extent).
Usage
Getting Started
Using Html-tools is as easy as checking out from SVN, changing the configuration and running make.
$ svn co https://svn.code.sf.net/p/apertium/svn/trunk/apertium-tools/apertium-html-tools/
$ vim ./assets/js/config.js #Edit the configuration, see next section for more details
$ make