[or-cvs] r21799: {website} Add code to generate QR code for Android and a sample image (in website/trunk: . img/android)

Jacob Appelbaum jacob at appelbaum.net
Thu Mar 4 11:23:45 UTC 2010


Author: ioerror
Date: 2010-03-04 11:23:45 +0000 (Thu, 04 Mar 2010)
New Revision: 21799

Added:
   website/trunk/img/android/orbot-qr-code-latest.png
Modified:
   website/trunk/Makefile
Log:
Add code to generate QR code for Android and a sample image

Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile	2010-03-04 08:43:42 UTC (rev 21798)
+++ website/trunk/Makefile	2010-03-04 11:23:45 UTC (rev 21799)
@@ -46,6 +46,9 @@
 	./update-mirrors.pl
 translations:
 	./po2wml.sh
+qrcode:
+	qrencode -o img/android/orbot-qr-code-latest.png \
+    "http://www.torproject.org/dist/android/alpha-orbot-latest.apk"
 
 # XXX: this also depends on all subs' wmlfiles.  How to fix?
 translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)

Added: website/trunk/img/android/orbot-qr-code-latest.png
===================================================================
(Binary files differ)


Property changes on: website/trunk/img/android/orbot-qr-code-latest.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the tor-commits mailing list