 |
Department of Engineering |
 |
 |
Producing material for the WWW
This page is primarily about producing material for the World Wide Web.
Other pages deal with
accessing the WWW,
the WWW for admin staff,
Advanced WWW production,
Web servers at CUED
and
WWW site creation
A simple guide for CUED users to Producing WWW files is online. Your choices are to use your
current word processing package,
use a specialised HTML editor
or write Raw HTML.
Converting old documents
might require extra programs. WWW Graphics
production shouldn't pose a problem.
- General Introductions
- Style Guides and Templates
- HTML
(HyperText Markup Language) has gone through various releases: the
current version is
HTML 4.0.
Browsers
don't all understand the same HTML features, but if you use simple HTML
commands you shouldn't have any problems.
Remember to check the resulting files.
Look at it with various browsers (IE, mozilla/netscape and a text-only
browser like lynx). You'll need to proofread your documents
online - don't depend solely on print-outs!
You can also run automated checkers
- Windows-based authors can use Xenu for link-checking
- Checkbot is a free, open source link-checker
- webpage
link checker and HTML
checker (both local access only)
- The W3 consortium offer a CSS checker and an HTML checker
- webxact can
determine a page's star rating for accessibility to people with disabilities,
and to find compatibility problems that prevent pages from displaying
correctly on different web browsers.
Note
also that the Disability Discrimination Act, which came into force on 1
October 1999, has made it a legal requirement that information (including
that publicly available on the Web) should be accessible to disabled people.
A page of information is available online from Cambridge Universiry. The
APU's Web Accessibility Guidelines
are useful too.
The following are installed
- Text -
latex2html converts LaTeX to HTML
(use it with the LaTeX html package).
Netscape Navigator Gold 3.01 has a WYSIWYG-ish HTML editor.
asWedit and to a lesser extent emacs support
HTML production too.
- Graphics -
xfig
and
xpaint
can both produce gif files. xv can produce gif screen dumps.
whirlgif
produces animated gif files and giftrans creates
transparent GIFs (type
giftrans at the shell prompt to get a list of command-line options).
mapedit helps produce sensitive maps.
- weblint (to check HTML files)
Other Utilities are listed on the
Software Tools for the World-Wide Web
page (from the Advisory Group on Computer Graphics)
- Where to put the files -
The Engineering Department run various servers. Our main central ones are
- www.eng.cam.ac.uk - departmental and administrative pages. Also staff's official "home" pages.
- www-h.eng.cam.ac.uk - help on computing
- www-g.eng.cam.ac.uk - research group pages
- www2.eng.cam.ac.uk - users' files.
Only www2 is available to all CUED members as a place to add
files to the WWW - the notes for Undergraduates gives details on
what to do.
- What to write -
If you are authoring official information for the CUED Web site you should
consider
-
what are you trying to get across and to whom?
- are you duplicating information that already exists elsewhere on the Web (in or outside
Cambridge) and could be linked to?
- is this information sufficiently sensitive that it should either be restricted to University
network users or CUED's internal network?
- how often will the information need updating and do you have time to do this? It will by your
responsibility to maintain the currency and accuracy of the information on your pages.
- will you need to create on-screen
forms for users to complete, or display information from databases?
- where will the pages be
served from.
- will the pages conform to the Department's
rules.
You might get some ideas for information to include by seeing what other
Universities are doing.
The next step is to check your proposals with your
Web Strategy Committee representative.
- How to create pages -
See the Advanced WWW production page for more details (on counters, etc).