Skip to content

Commit 31badba

Browse files
committed
Updated manpage and README
1 parent 09edcb2 commit 31badba

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

README.txt2html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME
2-
HTML::TextToHTML - convert plain text file to HTML.
2+
HTML::TextToHTML - convert plain text file to HTML
33

44
VERSION
55
version 2.53
@@ -1364,7 +1364,8 @@ INSTALLATION
13641364
Module::Build" for more information on installation options.
13651365

13661366
BUGS
1367-
Tell me about them.
1367+
Please, send to
1368+
https://github.com/resurrecting-open-source-projects/txt2html/issues
13681369

13691370
SEE ALSO
13701371
perl txt2html.
@@ -1376,12 +1377,17 @@ AUTHOR
13761377

13771378
based on txt2html by Seth Golub
13781379

1380+
Current homepage is
1381+
https://github.com/resurrecting-open-source-projects/txt2html
1382+
13791383
COPYRIGHT AND LICENCE
13801384
Original txt2html script copyright (c) 1994-2000 Seth Golub <seth AT
13811385
aigeek.com>
13821386

13831387
Copyright (c) 2002-2005 by Kathryn Andersen
13841388

1389+
Copyright (c) 2018-2019 Joao Eriberto Mota Filho
1390+
13851391
This program is free software; you can redistribute it and/or modify it
13861392
under the same terms as Perl itself.
13871393

lib/HTML/TextToHTML.pm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5671,7 +5671,8 @@ installation options.
56715671
56725672
=head1 BUGS
56735673
5674-
Tell me about them.
5674+
Please, send to
5675+
https://github.com/resurrecting-open-source-projects/txt2html/issues
56755676
56765677
=head1 SEE ALSO
56775678
@@ -5692,6 +5693,8 @@ Original txt2html script copyright (c) 1994-2000 Seth Golub <seth AT aigeek.com>
56925693
56935694
Copyright (c) 2002-2005 by Kathryn Andersen
56945695
5696+
Copyright (c) 2018-2019 Joao Eriberto Mota Filho
5697+
56955698
This program is free software; you can redistribute it and/or
56965699
modify it under the same terms as Perl itself.
56975700

scripts/txt2html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55

66
=head1 NAME
77

8-
txt2html - convert plain text file to HTML.
8+
txt2html - convert plain text file to HTML
99

1010
=head1 VERSION
1111

@@ -788,11 +788,14 @@ Getopt::ArgvFile
788788

789789
based on txt2html by Seth Golub
790790

791+
Current homepage is https://github.com/resurrecting-open-source-projects/txt2html
792+
791793
=head1 COPYRIGHT
792794

793795
Original txt2html script Copyright (c) 1994-2000 Seth Golub seth AT aigeek.com
794796

795797
Copyright (c) 2002-2005 Kathryn Andersen
798+
796799
Copyright (c) 2018-2019 Joao Eriberto Mota Filho
797800

798801
This program is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)