Add TRifA tox client as a downloadable mesh app
This commit is contained in:
parent
5acbc67460
commit
7a4ead163b
|
@ -23,7 +23,7 @@ The following apps are available:
|
|||
<table style="width:80%; border:0">
|
||||
<tr>
|
||||
<td><center><b><a href="ssb.apk"><img src="images/ssb.png"/></a></b><br><a href="ssb.apk">Secure Scuttlebutt</a></center></td>
|
||||
<td><center><b><h3></h3></b><br></center></td>
|
||||
<td><center><b><a href="trifa.apk"><img src="images/trifa.png"/></a></b><br><a href="trifa.apk">Tox</a></center></td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
|
|
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -280,6 +280,9 @@ function mesh_create_app_downloads_page {
|
|||
if [ ! -f /var/www/html/ssb.apk ]; then
|
||||
cp /root/$PROJECT_NAME/image_build/mesh_apps/ssb.apk /var/www/html/ssb.apk
|
||||
fi
|
||||
if [ ! -f /var/www/html/trifa.apk ]; then
|
||||
cp /root/$PROJECT_NAME/image_build/mesh_apps/trifa.apk /var/www/html/trifa.apk
|
||||
fi
|
||||
if [ ! -d /var/www/html/images ]; then
|
||||
mkdir /var/www/html/images
|
||||
fi
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2017-10-05 Thu 11:44 -->
|
||||
<!-- 2017-11-20 Mon 14:33 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>‎</title>
|
||||
|
@ -256,7 +256,7 @@ The following apps are available:
|
|||
<table style="width:80%; border:0">
|
||||
<tr>
|
||||
<td><center><b><a href="ssb.apk"><img src="images/ssb.png"/></a></b><br><a href="ssb.apk">Secure Scuttlebutt</a></center></td>
|
||||
<td><center><b><h3></h3></b><br></center></td>
|
||||
<td><center><b><a href="trifa.apk"><img src="images/trifa.png"/></a></b><br><a href="trifa.apk">Tox</a></center></td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
|
|
Loading…
Reference in New Issue