a stupid implementaiton of function passing into an object... rediculouse thing to do
[ga4php.git] / doco / readme.txt
index 75bd4ac..9067210 100644 (file)
@@ -22,6 +22,22 @@ that fullfilled some realistic criteria - easy to use, easy to
 provision.
 
 
+READ THIS BIT
+=============
+
+in the example page, i send a url off to google charts to create
+the QRCode. NEVER EVER EVER EVER EVER do this. I do it cause for
+the example it doesnt matter, and if i find a better way of doing
+it i'll do it. BUT creating a qrcode on a page aint terribly easy.
+The point is, that QR code is a URL containing the tokens SECRET
+KEY and should remain secret. You can generate qrcodes anyway you
+like, BUT MAKE SURE ITS SECURE (i.e. never save them on the FS,
+and send them all over ssl).
+
+If your running on linux, most distro's have a program called
+qrencode that you can use.
+
+
 How?
 ====
 
@@ -30,6 +46,10 @@ the purpose of which is to integrate into your exisint applications,
 those that are PHP.
 
 
+Usage
+=====
+... TODO ...
+
 Complications
 =============