Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
erlangxt-0.1 | 2009-01-05 | ||
erlangxt-0.3install.exe | 2010-10-04 | 2.2 MB | |
erlangxt-0.3.deb | 2010-10-04 | 2.1 MB | |
erlangxt-0.3.rpm | 2010-10-04 | 2.1 MB | |
erlangxt-0.3.tar.bz2 | 2010-10-04 | 2.0 MB | |
erlangxt-0.3.tar.gz | 2010-10-04 | 2.1 MB | |
erlangxt-0.3.zip | 2010-10-04 | 2.3 MB | |
Readme.erlangxt | 2010-10-03 | 1.7 kB | |
erlangxt-0.2install.exe | 2010-08-21 | 1.9 MB | |
erlangxt-0.2.rpm | 2010-08-21 | 1.9 MB | |
erlangxt-0.2.deb | 2010-08-21 | 1.8 MB | |
erlangxt-0.2.zip | 2010-08-21 | 2.1 MB | |
erlangxt-0.2.tar.gz | 2010-08-21 | 1.8 MB | |
erlangxt-0.2.tar.bz2 | 2010-08-21 | 1.7 MB | |
Totals: 14 Items | 24.0 MB | 0 |
title Welcome to the Erlang Erlangxt<br> author Steven Gibson <smalllinux@gmail.com><br> copyright 2008 Steven Gibson <br> <p> http://erdialog.sourceforge.net<bR> part of the ERDialog Project<br> The Erlangxt system is a frontend for a experimental Erlang Operating Systen Framework <p> *** OVERVIEW **** <p> Erlangxt can serve as a command shell for the host operating system or the experimental operating system A command shell interface is available for issuing Linux, Windows or Erlang commands. <p> <p> *** in browser view **** <p> A plan is for a simulation of the operating system to be seen in a browser window<p> At the present time the only features avilible are: <br><br> 1. a simulated boot up<br> 2. the top output<br> 3. local operating commands<br> <p> The simulated directory structure is at: priv/erlangxt-dir/ <p> == Installation and Configuration == Very briefly, * Install Erlang. * Install Yaws. erl -make This should byte compile the files in the src directory. If all goes well, try starterdmpd.sh, which will start the application in an interactive Erlang shell. == Accessing the Erlangxt services through the Webbrowser == The application is usually accessible on port 8101 (see yaws.conf if you want to change this), so once it's running, you should see the main user interface at http://localhost:8101/ <br></br> <br>Version 0.3</br> Modified i18n handling to use po files. Removed pop-up file selection dialog. <br>Version 0.2</br> <br>updated helpsystem - context sensitive help</br> added os command page added authentication entry beginning of language localization <br></br> <br>Version 0.1</br> initial release