HOME

TheInfoList



OR:

tkWWW is an early, now discontinued web browser and WYSIWYG HTML editor written by Joseph Wang at MIT as part of Project Athena and the Globewide Network Academy project. The browser was based on the Tcl language and the Tk (toolkit) extension but did not achieve broad user-acceptance or market share, although it was included in many Linux distributions by default. Joseph Wang wanted tkWWW to become a replacement for r r n and to become a " swiss army knife" of networked computing.


History

Joseph Wang announced in July 1992 that he was developing a web browser based on Tk, and made the
alpha Alpha (uppercase , lowercase ; grc, ἄλφα, ''álpha'', or ell, άλφα, álfa) is the first letter of the Greek alphabet. In the system of Greek numerals, it has a value of one. Alpha is derived from the Phoenician letter aleph , whic ...
version 0.1 publicly available. Version 0.4 integrated a much easier installation procedure, a better default color scheme, keyboard traversals and a history mechanism. Version 0.5, released 8 February 1993, introduced support for multiple fonts. Version 0.6 made personal annotations compatible with xmosaic and improved the GUI. With the release of version 0.7 on 1 May 1993, tkWWW became the first WYSIWYG HTML editor for X11 which was originally written by Nathan Torkington. Another improvement was the ability to start in ''iconic mode''. Version 0.8 improved the graphical user interface (GUI) and added a "reload" option. In version 0.9, the browser achieved
beta Beta (, ; uppercase , lowercase , or cursive ; grc, βῆτα, bē̂ta or ell, βήτα, víta) is the second letter of the Greek alphabet. In the system of Greek numerals, it has a value of 2. In Modern Greek, it represents the voiced labiod ...
status and added support for character-styling tags and for version 7.0 of Tcl, as well as partial support for image tags. Version 0.11 worked successfully with
RCS RCS may refer to: Organisations *Racing Club de Strasbourg Alsace * Radio Corporation of Singapore *Radcliffe Choral Society * Rawmarsh Community School *Red Crescent Society *Red Cross Society * Representation of Czechs and Slovaks, a football t ...
.   Based on the newly released Tk 4.0, tkWWW 0.13 was an alpha release, in order to allow for wider testing. It also added full support for inline images. Support for HTML+, a proposed successor to HTML 2, was implemented while the specification was being developed. tkWWW was extended by the GNU Guile project, to support Scheme extensions.


Further development

The short-term agenda for tkWWW included an
SGML The Standard Generalized Markup Language (SGML; ISO 8879:1986) is a standard for defining generalized markup languages for documents. ISO 8879 Annex A.1 states that generalized markup is "based on two postulates": * Declarative: Markup should des ...
parser and the separation of the browser from the editor, in order to simplify user experience. The long-term plan included new functions like word processing, directory navigation, file transfer, and
news News is information about current events. This may be provided through many different Media (communication), media: word of mouth, printing, Mail, postal systems, broadcasting, Telecommunications, electronic communication, or through the tes ...
and email reading.


Features

* With the ''htext''- widget, Tk code could be embedded into web pages. * Because the interface was written in Tk, it was easy to modify and extend the system. * A WYSIWYG editor for HTML web pages, with all major HTML functions (character emphasis, headings, paragraph breaks, lists, anchors) * Support for many protocols: FTP, gopher, HTTP, telnet * Multiple
font In metal typesetting, a font is a particular size, weight and style of a typeface. Each font is a matched set of type, with a piece (a "sort") for each glyph. A typeface consists of a range of such fonts that shared an overall design. In mod ...
s, including support for Asian fonts * Multimedia formats supported: bitmap, DVI,
GIF The Graphics Interchange Format (GIF; or , see pronunciation) is a bitmap image format that was developed by a team at the online services provider CompuServe led by American computer scientist Steve Wilhite and released on 15 June 1987. ...
MPEG,
PostScript PostScript (PS) is a page description language in the electronic publishing and desktop publishing realm. It is a dynamically typed, concatenative programming language. It was created at Adobe Systems by John Warnock, Charles Geschke, Doug Br ...
, and X Window dump files * Automatic file unpacking tkWWW was developed before the advent of Safe-Tcl, to allow untrusted applications to run from non-privileged accounts. Without such a safeguard, the potential for automatically executing remote scripts was a security issue. tkWWW was criticized for not supporting the
mailto URI scheme mailto is a Uniform Resource Identifier (URI) scheme for email addresses. It is used to produce hyperlinks on websites that allow users to send an email to a specific address directly from an HTML document, without having to copy it and entering ...
, rlogin, WAIS, and HTML forms. A ''stop''-button to interrupt the transfer of web pages was also not integrated.


