"Fossies" - the Fresh Open Source Software Archive

Member "dehtml-1.8/README" (11 Jan 2011, 1120 Bytes) of package /linux/www/old/dehtml-1.8.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 Dehtml 1.4 removes HTML constructs from documents for the purpose of
    2 indexing, spell checking etc.  My own implementation is a little smarter
    3 than the other implementations I have seen, because it knows about certain
    4 tags and expands entities to Latin 1 characters.  It is able to generate
    5 a word list for spell checking tools and to omit headers for sentence
    6 analysis tools.
    7 
    8 The source is available from:
    9 
   10    http://www.moria.de/~michael/
   11 
   12 This program is free software; you can redistribute it and/or modify it
   13 under the terms of the GNU General Public License as published by the
   14 Free Software Foundation; either version 2 of the License, or (at your
   15 option) any later version.
   16 
   17 This program is distributed in the hope that it will be useful, but
   18 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   19 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   20 for more details.
   21 
   22 You should have received a copy of the GNU General Public License along
   23 with this program.  If not, write to the Free Software Foundation, Inc.,
   24 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.