1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlist_ynh.git synced 2024-09-03 18:36:18 +02:00

Auto-update README

This commit is contained in:
yunohost-bot 2023-11-28 10:16:49 +00:00
parent 16b637c5c8
commit b9eda1484f
2 changed files with 13 additions and 14 deletions

View file

@ -29,7 +29,7 @@ GitList is an elegant and modern web interface for interacting with multiple git
- Repository statistics
**Shipped version:** 2.0.0~ynh3
**Shipped version:** 2.0.0~ynh4
## Screenshots
@ -40,7 +40,7 @@ GitList is an elegant and modern web interface for interacting with multiple git
* Official app website: <https://gitlist.org/>
* Official admin documentation: <https://github.com/klaussilveira/gitlist/wiki>
* Upstream app code repository: <https://github.com/klaussilveira/gitlist>
* YunoHost documentation for this app: <https://yunohost.org/app_gitlist>
* YunoHost Store: <https://apps.yunohost.org/app/gitlist>
* Report a bug: <https://github.com/YunoHost-Apps/gitlist_ynh/issues>
## Developer info

View file

@ -16,20 +16,19 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue densemble
GitList is an elegant and modern web interface for interacting with multiple git repositories. It allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history, diffs. It also generates RSS/Atom feeds for each repository, allowing you to stay up-to-date with the latest changes anytime, anywhere.
GitList est une interface Web élégante et moderne permettant d'interagir avec plusieurs référentiels git. Il vous permet de parcourir les référentiels à l'aide de votre navigateur préféré, d'afficher les fichiers sous différentes révisions, l'historique des validations, les différences. Il génère également des flux RSS/Atom pour chaque référentiel, vous permettant de rester au courant des dernières modifications à tout moment et en tout lieu.
### Features
### Caractéristiques
- Multiple repository support
- Multiple branch support
- Multiple tag support
- Commit history, blame, diff
- RSS/Atom feeds
- Syntax highlighting via CodeMirror or Ace
- Repository statistics
- Prise en charge de plusieurs référentiels
- Prise en charge de plusieurs succursales
- Prise en charge de plusieurs balises
- Commit historique, blâme, différence
- Flux RSS/Atom
- Mise en évidence de la syntaxe via CodeMirror ou Ace
- Statistiques du référentiel
**Version incluse :** 2.0.0~ynh3
**Version incluse :** 2.0.0~ynh4
## Captures décran
@ -40,7 +39,7 @@ GitList is an elegant and modern web interface for interacting with multiple git
* Site officiel de lapp : <https://gitlist.org/>
* Documentation officielle de ladmin : <https://github.com/klaussilveira/gitlist/wiki>
* Dépôt de code officiel de lapp : <https://github.com/klaussilveira/gitlist>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_gitlist>
* YunoHost Store: <https://apps.yunohost.org/app/gitlist>
* Signaler un bug : <https://github.com/YunoHost-Apps/gitlist_ynh/issues>
## Informations pour les développeurs