WorldWideWeb

From Wikipedia, the free encyclopedia
Jump to: navigation, search
WorldWideWeb
WorldWideWeb Icon.png
WorldWideWeb FSF GNU.png
WorldWideWeb, c.1993
Developer(s) Tim Berners-Lee for CERN
Initial release December 25, 1990; 22 years ago (1990-12-25)[1]
Discontinued 0.18 (January 14, 1994; 19 years ago (1994-01-14)) [±]
Preview release none (no public release) ((n/a)) [±]
Written in Objective-C[1]
Operating system NeXTSTEP[1]
Available in English
Type Web browser, web authoring tool
License Public domain
Website www.w3.org/.../WorldWideWeb.html

WorldWideWeb (later renamed to Nexus to avoid confusion between the software and the World Wide Web) was the first web browser[1] and editor.[2] When it was written, WorldWideWeb was the only way to view the Web.[1]

The source code was released into the public domain in 1991.[3][4] Some of the code still resides on Tim Berners-Lee's NeXT Computer in the CERN museum and has not been recovered due to the computer's status as a historical artifact.[citation needed] To coincide with the 20th anniversary of the research centre giving the web to the world, a project has begun at CERN to preserve this original hardware and software associated with the birth of the web.[5]

History[edit]

Berners-Lee wrote WorldWideWeb on a NeXT Computer[4] during the second half of 1990, while working for CERN. The first successful build was completed on December 25, 1990, after only two months of development.[6] Successive builds circulated among Berners-Lee's colleagues at CERN before being released to the public, by way of Internet newsgroups, in August 1991.[6] By this time, several others, including Bernd Pollermann, Robert Cailliau, Jean-François Groff,[7] and graduate student Nicola Pellow – who wrote the Line Mode Browser – were involved in the project.[6]

The team created so called "passive browsers" which do not have the editing prospects because it was hard to port the ability to edit pages like on the NeXT system to other operating systems.[2] The port to the X Window System (X) was not possible as nobody on the team had experience with X.[2]

Berners-Lee and Groff later adapted many of WorldWideWeb's components into a C programming language version, creating the libwww API.[8]

A number of early browsers appeared, notably ViolaWWW. They were all eclipsed by Mosaic in terms of popularity, which by 1993, had replaced the WorldWideWeb program. Those involved in its creation had moved on to other tasks, such as defining standards and guidelines for the further development of the World Wide Web – e.g. HTML, various communication protocols, etc.

On April 30, 1993, the CERN directorate released the source code of WorldWideWeb into the public domain. Several versions of the software are still available to download from evolt.org's browser archive. Berners-Lee initially considered releasing it under the GNU General Public License, but eventually opted for public domain to maximize corporate support.[9][10]

Technical information[edit]

Since WorldWideWeb was developed on and for the NeXTSTEP platform, the program used many of NeXTSTEP's components – WorldWideWeb's layout engine was built around NeXTSTEP's Text class.[1]

Features[edit]

WorldWideWeb was capable of displaying basic style sheets,[4] downloading and opening any file type supported by the NeXT system (PostScript,[2][4] movies,[4] and sounds[4]), browsing newsgroups, and spellchecking. At first, images were displayed in separate windows, until NeXTSTEP's Text class supported Image objects.[4]

The browser was also a WYSIWYG editor.[1][2] It allowed the simultaneous editing and linking of many pages in different windows. The functions "Mark Selection", which created an anchor, and "Link to Marked", which made the selected text an anchor linking to the last marked anchor, allowed the creation of links. Editing pages remotely was not yet possible, as the HTTP PUT method had not yet been implemented.[1] Files would be edited in a local file system which was in turn served onto the Web by an HTTP server.

WorldWideWeb's navigation panel contained Next and Previous buttons that would automatically navigate to the next or previous link on the last page visited, similar to Opera's Rewind and Fast Forward buttons; i.e., if one navigated to a page from a table of links, the Previous button would cause the browser to load the previous page linked in the table.[1] This was useful for web pages which contained lists of links. Many still do, but the user interface link-chaining was not adopted by other browser writers, and it disappeared until it was later picked up by later web browsers. An equivalent functionality is nowadays provided by connecting web pages with explicit navigation buttons repeated on each webpage among those links, or with typed links in the headers of the page. This places more of a burden on web site designers and developers, but allows them to control the presentation of the navigation links.

WorldWideWeb did not have features like bookmarks, but a similar feature was presented in the browser: if a link should be saved for later use linking it to the user's own home page (start page), the link would be remembered in the same fashion as a bookmark. The ability to create more home pages were implemented, similar to folders in the actual web browsers bookmarks.[2]

Later versions were also able to display inline images.[1]

WorldWideWeb was able to use different protocols: FTP,[1] HTTP,[1] NNTP,[1] and local files.[1]

Naming[edit]

Berners-Lee proposed different names for his new application: The Mine of Information[11] and The Information Mesh[11] were proposals. At the end WorldWideWeb was chosen,[11] but later renamed to Nexus to avoid confusion between the World Wide Web and the web browser.[1]

See also[edit]

References[edit]

External links[edit]