From 53dcb038bd5637bee2ee68fb380920b2b0d9febb Mon Sep 17 00:00:00 2001 From: ausiv4 Date: Sat, 15 Aug 2009 23:15:31 +0000 Subject: This adds a file 'utils.py' to simplify templating. Functions exist to create headers that include javascript files, and create javascript functions for login and registration. There are also functions that create login and registration forms. These functions don't necessarily account for everything a web developer might want to do, but it should simplify things for most developers and provide guidelines for developers who want to build on top of this functionality. Views.py now builds the login and register pages based on these functions. The register page now uses the login.html template, and the register.html template should be deleted in the next release. --- javascript/jsPacker/build-pack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript/jsPacker/build-pack.sh') diff --git a/javascript/jsPacker/build-pack.sh b/javascript/jsPacker/build-pack.sh index 904b2ee..efef148 100644 --- a/javascript/jsPacker/build-pack.sh +++ b/javascript/jsPacker/build-pack.sh @@ -1,4 +1,4 @@ #!/bin/bash cat ../SHA256.js ../prng4.js ../rng.js ../jsbn.js ../jsbn2.js ../srp.js > utils.js -perl jsPacker.pl -fsq -e62 -i utils.js -o srp.min.js +perl jsPacker.pl -fsq -e62 -i utils.js -o ../srp.min.js rm utils.js -- cgit v1.2.3