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