Binaries exist for a number of unix platforms from "ftp://ftp.w3.org/pub/www/arena/". The IP number of ftp.w3.org is 128.141.201.214.
We are working on the documentation for HTML3 as it is currently used in Arena. A prerelease HTML3 DTD is now available from the same directory as where the binaries are. It's not completely identical to the one currently in use by Arena, and it's guaranteed to change. So use with caution.
<P align=center>
Yes, that's how you can center paragraphs.
Arena's primary purpose is to implement HTML3, which include elements like tables and maths. Check out the examples, write some HTML3 of your own, and send us the URL!
Arena also has features which makes it interesting as a general purpose W3 browser: HTML syntax checker, HTML text editing, client side file caching, support for mailcap files and user customizable icons. Many of these features are controlled with command line options. To see the HTML errors, launch an editor with the "Edit" button.
Arena is built on top of the CERN World-Wide Web Library of common code. We are working on a multi-threaded version of the library, so at some point the globe will start spinning.
arena.h1font: -adobe-helvetica-bold-r-normal--18-180-75-75-p-103-iso8859-1In order for the change to take effect, you need to reload the resource file (xrdb -load ~/.Xdefaults) and restart the browser.
Command line options | ||
|---|---|---|
| option | function | note |
| -icon icon | Replace default icon in upper right corner. A file or URL pointing to a gif image can be specified. | This one is too big |
| -gamma gamma_correction | Set gamma correction factor. | Introduced in 0.93. |
| -noterminal | Turns use of command line interaction off. | In version 0.93, ftp and user authentication uses command line interaction. |
| -nomailcap | Do not load any mailcap file. | Introduced in 0.93. |
| -nocache | Turn client side file caching off. | |
| -cache cache_dir | Set directory for caching. Default is "/tmp". | The directory must exist. File chaching is not persistant. Yet. |
| -printer printer_cmd | Set printer command, e.g. "lpr -Ppr1". | |
| -editor editor_cmd | Set editor command, e.g "xterm -e vi". | The value of the EDITOR environment variable is default. When finished editing, save file and exit the editor. Your changes will not affect the original document. |
| -badflags # | Set the maximum number of HTML bad flags to be reported when editing a document. Badflags appear as comments in the HTML source | Default is 5, maximum is 50. |
| -large | Use large font sizes. | |
| -giant | Use giant font sizes. | In comparison, the normal size is small, see? |
| -mono | Monochrome mode. | |
| -gray | Grayscale mode. | |
| -color | True color mode. | |
| -color8 | 232 dither mode. | |
| -debug | Turn on debugging information. | Quite verbose. |