Has anyone played around with the HTML editor side of the original WorldWideWeb browser by Sir Tim Berners Lee? - I'm working on a project that requires HTML, and I got a copy of it. What's a good html editor for next step?
I didn't see anybody had successfully got it running.
It does build under 3.3 but needs a stylesheet file that wasn't included.
The format of the file is not hard to suss out but the specific constants required are a little tricky.
ref:
https://github.com/cynthia/WorldWideWeb/issues/2
My build will read a startup page and is able to open other example pages, but the styling and especially newline insertion are not right. It's fixable with a more correct stylesheet.
Details at the above URL.
I didn't dig enough at first: the files area already has newer binaries of WorldWideWeb.app (1.0, 2.01, 2.02).
These binaries will have the proper stylesheet.
The latest source i've seen is 0.16.
The 0.16 source on GitHub also has the stylesheet, but it get irrevocably lost if you clean the project.