mirror of
https://github.com/YunoHost-Apps/gitlist_ynh.git
synced 2024-09-03 18:36:18 +02:00
58 lines
2.4 KiB
Markdown
58 lines
2.4 KiB
Markdown
<!--
|
|
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
NON debe editarse manualmente.
|
|
-->
|
|
|
|
# GitList para YunoHost
|
|
|
|
[](https://ci-apps.yunohost.org/ci/apps/gitlist/)  
|
|
|
|
[](https://install-app.yunohost.org/?app=gitlist)
|
|
|
|
*[Le este README en outros idiomas.](./ALL_README.md)*
|
|
|
|
> *Este paquete permíteche instalar GitList de xeito rápido e doado nun servidor YunoHost.*
|
|
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
|
|
|
|
## Vista xeral
|
|
|
|
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.
|
|
|
|
### Features
|
|
|
|
- Multiple repository support
|
|
- Multiple branch support
|
|
- Multiple tag support
|
|
- Commit history, blame, diff
|
|
- RSS/Atom feeds
|
|
- Syntax highlighting via CodeMirror or Ace
|
|
- Repository statistics
|
|
|
|
|
|
**Versión proporcionada:** 2.0.0~ynh5
|
|
|
|
## Capturas de pantalla
|
|
|
|

|
|
|
|
## Documentación e recursos
|
|
|
|
- Web oficial da app: <https://gitlist.org/>
|
|
- Documentación oficial para admin: <https://github.com/klaussilveira/gitlist/wiki>
|
|
- Repositorio de orixe do código: <https://github.com/klaussilveira/gitlist>
|
|
- Tenda YunoHost: <https://apps.yunohost.org/app/gitlist>
|
|
- Informar dun problema: <https://github.com/YunoHost-Apps/gitlist_ynh/issues>
|
|
|
|
## Info de desenvolvemento
|
|
|
|
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/gitlist_ynh/tree/testing).
|
|
|
|
Para probar a rama `testing`, procede deste xeito:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/gitlist_ynh/tree/testing --debug
|
|
ou
|
|
sudo yunohost app upgrade gitlist -u https://github.com/YunoHost-Apps/gitlist_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>
|