Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 19 additions & 17 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>libresign</id>
<name>LibreSign</name>
<summary>✍️ Self-hosted document signer using digital certificate</summary>
<description><![CDATA[**This is a libre digital PDF signature app for Nextcloud**
<summary>Control document signing workflows inside Nextcloud</summary>
<description><![CDATA[**LibreSign helps organizations manage document signing inside Nextcloud.**

* ✍️ **Sign PDF** documents using digital certificates
* 🔄 **Hybrid signatures**: You can choose between personal or system-generated digital certificates
* 👥 **Multiple signers**: Request signature on a document for as many people as you need
* 📸 **QR Code**: Document validation by QR Code
* 🔒 **Privacy**: Fully self-hosted document signer
* 📲 **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/).
* 🙋 **Get involved**! We have lots of stuff planned. More information at [LibreSign](https://github.com/libresign/libresign) repository.
It is built for teams that need clear signing rules, traceable actions, and workflows that follow internal processes and legal requirements.

🌍 Help us translate this application on [Transifex](https://app.transifex.com/nextcloud/nextcloud/libresign/)
**What LibreSign enables**

If you enjoy this app and want to help maintain its development or want enterprise support, please contact us:
- Define signing order and signer roles
- Support internal and external signers
- Keep a traceable record of requests and validations
- Use digital certificates for compliant signing workflows
- Validate documents using QR codes
- Work directly with Nextcloud files and users
- Integrate signing with other systems through APIs

[https://libresign.coop](https://libresign.coop)
**Support LibreSign**
If your organization uses LibreSign, support its development:

## Donation
[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign)

Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform people and businesses through cooperativism.

* [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)
For enterprise support, contact LibreCode:
https://libresign.coop
]]></description>
<version>14.0.0-dev.1</version>
<licence>agpl</licence>
Expand All @@ -32,7 +32,9 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
<dav/>
</types>
<documentation>
<admin>https://github.com/LibreSign/libresign/blob/master/README.md</admin>
<user>https://docs.libresign.coop/user_manual</user>
<admin>https://docs.libresign.coop/admin_manual</admin>
<developer>https://docs.libresign.coop/developer_manual</developer>
</documentation>
<category>files</category>
<category>office</category>
Expand Down
2 changes: 1 addition & 1 deletion openapi-administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "libresign-administration",
"version": "0.0.1",
"description": "✍️ Self-hosted document signer using digital certificate",
"description": "Control document signing workflows inside Nextcloud",
"license": {
"name": "agpl"
}
Expand Down
2 changes: 1 addition & 1 deletion openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "libresign-full",
"version": "0.0.1",
"description": "✍️ Self-hosted document signer using digital certificate",
"description": "Control document signing workflows inside Nextcloud",
"license": {
"name": "agpl"
}
Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "libresign",
"version": "0.0.1",
"description": "✍️ Self-hosted document signer using digital certificate",
"description": "Control document signing workflows inside Nextcloud",
"license": {
"name": "agpl"
}
Expand Down
Loading