= Mexcla HTML5 client = MF/Pl administers a [wiki:freeswitch-mexcla-html5 html5 client] for our [wiki:freeswitch-mexcla mexcla] simultaneous interpretation conference call system. It's installed on mcchesney.mayfirst.org. It's configured via an Alias directive /etc/apache2/sites-enabled/live.mayfirst.org.ssl, so that the location /mexcla points to /home/webrtc/mexcla-html5/web. Our code, which is [https://git.mayfirst.org/?p=mfpl/mexcla-html5.git;a=summary accessible by git] is checked out in web. It can be updated to the latest version by running: `git pull` from the web directory. NOTE: The index.es.html and index.en.html pages are generated by the `generate-pages` script and are ''not'' checked into the repo. Please edit the index.base file and then, after pulling your changes on the live site, run: {{{ ./generate-pages "/mexcla" }}} To generate the new files. It depends on the [https://code.google.com/p/sipml5/ sipml5 library], which is installed via svn in /home/webrtc/mexcla-html5/sipml and can be updated by running: `svn up` in that directory. In addition, it depends on [wiki:freeswitch our freeswitch server] and [wiki:freeswitch-mexcla-webrtc2sip several webrtc2sip components].