Mercurial > hg > xemacs-beta
comparison lisp/hm--html-menus/ANNOUNCEMENT @ 46:6a22abad6937 r19-15
Import from CVS: tag r19-15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:31 +0200 |
parents | 8b8b7f3559a2 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
45:7705b7aa3b8a | 46:6a22abad6937 |
---|---|
1 Hello, | 1 Hello, |
2 | 2 |
3 I've written a new version (5.4) of my html package for the XEmacs | 3 I've written a new version (5.5) of my html package for the XEmacs |
4 and the GNU Emacs 19. The name of the package is: | 4 and the GNU Emacs 19. The name of the package is: |
5 | 5 |
6 hm--html-menus-5.4.tar.gz | 6 hm--html-menus-5.5.tar.gz |
7 | 7 |
8 With this package it is very easy to write html pages for the World Wide | 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 | 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. | 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 | 11 It is also possible to insert links and images by just clicking on its |
23 (look at the variable hm--html-site-config-file) | 23 (look at the variable hm--html-site-config-file) |
24 - a better syntax table from Bob Weiner | 24 - a better syntax table from Bob Weiner |
25 - a lot of bug fixes | 25 - a lot of bug fixes |
26 Read the NEWS file to see news in detail... | 26 Read the NEWS file to see news in detail... |
27 | 27 |
28 You should find hm--html-menus-5.4.tar.gz on the following ftp server: | 28 You should find hm--html-menus-5.5.tar.gz on the following ftp server: |
29 sunsite.unc.edu in /pub/Linux/apps/editors/emacs/ | 29 sunsite.unc.edu in /pub/Linux/apps/editors/emacs/ |
30 ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib | 30 ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib |
31 | 31 |
32 It may take some time, before the package is copied by the ftp admins | 32 It may take some time, before the package is copied by the ftp admins |
33 from the incoming directories to the above listed directories. | 33 from the incoming directories to the above listed directories. |
37 | 37 |
38 This package provides also a minor mode (hm--html-minor-mode), which | 38 This package provides also a minor mode (hm--html-minor-mode), which |
39 can be used together with another html major mode, like the psgml-html | 39 can be used together with another html major mode, like the psgml-html |
40 mode in the XEmacs 19.14. | 40 mode in the XEmacs 19.14. |
41 | 41 |
42 NOTE: This version is not tested with the Emacs 19. One of the next | |
43 releases in the near future will be a bug fix only release for the | |
44 Emacs 19. So please report any bugs to muenkel@tnt.uni-hannover.de. | |
45 | |
46 The package provides functions to insert the following stuff in html-pages: | 42 The package provides functions to insert the following stuff in html-pages: |
47 1. Anchors: | 43 1. Anchors: |
48 relative links, general link; | 44 relative links, general link; |
49 html link, info link, gopher link, file link; | 45 html link, info link, gopher link, file link; |
50 ftp link, news link, mail link, wais (direct) link, | 46 ftp link, news link, mailbox link, mailto link, wais (direct) link, |
51 wais (gateway) link; | 47 wais (gateway) link; |
52 proggate link, local proggate link, | 48 proggate link, local proggate link, |
53 link target; | 49 link target; |
54 2. Frame elements: | 50 2. Frame elements: |
55 full html frame with doctype, html, head, body, title, | 51 full html frame with doctype, doctype, html, head, body, title, |
56 header and signature elements or only the single elements; | 52 header and signature elements or only the single elements; |
57 meta, isindex, link and base element; | 53 meta, isindex, link and base element; |
58 html 'created'- and 'changed'- comments; | 54 html 'created'- and 'changed'- comments; |
59 the current date in the title; | 55 the current date in the title; |
60 3. Structure elements: | 56 3. Structure elements: |
61 menu or list item, menu, unordered list, ordered list, directory list; | 57 menu or list item, menu, unordered list, ordered list, directory list; |
62 description list, description title, description entry; | 58 description list, description title, description entry; |
63 new paragraph, new line, horizontal rule, document division, | |
64 table, table title, table header, table row, table entry; | 59 table, table title, table header, table row, table entry; |
60 new paragraph, new line, horizontal rule, document division; | |
65 4. for formatting paragraphs: | 61 4. for formatting paragraphs: |
66 without links, with links, blockquote, listing, abstract; | 62 preformated, blockquote; |
67 basefont, font, center; | 63 basefont, font, center, style; |
64 html comment; | |
68 5. formatting: | 65 5. formatting: |
69 bold, italic, underline, typewriter, strikethru, super and subscript, | 66 bold, italic, underline, typewriter, strikethru, super and subscript, |
70 emphasized, strong, small, big, | 67 emphasized, strong, small, big, |
71 definition, keyboard, variable, code, sample, citation, | 68 definition, keyboard, variable, code, sample, citation, |
72 html comment; | |
73 6. include: | 69 6. include: |
74 top aligned image, middle aligned image, bottom aligned image; | 70 top aligned image, middle aligned image, bottom aligned image; |
75 general image element, map, area and all together; | 71 general image element, map, area and all together; |
76 applet, parameter; | 72 applet, parameter, script; |
77 7. forms: | 73 7. forms: |
78 form; | 74 form; |
79 text, password, isindex, integer, float, date, url, scribble fields; | 75 text, password, isindex, integer, float, date, url, scribble fields; |
80 checkbox, radio, reset, image, audio and submit buttons; | 76 checkbox, radio, reset, image, audio and submit buttons; |
81 option menus, scrolled lists and option entries; | 77 option menus, scrolled lists and option entries; |
131 extend the package, feel free to email them to | 127 extend the package, feel free to email them to |
132 muenkel@tnt.uni-hannover.de. | 128 muenkel@tnt.uni-hannover.de. |
133 | 129 |
134 | 130 |
135 Heiko | 131 Heiko |
136 | |
137 |