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
5aabe317
Commit
5aabe317
authored
Feb 17, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A bit nicer styling for the demo page and link to it from index.html
parent
ae4eb994
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
demo/index.html
demo/index.html
+4
-4
index.html
index.html
+2
-0
No files found.
demo/index.html
View file @
5aabe317
...
...
@@ -28,7 +28,7 @@
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-main-collapse"
>
<i
class=
"fa fa-bars"
></i>
</button>
<a
class=
"navbar-brand"
href=
"#page-top"
>
<a
class=
"navbar-brand"
href=
"
/
#page-top"
>
<i
class=
"fa fa-play-circle"
></i>
<span
class=
"light"
>
Home
</span>
</a>
</div>
...
...
@@ -71,10 +71,10 @@
<div
class=
"col-md-8 col-md-offset-2"
>
<p
class=
"intro-text"
>
Demos:
</p>
<p
class=
"intro-text"
>
<ul>
<ul
style=
"list-style: none; font-size: 22px;"
>
<li><a
href=
"/demo/anonymous.html"
>
Anonymous login
</a></li>
<li><a
href=
"/demo/embedded.html"
>
A s
ingle MUC chatroom embedded into the page
</a></li>
<li><a
href=
"/demo/without_bundled_dependencies.html"
>
With d
ependencies loaded externally as
<
script
>
tags
</a></li>
<li><a
href=
"/demo/embedded.html"
>
S
ingle MUC chatroom embedded into the page
</a></li>
<li><a
href=
"/demo/without_bundled_dependencies.html"
>
D
ependencies loaded externally as
<
script
>
tags
</a></li>
</ul>
</p>
</div>
...
...
index.html
View file @
5aabe317
...
...
@@ -92,6 +92,8 @@
<div
class=
"col-lg-8 col-lg-offset-2"
>
<h2><strong>
Converse.js
</strong>
is written in Javascript and runs in your browser.
</h2>
<p>
You can start using it here immediately, or you can
<a
href=
"/docs/html/index.html"
>
integrate it into your own website
</a>
.
</p>
<p>
Take a look at the
<a
href=
"/demo"
>
demo page
</a>
for other examples of how Converse.js can be configured and used.
</a>
<p>
You can connect to any publically accessible
<a
href=
"http://xmpp.org"
target=
"_blank"
>
XMPP/Jabber
</a>
server,
either from a
<a
href=
"https://xmpp.net/directory.php"
>
public provider
</a>
, or one you have set up yourself.
...
...
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