view lisp/hm--html-menus/ANNOUNCEMENT @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 8fc7fe29b841
line wrap: on
line source

Hello,

I've written a new version (5.0) of my html package for the XEmacs 
and the GNU Emacs 19. The name of the package is:

		 hm--html-menus-5.0.tar.gz

With this package it is very easy to write html pages for the World Wide 
Web (WWW). Eg: In most cases the user gets help to construct a specific 
link by examples or by a completition list with possible input strings.
It is also possible to insert links and images by just clicking on its
source and destination (drag and drop feature).

The biggest new features in this release are:
- drag and drop functions to insert links with the mouse
- a minor mode to extent other html modes like the psgml mode
- some new html tags, like the <applet> tags
- fixed some old html tags 
- the pulldown menu in the Emacs 19 is no longer a global menu
- the popup menus in the Emacs 19 are now much fastere 
- the name of the mode has changed from html-mode to hm--html-mode
- the package is longer based on the package of Marc Andreessen
Read the NEWS file to see news in detail...

You should find hm--html-menus-5.0.tar.gz on the following ftp server:
	sunsite.unc.edu in /pub/Linux/apps/editors/emacs/
	ftp.rrzn.uni-hannover.de in /pub/unix/editors/lemacs/contrib
	ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib

It may take some time, before the package is copied by the ftp admins
from the incoming directories to the above listed directories.

There is also a html documentation about the package. You can find it on:
http://www.tnt.uni-hannover.de:80/data/info/www/tnt/soft/info/www/html-editors/hm--html-menus/overview.html

The package provides functions to insert the following stuff in html-pages:
1. Anchors:
	html link, info link, gopher link, file link;
	ftp link, news link, mail link, wais (direct) link,
	wais (gateway) link;
	proggate link, local proggate link, general link;
	link target;
2. Frame elements:
	full html frame with html, head, body, title, header and signature
	elements or only the single elements;
	link element;
	html 'created'- and 'changed'- comments;  
	the current date in the title; 
3. Structure elements:
	menu or list item, menu, unordered list, ordered list, directory list;
	description list, description title, description entry;
	new paragraph, new line, horizontal rule, table, table title, 
	table header, table row, table entry;
4. for formatting paragraphs:
	without links, with links, blockquote, listing, abstract;
5. formatting:
	bold, italic, underline, typewriter, strikethru, super and subscript,
	emphasized, strong, big,
	definition, keyboard, variable,	code, sample, citation,
	html comment;
6. include:
	top aligned image, middle aligned image, bottom aligned image,
	applet, parameter
7. forms:
	form;
	text, password, isindex, integer, float, date, url, scribble fields; 
	checkbox, radio, reset, image, audio and submit buttons;
	option menus, scrolled lists and option entries;
	textarea;
8. entities:
	most of the special ISO- characters, less, greater and ampersand;

If it makes sense, the functions worked also on selected regions.
I've used the same menu items and the same keystrokes. Therefore, you
don't need to learn different menus or keys for similar functions.

You can choose the popup menus between an expert menu and an novice
menu interactively.

With the pulldown menu, you can do the following things:
- select the pulldown menu
- remove numeric names
- quotify hrefs
- reload the config files
- load html templates from a template directory (two templates are included
  in the package); templates written in a special template language are
  expanded automatically;
- preview html documents with the netscape
- preview html documents with the xmosaic
- preview html documents with the w3 package for the lemacs and emacs

You can insert links and images by clicking with Meta Button1 on its
source and then on its destination. For this drag and drop interface
the following destinations and links are supported:
- the inclusion of an GIF- or JPEG- image by clicking on its name
  in a dired buffer
- a file or relative link to any other file by clicking on its name
  in a dired buffer
- a file or relative link to a directory by clicking on a line without
  a filename in the dired buffer
- a file or relative link to a file by clicking in a buffer with this
  file
- a http or relative link to a html page by clicking in the w3 buffer, 
  which displays this page
- a http or relative link, which is in another html page by clicking 
  on the link in a w3 buffer
If there is an activated region in the source buffer, then the link
is inserted around it, so that the region is used as the name of the
link.

You can configure the html mode with a special configuration file for
your site and with another file specific for a user.

The html specification is under development and therefore this
package is also under development. So, if you have any ideas to
extend the package, feel free to email them to muenkel@tnt.uni-hannover.de.


Heiko