1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

Merge branch 'master' into testing

This commit is contained in:
Éric Gaspar 2024-05-02 08:57:19 +02:00
commit 10b761ed86
7 changed files with 66 additions and 6 deletions

View file

@ -29,7 +29,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d
- Sample files to create your own public interface
**Shipped version:** 1.9.2~ynh4
**Shipped version:** 1.9.2~ynh5
**Demo:** <https://yourls.org/cookie+>

View file

@ -29,7 +29,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d
- Sample files to create your own public interface
**Paketatutako bertsioa:** 1.9.2~ynh4
**Paketatutako bertsioa:** 1.9.2~ynh5
**Demoa:** <https://yourls.org/cookie+>

View file

@ -29,7 +29,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d
- Sample files to create your own public interface
**Version incluse:** 1.9.2~ynh4
**Version incluse:** 1.9.2~ynh5
**Démo:** <https://yourls.org/cookie+>

View file

@ -29,7 +29,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d
- Sample files to create your own public interface
**Versión proporcionada:** 1.9.2~ynh4
**Versión proporcionada:** 1.9.2~ynh5
**Demo:** <https://yourls.org/cookie+>

60
README_it.md Normal file
View file

@ -0,0 +1,60 @@
<!--
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
NON DEVE essere modificato manualmente.
-->
# Yourls per YunoHost
[![Livello di integrazione](https://dash.yunohost.org/integration/yourls.svg)](https://dash.yunohost.org/appci/app/yourls) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/yourls.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/yourls.maintain.svg)
[![Installa Yourls con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yourls)
*[Leggi questo README in altre lingue.](./ALL_README.md)*
> *Questo pacchetto ti permette di installare Yourls su un server YunoHost in modo semplice e veloce.*
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
## Panoramica
YOURLS stands for Your Own URL Shortener. It is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL or bitly).
Running your own URL shortener is fun, geeky and useful: you own your data and don't depend on third-party services. It's also a great way to add branding to your short URLs, instead of using the same public URL shortener everyone uses.
### Features
- Private (your links only) or Public (everybody can create short links, fine for an intranet)
- Dozens of plugins to easily implement new features
- Handy bookmarklets to easily shorten and share links
- Awesome stats: historical click reports, referrers tracking, visitors geo-location
- Developer API to integrate YOURLS into other applications
- Sample files to create your own public interface
**Versione pubblicata:** 1.9.2~ynh4
**Prova:** <https://yourls.org/cookie+>
## Screenshot
![Screenshot di Yourls](./doc/screenshots/p4.png)
## Documentazione e risorse
- Sito web ufficiale dellapp: <https://yourls.org/>
- Documentazione ufficiale per gli amministratori: <https://docs.yourls.org/>
- Repository upstream del codice dellapp: <https://github.com/YOURLS/YOURLS>
- Store di YunoHost: <https://apps.yunohost.org/app/yourls>
- Segnala un problema: <https://github.com/YunoHost-Apps/yourls_ynh/issues>
## Informazioni per sviluppatori
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/yourls_ynh/tree/testing).
Per provare la branch di `testing`, si prega di procedere in questo modo:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/yourls_ynh/tree/testing --debug
o
sudo yunohost app upgrade yourls -u https://github.com/YunoHost-Apps/yourls_ynh/tree/testing --debug
```
**Maggiori informazioni riguardo il pacchetto di questapp:** <https://yunohost.org/packaging_apps>

View file

@ -29,7 +29,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d
- Sample files to create your own public interface
**分发版本:** 1.9.2~ynh4
**分发版本:** 1.9.2~ynh5
**演示:** <https://yourls.org/cookie+>

View file

@ -5,7 +5,7 @@ name = "Yourls"
description.en = "URL shortening service"
description.fr = "Service de raccourcisseur d'URL"
version = "1.9.2~ynh4"
version = "1.9.2~ynh5"
maintainers = []