diff --git a/ubf-user-guide.en.html b/ubf-user-guide.en.html index 79d137b..d2a5254 100644 --- a/ubf-user-guide.en.html +++ b/ubf-user-guide.en.html @@ -1,6 +1,6 @@ -
Table of Contents
UBF is a framework that permits the Erlang to talk to the outside +
Table of Contents
UBF is a framework that permits the Erlang to talk to the outside world [UBFPAPER]. The acronym "UBF" stands for "Universal Binary Format", designed and implemented by Joe Armstrong.
This document and the corresponding open-source code repositories hosted on github [UBF] are based on Joe Armstrong’s original UBF @@ -855,7 +855,7 @@ this purpose. For JSON-RPC (and JSF indirectly), the jsf_utils:ubf_contract/{1,2} functions are available for this purpose.
To download, build, and test the UBF application in one shot, please follow this recipe:
$ mkdir working-directory-name $ cd working-directory-name -$ git clone git://github.com/ubf/ubf.git ubf +$ git clone https://github.com/ubf/ubf.git ubf $ cd ubf $ ./rebar get-deps $ ./rebar compile @@ -949,7 +949,7 @@ $ chmod a+x ~/bin/repo
Create working directory
$ mkdir working-directory-name $ cd working-directory-name -$ repo init -u git://github.com/ubf/manifests.git -m ubf-default.xml
Your "Git" identity is needed during the init step. Please +$ repo init -u https://github.com/ubf/manifests.git -m ubf-default.xml
This section is the first step to download and to build your own UBF documentation.
UBF’s documentation is authored using AsciiDoc and a few auxillary tools: |