Use HTTP github URL instead of SSH

This commit is contained in:
JC Brand 2019-05-15 12:36:51 +02:00
parent d3bc206413
commit 31213aa113

View File

@ -31,13 +31,13 @@ Now use ``git`` to check out the Converse repository:
:: ::
git clone git@github.com:conversejs/converse.js.git git clone https://github.com/conversejs/converse.js.git
Now go into the repository checkout and run ``make dev`` in order to set up the Now go into the repository checkout and run ``make dev`` in order to set up the
development environment. development environment.
:: ::
cd converse.js cd converse.js
make dev make dev
@ -61,7 +61,7 @@ The front-end dependencies are those JavaScript files on which
Converse directly depends and which will be loaded in the browser as part of Converse directly depends and which will be loaded in the browser as part of
the bundle in ``dist/converse.js`` (or ``dist/converse.min.js``). the bundle in ``dist/converse.js`` (or ``dist/converse.min.js``).
To see the 3rd party dependencies (not just the front-end dependencies, but To see the 3rd party dependencies (not just the front-end dependencies, but
also ones necessary for development tasks like making builds), take a look at also ones necessary for development tasks like making builds), take a look at
the list under the ``devDependencies`` in `package.json <https://github.com/jcbrand/converse.js/blob/master/package.json>`_. the list under the ``devDependencies`` in `package.json <https://github.com/jcbrand/converse.js/blob/master/package.json>`_.
@ -93,7 +93,7 @@ Converse relies on the following dependencies:
It also provides the ``Backbone.OrderedListView`` which is used to show It also provides the ``Backbone.OrderedListView`` which is used to show
alphabetically sorted lists, such as your contacts roster. alphabetically sorted lists, such as your contacts roster.
* `backbone.vdomview <http://github.com/jcbrand/backbone.vdomview>`_ provides * `backbone.vdomview <http://github.com/jcbrand/backbone.vdomview>`_ provides
``Backbone.VDOMView`` that uses the `Snabbdom <https://github.com/snabbdom/snabbdom>`_ ``Backbone.VDOMView`` that uses the `Snabbdom <https://github.com/snabbdom/snabbdom>`_
virtual DOM for rendering DOM elements. virtual DOM for rendering DOM elements.
* `pluggable.js <https://github.com/jcbrand/pluggable.js>`_ provides the plugin * `pluggable.js <https://github.com/jcbrand/pluggable.js>`_ provides the plugin
architecture for Converse. It registers and initializes plugins and architecture for Converse. It registers and initializes plugins and