/[emacs]/emacs/lisp/gnus/html2text.el
ViewVC logotype

Diff of /emacs/lisp/gnus/html2text.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by miles, Thu Sep 9 09:36:25 2004 UTC revision 1.2.2.2 by miles, Wed Sep 29 07:22:15 2004 UTC
# Line 1  Line 1 
1  ;;; html2text.el --- a simple html to plain text converter  ;;; html2text.el --- a simple html to plain text converter
2  ;; Copyright (C) 2002, 2003 Free Software Foundation, Inc.  ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
3    
4  ;; Author: Joakim Hove <hove@phys.ntnu.no>  ;; Author: Joakim Hove <hove@phys.ntnu.no>
5    
# Line 42  Line 42 
42  (defvar html2text-format-single-element-list '(("hr" . html2text-clean-hr)))  (defvar html2text-format-single-element-list '(("hr" . html2text-clean-hr)))
43    
44  (defvar html2text-replace-list  (defvar html2text-replace-list
45    '(("&nbsp;" . " ") ("&gt;" . ">") ("&lt;" . "<") ("&quot;" . "\""))    '(("&nbsp;" . " ") ("&gt;" . ">") ("&lt;" . "<") ("&quot;" . "\"")
46        ("&amp;" . "&") ("&apos;" . "'"))
47    "The map of entity to text.    "The map of entity to text.
48    
49  This is an alist were each element is a dotted pair consisting of an  This is an alist were each element is a dotted pair consisting of an

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26