diff --git a/.travis.yml b/.travis.yml index 7c6415b8..516862bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,9 @@ branches: - /^stable\d+(\.\d+)?$/ before_install: - - wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh + - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - bash ./before_install.sh $APP $CORE_BRANCH $DB - - cd ../core + - cd ../server - php occ app:enable $APP before_script: diff --git a/README.md b/README.md index 571c2c4c..5ddabf3f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Texteditor -[![Build Status](https://travis-ci.org/owncloud/files_texteditor.svg?branch=master)](https://travis-ci.org/owncloud/files_texteditor) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/owncloud/files_texteditor/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/owncloud/files_texteditor/?branch=master) -[![Code Coverage](https://scrutinizer-ci.com/g/owncloud/files_texteditor/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/owncloud/files_texteditor/?branch=master) +[![Build Status](https://travis-ci.org/nextcloud/files_texteditor.svg?branch=master)](https://travis-ci.org/nextcloud/files_texteditor) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nextcloud/files_texteditor/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/files_texteditor/?branch=master) +[![Code Coverage](https://scrutinizer-ci.com/g/nextcloud/files_texteditor/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/files_texteditor/?branch=master) -The original text editor app for ownCloud, based on [Ace](http://ace.c9.io/). +The original text editor app for Nextcloud, based on [Ace](http://ace.c9.io/). Features: - Syntax highlighting @@ -14,10 +14,10 @@ Features: - Responsive design (optimised on mobile and desktop) ## Install -Simply copy the `files_texteditor` folder into the `apps` directory and enable the app within the ownCloud settings. +Simply copy the `files_texteditor` folder into the `apps` directory and enable the app within the Nextcloud settings. ## Usage -To use the editer, click on a [supported file](https://github.com/owncloud/files_texteditor/blob/master/js/editor.js#L6) within the Files app and the file will be loaded into the editor. Saving is automatic, but can also be triggered manually with `Ctrl+S` or `Cmd+S`. +To use the editer, click on a [supported file](https://github.com/nextcloud/files_texteditor/blob/master/js/editor.js#L6) within the Files app and the file will be loaded into the editor. Saving is automatic, but can also be triggered manually with `Ctrl+S` or `Cmd+S`. ## Contributors Maintainer: [Tom Needham](http://github.com/tomneedham) diff --git a/appinfo/info.xml b/appinfo/info.xml index 25bff587..b0cdf60f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -2,7 +2,7 @@ files_texteditor Text Editor - This application enables ownCloud users to open, save and edit text files in the web browser. If enabled, an entry in the New button at the top of the web browser the Text file entry appears. When clicked, a new text file opens in the browser and the file can be saved into the current ownCloud directory. Further, when a text file is clicked in the web browser, it will be opened and editable. If the privileges allow, a user can also edit shared files and save these changes back into the web browser. + This application enables Nextcloud users to open, save and edit text files in the web browser. If enabled, an entry in the New button at the top of the web browser the Text file entry appears. When clicked, a new text file opens in the browser and the file can be saved into the current Nextcloud directory. Further, when a text file is clicked in the web browser, it will be opened and editable. If the privileges allow, a user can also edit shared files and save these changes back into the web browser. More information is available in the Text Editor documentation. AGPL