Skip to content

Commit

Permalink
to_gif_example now lives in a separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Oct 14, 2023
1 parent b86bb22 commit 244a337
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 376 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.

0 comments on commit 244a337

Please sign in to comment.