mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
4a50da326a
The host component, by the time we hit the validation code, should be a valid DNS name. In theory it could also be an IPv6 address, but those are far more painful to deal with so we're ignoring that opportunity for now. This fixes a problem where the search_web_omni logic would fail to generate a search because nsurl_create() succeeded even though it shouldn't have. Signed-off-by: Daniel Silverstone <dsilvers@netsurf-browser.org> |
||
---|---|---|
.github/workflows | ||
content | ||
desktop | ||
docs | ||
frontends | ||
include/netsurf | ||
resources | ||
test | ||
tools | ||
utils | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
COPYING | ||
Makefile | ||
Makefile.config.example | ||
Makefile.defaults | ||
Makefile.macros | ||
Makefile.tools | ||
README.md |
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.