Skip to content

Commit 472f3bc

Browse files
authored
Merge pull request #7624 from LibreSign/backport/7623/stable32
[stable32] chore: update info.xml
2 parents f81aae0 + 2563f81 commit 472f3bc

4 files changed

Lines changed: 22 additions & 20 deletions

File tree

appinfo/info.xml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
33
<id>libresign</id>
44
<name>LibreSign</name>
5-
<summary>✍️ Self-hosted document signer using digital certificate</summary>
6-
<description><![CDATA[**This is a libre digital PDF signature app for Nextcloud**
5+
<summary>Control document signing workflows inside Nextcloud</summary>
6+
<description><![CDATA[**LibreSign helps organizations manage document signing inside Nextcloud.**
77
8-
* ✍️ **Sign PDF** documents using digital certificates
9-
* 🔄 **Hybrid signatures**: You can choose between personal or system-generated digital certificates
10-
* 👥 **Multiple signers**: Request signature on a document for as many people as you need
11-
* 📸 **QR Code**: Document validation by QR Code
12-
* 🔒 **Privacy**: Fully self-hosted document signer
13-
* 📲 **Connect to your software**: Easily integrate [LibreSign](https://libresign.coop) into your service with our full-fledged [REST-API](https://libresign.coop/posts/libresign-api-guide/).
14-
* 🙋 **Get involved**! We have lots of stuff planned. More information at [LibreSign](https://github.com/libresign/libresign) repository.
8+
It is built for teams that need clear signing rules, traceable actions, and workflows that follow internal processes and legal requirements.
159
16-
🌍 Help us translate this application on [Transifex](https://app.transifex.com/nextcloud/nextcloud/libresign/)
10+
**What LibreSign enables**
1711
18-
If you enjoy this app and want to help maintain its development or want enterprise support, please contact us:
12+
- Define signing order and signer roles
13+
- Support internal and external signers
14+
- Keep a traceable record of requests and validations
15+
- Use digital certificates for compliant signing workflows
16+
- Validate documents using QR codes
17+
- Work directly with Nextcloud files and users
18+
- Integrate signing with other systems through APIs
1919
20-
[https://libresign.coop](https://libresign.coop)
20+
**Support LibreSign**
21+
If your organization uses LibreSign, support its development:
2122
22-
## Donation
23+
[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign)
2324
24-
Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform people and businesses through cooperativism.
25-
26-
* [Donate with GitHub Sponsor: ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign)
25+
For enterprise support, contact LibreCode:
26+
https://libresign.coop
2727
]]></description>
2828
<version>12.4.4</version>
2929
<licence>agpl</licence>
@@ -32,7 +32,9 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
3232
<dav/>
3333
</types>
3434
<documentation>
35-
<admin>https://github.com/LibreSign/libresign/blob/master/README.md</admin>
35+
<user>https://docs.libresign.coop/user_manual</user>
36+
<admin>https://docs.libresign.coop/admin_manual</admin>
37+
<developer>https://docs.libresign.coop/developer_manual</developer>
3638
</documentation>
3739
<category>files</category>
3840
<category>office</category>

openapi-administration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "libresign-administration",
55
"version": "0.0.1",
6-
"description": "✍️ Self-hosted document signer using digital certificate",
6+
"description": "Control document signing workflows inside Nextcloud",
77
"license": {
88
"name": "agpl"
99
}

openapi-full.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "libresign-full",
55
"version": "0.0.1",
6-
"description": "✍️ Self-hosted document signer using digital certificate",
6+
"description": "Control document signing workflows inside Nextcloud",
77
"license": {
88
"name": "agpl"
99
}

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "libresign",
55
"version": "0.0.1",
6-
"description": "✍️ Self-hosted document signer using digital certificate",
6+
"description": "Control document signing workflows inside Nextcloud",
77
"license": {
88
"name": "agpl"
99
}

0 commit comments

Comments
 (0)