Mercurial > hg > xemacs-beta
comparison lisp/hm--html-menus/ANNOUNCEMENT @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | a145efe76779 |
children | 25f70ba0133c |
comparison
equal
deleted
inserted
replaced
115:f109f7dabbe2 | 116:9f59509498e1 |
---|---|
1 Hello, | 1 Hello, |
2 | 2 |
3 I've written a new version (5.3) 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.3.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.3.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.rrzn.uni-hannover.de in /pub/unix/editors/lemacs/contrib | |
31 ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib | 30 ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib |
32 | 31 |
33 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 |
34 from the incoming directories to the above listed directories. | 33 from the incoming directories to the above listed directories. |
35 | 34 |
38 | 37 |
39 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 |
40 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 |
41 mode in the XEmacs 19.14. | 40 mode in the XEmacs 19.14. |
42 | 41 |
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. | |
46 | |
47 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: |
48 1. Anchors: | 43 1. Anchors: |
49 relative links, general link; | 44 relative links, general link; |
50 html link, info link, gopher link, file link; | 45 html link, info link, gopher link, file link; |
51 ftp link, news link, mail link, wais (direct) link, | 46 ftp link, news link, mailbox link, mailto link, wais (direct) link, |
52 wais (gateway) link; | 47 wais (gateway) link; |
53 proggate link, local proggate link, | 48 proggate link, local proggate link, |
54 link target; | 49 link target; |
55 2. Frame elements: | 50 2. Frame elements: |
56 full html frame with doctype, html, head, body, title, | 51 full html frame with doctype, doctype, html, head, body, title, |
57 header and signature elements or only the single elements; | 52 header and signature elements or only the single elements; |
58 meta, isindex, link and base element; | 53 meta, isindex, link and base element; |
59 html 'created'- and 'changed'- comments; | 54 html 'created'- and 'changed'- comments; |
60 the current date in the title; | 55 the current date in the title; |
61 3. Structure elements: | 56 3. Structure elements: |
62 menu or list item, menu, unordered list, ordered list, directory list; | 57 menu or list item, menu, unordered list, ordered list, directory list; |
63 description list, description title, description entry; | 58 description list, description title, description entry; |
64 new paragraph, new line, horizontal rule, document division, | |
65 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; | |
66 4. for formatting paragraphs: | 61 4. for formatting paragraphs: |
67 without links, with links, blockquote, listing, abstract; | 62 preformated, blockquote; |
68 basefont, font, center; | 63 basefont, font, center, style; |
64 html comment; | |
69 5. formatting: | 65 5. formatting: |
70 bold, italic, underline, typewriter, strikethru, super and subscript, | 66 bold, italic, underline, typewriter, strikethru, super and subscript, |
71 emphasized, strong, small, big, | 67 emphasized, strong, small, big, |
72 definition, keyboard, variable, code, sample, citation, | 68 definition, keyboard, variable, code, sample, citation, |
73 html comment; | |
74 6. include: | 69 6. include: |
75 top aligned image, middle aligned image, bottom aligned image; | 70 top aligned image, middle aligned image, bottom aligned image; |
76 general image element, map, area and all together; | 71 general image element, map, area and all together; |
77 applet, parameter; | 72 applet, parameter, script; |
78 7. forms: | 73 7. forms: |
79 form; | 74 form; |
80 text, password, isindex, integer, float, date, url, scribble fields; | 75 text, password, isindex, integer, float, date, url, scribble fields; |
81 checkbox, radio, reset, image, audio and submit buttons; | 76 checkbox, radio, reset, image, audio and submit buttons; |
82 option menus, scrolled lists and option entries; | 77 option menus, scrolled lists and option entries; |
132 extend the package, feel free to email them to | 127 extend the package, feel free to email them to |
133 muenkel@tnt.uni-hannover.de. | 128 muenkel@tnt.uni-hannover.de. |
134 | 129 |
135 | 130 |
136 Heiko | 131 Heiko |
137 | |
138 |