Monqueror: An HTML Browser Running On MiniGUI
Overview
This is Monqueror version 0.5.
Copyright (C) 2001 ~ 2002 Richard Zhang, David Geng, Michael Tang, Wei Yongming, and others.
Monqueror is an HTML browser runing on MiniGUI version 1.1.x. It is ported from Konqueror version 1.2, which is a famous browser on KDE. Monqueror provides support for HTTP, HTML, and CSS, but it is lack of support for FTP, SSL, the most important one, JavaScript, and so on.
The code is not stable enough, you may often encounter crash.
Monqueror is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Please see the file COPYING to know the details.
There is absolutely no warranty for Monqueror.Documentation
There are some documentationes about Konqueror, contributed by Red Flag Software, but they are all in Chinese:
Source
libmyjs-0.9.tar.gz (216,159): The SpiderMonkeuy JavaScript Engine from Mozilla.
monqueror-0.6.tar.gz (979,558): The source of Monqueror. If you want to try JavaScript support of Monqueror, please download and install the package "libmyjs-0.9.tar.gz" above.
Building
USAGE
=====
1. Run
$ ./configure; make
to make the executable.
2. Change to "src/main/" directory and run "monqueror" in "vcongui"
IF YOU WANT TO TRY THE JAVASCRIPT SUPPORT
=========================================
1. Download "libmyjs-0.9.tar.gz" from http://www.minigui.org/download.shtml,
and install it. It is the SpiderMonkey JavaScript Engine from Mozilla.
2. Reconfigure and re-make the source by runing
$ make clean; ./configure --enable-js; make
3. Change to "src/main/" directory and run "monqueror" in "vcongui"