Extensions

Because tkWWW was based on the Tk framework, it was very easy to expand its functions and to extend its capabilities. Indeed, there were several extensions and applications based on tkWWW.


Phoenix

''Phoenix'' was a well-known web browser and editor, created at the University of Chicago in the Biological Sciences Division, that was built on tkWWW version 0.9.  Development began in the summer of 1993, when there weren't any easy-to-use web-page editors available.README of Phoenix-0.1.8 Alpha release (released 15 May 1995); available her

/ref> Development ceased in May 1995, there being a variety of similar tools available.  The main new features were: improved HTML+ support, deeper integration of features such as Cut, copy, and paste, copy and paste and native look-and-feel, and support for the Kerberos protocol by modified servers. The browser was supported on MS-DOS,
Microsoft Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
, Mac OS, and on Linux and other Unix systems. Further development would have added support for BSD platforms. The short-term plan for tkWWW was to separate the editing and browsing functions, as had already been accomplished for Phoenix. Inline-image support for GIFs and ISMAPs were also already integrated in the first version of Phoenix. The ability to access Multi-user Object-Oriented ( MOO) or Multi-User Dungeon (
MUD A MUD (; originally multi-user dungeon, with later variants multi-user dimension and multi-user domain) is a Multiplayer video game, multiplayer Time-keeping systems in games#Real-time, real-time virtual world, usually Text-based game, text-bas ...
) servers was requested as a new package for tkWWW, and this was delivered by the Phoenix team.


The TkWWW Robot

Scott Spetka presented a paper at the '' Mosaic and the Web'' Conference in Chicago entitled "The TkWWW Robot" in October 1994. TkWWW robot was one of the first web crawlers and internet bots based on tkWWW. It was developed over the summer at the Air Force Rome Laboratory, with funding from the Air Force Office of Scientific Research, to build HTML indexes, compile WWW statistics, collect image portfolios, etc.  TkWWW robot's major advantage was its flexibility in adapting to virtually any criteria to guide its search path and to control its selection of data for retrieval. The search algorithm worked by identifying "web neighborhoods" — finding logically related homepages. The bot returned a list of links in the form of
bookmarks A bookmark is used to keep one's place in a printed work. It can also refer to: * Bookmark (digital), a pointer in a web browser and other software * ''Bookmarks'' (album) by Five for Fighting * ''Bookmarks'' (magazine), an American literary ma ...
. It was limited, however, in that it could include only two links from the original homepages.


System requirements and technical

tkWWW was originally developed for Unix but would run on any modern operating system where Tcl/ Tk is properly installed.
README "\n\n\n\n\n\n''README.txt: A Memoir'' is a 2022 memoir by Chelsea Manning. It covers her early life, experience as a soldier in the U.S. Army, and life and imprisonment after she leaked classified information to WikiLeaks WikiLeaks () is an ...
-file of the tkWWW-0.13pre2 package.
To display images, tkWWW requires the xli package. tkWWW has two strictly separated processes: one for the GUI, and another for network interaction and for parsing HTML.  The latter is compiled C code based on the CERN libwww library. The front-end GUI is written in Tcl/Tk, which is interpreted at run time.


See also

* History of the World Wide Web *
Tkhtml Tkhtml is a discontinued open-source browser engine written in C using the Tk widget toolkit. It was used primarily by the Html Viewer 3 (Hv3) minimalist web browser. Version 1 was written using the XF application builder, but because of funct ...


References


External links


Filewatcher.com tkWWW packages on the different ftp serverstkWWW help
{{DEFAULTSORT:Tkwww 1992 software Discontinued web browsers Free HTML editors Gopher clients Free software programmed in Tcl Free web browsers Massachusetts Institute of Technology software Software that uses Tk (software)