Browse Source

Add TRifA tox client as a downloadable mesh app

Bob Mottram 7 years ago
parent
commit
7a4ead163b

+ 1
- 1
doc/EN/meshindex.org View File

@@ -23,7 +23,7 @@ The following apps are available:
23 23
  <table style="width:80%; border:0">
24 24
   <tr>
25 25
     <td><center><b><a href="ssb.apk"><img src="images/ssb.png"/></a></b><br><a href="ssb.apk">Secure Scuttlebutt</a></center></td>
26
-    <td><center><b><h3></h3></b><br></center></td>
26
+    <td><center><b><a href="trifa.apk"><img src="images/trifa.png"/></a></b><br><a href="trifa.apk">Tox</a></center></td>
27 27
   </tr>
28 28
 </table>
29 29
 </center>

BIN
image_build/mesh_apps/trifa.apk View File


BIN
img/trifa.png View File


+ 3
- 0
src/freedombone-mesh-batman View File

@@ -280,6 +280,9 @@ function mesh_create_app_downloads_page {
280 280
     if [ ! -f /var/www/html/ssb.apk ]; then
281 281
         cp /root/$PROJECT_NAME/image_build/mesh_apps/ssb.apk /var/www/html/ssb.apk
282 282
     fi
283
+    if [ ! -f /var/www/html/trifa.apk ]; then
284
+        cp /root/$PROJECT_NAME/image_build/mesh_apps/trifa.apk /var/www/html/trifa.apk
285
+    fi
283 286
     if [ ! -d /var/www/html/images ]; then
284 287
         mkdir /var/www/html/images
285 288
     fi

+ 2
- 2
website/EN/meshindex.html View File

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2017-10-05 Thu 11:44 -->
6
+<!-- 2017-11-20 Mon 14:33 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title>&lrm;</title>
@@ -256,7 +256,7 @@ The following apps are available:
256 256
  <table style="width:80%; border:0">
257 257
   <tr>
258 258
     <td><center><b><a href="ssb.apk"><img src="images/ssb.png"/></a></b><br><a href="ssb.apk">Secure Scuttlebutt</a></center></td>
259
-    <td><center><b><h3></h3></b><br></center></td>
259
+    <td><center><b><a href="trifa.apk"><img src="images/trifa.png"/></a></b><br><a href="trifa.apk">Tox</a></center></td>
260 260
   </tr>
261 261
 </table>
262 262
 </center>