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
0a7a3537
Commit
0a7a3537
authored
Feb 16, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed: non_amd.html -> demo/without_bundled_dependencies.html
parent
29ddf0b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
28 deletions
+29
-28
demo/without_bundled_dependencies.html
demo/without_bundled_dependencies.html
+29
-28
No files found.
non_amd
.html
→
demo/without_bundled_dependencies
.html
View file @
0a7a3537
...
@@ -7,38 +7,38 @@
...
@@ -7,38 +7,38 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
name=
"description"
content=
"Converse.js: A free chat client for your website"
/>
<meta
name=
"description"
content=
"Converse.js: A free chat client for your website"
/>
<meta
name=
"author"
content=
"JC Brand"
/>
<meta
name=
"author"
content=
"JC Brand"
/>
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"css/images/favicon.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"
../
css/images/favicon.ico"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"node_modules/bootstrap/dist/css/bootstrap.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"
../
node_modules/bootstrap/dist/css/bootstrap.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"node_modules/font-awesome/css/font-awesome.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"
../
node_modules/font-awesome/css/font-awesome.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/theme.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"
../
css/theme.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"
../
css/converse.min.css"
/>
<!-- BEGIN JQUERY -->
<!-- BEGIN JQUERY -->
<script
type=
"text/javascript"
src=
"node_modules/jquery/dist/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/jquery/dist/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/jquery.browser/dist/jquery.browser.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/jquery.browser/dist/jquery.browser.js"
></script>
<!-- END JQUERY -->
<!-- END JQUERY -->
<!-- BEGIN OTR: Off-the-record encryption stuff. Can be omitted if OTR is not used. -->
<!-- BEGIN OTR: Off-the-record encryption stuff. Can be omitted if OTR is not used. -->
<script
type=
"text/javascript"
src=
"node_modules/otr/build/dep/crypto.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/otr/build/dep/crypto.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/otr/build/dep/salsa20.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/otr/build/dep/salsa20.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/otr/build/dep/bigint.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/otr/build/dep/bigint.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/otr/build/dep/eventemitter.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/otr/build/dep/eventemitter.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/otr/build/otr.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/otr/build/otr.js"
></script>
<!-- END OTR -->
<!-- END OTR -->
<!-- BEGIN STROPHE -->
<!-- BEGIN STROPHE -->
<script
type=
"text/javascript"
src=
"node_modules/strophe.js/strophe.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/strophe.js/strophe.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/strophejs-plugin-vcard/strophe.vcard.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/strophejs-plugin-vcard/strophe.vcard.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/strophejs-plugin-disco/strophe.disco.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/strophejs-plugin-disco/strophe.disco.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/strophejs-plugin-rsm/strophe.rsm.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/strophejs-plugin-rsm/strophe.rsm.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/strophejs-plugin-ping/strophe.ping.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/strophejs-plugin-ping/strophe.ping.js"
></script>
<!-- END STROPHE -->
<!-- END STROPHE -->
<!-- BEGIN BACKBONE -->
<!-- BEGIN BACKBONE -->
<script
type=
"text/javascript"
src=
"node_modules/lodash/lodash.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/lodash/lodash.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/backbone//backbone.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/backbone//backbone.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/backbone.browserStorage/backbone.browserStorage.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/backbone.browserStorage/backbone.browserStorage.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/backbone.overview/backbone.overview.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/backbone.overview/backbone.overview.js"
></script>
<!-- END BACKBONE -->
<!-- END BACKBONE -->
<!-- BEGIN I18N -->
<!-- BEGIN I18N -->
...
@@ -48,14 +48,14 @@
...
@@ -48,14 +48,14 @@
src/locales.js to remove those you don't need, and then run `make
src/locales.js to remove those you don't need, and then run `make
build` to generates a new dist/locales.js file.
build` to generates a new dist/locales.js file.
-->
-->
<script
type=
"text/javascript"
src=
"node_modules/jed/jed.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/jed/jed.js"
></script>
<script
type=
"text/javascript"
src=
"dist/locales.js"
></script>
<script
type=
"text/javascript"
src=
"
../
dist/locales.js"
></script>
<!-- END I18N -->
<!-- END I18N -->
<script
type=
"text/javascript"
src=
"node_modules/awesomplete/awesomplete.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/awesomplete/awesomplete.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/moment/min/moment-with-locales.js"
></script>
<script
type=
"text/javascript"
src=
"
../
node_modules/moment/min/moment-with-locales.js"
></script>
<script
src=
"dist/converse-no-dependencies.js"
></script>
<script
src=
"
../
dist/converse-no-dependencies.js"
></script>
</head>
</head>
<body
id=
"page-top"
data-spy=
"scroll"
data-target=
".navbar-custom"
>
<body
id=
"page-top"
data-spy=
"scroll"
data-target=
".navbar-custom"
>
<section
class=
"intro"
>
<section
class=
"intro"
>
...
@@ -64,8 +64,9 @@
...
@@ -64,8 +64,9 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Converse.js
</h1>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Converse.js
</h1>
<p
class=
"intro-text"
>
Example page without require.js and AMD module loading.
</p>
<p
class=
"intro-text"
>
An example page where external dependencies are loaded seperately and not within the converse.js bundle.
</p>
<p
class=
"intro-text"
>
For this page to work, you need to
<p
class=
"intro-text"
>
Look at the page source for details.
</p>
<p
class=
"intro-text"
>
For this page to work, you'll need to
<a
href=
"https://conversejs.org/docs/html/developer_guidelines.html#installing-the-development-and-front-end-dependencies"
>
<a
href=
"https://conversejs.org/docs/html/developer_guidelines.html#installing-the-development-and-front-end-dependencies"
>
install the 3rd party dependencies
</a>
of converse.js.
install the 3rd party dependencies
</a>
of converse.js.
</p>
</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