diff --git a/README.md b/README.md index 834231b..c26c39f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # [EN] Grav for YunoHost +[![Install Grav with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=grav) + * http://getgrav.org/ * https://github.com/getgrav/grav @@ -7,7 +9,7 @@ From YunoHost admin panel: -1. Enter repository url https://github.com/lithrel/grav_ynh +1. Enter repository url https://github.com/YunoHost-Apps/grav_ynh 2. Configure the app 3. Click install 4. Go to the url you configured @@ -15,7 +17,7 @@ From YunoHost admin panel: From command line: ```sh -sudo yunohost app install -l grav https://github.com/lithrel/grav_ynh +sudo yunohost app install -l grav https://github.com/YunoHost-Apps/grav_ynh ``` Options: @@ -52,7 +54,7 @@ If `No`, on your first visit to your Grav instance Grav will propose you to crea Depuis le panneau d'administration YunoHost: -1. Entrez l'url du dépot https://github.com/lithrel/grav_ynh +1. Entrez l'url du dépot https://github.com/YunoHost-Apps/grav_ynh 2. Configurez l'application 3. Cliquez sur installer 4. Rendez-vous à l'url que vous avez configuré @@ -60,7 +62,7 @@ Depuis le panneau d'administration YunoHost: Depuis la ligne de commande: ```sh -sudo yunohost app install -l grav https://github.com/lithrel/grav_ynh +sudo yunohost app install -l grav https://github.com/YunoHost-Apps/grav_ynh ``` Options: @@ -90,6 +92,10 @@ Si `No`, à votre première visite de votre instance Grav, il vous sera proposé ## Versionning +### Version 1.3.1 (22/07/17) + +- Update version + ### Version 1.1.1 (13/03/17) - Fix package_check [source](https://github.com/YunoHost/package_check) diff --git a/manifest.json b/manifest.json index 0f25d5c..9e33393 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Grav - Grav is a modern open source flat-file CMS", "fr": "Grav - Grav is a modern open source flat-file CMS" }, - "version": "1.1.1", + "version": "1.3.1", "url": "https://www.getgrav.org/", "license": "free", "maintainer": { @@ -27,8 +27,8 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain name for SPIP", - "fr": "Choisissez un nom de domaine pour SPIP" + "en": "Choose a domain name for Grav", + "fr": "Choisissez un nom de domaine pour Grav" }, "example": "example.org" }, @@ -36,8 +36,8 @@ "name": "path", "type": "path", "ask": { - "en": "Choose a path for SPIP", - "fr": "Choisissez un chemin pour SPIP" + "en": "Choose a path for Grav", + "fr": "Choisissez un chemin pour Grav" }, "example": "/grav", "default": "/grav" @@ -46,7 +46,7 @@ "name": "admin", "type": "user", "ask": { - "en": "Choose the SPIP administrator (must be an existing YunoHost user)", + "en": "Choose the Grav administrator (must be an existing YunoHost user)", "fr": "Administrateur du site (doit être un utilisateur YunoHost existant)" }, "example": "johndoe" @@ -54,7 +54,7 @@ { "name": "is_public", "ask": { - "en": "Is it a public SPIP site ?", + "en": "Is it a public Grav site ?", "fr": "Est-ce un site public ?" }, "choices": ["Yes", "No"], diff --git a/sources/source_md5 b/sources/source_md5 index 757d316..b5b2663 100644 --- a/sources/source_md5 +++ b/sources/source_md5 @@ -1 +1 @@ -53d58424ca30fe73ded6ed1fa122dfee grav-admin-v1.2.0.zip \ No newline at end of file +1c325d225c33641262386b4688344344 grav-admin-v1.3.1.zip \ No newline at end of file diff --git a/sources/source_url b/sources/source_url index 37e2952..cf8f85f 100644 --- a/sources/source_url +++ b/sources/source_url @@ -1 +1 @@ -https://github.com/getgrav/grav/releases/download/1.2.0/grav-admin-v1.2.0.zip \ No newline at end of file +https://github.com/getgrav/grav/releases/download/1.3.1/grav-admin-v1.3.1.zip \ No newline at end of file