samizdam / wamp-web

WAMP Web site source repo

Home Page:http://wamp-proto.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WAMP Protocol Web Site

This repository contains the Web site for the WAMP Protocol.

Building

To build the Web site, you will need Python and Inkscape on your PATH. Further, a number of Python packages are required, and the recommended way is to install in a virtualenv:

~/cpy2711/bin/virtualenv ~/cpy2711_4
source ~/cpy2711_4/bin/activate
pip install -U boto scons scour taschenmesser flask frozen_flask twisted

After that, the Web site can be tested:

make test

Publishing the Web site (only for admins):

  1. pull the repo wamp-proto.github.io
  2. then make ghpages from within this repo
  3. push the changes on the GitHub pages repo

About

WAMP Web site source repo

http://wamp-proto.org/


Languages

Language:HTML 94.5%Language:CSS 2.7%Language:Python 2.4%Language:Makefile 0.3%