Skip to content

Commit

Permalink
better readability in github
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Koehn committed Feb 20, 2018
1 parent fe322b2 commit 3bd0e4a
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions README
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
NAME
Steemit::WsClient - perl lirary for interacting with the steemit websocket
services!
NAME
Steemit::WsClient - perl lirary for interacting with the steemit
websocket services!

VERSION
VERSION
Version 0.04

SYNOPSIS
SYNOPSIS
Quick summary of what the module does.

Perhaps a little code snippet.
Expand Down Expand Up @@ -41,14 +41,14 @@

say "Average reputation of the last 99 utopian authors: ". ( int( $reputation_sum / scalar(@$authors) ) / 100 );

DEPENDENCIES
DEPENDENCIES
through you will need equivalent packages to libssl-dev libssl1.0-dev
zlib1g-dev libgmp-dev

SUBROUTINES/METHODS
all database api methods of the steemit api
<https://github.com/steemit/steem/blob/master/libraries/app/database_api.c
pp>
SUBROUTINES/METHODS
all database api methods of the steemit api
<https://github.com/steemit/steem/blob/master/libraries/app/database_api
.cpp>

get_miner_queue
lookup_account_names
Expand Down Expand Up @@ -120,20 +120,20 @@
get_state
get_withdraw_routes

REPOSITORY
REPOSITORY
<https://github.com/snkoehn/perlSteemit>

AUTHOR
AUTHOR
snkoehn, "<koehn.sebastian at gmail.com>"

BUGS
BUGS
Please report any bugs or feature requests to "bug-steemit at
rt.cpan.org", or through the web interface at
<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Steemit::WsClient>. I will
be notified, and then you'll automatically be notified of progress on your
bug as I make changes.
<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Steemit::WsClient>. I
will be notified, and then you'll automatically be notified of progress
on your bug as I make changes.

SUPPORT
SUPPORT
You can find documentation for this module with the perldoc command.

perldoc Steemit::WsClient
Expand All @@ -156,8 +156,8 @@

<http://search.cpan.org/dist/Steemit::WsClient/>

ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2018 snkoehn.

This program is free software; you can redistribute it and/or modify it
Expand All @@ -168,31 +168,31 @@

Any use, modification, and distribution of the Standard or Modified
Versions is governed by this Artistic License. By using, modifying or
distributing the Package, you accept this license. Do not use, modify, or
distribute the Package, if you do not accept this license.
distributing the Package, you accept this license. Do not use, modify,
or distribute the Package, if you do not accept this license.

If your Modified Version has been derived from a Modified Version made by
someone other than you, you are nevertheless required to ensure that your
Modified Version complies with the requirements of this license.
If your Modified Version has been derived from a Modified Version made
by someone other than you, you are nevertheless required to ensure that
your Modified Version complies with the requirements of this license.

This license does not grant you the right to use any trademark, service
mark, tradename, or logo of the Copyright Holder.

This license includes the non-exclusive, worldwide, free-of-charge patent
license to make, have made, use, offer to sell, sell, import and otherwise
transfer the Package with respect to any patent claims licensable by the
Copyright Holder that are necessarily infringed by the Package. If you
institute patent litigation (including a cross-claim or counterclaim)
against any party alleging that the Package constitutes direct or
contributory patent infringement, then this Artistic License to you shall
terminate on the date that such litigation is filed.
This license includes the non-exclusive, worldwide, free-of-charge
patent license to make, have made, use, offer to sell, sell, import and
otherwise transfer the Package with respect to any patent claims
licensable by the Copyright Holder that are necessarily infringed by the
Package. If you institute patent litigation (including a cross-claim or
counterclaim) against any party alleging that the Package constitutes
direct or contributory patent infringement, then this Artistic License
to you shall terminate on the date that such litigation is filed.

Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER
AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY
YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR
WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR
CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR
CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 comments on commit 3bd0e4a

Please sign in to comment.