Go to file
anthony ccee813f4a Implement dropdown form selection 2022-02-10 08:54:37 +00:00
content Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
desktop Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
docs extend teh implementing a new frontend document 2021-03-23 23:44:59 +00:00
frontends Implement dropdown form selection 2022-02-10 08:54:37 +00:00
include/netsurf Improve some documentation comments 2021-02-26 13:40:09 +00:00
resources Merge remote-tracking branch 'upstream/master' into test/merge 2021-06-08 19:19:58 +01:00
screenshots readme 2021-03-18 20:03:21 +00: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 Remote gnustep build script; Add gnustep Makefile.defaults and update build instructions 2022-01-28 09:14:49 +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. This port compiles with just basic GNUstep base, gui, and back libraries unlike the cocoa port.

To build, follow the instructions on the quickstart link below, replace netsurf in the generated workspace folder with this, and run make TARGET=gnustep.

Screenshot With Rik theme, client side decorations and mac-style menu.

Screenshot With standard theme.

Current State

Works pretty well, has tabs (including vertical), history, download management, bookmarks.

What still needs doing

Preferences (currently partially done - WIP), other bits and bobs probably.

Tested and built on OpenBSD 6.8(macppc) + clang, and Ubuntu 20.10 + gcc.

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