2022-04-14 14:04:52 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2022-04-14 14:04:58 +02:00
# Signaturepdf for YunoHost
2022-04-14 14:04:52 +02:00
2022-06-05 13:31:47 +02:00
[![Integration level ](https://dash.yunohost.org/integration/signaturepdf.svg )](https://dash.yunohost.org/appci/app/signaturepdf) ![Working status ](https://ci-apps.yunohost.org/ci/badges/signaturepdf.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/signaturepdf.maintain.svg )
2022-04-14 14:04:58 +02:00
[![Install Signaturepdf with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=signaturepdf)
2022-04-14 14:04:52 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2022-04-14 14:04:58 +02:00
> *This package allows you to install Signaturepdf quickly and simply on a YunoHost server.
2022-04-14 14:04:52 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2022-04-14 14:04:58 +02:00
Logiciel web libre permettant de signer un PDF.
2022-04-14 14:04:52 +02:00
2022-06-05 13:31:47 +02:00
**Shipped version:** 1.1.1~ynh1
2022-04-14 14:04:52 +02:00
2022-04-14 14:04:58 +02:00
**Demo:** https://pdf.24eme.fr
2022-04-14 14:04:52 +02:00
## Screenshots
2022-06-05 13:31:47 +02:00
![Screenshot of Signaturepdf ](./doc/screenshots/screenshot.png )
2022-04-14 14:04:52 +02:00
## Documentation and resources
2022-06-05 13:31:47 +02:00
* Official app website: < https: // pdf . 24eme . fr / signature >
* Upstream app code repository: < https: // github . com / 24eme / signaturepdf >
* YunoHost documentation for this app: < https: // yunohost . org / app_signaturepdf >
* Report a bug: < https: // github . com / YunoHost-Apps / signaturepdf_ynh / issues >
2022-04-14 14:04:52 +02:00
## Developer info
2022-04-14 14:04:58 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/signaturepdf_ynh/tree/testing ).
2022-04-14 14:04:52 +02:00
To try the testing branch, please proceed like that.
2022-06-05 13:31:47 +02:00
``` bash
2022-04-14 14:04:58 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/signaturepdf_ynh/tree/testing --debug
2022-04-14 14:04:52 +02:00
or
2022-04-14 14:04:58 +02:00
sudo yunohost app upgrade signaturepdf -u https://github.com/YunoHost-Apps/signaturepdf_ynh/tree/testing --debug
2022-04-14 14:04:52 +02:00
```
2022-06-05 13:31:47 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >