webrocket-spec
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:WebRocket Specification RFC
The WebRocket specification RFC
===============================

This repository contains sources of the WebRocket specifications.

Dependencies
------------
Before you build this specification you need to install the following
dependencies:

asciidoc
~~~~~~~~
Documentation and man pages generator
		
TIP: If you're happy user of shitty OSX, in case to make the 'asciidoc'
work properly you have to register the installed docbook.

	$ brew install docbook asciidoc
	$ sudo docbook-register

On any other normal Linux/Unix distribution it's enough to just
install deps with your favorite package manager:

	$ sudo apt-get install docbook asciidoc

Building instructions
---------------------
To build whole specification, simply run the following command:

	$ make

Generated files will be found in the 'www/draft/' and 'www/spec/' folders.

Copyright
---------
Copyright (C) 2011 by Krzysztof Kowalik 

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。