| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ERDawiki-1.4.zip | 2014-05-14 | 328.5 kB | |
| ERDawiki-1.6.zip | 2014-05-14 | 364.4 kB | |
| erdavideo-0.2.zip | 2011-04-04 | 1.8 MB | |
| erdavideo-0.1.zip | 2010-08-15 | 17.1 MB | |
| erdaadresses-0.4.zip | 2010-08-12 | 1.7 MB | |
| erdaaddresses-0.3.zip | 2010-07-24 | 406.7 kB | |
| Readme.erdgraphics | 2010-07-13 | 1.3 kB | |
| Readme.erdtext | 2010-07-13 | 2.6 kB | |
| erdatext-0.5.zip | 2010-07-13 | 98.0 kB | |
| Readme.erdaddresses | 2010-07-13 | 2.0 kB | |
| erdaaddresses-0.2.zip | 2010-07-13 | 194.1 kB | |
| Readme.erdcalc | 2010-07-13 | 1.3 kB | |
| Readme.erdmpd | 2010-07-13 | 1.8 kB | |
| erdampd-0.9.zip | 2010-07-13 | 39.5 kB | |
| Readme.erdwiki | 2010-07-13 | 2.4 kB | |
| Readme.erdhweb | 2010-07-13 | 1.9 kB | |
| Readme.erdexpert | 2010-07-08 | 792 Bytes | |
| erdaddresses-0.1.zip | 2010-07-06 | 191.9 kB | |
| Readme.erdlauncher | 2010-07-04 | 1.6 kB | |
| erdalauncher-0.9.zip | 2010-07-04 | 207.3 kB | |
| erdacalc-0.8.zip | 2010-07-04 | 16.8 kB | |
| erdtextRelease.txt | 2010-06-29 | 2.6 kB | |
| erdatext-0.4.zip | 2010-06-29 | 96.0 kB | |
| erdgraphicsfrontscreen.png | 2010-06-29 | 395.3 kB | |
| ErdagraphicsRelease.txt | 2010-06-29 | 825 Bytes | |
| erdagraphics-0.3.zip | 2010-06-29 | 370.7 kB | |
| erdaexpert-0.3.zip | 2010-06-28 | 133.2 kB | |
| ERDacalc-0.7-hweb.html | 2010-06-26 | 40.4 kB | |
| ERDtext-0.2-hweb.html | 2010-06-26 | 161.2 kB | |
| ERDawiki-1.0-hweb.html | 2010-06-26 | 234.5 kB | |
| erdacalc-0.7.zip | 2010-06-26 | 27.3 kB | |
| erdacalc-0.6.zip | 2010-06-26 | 27.1 kB | |
| GutenbergRelease.txt | 2010-06-20 | 580 Bytes | |
| erdagutenberg-0.5.zip | 2010-06-20 | 92.8 kB | |
| erdatext-0.3.zip | 2009-01-09 | 88.7 kB | |
| ERDtext-0.2.html | 2009-01-01 | 161.2 kB | |
| erdahweb-0.2.zip | 2009-01-01 | 120.3 kB | |
| erdatext-0.2.zip | 2008-12-23 | 84.0 kB | |
| erdagraphics-0.2.zip | 2008-12-23 | 316.5 kB | |
| erdagutenberg-0.2.zip | 2008-12-20 | 89.9 kB | |
| erdaexpert-0.1.zip | 2008-12-18 | 142.7 kB | |
| erdawiki-1.1.zip | 2008-12-01 | 260.2 kB | |
| erdampd-0.8.zip | 2008-11-28 | 162.8 kB | |
| erdalauncher-0.8.zip | 2008-11-28 | 291.6 kB | |
| Totals: 44 Items | 25.7 MB | 0 | |
@title Welcome to the Erlang ERDgraphics
@author Steven Gibson <smalllinux@gmail.com>
@copyright 2008 Steven Gibson
@version 0.5
@reference <a href="http://erdialog.sourceforge.net">ER Dialog page at Sourceforge</a>,
the ER Dialog Project
@doc <p><b>Erlang ERDgraphics is a simple picture viewer.</b></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
startredlauncher.sh, which will start the application in an interactive Erlang shell.
== Accessing the ERDgraphics 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/
You can view graphics (jpg,png,gifs anything the browser can view)
On the filelist you can view the list of a directory
for example docroot/images
http://localhost:8101/html/erdgraphics/filelist.yaws
To view the files on the graphics page
enter the path/filename starting after docroot
example /images/dog_running.gif
== History of the software ==
Version 0.4
updated for ERDialog version 1.8
Version 0.3
Version 0.2
Inital release
Version 0.1
Draft release