From 1ebdb41e32a6a2754deceb7a97b5edfef8860596 Mon Sep 17 00:00:00 2001 From: Claudemiro Date: Mon, 2 Feb 2015 14:21:57 -0300 Subject: [PATCH] Create gh-pages branch via GitHub --- index.html | 50 +++++++++++++++++++++----------------------------- params.json | 2 +- 2 files changed, 22 insertions(+), 30 deletions(-) diff --git a/index.html b/index.html index 8fa6846..29dfa49 100644 --- a/index.html +++ b/index.html @@ -28,30 +28,24 @@
- -

- - README.md -

- -

-IPÊ

+

+IPÊ

This software is written in Go - the WYSIWYG lang

-Why I wrote this software?

+Why I wrote this software? -
    +
    1. I wanted to learn Go and I needed a non trivial application;
    2. I use Pusher in some projects;
    3. I really like Pusher;

    -Features

    +Features -
      +
      • Public Channels;
      • Private Channels;
      • Presence Channels;
      • @@ -67,7 +61,7 @@

      -Building

      +Building

      This software use the standard GOPATH structure and Godep as "dependency manager", so, install godep first.

      @@ -75,10 +69,10 @@ $ godep get github.com/dimiro1/ipe

-How to configure?

+How to configure?

-The server

+The server
{
     "Host": ":8080",
@@ -101,10 +95,10 @@ $ godep get github.com/dimiro1/ipe
}

-Libraries

+Libraries

-Client javascript library

+Client javascript library
var pusher = new Pusher(API_KEY, {
   wsHost: 'localhost',
@@ -114,7 +108,7 @@ $ godep get github.com/dimiro1/ipe
});

-Client server libraries

+Client server libraries

Ruby

@@ -137,7 +131,7 @@ $ godep get github.com/dimiro1/ipe

-Logging

+Logging

This software uses the glog library

@@ -146,9 +140,9 @@ $ godep get github.com/dimiro1/ipe
$ ipe -h

-When use this software?

+When use this software? -