GithubHelp home page GithubHelp logo

dafyddcrosby / sw3m Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 5.68 MB

ABANDONED - development has ceased. Code remains available for reuse. sw3m was a w3m fork tuned for OpenBSD

Perl 2.01% Shell 2.24% C 91.44% Perl 6 1.10% HTML 2.35% Groff 0.60% Awk 0.09% C++ 0.17%

sw3m's Introduction

Build Status

sw3m

Looking for a web browser that's secure, speedy, small, standards-driven, and just plain super-duper?

Rationale

"The nice thing about standards is that there are so many to choose from."

sw3m is a text-based browser that:

  • Has a permissive license (ie MIT)
  • Aims for a 'clean' codebase, with portability handled separately
  • Will handle modern web standards to the extent a text-based browser can
  • Focuses on hardening and security - recognizes that, yes, the web is hostile, even to a text-based browser

Frequently Asked Questions

Q. Why was support removed for DOS + Windows?

A. Microsoft killed POSIX support in Windows XP, and Interix with Windows 8. Yes, there's Cygwin and MinGW, but there's little benefit to supporting those versus the upkeep. Generally speaking, sw3m is intended for systems where POSIX isn't an afterthought/sales gimmick.

Q. Why was support removed for OS/2?

A. It's dead, Jim.

Q. explicit_bzero isn't POSIX, what gives?

A. memset can get optimized out of the code, which is not something you want when you're trying to clear the memory. explicit_bzero is easily implemented, and is currently built-in when not found by autotools.

Q. Will sw3m work on <blah>

A. The reference platform is the latest OpenBSD stable release. Long term, there are plans to create a sw3m-portable (as is done for OpenSSH and LibreSSL). However, portability work is unlikely to start until the OpenBSD releases are in good shape.

Q. Why is <feature> not enabled by default?!

A. While sw3m aims to support a great deal of functionality 'out of the box' (eg not requiring recompilation to enable), where possible certain functionality will not enabled by default - you must turn it on in the configuration. This removes attack surface if you only want to use sw3m for dumping parsed HTML, etc.

sw3m's People

Contributors

dafyddcrosby avatar

Watchers

Tatsuya Kinoshita avatar  avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.