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
2a83d557
Commit
2a83d557
authored
Apr 18, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Order Makefile a bit more and bump release number
parent
b88113c2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
13 deletions
+15
-13
Makefile
Makefile
+11
-9
bower.json
bower.json
+1
-1
docs/source/conf.py
docs/source/conf.py
+2
-2
package.json
package.json
+1
-1
No files found.
Makefile
View file @
2a83d557
# You can set these variables from the command line.
# You can set these variables from the command line.
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
PAPER
=
BUILDDIR
=
./docs
BOWER
?=
node_modules/.bin/bower
BOWER
?=
node_modules/.bin/bower
BUILDDIR
=
./docs
PAPER
=
PHANTOMJS
?=
node_modules/.bin/phantomjs
PHANTOMJS
?=
node_modules/.bin/phantomjs
SPHINXBUILD
=
sphinx-build
SPHINXOPTS
=
# Internal variables.
# Internal variables.
PAPEROPT_a4
=
-D
latex_paper_size
=
a4
PAPEROPT_letter
=
-D
latex_paper_size
=
letter
ALLSPHINXOPTS
=
-d
$(BUILDDIR)
/doctrees
$
(
PAPEROPT_
$(PAPER)
)
$(SPHINXOPTS)
./docs/source
ALLSPHINXOPTS
=
-d
$(BUILDDIR)
/doctrees
$
(
PAPEROPT_
$(PAPER)
)
$(SPHINXOPTS)
./docs/source
# the i18n builder cannot share the environment and doctrees with the others
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS
=
$
(
PAPEROPT_
$(PAPER)
)
$(SPHINXOPTS)
./docs/source
I18NSPHINXOPTS
=
$
(
PAPEROPT_
$(PAPER)
)
$(SPHINXOPTS)
./docs/source
...
@@ -31,7 +28,10 @@ help:
...
@@ -31,7 +28,10 @@ help:
@
echo
" epub to export the documentation to epub"
@
echo
" epub to export the documentation to epub"
@
echo
" changes to make an overview of all changed/added/deprecated items added to the documentation"
@
echo
" changes to make an overview of all changed/added/deprecated items added to the documentation"
pot
:
########################################################################
## Translation machinery
pot
:
xgettext
--keyword
=
__
--keyword
=
___
--from-code
=
UTF-8
--output
=
locale/converse.pot converse.js
--package-name
=
Converse.js
--copyright-holder
=
"Jan-Carel Brand"
--package-version
=
0.7.0
-c
--language
=
"python"
;
xgettext
--keyword
=
__
--keyword
=
___
--from-code
=
UTF-8
--output
=
locale/converse.pot converse.js
--package-name
=
Converse.js
--copyright-holder
=
"Jan-Carel Brand"
--package-version
=
0.7.0
-c
--language
=
"python"
;
po
:
po
:
...
@@ -42,6 +42,9 @@ merge: po
...
@@ -42,6 +42,9 @@ merge: po
po2json
:
po2json
:
find ./locale
-maxdepth
1
-mindepth
1
-type
d
-exec
po2json
{}
/LC_MESSAGES/converse.po
{}
/LC_MESSAGES/converse.json
\;
find ./locale
-maxdepth
1
-mindepth
1
-type
d
-exec
po2json
{}
/LC_MESSAGES/converse.po
{}
/LC_MESSAGES/converse.json
\;
########################################################################
## Release management
release
:
release
:
sed
-i
s/
\"
version
\"
:
\ \"
[
0-9]
\.
[
0-9]
\.
[
0-9]
\"
/
\"
version
\"
:
\ \"
$(VERSION)
\"
/ bower.json
sed
-i
s/
\"
version
\"
:
\ \"
[
0-9]
\.
[
0-9]
\.
[
0-9]
\"
/
\"
version
\"
:
\ \"
$(VERSION)
\"
/ bower.json
sed
-i
s/
\"
version
\"
:
\ \"
[
0-9]
\.
[
0-9]
\.
[
0-9]
\"
/
\"
version
\"
:
\ \"
$(VERSION)
\"
/ package.json
sed
-i
s/
\"
version
\"
:
\ \"
[
0-9]
\.
[
0-9]
\.
[
0-9]
\"
/
\"
version
\"
:
\ \"
$(VERSION)
\"
/ package.json
...
@@ -52,7 +55,6 @@ release:
...
@@ -52,7 +55,6 @@ release:
sed
-i
"s/(Unreleased)/(
`
date
+%Y-%m-%d
`
)/"
docs/CHANGES.rst
sed
-i
"s/(Unreleased)/(
`
date
+%Y-%m-%d
`
)/"
docs/CHANGES.rst
grunt minify
grunt minify
########################################################################
########################################################################
## Install dependencies
## Install dependencies
...
...
bower.json
View file @
2a83d557
{
{
"name"
:
"converse"
,
"name"
:
"converse"
,
"version"
:
"0.
7.4
"
,
"version"
:
"0.
8.0
"
,
"devDependencies"
:
{
"devDependencies"
:
{
"jasmine"
:
"https://github.com/jcbrand/jasmine.git#1_3_x"
,
"jasmine"
:
"https://github.com/jcbrand/jasmine.git#1_3_x"
,
"otr"
:
"0.2.7"
,
"otr"
:
"0.2.7"
,
...
...
docs/source/conf.py
View file @
2a83d557
...
@@ -48,9 +48,9 @@ copyright = u'2013, JC Brand'
...
@@ -48,9 +48,9 @@ copyright = u'2013, JC Brand'
# built documents.
# built documents.
#
#
# The short X.Y version.
# The short X.Y version.
version
=
'0.
7.4
'
version
=
'0.
8.0
'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'0.
7.4
'
release
=
'0.
8.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# for a list of supported languages.
...
...
package.json
View file @
2a83d557
{
{
"name"
:
"converse.js"
,
"name"
:
"converse.js"
,
"version"
:
"0.
7.4
"
,
"version"
:
"0.
8.0
"
,
"description"
:
"Browser based XMPP instant messaging client"
,
"description"
:
"Browser based XMPP instant messaging client"
,
"main"
:
"main.js"
,
"main"
:
"main.js"
,
"directories"
:
{
"directories"
:
{
...
...
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