Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-12-15 00:18:52 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-12-15 00:18:52 +0300
commitc7edadbecf6ffcf94493d5d3495c8828b06b5559 (patch)
treecffe95b67b9396fce35c08b60ce06ed215c3d0de
parent385a0f3aecaa7749683313b765a3796c8f14aa2c (diff)
Add screenshot, adjust makefile, info.xml and READMEv0.9.4
-rw-r--r--Makefile1
-rw-r--r--README.md4
-rw-r--r--appinfo/info.xml1
-rw-r--r--screenshots/tasks-1.pngbin0 -> 108557 bytes
4 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7c208bdd..bdccb58a 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,7 @@ sign:
--exclude=$(app_name)/js/vendor/jquery-timepicker/legacy_1.2.6 \
--exclude=$(app_name)/js/vendor/jquery-timepicker/tests \
--exclude=$(app_name)/js/vendor/jquery-timepicker/index.html \
+ --exclude=$(app_name)/screenshots \
--exclude=$(app_name)/timezones/INFO.md
chown -R www-data $(signed_dir)
sudo -u www-data php ../../occ integrity:sign-app --privateKey=$(build_dir)/app-signing/tasks.key --certificate=$(build_dir)/app-signing/tasks.crt --path=$(signed_dir)/$(app_name)
diff --git a/README.md b/README.md
index b7848c7d..72730009 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,11 @@ Tasks app for Nextcloud.
* **Using git:** In your `nextcloud/apps/` directory, run `git clone https://github.com/nextcloud/tasks/`. Then go to the Apps manager tab in your Nextcloud web interface, and enable the Tasks app.
* **Using the zip archive:** Download the latest [zip archive](https://github.com/nextcloud/tasks/archive/master.zip), extract the `tasks-master` directory inside your `nextcloud/apps/` directory, and rename it to `tasks`. For stable releases, you can also download one of the [releases](https://github.com/nextcloud/tasks/releases) tar.gz archives. Then go to the Apps manager tab in your Nextcloud web interface, and enable the Tasks app.
-
+
### Usage/Features
Once enabled, a new `Tasks` menu will appear in your Nextcloud apps menu. From there you can **add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them**. Tasks can be **shared** between users. Tasks can be **synchronized using CalDav** (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can **download your tasks as ICS** files using the download button for each calendar.
### Screenshot
-![tasks](https://cloud.githubusercontent.com/assets/2496460/9783697/ab337634-57a6-11e5-9633-b8f950b1e28e.png)
+![tasks](https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 135d33c4..cce73f34 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -9,6 +9,7 @@
<author mail="raimund.schluessler@googlemail.com">Raimund Schlüßler</author>
<version>0.9.4</version>
<ocsid>164356</ocsid>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png</screenshot>
<namespace>Tasks</namespace>
<category>organization</category>
<dependencies>
diff --git a/screenshots/tasks-1.png b/screenshots/tasks-1.png
new file mode 100644
index 00000000..e88ce418
--- /dev/null
+++ b/screenshots/tasks-1.png
Binary files differ