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
17e9f560
Commit
17e9f560
authored
Jan 15, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set meta and noscript tags
parent
66d1a654
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
dev.html
dev.html
+2
-2
fullscreen.html
fullscreen.html
+5
-1
index.html
index.html
+1
-1
src/templates/chatroom_head.html
src/templates/chatroom_head.html
+1
-1
No files found.
dev.html
View file @
17e9f560
<!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
: An XMPP chat client which can be integrated into any website
"
/>
<meta
name=
"description"
content=
"Converse
XMPP/Jabber Chat
"
/>
<meta
name=
"author"
content=
"JC Brand"
/>
<meta
name=
"keywords"
content=
"xmpp chat webchat converse.js"
/>
<link
rel=
"manifest"
href=
"./manifest.json"
>
...
...
fullscreen.html
View file @
17e9f560
<!doctype html>
<html
class=
"no-js"
lang=
"en"
>
<head>
<title>
Converse
</title>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
Converse
</title>
<meta
name=
"description"
content=
"Converse XMPP/Jabber Chat"
/>
<meta
name=
"author"
content=
"JC Brand"
/>
<meta
name=
"keywords"
content=
"xmpp chat webchat converse.js"
/>
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"https://cdn.conversejs.org/6.0.0/dist/favicon.ico"
/>
<script
type=
"text/javascript"
src=
"inverse-analytics.js"
></script>
<noscript><p><img
src=
"//stats.opkode.com/piwik.php?idsite=5"
style=
"border:0;"
alt=
""
/></p></noscript>
...
...
@@ -13,6 +16,7 @@
<script
src=
"https://cdn.conversejs.org/6.0.0/dist/converse.min.js"
></script>
</head>
<body
class=
"converse-fullscreen"
>
<noscript>
You need to enable JavaScript to run the Converse.js chat app.
</noscript>
<div
id=
"conversejs-bg"
></div>
<script>
/*
...
...
index.html
View file @
17e9f560
...
...
@@ -5,7 +5,7 @@
<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
: An XMPP chat client which can be integrated into any website"
/>
<meta
name=
"description"
content=
"Converse
XMPP/Jabber Chat"
/>
<meta
name=
"author"
content=
"JC Brand"
/>
<meta
name=
"keywords"
content=
"xmpp chat webchat converse.js Converse"
/>
...
...
src/templates/chatroom_head.html
View file @
17e9f560
...
...
@@ -12,6 +12,6 @@
{[ } ]}
<a
class=
"chatbox-btn show-room-details-modal fa fa-info-circle"
title=
"{{{o.info_details}}}"
></a>
</div>
<!-- Sanitized in converse-muc-views. We want to render links. -->
</div>
<!-- Sanitized in converse-muc-views. We want to render links. -->
<p
class=
"chat-head__desc"
>
{{o.description}}
</p>
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