Go to file
Marco Cawthorne b35877e6fb
Add screenshot as requested
2023-11-11 21:01:39 -08:00
content Improve rendering of plain text. 2022-10-19 17:12:01 -07:00
desktop Fix against latest Netsurf - eukara 2022-09-17 00:05:32 -07:00
docs extend teh implementing a new frontend document 2021-03-23 23:44:59 +00:00
frontends Set ourselves as service provider properly. Update README.md 2022-09-21 16:38:53 -07:00
include/netsurf Fix against latest Netsurf - eukara 2022-09-17 00:05:32 -07:00
resources Merge remote-tracking branch 'upstream/master' into test/merge 2021-06-08 19:19:58 +01:00
test tests: Update corestring allocation count. 2021-02-15 14:24:15 +00:00
tools framebuffer: Fix internal font generated source for GCC 10. 2020-11-13 11:13:46 +00:00
utils util: corestring: Add DOM "reversed" string. 2021-02-10 17:59:12 +00:00
.clang-format update clang format style for version 7 2019-10-10 18:22:23 +01:00
.gitattributes add attributes file to stop .gitignore being exported 2013-04-19 21:27:45 +01:00
.gitignore plot additions 2020-11-21 15:53:14 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile Merge remote-tracking branch 'upstream/master' into test/merge 2021-06-08 19:19:58 +01:00
Makefile.config.example Dukky: Add and utilise a jserrors category 2019-08-02 10:12:45 +01:00
Makefile.defaults Logging: Include VERBOSE in the binary by default. 2019-11-30 20:14:12 +00:00
Makefile.macros Buildsystem: Avoid errors when headers are removed. 2021-03-19 12:09:57 +00:00
README.md Add screenshot as requested 2023-11-11 21:01:39 -08:00
screenshot.png Add screenshot as requested 2023-11-11 21:01:39 -08:00

README.md

WebSurf

It's like OmniWeb met NetSurf

What's this?

Screenshot

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.