mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
update README
This commit is contained in:
parent
bac10606a2
commit
b7f957acd4
3 changed files with 13 additions and 8 deletions
4
Makefile
4
Makefile
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
all: update
|
||||
all: update_trad
|
||||
|
||||
node_modules/jest/bin/jest.js:
|
||||
npm install jest
|
||||
|
|
@ -13,7 +13,7 @@ node_modules/puppeteer:
|
|||
test: node_modules/jest/bin/jest.js node_modules/puppeteer
|
||||
./node_modules/jest/bin/jest.js
|
||||
|
||||
update:
|
||||
update_trad:
|
||||
# Extraction des phrases traductibles...
|
||||
@xgettext --from-code=utf-8 --output=./locale/application.pot templates/*.php
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,12 @@
|
|||
# README Version
|
||||
- [French](README.md)
|
||||
|
||||
# PDF Signature
|
||||
|
||||
Free web software for signing PDFs.
|
||||
|
||||
|
||||
## README Version
|
||||
- [French](README.md)
|
||||
- **English**
|
||||
|
||||
## Instances
|
||||
List of instances where you can use this software:
|
||||
- [pdf.24eme.fr](https://pdf.24eme.fr)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
# Version du README
|
||||
- [English](README.en.md)
|
||||
|
||||
# Signature de PDF
|
||||
|
||||
Logiciel web libre permettant de signer un PDF.
|
||||
|
||||
|
||||
## Version du README
|
||||
- **Français**
|
||||
- [English](README.en.md)
|
||||
|
||||
## Instances
|
||||
|
||||
Liste des instances permettant d'utiliser ce logiciel :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue