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
8908ab5c
Commit
8908ab5c
authored
May 11, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We no longer user the inVerse branding
parent
72001cb9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
13 deletions
+3
-13
src/headless.js
src/headless.js
+2
-4
src/inverse-end.frag
src/inverse-end.frag
+0
-8
src/templates/inverse_brand_heading.html
src/templates/inverse_brand_heading.html
+1
-1
No files found.
src/headless.js
View file @
8908ab5c
/* Inverse.js components configuration
*
* This file is used to tell require.js which components (or plugins) to load
* when it generates a build of inverse.js (in dist/inverse.js)
/* * This file is used to tell require.js which components (or plugins) to load
* when it generates a build of converse-headless.js (in the dist/ directory)
*/
if
(
typeof
define
!==
'
undefined
'
)
{
// The section below determines which plugins will be included in a build
...
...
src/inverse-end.frag
deleted
100644 → 0
View file @
72001cb9
/* jshint ignore:start */
//The modules for your project will be inlined above
//this snippet. Ask almond to synchronously require the
//module value for 'converse' here and return it as the
//value to use for the public API for the built file.
return
require
(
'
inverse
'
);
}
));
/* jshint ignore:end */
src/templates/inverse_brand_heading.html
View file @
8908ab5c
<div
class=
"row"
>
<div
class=
"container brand-heading-container"
>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
inV
erse
</h1>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Conv
erse
</h1>
<p
class=
"brand-subtitle"
><a
target=
"_blank"
rel=
"nofollow"
href=
"https://conversejs.org"
>
Open Source
</a>
XMPP chat client
</p>
<p
class=
"brand-subtitle"
><a
target=
"_blank"
rel=
"nofollow"
href=
"https://hosted.weblate.org/projects/conversejs/#languages"
>
Translate
</a>
into your own language
</p>
<div>
...
...
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