Category Archives: InterText

Running InterText Editor on Linux

Tested on: Xubuntu 12.04 LTS (64-bit)

  1. sudo apt-get install libqt4-gui
  • Download latest release (InterText is a 64-bit linux binary without extension) and run InterText Editor:
  1. mkdir InterText
    cd InterText
    wget http://wanthalf.saga.cz/InterText
    chmod +x InterText
    ./InterText
  • Download icon and create desktop shortcut (copy-paste [Desktop Entry] into a new file called InterText.desktop on your Desktop, don’t forget to adapt the full path to InterText binary and InterText_logo.gif):
  1. wget http://langui.ch/wp/wp-content/uploads/2014/01/InterText_logo.png
  1. [Desktop Entry]
    Version=1.0
    Type=Application
    Name=InterText 1.1.1
    Comment=Parallel Alignment Editor 
    Exec=/path/to/InterText/InterText
    Icon=/path/to/InterText/InterText_logo.png

InterText

InterText Editor

2020-11-03 Developer / Project Head: Pavel Vondřička
Purpose/Version/Date Parallel text alignment editor. 1.6.3 3 Nov 2020 Platform/License Win/Linux/OSX freeware License: GNU GPLv3+ Price/Availability free Programming Language(s): C++ (GUI: Qt) Key features: CROSSPLATFORM PARALLEL TEXT EDITOR, OPTIONAL ALIGNER INTEGRATION Website: InterText (EN) Website: GitHub Repo Website: Pavel Vondřička’s Homepage (EN)
Return to top.

InterText Server

2021-09-28 Developer / Project Head: Pavel Vondřička
Purpose/Version/Date Server version of parallel text alignment editor. 2.3 (stable) / 2.3.1 (dev) 7 Oct 2020 / 21 Seo 2021 Platform/License Win/Linux/OSX freeware License: GNU GPLv3+ Price/Availability free Programming Language(s): php, mysql, C++ binaries Key features: SERVER VERSION, PARALLEL TEXT EDITOR, OPTIONAL ALIGNER INTEGRATION Website: InterText (EN) Website: GitHub Repo Website: Pavel Vondřička’s Homepage (EN)
Return to top.

Related posts on langui.ch