WebSurf/README.md

45 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

# WebSurf
*It's like OmniWeb met NetSurf*
2020-12-04 13:10:32 -08:00
## What's this?
2020-12-04 13:10:32 -08:00
2023-11-11 21:01:39 -08:00
![Screenshot](screenshot.png)
It's NetSurf, on GNUstep! It works pretty well.
2020-12-04 13:10:32 -08:00
## How do I build this?
2021-09-15 12:02:40 -07:00
```
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
```
2021-01-23 09:33:00 -08:00
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`
2021-03-18 13:03:21 -07:00
## Credits
2020-12-04 13:10:32 -08:00
- NetSurf Team
- Sven Weidauer (Cocoa port)
- Anthony Cohn-Richardby (GNUstep port)
- Marco Cawthorne (WebSurf, maintenance, UI work)
2020-12-04 13:10:32 -08:00
## License
WebSurf is just a GNUstep oriented fork of NetSurf. So it shares the same license:
2020-12-04 13:10:32 -08:00
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.
2020-12-04 13:10:32 -08:00
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.