K 10 svn:author V 6 jkoshy K 8 svn:date V 27 1999-05-27T12:03:03.000000Z K 7 svn:log V 1815 Changes to promote a uniform look to the press page. A news item now has the following format: o

by
o ... The press page is presently coded as an HTML document, so the following discussion will use html terminology. is a

section element, with a
    list as its child. Each list item is enclosed in a pair of

    ,

    tags and consequently appears as one paragraph to a browser. will be a link to the primary web site of the organization in the news item. is presented as: (nn)? . Here is the full name of the month. is a 4 digit year. The (nn?) is the numeric day of the month, if available. The and items are rendered as `bold' on suitably capable browsers. is the title of the article and is a link to the actual article on the WWW. names the author of the article, or, in the case of company press releases, states that it is a press release. consists of a few lines (one paragraph) summarizing the article so that readers do not need to download the article in question to decide if it is interesting. Entries in a month with a date are sorted most recent first. Articles without a specific date appear before articles with known date. This order is arbitrary and has been used for consistency of presentation. Other non-visible changes to the HTML: o HTML tags now uniformly lowercase o a couple of sgml errors corrected The web page now passes the `tidy' test. END