viper -- Update and prettify package-info.in provides.
[packages] / xemacs-packages / hm--html-menus / ANNOUNCEMENT
1 Hello,
2
3 I've written a new version (5.9) of my html package for the XEmacs 
4 and the GNU Emacs 19. The name of the package is:
5
6                  hm--html-menus-5.9.tar.gz
7
8 With this package it is very easy to write html pages for the World Wide 
9 Web (WWW). Eg: In most cases the user gets help to construct a specific 
10 link by examples or by a completition list with possible input strings.
11 It is also possible to insert links and images by just clicking on its
12 source and destination (drag and drop feature).
13
14 Read the NEWS file to see what is new in this release.
15
16 You should find hm--html-menus-5.9.tar.gz on the following ftp server:
17         sunsite.unc.edu in /pub/Linux/apps/editors/emacs/
18         ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib
19
20 It may take some time, before the package is copied by the ftp admins
21 from the incoming directories to the above listed directories.
22
23 There is a html documentation about the package. You can find it on:
24 http://www.tnt.uni-hannover.de/~muenkel/software/own/hm--html-menus/overview.html
25
26 This package provides also a minor mode (hm--html-minor-mode), which
27 can be used together with other html major modes, like the psgml-html
28 mode or other major edit modes, like the perl-mode.
29
30 The package provides functions to insert the following stuff in html-pages:
31 1. Anchors:
32         relative links, general link;
33         html link, info link, gopher link, file link;
34         ftp link, news link, mailbox link, mailto link, wais (direct) link,
35         wais (gateway) link;
36         CGI link, proggate link, local proggate link, 
37         link target;
38 2. Frame elements:
39         full html frame with doctype, doctype, html, head, body, title,
40         header and signature elements or only the single elements;
41         meta, isindex, link and base element;
42         html 'created'- and 'changed'- comments;  
43         the current date in the title; 
44 3. Structure elements:
45         menu or list item, menu, unordered list, ordered list, directory list;
46         description list, description title, description entry;
47         table, table title, table header, table row, table entry;
48         new paragraph, new line, horizontal rule, document division;
49 4. for formatting paragraphs:
50         preformated, blockquote;
51         basefont, font, center, style;
52         html comment;
53 5. formatting:
54         bold, italic, underline, typewriter, strikethru, super and subscript,
55         emphasized, strong, small, big,
56         definition, keyboard, variable, code, sample, citation,
57 6. include:
58         top aligned image, middle aligned image, bottom aligned image;
59         general image element, map, area and all together;
60         applet, parameter, script;
61 7. forms:
62         form;
63         text, password, isindex, integer, float, date, url, scribble fields; 
64         checkbox, radio, reset, image, audio and submit buttons;
65         option menus, scrolled lists and option entries;
66         textarea;
67 8. entities:
68         most of the special ISO- characters, less, greater and ampersand;
69
70 If it makes sense, the functions worked also on selected regions.
71 I've used the same menu items and the same keystrokes. Therefore, you
72 don't need to learn different menus or keys for similar functions.
73
74 You can choose the popup menus between an expert menu and an novice
75 menu interactively.
76
77 With the pulldown menu, you can do the following things:
78 - select the popup menu
79 - start a drag and drop command
80 - get help on a drag and drop command
81 - remove numeric names
82 - quotify hrefs
83 - reload the config files
84 - load html templates from a template directory (two templates are included
85   in the package); templates written in a special template language are
86   expanded automatically;
87 - preview html documents with the netscape
88 - preview html documents with the xmosaic
89 - preview html documents with the w3 package for the XEmacs and emacs
90
91 You can insert links and images by clicking with Meta Control Button1
92 on its source and then on its destination. For this drag and drop
93 interface the following destinations and links are supported: - the
94 inclusion of an GIF- or JPEG- image by clicking on its name
95   in a dired buffer
96 - a file or relative link to any other file by clicking on its name
97   in a dired buffer
98 - a file or relative link to a directory by clicking on a line without
99   a filename in the dired buffer
100 - a file or relative link to a file by clicking in a buffer with this
101   file
102 - a http or relative link to a html page by clicking in the w3 buffer, 
103   which displays this page
104 - a http or relative link, which is in another html page by clicking 
105   on the link in a w3 buffer
106 If there is an activated region in the source buffer, then the link
107 is inserted around it, so that the region is used as the name of the
108 link.
109
110 You can configure the html mode with a special configuration file for
111 your site and with another file specific for a user.
112
113 The html specification is under development and therefore this
114 package is also under development. So, if you have any ideas to
115 extend the package, feel free to email them to
116 muenkel@tnt.uni-hannover.de.
117
118
119 Heiko