top | item 35806249

(no title)

exsf0859 | 2 years ago

There were tons of alternative hypertext systems before the world wide web.

Major reasons WWW succeeded:

1) Open standard, no license required. (My understanding is that TB-L worked hard to make this happen.)

2) A forgiving text-based format that was trivial to author, serve, and display. And evolve with forward/backwards compatibility.

3) One-way links. (Many other HyperText projects were hung up on bi-directional links.)

4) URLs didn't require any centralized authority other than already-existing DNS.

discuss

order

mpweiher|2 years ago

5). 404s. Other systems went for total consistency. Good luck with that!

detourdog|2 years ago

When the www came out I use to get there through gopher. I preferred gopher until I was able to get an ip address. The ip address made it possible to get images with text. Perviously there were separate downloads.

Welcome to the World Wide Web there is no top or bottom. Which distinguished it from gopher.

scrame|2 years ago

yeah, off the top of my head I remember gopher, hytelnet, I think there was some screwy thing built on finger, even.

There was also an amiga format that was getting picked up for documentation and gamemanuals/guides, but the name is escaping me.

tannhaeuser|2 years ago

> A forgiving text-based format that was trivial to author, serve, and display. And evolve with forward/backwards compatibility.

I'm not disagreeing, but that's certainly a less often heard characterization of SGML ;) and also, not sure evolution of the HTML vocabulary past 4.x, or lack thereof, supports this point considering there are entire universes of additional syntax such as CSS and philosophical schools of thoughts only there to avoid having to write plain markup attributes. The metaphor also is apt, since, like the universe, CSS syntax seems to expand faster than the speed of light.

simonh|2 years ago

You don't have to use all of that though, it's optional. A fairly basic but serviceable HTML document that looks decent is still pretty easy.

rjsw|2 years ago

It probably hit just the right time in terms of available CPU power and network speed for a text-based format to get accepted.

valley_guy_12|2 years ago

The web could have plausibly existed as early as FTP did. Which would have been 1972. Plenty of documents from that era had URL-like manual links of the form "pub/foo/bar.txt at MIT-AI", and many FTP servers supported anonymous login and were fast enough for real-time text document retrieval.

It is kind of embarrassing that it took 20 years to invent URLs and browsers.