Browse Source

Add screenshot for the admin

Julien VAUBOURG 10 years ago
parent
commit
0f52b249f4
4 changed files with 5 additions and 5 deletions
  1. 1 1
      README.md
  2. 4 4
      manifest.json
  3. BIN
      screenshot_admin.png
  4. 0 0
      screenshot_app.png

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ Based on [php-piratebox](https://github.com/jvaubourg/php-piratebox).
 * All destinations lead to the PirateBox web page
 * No authentication required for uploading, downloading or deleting (lawless zone)
 * Of course, works without internet connection
-* [Screenshot](https://raw.githubusercontent.com/labriqueinternet/piratebox_ynh/master/screenshot.png)
+* [Screenshot (app)](https://raw.githubusercontent.com/labriqueinternet/piratebox_ynh/master/screenshot_app.png), [screenshot (admin)](https://raw.githubusercontent.com/labriqueinternet/piratebox_ynh/master/screenshot_admin.png)
 * [Web interface features](https://github.com/jvaubourg/php-piratebox) and [more screenshots](https://github.com/jvaubourg/php-piratebox#screenshots)
 
 The YunoHost administration is only available through the wired connection.

+ 4 - 4
manifest.json

@@ -37,8 +37,8 @@
             "en": "Choose a fake domain pour the PirateBox",
             "fr": "Choissez un faux domaine pour la PirateBox"
         },
-        "example": "pirate.box",
-        "default": "pirate.box"
+        "example": "share.box",
+        "default": "share.box"
       },
       {
         "name": "opt_name",
@@ -46,8 +46,8 @@
             "en": "Choose a name for the PirateBox",
             "fr": "Choisir un nom pour la PirateBox"
         },
-        "example": "PirateBox",
-        "default": "PirateBox"
+        "example": "ShareBox",
+        "default": "ShareBox"
       },
       {
         "name": "opt_deleting",

BIN
screenshot_admin.png


screenshot.png → screenshot_app.png