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:
commit
10b761ed86
7 changed files with 66 additions and 6 deletions
|
@ -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
|
- 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+>
|
**Demo:** <https://yourls.org/cookie+>
|
||||||
|
|
||||||
|
|
|
@ -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
|
- 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+>
|
**Demoa:** <https://yourls.org/cookie+>
|
||||||
|
|
||||||
|
|
|
@ -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
|
- 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+>
|
**Démo :** <https://yourls.org/cookie+>
|
||||||
|
|
||||||
|
|
|
@ -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
|
- 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+>
|
**Demo:** <https://yourls.org/cookie+>
|
||||||
|
|
||||||
|
|
60
README_it.md
Normal file
60
README_it.md
Normal 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
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/yourls)  
|
||||||
|
|
||||||
|
[](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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Documentazione e risorse
|
||||||
|
|
||||||
|
- Sito web ufficiale dell’app: <https://yourls.org/>
|
||||||
|
- Documentazione ufficiale per gli amministratori: <https://docs.yourls.org/>
|
||||||
|
- Repository upstream del codice dell’app: <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 quest’app:** <https://yunohost.org/packaging_apps>
|
|
@ -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
|
- Sample files to create your own public interface
|
||||||
|
|
||||||
|
|
||||||
**分发版本:** 1.9.2~ynh4
|
**分发版本:** 1.9.2~ynh5
|
||||||
|
|
||||||
**演示:** <https://yourls.org/cookie+>
|
**演示:** <https://yourls.org/cookie+>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Yourls"
|
||||||
description.en = "URL shortening service"
|
description.en = "URL shortening service"
|
||||||
description.fr = "Service de raccourcisseur d'URL"
|
description.fr = "Service de raccourcisseur d'URL"
|
||||||
|
|
||||||
version = "1.9.2~ynh4"
|
version = "1.9.2~ynh5"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue