-
Notifications
You must be signed in to change notification settings - Fork 8
/
HISTORY
143 lines (106 loc) · 5.21 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
In this file, a bulk of historical data is present from files removed,
so only available in the git history. The retained fragments are kept
in the repository to keep the trail available for licensing reasons.
===============================================================================
CHANGES file:
https://github.com/grobian/html2text/blob/9c5cbce5f510fba3d2261167dbed68de30c1161c/CHANGES
relevant excerpts:
#############################
# #
# Changes in Version 1.3.0 #
# #
# (released 2001-10-08) #
#############################
Ported to g++-3.0 and GPL
****************************************
------------------------------
Ported to g++ version 3.0.
This uses the 'istream.h' header file from the g++3's 'backward' directory.
------------------------------
Bugfix: '-' did not work as synonym for STDIN.
------------------------------
Added support for the EURO-sign (well, almost).
------------------------------
Finaly the GNU GPL as new copyright terms for all parts of the program, after
GMRS agreed to change the program's license terms to it.
------------------------------
#############################
# #
# Changes in Version 1.2.2a #
# #
# (released 2000-09-15) #
#############################
New Location
****************************************
------------------------------
No changes were made. We call it now Version 1.2.2A only in order to make it
perfectly clear to anybody that this is no longer the package deriving
straight from GMRS, since they do not maintain this program any longer.
------------------------------
===============================================================================
README-1.3.2a
https://github.com/grobian/html2text/blob/ddaa52b55a73fc9eca80e16d0b72e25409a40614/README-1.3.2a
relevant excerpts:
html2text is a command line utility, written in C++, that converts HTML
documents into plain text. It was written up to version 1.2.2 for and is
copyrighted by GMRS Software GmbH, Unterschleißheim.
# ----------------------------------------------------------------------------
# GMRS agreed to change the program's license terms to GPL.
Message-ID: <01c401c10f72$d11c3660$12c8a8c0@jag>
Reply-To: "David Geffen" <geffen@one4net.com>
From: "David Geffen" <david@one4net.com>
To: <mbayer@zedat.fu-berlin.de>
Date: Wed, 18 Jul 2001 12:17:14 +0200
Organization: GMRS Software GmbH
Hallo Herr Bayer,
html2text darf unter die GPL veroeffentlicht werden, solange one4net keinerlei
Nachteile oder Verpflichtungen dadurch entstehen.
Mit freundlichen Gruessen
David Geffen
----- Original Message -----
From: "Martin Bayer" <mbayer@zedat.fu-berlin.de>
To: <geffen@one4net.com>
Sent: Thursday, July 12, 2001 5:39 PM
Subject: Re: Lizenzbedingungen von 'html2text'
> Guten Tag!
>
> On Mon, Jun 25, 2001 at 03:23:31PM +0200, David Geffen wrote:
> > > Aus diesem Grunde möchte ich Sie herzlich bitten, zu überlegen, ob es
> > > für GMRS nicht möglich wäre, 'html2text' nachträglich unter die GPL zu
> > > stellen.
> >
> > ich bin erst heute zurueck aus dem Urlaub gekommen.
> >
> > Ich werde mich in den naechsten paar Tage dazu melden.
>
> Darf ich Sie fragen, ob Sie in dieser Angelegenheit bereits zu einem
> Entschluss gekommen sind? Es ist mittlerweile gelungen, das Programm nach
> g++3 zu portieren, und da wäre es schön, wenn bereits diese neue Version
> unter GPL veröffentlicht werden könne.
>
> Mit den besten Grüßen
> --
> Martin Bayer
> c.ne Ostiense, 212/E/15
> E-Mail: mail@mbayer.de I-00154 Roma
> WWW: http://www.mbayer.de GSM: +39 3476605285
# ----------------------------------------------------------------------------
# This program is not provided nor supported by GMRS any longer.
Since GMRS decided not to develop nor to support this program any longer,
they also did not provide its source code any more. With this, I realised,
the source code of this program was hardly to obtain, as most archives
included at best a precompiled version. Because I liked the features, I
offered a webspace where this program now is living at,
http://userpage.fu-berlin.de/~mbayer/tools/html2text.html
I'm afraid in this way I've become the maintainer of this package, even if I
actually don't have time free to spend on working on the program by myself.
Please keep this in mind if you are going to write me. :-)
===============================================================================
RELEASE_NOTES
https://github.com/grobian/html2text/blob/c8b579cac0d9d4e45e37fa1702fbd130b98b4305/RELEASE_NOTES
nothing relevant in this file
===============================================================================
TODO
https://github.com/grobian/html2text/blob/c8b579cac0d9d4e45e37fa1702fbd130b98b4305/TODO
nothing relevant in this file
===============================================================================