Go to file
anthony aad55fedb9 Add basic outline for history window 2020-12-19 21:45:08 +00:00
content canvas: Implement fully correct putImageData features 2020-05-24 19:34:04 +01:00
desktop Update version files for release 2020-05-24 21:55:29 +01:00
docs UnimplementedJavascript: I've implemented 10 more things 2020-05-23 22:03:55 +01:00
frontends Add basic outline for history window 2020-12-19 21:45:08 +00:00
include/netsurf Plot style: Helper macro to get nearest of black and white. 2020-05-23 21:33:42 +01:00
resources update ca-bundle 2020-05-23 11:14:06 +01:00
test test: Use putImageData features in life demo 2020-05-24 19:34:08 +01:00
utils idna: Do not overcopy utf8 buffer as though it were ucs4 2020-05-24 10:38:21 +01: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 basic makefile and app setup 2020-11-12 19:21:23 +00: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
README.md Update readme 2020-12-18 20:44:17 +00:00
gnustepbuild.sh implement misc callback, move tables into individual files 2020-11-17 20:14:34 +00:00

README.md

THIS FORK

This fork aims at getting a usable version of NetSurf running under the GNUstep library. I will note that there is (I think) a working update of the old cocoa port, checkout github/mmuman's repos for this. However, this port requires CoreFoundation, and CoreGraphics dependencies. While there are GNUstep implementations of these, they're underdeveloped, and indeed, I couldn't get them to build under OpenBSD.

So, this port aims at a ground-up GNUstep-specific (Perhaps it would compile under MacOS, perhaps not, I don't particularly care about this platform) port, making liberal use of code snippets from the cocoa port where possible. For example large chunks of the plotter and font functions are pulled from the cocoa port.

This port compiles with just basic GNUstep base, gui, and back libraries unlike the cocoa port.

Current State

Works for basic use, can navigate to, and browse websites.

What still needs doing

Tabs, bookmarks, history, other bits and bobs probably.

This has only been tested on OpenBSD macppc, there's probably issues with the Makefile on other platforms.

Props to Sven Weidauer for the original cocoa port. Original copyright notice has been included in files consisting of large parts of his work.

ORIGINAL NETSURF README

NetSurf

This document should help point you at various useful bits of information.

Building NetSurf

Read the Quick Start document for instructions.

Creating a new port

Look at the existing front ends for example implementations. The framebuffer front end is simplest and most self-contained. Also, you can contact the developers for help.

Further documentation