You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marco Cawthorne b35877e6fb
Add screenshot as requested
3 weeks ago
content Improve rendering of plain text. 1 year ago
desktop Fix against latest Netsurf - eukara 1 year ago
docs extend teh implementing a new frontend document 3 years ago
frontends Set ourselves as service provider properly. Update README.md 1 year ago
include/netsurf Fix against latest Netsurf - eukara 1 year ago
resources Merge remote-tracking branch 'upstream/master' into test/merge 3 years ago
test tests: Update corestring allocation count. 3 years ago
tools framebuffer: Fix internal font generated source for GCC 10. 3 years ago
utils util: corestring: Add DOM "reversed" string. 3 years ago
.clang-format update clang format style for version 7 4 years ago
.gitattributes add attributes file to stop .gitignore being exported 11 years ago
.gitignore plot additions 3 years ago
COPYING Clarify licensing arrangements 17 years ago
Makefile Merge remote-tracking branch 'upstream/master' into test/merge 3 years ago
Makefile.config.example Dukky: Add and utilise a jserrors category 4 years ago
Makefile.defaults Logging: Include VERBOSE in the binary by default. 4 years ago
Makefile.macros Buildsystem: Avoid errors when headers are removed. 3 years ago
README.md Add screenshot as requested 3 weeks ago
screenshot.png Add screenshot as requested 3 weeks ago

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.