af1c9aaaa2
* replace XDrawString with XmStringDraw HTMLformat.c, HTMLtable.c: The Motif 2.x XmStringDraw can display UTF-8 characters. gui.c, gui-dialog.c: replace XmStringCreateSimple with XmStringCreateLocalized xresources.h: use ISO 10646-1 fonts * Support for HTML entities with UTF-8 encoding HTMLamp.h: more complete list of HTML 4 entities HTMLparse.c: replace an HTML entity &#nnn; or &name; by the appropriate UTF-8 sequence. |
||
---|---|---|
docs | ||
libdtm | ||
libhtmlw | ||
libnet | ||
libnut | ||
libwww2 | ||
libXmx | ||
makefiles | ||
platform-configs | ||
src | ||
app-defaults.color | ||
ChangeLog | ||
CHANGES | ||
config.h | ||
COPYRIGHT | ||
documents.menu | ||
FEATURES | ||
INSTALL | ||
Makefile | ||
mosaic-spoof-agents | ||
mosaic-user-defs | ||
Mosaic.ad | ||
README.md | ||
README.old | ||
README.resources.html | ||
TODO | ||
XKeysymDB |
NCSA Mosaic
This is NCSA Mosaic 2.7, one of the first graphical web browsers. If you're on Ubuntu or something like it, your time machine is fueled up and ready to go. Follow the instructions below to build and run.
Many thanks to Sean MacLennan and Alan Wylie for doing the heavy lifting. And, of course, hats off to Marc Andreessen, Eric Bina, and the rest of the NCSA team for kicking things off for us. Thanks!
Building
-
First, install these packages:
sudo apt-get install build-essential libmotif-dev libjpeg62-dev libpng12-dev x11proto-print-dev libxmu-headers libxpm-dev libxmu-dev
-
Next, build with:
make linux
-
Run!
src/Mosaic