Skip to content

Commit

Permalink
documentation for fritzuploader.pl change
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 6, 2017
1 parent 990ed0c commit 6e0fe9a
Show file tree
Hide file tree
Showing 5 changed files with 363 additions and 341 deletions.
7 changes: 5 additions & 2 deletions bin/egw2fbox.pl
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,13 @@ =head1 COPYRIGHT AND LICENSE
=cut
# What is my current version number?
# For compatibility reasons use 0.01.02 instead of 0.1.2
BEGIN { $VERSION = "0.08.03"; }
BEGIN { $VERSION = "0.08.04"; }
=pod
=head1 HISTORY
0.08.04 2017-08-06 Kai Ellinger <[email protected]>
Added user name support to bin/fritzuploader.pl
0.08.03 2014-02-28 Christian Anton <[email protected]>, Kai Ellinger <[email protected]>
Moving code to github, adding README.md
Expand Down Expand Up @@ -255,7 +258,7 @@ =head1 HISTORY
=head1 INSTALLATION
- A current version of B<PERL> is needed. F<egw2fbox.pl> requires module DBI and DBD::Mysql.
F<fritzuploader.pl> requires module XML::Simple. All other modules needed to run the script
F<fritzuploader.pl> requires module XML::Simple and URI::Encode. All other modules needed to run the script
are part of the standard perl library and don't need to be installed.
- Clone the head revision from L<https://github.com/fibbs/egw2fbox>
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Name:
egw2fbox.pl

History:
0.08.04 2017-08-06 Kai Ellinger <[email protected]>
Added user name support to bin/fritzuploader.pl

0.08.03 2014-02-28 Christian Anton <[email protected]>, Kai Ellinger <[email protected]>
Moving code to github, adding README.md

Expand Down
9 changes: 6 additions & 3 deletions docs/README
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ COPYRIGHT AND LICENSE
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

HISTORY
0.08.04 2017-08-06 Kai Ellinger <[email protected]>
Added user name support to bin/fritzuploader.pl

0.08.03 2014-02-28 Christian Anton <[email protected]>, Kai Ellinger <[email protected]>
Moving code to github, adding README.md

Expand Down Expand Up @@ -222,9 +225,9 @@ HISTORY

INSTALLATION
- A current version of PERL is needed. egw2fbox.pl requires module DBI
and DBD::Mysql. fritzuploader.pl requires module XML::Simple. All other
modules needed to run the script are part of the standard perl library
and don't need to be installed.
and DBD::Mysql. fritzuploader.pl requires module XML::Simple and
URI::Encode. All other modules needed to run the script are part of the
standard perl library and don't need to be installed.

- Clone the head revision from https://github.com/fibbs/egw2fbox

Expand Down
Loading

0 comments on commit 6e0fe9a

Please sign in to comment.