experimental web browser
- C 99.7%
- CMake 0.3%
| doc | ss | |
| include/curl | curl | |
| src | font styling | |
| vendor | lexbor: reduce chunk sizes for tokens and attrs | |
| .gitignore | sort out cmake | |
| CMakeLists.txt | clean up cmake | |
| COPYING.txt | curl | |
| LICENCE.txt | curl | |
| README.md | Update README.md | |
weaver
an experimental web browser
weaver aims to be a true user agent for the document-based web. It doesn't attempt to render sites "correctly". It extracts text, images and other elements and attempts to display them in a way that makes the most sense. Think of it like "reader mode", or a text-based browser, but with more features. (There will also be a text-based frontend)
Goals
- A simple, very low footprint, fast browser
- Aligned with the principles of permacomputing as it relates to software, designed to run on the smallest of systems, hopefully even (large) microcontrollers, giving new life to old hardware and opening up new possibilities
- Graphical and text-based frontends
- A platform for experimentation with new ways of browsing and rendering the web
- Javascript will not be supported
Status
In extremely early development