@title Welcome to the ERDialog ERDcalc
@author Steven Gibson 
@copyright 2010 Steven Gibson  

@version 0.7

@reference ER Dialog page at Sourceforge,
the ER Dialog Project


@doc 

Erlang ERDcalc is a simple calculator.

*** OVERVIEW **** ERDcalc is a simple calculator This sample application does rpn style calculations 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/ *** Interface Framework *** The user interface is constructed around static HTML pages which load additional menu files. index.yaws Dynamic Erlang supported HTML for the main user interface. . This is the applet version and requires ERDialog framework, Yaws and Erlang Version 0.7 fix relative link in redirect.yaws fixed calcoutput.erl regression problem Version 0.6 first release i18n support in English and Esperanto simple 2 value rpn calculations with four possible operators
Next file: src/erdcalc/interface_utils.erl

Next file: src/erdcalc/eparse_file.erl

Next file: src/erdcalc/interface_loader.erl

Next file: src/erdcalc/eparse_lib.erl

Next file: src/erdcalc/calcoutput.erl

Next file: src/erdcalc/calcrpn.erl

Next file: src/erdcalc/interface_fail.erl

Next file: Emakefile.erdcalc

Next file: ERDacalc-0.7.hweb

Next file: ebin/erdcalc/thisdirholdsbeamfiles.txt

Next file: docroot/html/erdcalc/style.css

Next file: docroot/html/erdcalc/erdcalcmenu.yaws

Next file: docroot/html/erdcalc/redirect.yaws

Next file: docroot/html/erdcalc/erdcalc.yaws

Next file: docroot/html/erdcalc/help.html

Next file: docroot/html/erdcalc/doc/Readme.erdcalc

Next file: Readme.erdcalc

Next file: priv/yaws-conf/erdcalc.yawsconf

Next file: priv/cleancnf.sh

Next file: priv/conf/erdcalc-eng.conf

Next file: priv/conf/erdcalc-epo.conf

Next file: priv/conf/erdcalc-bundle.conf

Next file: priv/conf/erdcalc-spa.conf

Next file: priv/conf/erdcalc-deu.conf

Next file: priv/installed/erdcalc-0.7remove.sh

Next file: priv/shared/makedocerdexpert.sh

Next file: priv/makedist-erdcalc.sh

Next file: priv/makefiles/Emakefile.erdcalc

Next file: priv/main-menus/erdcalc-menu.list

Next file: doc/erdcalc/Readme.erdcalc