Mercurial > hg > xemacs-beta
comparison lisp/hm--html-menus/ANNOUNCEMENT @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | 8fc7fe29b841 |
children | 441bb1e64a06 |
comparison
equal
deleted
inserted
replaced
23:0edd3412f124 | 24:4103f0995bd7 |
---|---|
1 Hello, | 1 Hello, |
2 | 2 |
3 I've written a new version (5.1) of my html package for the XEmacs | 3 I've written a new version (5.2) 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.1.tar.gz | 6 hm--html-menus-5.2.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 |
12 source and destination (drag and drop feature). | 12 source and destination (drag and drop feature). |
13 | 13 |
14 The biggest new features in this release are: | 14 The biggest new features compared with release 5.0 are: |
15 - commands to insert all elements, which are used by HTML 3.2. | |
15 - a better drag and drop interface to insert links with the mouse | 16 - a better drag and drop interface to insert links with the mouse |
16 - help feature for the drag and drop commands | 17 - help feature for the drag and drop commands |
17 - there's now also a default drag and drop table for other modes | 18 - there's now also a default drag and drop table for other modes |
18 - a better interface for inserting template files | 19 - a better interface for inserting template files |
19 - indentation | 20 - indentation |
22 (look at the variable hm--html-site-config-file) | 23 (look at the variable hm--html-site-config-file) |
23 - a better syntax table from Bob Weiner | 24 - a better syntax table from Bob Weiner |
24 - a lot of bug fixes | 25 - a lot of bug fixes |
25 Read the NEWS file to see news in detail... | 26 Read the NEWS file to see news in detail... |
26 | 27 |
27 You should find hm--html-menus-5.1.tar.gz on the following ftp server: | 28 You should find hm--html-menus-5.2.tar.gz on the following ftp server: |
28 sunsite.unc.edu in /pub/Linux/apps/editors/emacs/ | 29 sunsite.unc.edu in /pub/Linux/apps/editors/emacs/ |
29 ftp.rrzn.uni-hannover.de in /pub/unix/editors/lemacs/contrib | 30 ftp.rrzn.uni-hannover.de in /pub/unix/editors/lemacs/contrib |
30 ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib | 31 ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib |
31 | 32 |
32 It may take some time, before the package is copied by the ftp admins | 33 It may take some time, before the package is copied by the ftp admins |
39 releases in the near future will be a bug fix only release for the | 40 releases in the near future will be a bug fix only release for the |
40 Emacs 19. So please report any bugs to muenkel@tnt.uni-hannover.de. | 41 Emacs 19. So please report any bugs to muenkel@tnt.uni-hannover.de. |
41 | 42 |
42 The package provides functions to insert the following stuff in html-pages: | 43 The package provides functions to insert the following stuff in html-pages: |
43 1. Anchors: | 44 1. Anchors: |
45 relative links, general link; | |
44 html link, info link, gopher link, file link; | 46 html link, info link, gopher link, file link; |
45 ftp link, news link, mail link, wais (direct) link, | 47 ftp link, news link, mail link, wais (direct) link, |
46 wais (gateway) link; | 48 wais (gateway) link; |
47 proggate link, local proggate link, general link; | 49 proggate link, local proggate link, |
48 link target; | 50 link target; |
49 2. Frame elements: | 51 2. Frame elements: |
50 full html frame with html, head, body, title, header and signature | 52 full html frame with doctype, html, head, body, title, |
51 elements or only the single elements; | 53 header and signature elements or only the single elements; |
52 link element; | 54 meta, isindex, link and base element; |
53 html 'created'- and 'changed'- comments; | 55 html 'created'- and 'changed'- comments; |
54 the current date in the title; | 56 the current date in the title; |
55 3. Structure elements: | 57 3. Structure elements: |
56 menu or list item, menu, unordered list, ordered list, directory list; | 58 menu or list item, menu, unordered list, ordered list, directory list; |
57 description list, description title, description entry; | 59 description list, description title, description entry; |
58 new paragraph, new line, horizontal rule, table, table title, | 60 new paragraph, new line, horizontal rule, document division, |
59 table header, table row, table entry; | 61 table, table title, table header, table row, table entry; |
60 4. for formatting paragraphs: | 62 4. for formatting paragraphs: |
61 without links, with links, blockquote, listing, abstract; | 63 without links, with links, blockquote, listing, abstract; |
64 basefont, font, center; | |
62 5. formatting: | 65 5. formatting: |
63 bold, italic, underline, typewriter, strikethru, super and subscript, | 66 bold, italic, underline, typewriter, strikethru, super and subscript, |
64 emphasized, strong, big, | 67 emphasized, strong, small, big, |
65 definition, keyboard, variable, code, sample, citation, | 68 definition, keyboard, variable, code, sample, citation, |
66 html comment; | 69 html comment; |
67 6. include: | 70 6. include: |
68 top aligned image, middle aligned image, bottom aligned image, | 71 top aligned image, middle aligned image, bottom aligned image; |
69 applet, parameter | 72 general image element, map, area and all together; |
73 applet, parameter; | |
70 7. forms: | 74 7. forms: |
71 form; | 75 form; |
72 text, password, isindex, integer, float, date, url, scribble fields; | 76 text, password, isindex, integer, float, date, url, scribble fields; |
73 checkbox, radio, reset, image, audio and submit buttons; | 77 checkbox, radio, reset, image, audio and submit buttons; |
74 option menus, scrolled lists and option entries; | 78 option menus, scrolled lists and option entries; |
93 - load html templates from a template directory (two templates are included | 97 - load html templates from a template directory (two templates are included |
94 in the package); templates written in a special template language are | 98 in the package); templates written in a special template language are |
95 expanded automatically; | 99 expanded automatically; |
96 - preview html documents with the netscape | 100 - preview html documents with the netscape |
97 - preview html documents with the xmosaic | 101 - preview html documents with the xmosaic |
98 - preview html documents with the w3 package for the lemacs and emacs | 102 - preview html documents with the w3 package for the XEmacs and emacs |
99 | 103 |
100 You can insert links and images by clicking with Meta Button1 on its | 104 You can insert links and images by clicking with Meta Button1 on its |
101 source and then on its destination. For this drag and drop interface | 105 source and then on its destination. For this drag and drop interface |
102 the following destinations and links are supported: | 106 the following destinations and links are supported: |
103 - the inclusion of an GIF- or JPEG- image by clicking on its name | 107 - the inclusion of an GIF- or JPEG- image by clicking on its name |