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 ERDexpert 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/
== Usage
A text file can viewed by entering the file name: for example priv/books/marip10.txt
You can view folder contents on the filelist page
Enter a file directory (e.g. priv/books) an example is at: in the field above to the "submit" button, and click on the button. The system will start scanning the directory hierarchy beneath the URL you entered.
A text file can viewed by entering the file name: for example priv/books/marip10.txt
== History of the software ==
uses ideas from November 2006 on a jukebox web application.
Thanks so much.
== Structure of the source code ==
Code Overview
The Program logic system
erdtext.erl
This module processes commands from the yaws interface and
after the command, it returns the response back to the user interface.
The Main User-Interface
The user interface is constructed around yaws pages which load static
html files and dynamic information from Erlang beam files.
index.yaws
Static and dynamic HTML and yaws for the main user interface.
Loads HEAD.inc.
post2.yaws
Similar to index.yaws but calls itself and shows responses.
The Help Files
The help files shoul give support info.
help.html
Static HTML for help.
Version 0.2
updated text screen to re-Post new file name
Version 0.1
initial release
Next file: EmakefileNext file: ERDtext-0.2.hwebNext file: docroot/html/erdtext/help.htmlNext file: docroot/html/erdtext/HEAD.incNext file: docroot/html/erdtext/filelist.yawsNext file: docroot/html/erdtext/index.yaws
Next file: docroot/html/erdtext/NEXT.inc
Next file: docroot/html/erdtext/erdtext.yaws
Next file: docroot/html/erdtext/style.css
Next file: docroot/html/erdtext/doc/edoc-info
Next file: docroot/html/erdtext/doc/modules-frame.html
Next file: docroot/html/erdtext/doc/erdtext_file.html
Next file: docroot/html/erdtext/doc/packages-frame.html
Next file: docroot/html/erdtext/doc/overview.edoc
Next file: docroot/html/erdtext/doc/index.html
Next file: docroot/html/erdtext/doc/overview-summary.html
Next file: docroot/html/erdtext/doc/stylesheet.css