Skip to content

Commit

Permalink
to_gif_example now lives in a separate repo (#92)
Browse files Browse the repository at this point in the history
subj, added link to to_gif_example in APPS.md
  • Loading branch information
bigcat88 authored Oct 14, 2023
1 parent b86bb22 commit c0e2651
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 378 deletions.
1 change: 0 additions & 1 deletion .nextcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
/composer.*
/node_modules
/screenshots
/examples
/docs
/src
/vendor/bin
Expand Down
11 changes: 6 additions & 5 deletions APPS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## List of the Nextcloud ExApps, using AppAPI:

| Name | Language | Type | Description | Link |
|---------------------|----------|-------------|------------------------------|---------------------------------------------------------------|
| talk_bot_ai_example | Python | application | Talk Bot demonstration | [GitHub](https://github.com/cloud-py-api/talk_bot_ai_example) |
| upscaler_example | Python | application | Image UpScaler demonstration | [GitHub](https://github.com/cloud-py-api/upscaler_example) |
| nc_py_api | Python | library | Python library for Nextcloud | [GitHub](https://github.com/cloud-py-api/nc_py_api) |
| Name | Language | Type | Description | Link |
|---------------------|----------|--------------|------------------------------|---------------------------------------------------------------|
| talk_bot_ai_example | Python | application | Talk Bot demonstration | [GitHub](https://github.com/cloud-py-api/talk_bot_ai_example) |
| to_gif_example | Python | application | Simple FileAction API demo | [GitHub](https://github.com/cloud-py-api/to_gif_example) |
| upscaler_example | Python | application | Image UpScaler demonstration | [GitHub](https://github.com/cloud-py-api/upscaler_example) |
| nc_py_api | Python | library | Python library for Nextcloud | [GitHub](https://github.com/cloud-py-api/nc_py_api) |


_If you wish to develop an application or library, we will gladly help and assist you._
15 changes: 0 additions & 15 deletions examples/to_gif__python/Dockerfile

This file was deleted.

39 changes: 0 additions & 39 deletions examples/to_gif__python/Makefile

This file was deleted.

38 changes: 0 additions & 38 deletions examples/to_gif__python/appinfo/info.xml

This file was deleted.

10 changes: 0 additions & 10 deletions examples/to_gif__python/requirements.txt

This file was deleted.

268 changes: 0 additions & 268 deletions examples/to_gif__python/src/main.py

This file was deleted.

Loading

0 comments on commit c0e2651

Please sign in to comment.