1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivebox_ynh.git synced 2024-09-03 18:15:54 +02:00
archivebox_ynh/README_fr.md

50 lines
2.1 KiB
Markdown
Raw Normal View History

2022-05-30 14:06:50 +02:00
<!--
2024-02-15 19:10:39 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2022-05-30 14:06:50 +02:00
It shall NOT be edited by hand.
-->
2021-08-19 12:02:02 +02:00
# ArchiveBox pour YunoHost
2023-02-24 00:32:54 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/archivebox.svg)](https://dash.yunohost.org/appci/app/archivebox) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/archivebox.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/archivebox.maintain.svg)
2021-08-19 12:11:58 +02:00
[![Installer ArchiveBox avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=archivebox)
2021-08-19 12:02:02 +02:00
*[Read this readme in english.](./README.md)*
2023-02-24 00:32:54 +01:00
> *Ce package vous permet dinstaller ArchiveBox rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2021-08-19 12:02:02 +02:00
2023-02-24 00:32:54 +01:00
## Vue densemble
2021-08-19 12:02:02 +02:00
2022-01-27 21:06:02 +01:00
Archiving solution to collect, save, and view sites you want to preserve offline
2021-08-19 12:02:02 +02:00
2024-02-15 22:47:17 +01:00
**Version incluse :** 0.7.2~ynh1
2021-08-19 12:02:02 +02:00
2021-08-19 12:52:10 +02:00
**Démo :** https://archiveboxdemo.commoninternet.net
2021-08-19 12:02:02 +02:00
2023-02-24 00:32:54 +01:00
## Captures décran
2021-08-19 12:02:02 +02:00
2023-02-24 00:32:54 +01:00
![Capture décran de ArchiveBox](./doc/screenshots/screenshot_archivebox1.png)
2021-08-19 12:02:02 +02:00
## Documentations et ressources
2023-02-24 00:32:54 +01:00
* Site officiel de lapp : <https://archivebox.io/>
* Documentation officielle de ladmin : <https://github.com/ArchiveBox/ArchiveBox/wiki>
* Dépôt de code officiel de lapp : <https://github.com/ArchiveBox/ArchiveBox>
2024-02-15 19:10:39 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/archivebox>
2022-05-30 14:06:50 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/archivebox_ynh/issues>
2021-08-19 12:02:02 +02:00
## Informations pour les développeurs
2021-08-19 12:11:58 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/archivebox_ynh/tree/testing).
2021-08-19 12:02:02 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-05-30 14:06:50 +02:00
``` bash
2021-08-19 12:11:58 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/archivebox_ynh/tree/testing --debug
2021-08-19 12:02:02 +02:00
ou
2021-08-19 12:11:58 +02:00
sudo yunohost app upgrade archivebox -u https://github.com/YunoHost-Apps/archivebox_ynh/tree/testing --debug
2021-08-19 12:02:02 +02:00
```
2023-02-24 00:32:54 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>