diff --git a/index.html b/index.html index 112cd16..c403d83 100644 --- a/index.html +++ b/index.html @@ -1,99 +1,95 @@ + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - - + + - norton/ubf @ GitHub - - - - + } + h1 { font-size: 3.8em; color: #5b21dd; margin-bottom: 3px; } + h1 .small { font-size: 0.4em; } + h1 a { text-decoration: none } + h2 { font-size: 1.5em; color: #5b21dd; } + h3 { text-align: center; color: #5b21dd; } + a { color: #5b21dd; } + .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;} + .download { float: right; } + pre { background: #000; color: #fff; padding: 15px;} + hr { border: 0; width: 80%; border-bottom: 1px solid #aaa} + .footer { text-align:center; padding-top:30px; font-style: italic; } + - - Fork me on GitHub - -
+ -
- - - - -
- -

ubf - by norton

+ + Fork me on GitHub -
- Universal Binary Format -
+
-

This is ubf, a framework for Getting Erlang to talk to the outside world. This repository is based on Joe Armstrong's original UBF code with an MIT license file added to the distribution.

Dependencies

-

erlang system -optionally, erlang-rfc4627

-

Install

-

1. Get and install an erlang system - (http://www.erlang.org) - -2. Optionally, get and install erlang-rfc4627 - (http://www.lshift.net/blog/2007/02/17/json-and-json-rpc-for-erlang) - -3. Change to the src directory and type make - $ cd src - $ make - -4. Run the unit test - $ make check -

-

License

-

MIT License

-

Authors

-

Joseph Wayne Norton (norton@alum.mit.edu)

-

Contact

-

Joseph Wayne Norton (norton@alum.mit.edu)

+
+ + + + +
+

ubf + by norton

-

Download

-

- You can download this project in either - zip or - tar formats. -

-

You can also clone the project with Git - by running: -

$ git clone git://github.com/norton/ubf
-

- - - -
+
+ Universal Binary Format +
- - - +

This is ubf, a framework for Getting Erlang to talk to the outside world. This repository is based on Joe Armstrong's original UBF code with an MIT license file added to the distribution.

Dependencies

+

erlang system

+

optionally, erlang-rfc4627

+

Install

+
    +
  1. Get and install an erlang system + (http://www.erlang.org)
  2. +
  3. Optionally, get and install erlang-rfc4627 + (http://www.lshift.net/blog/2007/02/17/json-and-json-rpc-for-erlang)
  4. +
  5. Change to the src directory and type make +

    $ cd src

    +

    $ make

    +
  6. +
  7. Run the unit test +

    $ make check

    +
  8. +
+

License

+

MIT License

+

Authors

+

Joseph Wayne Norton (norton@alum.mit.edu)

+

Contact

+

Joseph Wayne Norton (norton@alum.mit.edu)

+ +

Download

+

+ You can download this project in either + zip or + tar formats. +

+

You can also clone the project with Git + by running: +

$ git clone git://github.com/norton/ubf
+

+ + +
+ +