Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert README to markdown #10

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 13 additions & 18 deletions README → README.md
@@ -1,16 +1,11 @@
NAME

MojoX::Transaction::WebSocket76 - WebSocket version hixie-76 transaction
container

DESCRIPTION
# MojoX::Transaction::WebSocket76 - WebSocket version hixie-76 transaction container

MojoX::Transaction::WebSocket76 is a container for WebSocket transactions as
described in hixie-76 draft. Support for this version of the protocol was
removed in Mojolicious 1.17. But old version of the Safari browser (5.0.1)
supports only it.

INSTALLATION
## Installation

To install this module, run the following commands:

Expand All @@ -19,31 +14,31 @@ To install this module, run the following commands:
make test
make install

SUPPORT AND DOCUMENTATION
## Support and documentation

After installing, you can find documentation for this module with the perldoc
command.
After installing, you can find documentation for this module with the
`perldoc` command.

perldoc MojoX::Transaction::WebSocket76

You can also look for information at:
You can also look for information at the following locations:

Repository
- Repository:
http://github.com/dionys/mojox-transaction-websocket76
Bug tracker
- Bug tracker:
http://github.com/dionys/mojox-transaction-websocket76/issues
Annotated CPAN documentation
- Annotated CPAN documentation:
http://annocpan.org/dist/MojoX-Transaction-WebSocket76
CPAN Ratings
- CPAN Ratings:
http://cpanratings.perl.org/d/MojoX-Transaction-WebSocket76
Search CPAN
- Search CPAN:
http://search.cpan.org/dist/MojoX-Transaction-WebSocket76/

AUTHOR
## Author

Denis Ibaev, dionys@cpan.org for Setup.ru.

COPYRIGHT AND LICENSE
## Copyright and license

Copyright (C) 2012-2013, Denis Ibaev.

Expand Down