Mercurial > hg > xemacs-beta
comparison lisp/hm--html-menus/ANNOUNCEMENT @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:38:25 +0200 |
parents | 9f59509498e1 |
children | 6075d714658b |
comparison
equal
deleted
inserted
replaced
152:4c132ee2d62b | 153:25f70ba0133c |
---|---|
1 Hello, | 1 Hello, |
2 | 2 |
3 I've written a new version (5.5) of my html package for the XEmacs | 3 I've written a new version (5.7) 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.5.tar.gz | 6 hm--html-menus-5.7.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 |
21 - better font lock stuff | 21 - better font lock stuff |
22 - a site specific configuration file | 22 - a site specific configuration file |
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 - a Texinfo ducomentation | |
27 - automatic update of the created, changed and title date is more | |
28 flexible | |
29 - a visible modified line could be inserted and updated automaticly | |
26 Read the NEWS file to see news in detail... | 30 Read the NEWS file to see news in detail... |
27 | 31 |
28 You should find hm--html-menus-5.5.tar.gz on the following ftp server: | 32 You should find hm--html-menus-5.7.tar.gz on the following ftp server: |
29 sunsite.unc.edu in /pub/Linux/apps/editors/emacs/ | 33 sunsite.unc.edu in /pub/Linux/apps/editors/emacs/ |
30 ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib | 34 ftp.tnt.uni-hannover.de in /pub/editors/xemacs/contrib |
31 | 35 |
32 It may take some time, before the package is copied by the ftp admins | 36 It may take some time, before the package is copied by the ftp admins |
33 from the incoming directories to the above listed directories. | 37 from the incoming directories to the above listed directories. |
35 There is also a html documentation about the package. You can find it on: | 39 There is also a html documentation about the package. You can find it on: |
36 http://www.tnt.uni-hannover.de/~muenkel/software/own/hm--html-menus/overview.html | 40 http://www.tnt.uni-hannover.de/~muenkel/software/own/hm--html-menus/overview.html |
37 | 41 |
38 This package provides also a minor mode (hm--html-minor-mode), which | 42 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 | 43 can be used together with another html major mode, like the psgml-html |
40 mode in the XEmacs 19.14. | 44 mode in the XEmacs 19.15. |
41 | 45 |
42 The package provides functions to insert the following stuff in html-pages: | 46 The package provides functions to insert the following stuff in html-pages: |
43 1. Anchors: | 47 1. Anchors: |
44 relative links, general link; | 48 relative links, general link; |
45 html link, info link, gopher link, file link; | 49 html link, info link, gopher link, file link; |