Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
f0611710
Commit
f0611710
authored
May 28, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention in quickstart guide that builds can be downloaded from Github
parent
2834e8d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
4 deletions
+22
-4
docs/source/quickstart.rst
docs/source/quickstart.rst
+22
-4
No files found.
docs/source/quickstart.rst
View file @
f0611710
...
...
@@ -38,7 +38,23 @@ via the *script* and *link* tags:
<script src="https://cdn.conversejs.org/4.2.0/dist/converse.min.js" charset="utf-8"></script>
Option 2: Building the files yourself
Option 2: Download the builds from Github
-----------------------------------------
The `Converse releases page on Github <https://github.com/conversejs/converse.js/releases>`_
has the release notes for every release as well as links to downloadable zip files
containing all the files you need to host Converse yourself.
Extract the zip file and include converse.min.js and converse.min.css files in
your webpage:
.. code-block:: html
<link rel="stylesheet" type="text/css" media="screen" href="converse.min.css">
<script src="converse.min.js" charset="utf-8"></script>
Option 3: Building the files yourself
-------------------------------------
Instead of using the CDN, you can also create your own builds and host them yourself.
...
...
@@ -48,9 +64,11 @@ Have a look at the :ref:`creating_builds` section on how to create your own buil
In short, you should be able to do it by running ``make dist`` inside a
checkout of the `Converse repo <http://github.com/conversejs/converse.js/>`_.
Besides including the ``converse.min.js`` and ``converse.min.css`` files,
you'll also need to make sure that the ``webfonts`` directory is available in
the same location as ``converse.min.css``.
.. note::
When hosting Converse yourself without using the CDN (options 2 and 3),
you'll need to need to make sure that the ``webfonts`` directory is available in
the same location as ``converse.min.css``.
Initializing Converse
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment