diff --git a/README.md b/README.md index 52c90b7..c01da73 100644 --- a/README.md +++ b/README.md @@ -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:** diff --git a/README_eu.md b/README_eu.md index 6892a79..e46a6c1 100644 --- a/README_eu.md +++ b/README_eu.md @@ -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:** diff --git a/README_fr.md b/README_fr.md index f19419e..52a826c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 :** diff --git a/README_gl.md b/README_gl.md index 94d77d7..604f99c 100644 --- a/README_gl.md +++ b/README_gl.md @@ -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:** diff --git a/README_it.md b/README_it.md new file mode 100644 index 0000000..f90252f --- /dev/null +++ b/README_it.md @@ -0,0 +1,60 @@ + + +# 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:** + +## Screenshot + +![Screenshot di Yourls](./doc/screenshots/p4.png) + +## Documentazione e risorse + +- Sito web ufficiale dell’app: +- Documentazione ufficiale per gli amministratori: +- Repository upstream del codice dell’app: +- Store di YunoHost: +- Segnala un problema: + +## 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 quest’app:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 6b34756..16b6abf 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -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 **演示:** diff --git a/manifest.toml b/manifest.toml index d7da3a9..c16b6a4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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 = []