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