rebrand from owncloud to nextcloud

This commit is contained in:
sualko 2016-12-23 09:48:20 +01:00
Родитель 2f03647161
Коммит a09b2e23e2
6 изменённых файлов: 8 добавлений и 13 удалений

Просмотреть файл

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jsxc.owncloud</name>
<name>jsxc.nextcloud</name>
<comment></comment>
<projects>
</projects>

Просмотреть файл

@ -1,12 +1,8 @@
__Bugtracker and issues:__ https://github.com/jsxc/jsxc/issues<br />
# ownCloud JavaScript Xmpp Client
# Nextcloud JavaScript Xmpp Client
[![Build Status](https://travis-ci.org/owncloud/jsxc.chat.svg?branch=master)](https://travis-ci.org/owncloud/jsxc.chat)
Real-time chat app for OwnCloud. This app requires external XMPP server (openfire, ejabberd etc.).
More information about features, supported protocols/browsers, screenshots and planned features at [www.jsxc.org](https://www.jsxc.org/).
Real-time chat app for Nextcloud. More information about features, supported protocols/browsers, screenshots and planned features at [www.jsxc.org](https://www.jsxc.org/).
![Screenshot](https://www.jsxc.org/assets/screenshot-owncloud-latest.png)

Просмотреть файл

@ -23,7 +23,7 @@
<website>https://www.jsxc.org</website>
<bugs>http://github.com/jsxc/jsxc/issues</bugs>
<repository type="git">https://github.com/owncloud/jsxc.chat.git</repository>
<repository type="git">https://github.com/jsxc/jsxc.nextcloud.git</repository>
<ocsid>162257</ocsid>
@ -36,6 +36,6 @@
<lib>xmlreader</lib>
<lib>xmlwriter</lib>
<lib>dom</lib>
<owncloud min-version="8.0" max-version="9.2"/>
<nextcloud min-version="8.0" max-version="11"/>
</dependencies>
</info>

Просмотреть файл

@ -1 +0,0 @@
3.0.1

Просмотреть файл

@ -145,7 +145,7 @@ $(function() {
});
jsxc.init({
app_name: 'Owncloud',
app_name: 'Nextcloud',
loginForm: {
form: '#body-login form',
jid: '#user',

Просмотреть файл

@ -1,14 +1,14 @@
{
"name": "ojsxc",
"version": "3.0.1",
"description": "Real-time chat app for owncloud",
"description": "Real-time chat app for Nextcloud",
"homepage": "http://www.jsxc.org/",
"bugs": "https://github.com/jsxc/jsxc/issues",
"license": "MIT",
"author": "Klaus Herberth <klaus@jsxc.org>",
"repository": {
"type": "git",
"url": "https://github.com/jsxc/jsxc.owncloud"
"url": "https://github.com/jsxc/jsxc.nextcloud"
},
"devDependencies": {
"grunt": "~0.4.4",