|
3 weeks ago | |
---|---|---|
content | 1 year ago | |
desktop | 1 year ago | |
docs | 3 years ago | |
frontends | 1 year ago | |
include/netsurf | 1 year ago | |
resources | 3 years ago | |
test | 3 years ago | |
tools | 3 years ago | |
utils | 3 years ago | |
.clang-format | 4 years ago | |
.gitattributes | 11 years ago | |
.gitignore | 3 years ago | |
COPYING | 17 years ago | |
Makefile | 3 years ago | |
Makefile.config.example | 4 years ago | |
Makefile.defaults | 4 years ago | |
Makefile.macros | 3 years ago | |
README.md | 3 weeks ago | |
screenshot.png | 3 weeks ago |
README.md
WebSurf
It's like OmniWeb met NetSurf
What's this?
It's NetSurf, on GNUstep! It works pretty well.
How do I build this?
wget https://git.netsurf-browser.org/netsurf.git/plain/docs/env.sh
unset HOST
source env.sh
ns-package-install
ns-clone
ns-pull-install
rm env.sh
cd ~/dev-netsurf/workspace
source env.sh
mv netsurf netsurf.old
git clone [THE URL OF THIS VERY REPO] netsurf
cd netsurf
gmake TARGET=gnustep
It's a lot of steps, to make it easier, put these into a separate file (e.g. deploy-websurf)
and run it like so: . ./deploy-websurf
Credits
- NetSurf Team
- Sven Weidauer (Cocoa port)
- Anthony Cohn-Richardby (GNUstep port)
- Marco Cawthorne (WebSurf, maintenance, UI work)
License
WebSurf is just a GNUstep oriented fork of NetSurf. So it shares the same license:
NetSurf is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
In addition, as a special exception, permission is granted to link the code of this release of NetSurf with the OpenSSL project's "OpenSSL" library (or with modified versions of it that use the same licence as the "OpenSSL" library), and distribute the linked executables. You must obey the GNU General Public License version 2 in all respects for all of the code used other than "OpenSSL". If you modify the code, you may extend this exception to your version of the code, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.