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
48adc047
Commit
48adc047
authored
Jun 04, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix path to converse.css and add some mockup fixes
parent
1d9bbb8d
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
572 additions
and
591 deletions
+572
-591
docs/source/builds.rst
docs/source/builds.rst
+1
-1
jslicenses.html
jslicenses.html
+15
-11
mockup/chatbox.html
mockup/chatbox.html
+143
-152
mockup/chatroom.html
mockup/chatroom.html
+407
-420
mockup/fullscreen-login.html
mockup/fullscreen-login.html
+1
-1
mockup/index.html
mockup/index.html
+2
-2
mockup/overlayed-login.html
mockup/overlayed-login.html
+1
-2
mockup/overlayed.html
mockup/overlayed.html
+1
-1
redirect.html
redirect.html
+1
-1
No files found.
docs/source/builds.rst
View file @
48adc047
...
...
@@ -48,7 +48,7 @@ The Converse repository does not include the minified files in the ``dist`` or
To only generate the minified files, you can make them individually. ::
make dist/converse.min.js
make
css
/converse.min.css
make
dist
/converse.min.css
.. note::
...
...
jslicenses.html
View file @
48adc047
<!DOCTYPE html>
<html
lang=
en
>
<head>
<title>
Converse
.js
</title>
<title>
Converse
</title>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
name=
"description"
content=
"Converse
.js
: An XMPP chat client which can be integrated into any website"
/>
<meta
name=
"description"
content=
"Converse: An XMPP chat client which can be integrated into any website"
/>
<meta
name=
"author"
content=
"JC Brand"
/>
<meta
name=
"keywords"
content=
"xmpp chat webchat converse.js"
/>
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"css/images/favicon.ico"
/>
<
link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/bootstrap.min.css"
/
>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/font-awesome.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"
css/the
me.min.css"
/>
<
script
type=
"text/javascript"
src=
"analytics.js"
></script
>
<meta
name=
"keywords"
content=
"xmpp chat webchat converse.js
Converse
"
/>
<
!-- These files are NOT needed when using converse.js in your own project. --
>
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"images/favicon.ico"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"
https://cdn.conversejs.org/4.2.0/css/font-aweso
me.min.css"
/>
<
link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.conversejs.org/4.2.0/css/website.min.css"
/
>
<noscript><p><img
src=
"//stats.opkode.com/piwik.php?idsite=1"
style=
"border:0;"
alt=
""
/></p></noscript>
<script
src=
"src/website.js"
></script>
<script
type=
"text/javascript"
src=
"/src/website.js"
></script>
<script
type=
"text/javascript"
src=
"analytics.js"
></script>
<!-- *********************************************************************** -->
<
![
if
gte
IE
11
]
>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.css"
/>
<script
src=
"dist/converse.js"
></script>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"https://cdn.conversejs.org/4.2.0/css/converse.min.css"
/>
<script
src=
"https://cdn.conversejs.org/3rdparty/libsignal-protocol.min.js"
></script>
<script
src=
"https://cdn.conversejs.org/4.2.0/dist/converse.min.js"
></script>
<
![
endif
]
>
</head>
...
...
mockup/chatbox.html
View file @
48adc047
This diff is collapsed.
Click to expand it.
mockup/chatroom.html
View file @
48adc047
This diff is collapsed.
Click to expand it.
mockup/fullscreen-login.html
View file @
48adc047
...
...
@@ -6,7 +6,7 @@
<title>
Login Fullscreen
</title>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../../node_modules/bootstrap/dist/css/bootstrap.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../../node_modules/font-awesome/css/font-awesome.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../../
css
/converse.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../../
dist
/converse.css"
/>
</head>
<body>
...
...
mockup/index.html
View file @
48adc047
...
...
@@ -4,8 +4,8 @@
<head>
<title>
Converse.js Live Mockup
</title>
<meta
name=
"description"
content=
"Converse.js: A chat client for your website"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../
css
/website.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../
css
/converse.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../
dist
/website.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../
dist
/converse.css"
/>
</head>
<body>
...
...
mockup/overlayed-login.html
View file @
48adc047
...
...
@@ -5,8 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
Login Overlayed
</title>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../../node_modules/font-awesome/css/font-awesome.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../../css/converse.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/mockup.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../../dist/converse.css"
/>
</head>
<body
class=
"reset"
>
...
...
mockup/overlayed.html
View file @
48adc047
...
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
Overlayed chats
</title>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../../node_modules/font-awesome/css/font-awesome.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../../
css
/converse.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"../../
dist
/converse.css"
/>
</head>
<body
style=
"background-color: #578EA9"
>
...
...
redirect.html
View file @
48adc047
...
...
@@ -5,7 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
Converse
</title>
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"css/images/favicon.ico"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"
css
/converse.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"
dist
/converse.css"
/>
<script
src=
"node_modules/hellojs/dist/hello.all.js"
></script>
</head>
<body>
...
...
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