Newsgroups: comp.sys.apple2 Path: blue.weeg.uiowa.edu!news.uiowa.edu!hobbes.physics.uiowa.edu!math.ohio-state.edu!cs.utexas.edu!howland.reston.ans.net!news.sprintlink.net!hookup!ames!waikato!comp.vuw.ac.nz!actrix.gen.nz!dempson From: dempson@atlantis.actrix.gen.nz (David Empson) Subject: Re: HyperTextMarkupLanguage (html) Message-ID: Nntp-Posting-Host: atlantis.actrix.gen.nz Sender: news@actrix.gen.nz (News Administrator) Organization: Actrix - New Zealand Internet Service Providers Date: Thu, 3 Nov 1994 12:05:27 GMT References: <1994Oct31.234305.34331@cobra.uni.edu> Lines: 51 In article , J. L. Walters wrote: > > I would think you could create a perfectly good html editor within > > Ultramacros. I'll attempt this before the end of the month... > > What are the requirements for html? I assume you mean "...for editing HTML". The language itself is pretty straightforward. It is a text file with embedded commands for doing things like marking the end of a paragraph, styles, lists, etc. This sort of information could be dealt with quite easily by existing editors (but it wouldn't look quite like the output produces by Lynx, Mosaic and other HTML viewers - see other messages in this thread). The hard part is the graphics and the links. A graphic is included as a reference to another file (usually in GIF format). A link is a marked region of text that has a reference to another file, another portion of the same document, or a universal resource locator (URL) referring to a file, HTML page, news group, mail address, etc. which may be anywhere on Internet. As an example, here is the exact text that appears in an HTML document for a link to Brian Tao's Apple II home page. The Internex Online Apple II Library Home Page The "" mark the beginning and end of the anchor (link). the "href=...>" part is a URL to the HTML document (or an alias of it) on another site. The text after this is what actually appears when you view the document ("The Internex Online Apple II Library Home Page"), which is underlined in most HTML viewers. If you move the cursor to it, it will be highlighted and you can activate it to go to the selected HTML document. The user doesn't need to know the name of the document, only how to find a link to get there. Editing this in a "pretty" (GUI) fashion could be tricky. Ideally, you want some kind of highlighting on the link, and when you click on the link, it should show what type of link it is, and the destination. I haven't seen existing graphical HTML editors, so I don't know how they represent the links. -- David Empson dempson@actrix.gen.nz Snail mail: P.O. Box 27-103, Wellington, New Zealand