From a2ce5be410cca6d37247bdb60f7495d82a22c9af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Sun, 15 Jun 2014 09:54:37 -0400 Subject: [PATCH] pep8analysis: intro the web interface MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/pep8analysis/Makefile | 7 +- contrib/pep8analysis/www/index.html | 141 +++++++++++++++++++++++++++++++++++ 2 files changed, 147 insertions(+), 1 deletion(-) create mode 100644 contrib/pep8analysis/www/index.html diff --git a/contrib/pep8analysis/Makefile b/contrib/pep8analysis/Makefile index 15809f8..6829411 100644 --- a/contrib/pep8analysis/Makefile +++ b/contrib/pep8analysis/Makefile @@ -8,4 +8,9 @@ doc/index.html: tests: bin/pep8analysis bin/pep8analysis --cfg-long tests/privat/*.pep tests/micro/*.pep tests/terrasa/*.pep -.PHONY: bin/pep8analysis tests doc/index.html +www/pep8analysis.js: + ../../bin/nitg -o www/pep8analysis.js --semi-global src/pep8analysis_web.nit + mkdir -p www/samples + cp tests/micro/*.pep tests/privat/02-fibo.pep tests/privat/06-calc-non-pur.pep www/samples + +.PHONY: bin/pep8analysis tests doc/index.html www/pep8analysis.js diff --git a/contrib/pep8analysis/www/index.html b/contrib/pep8analysis/www/index.html new file mode 100644 index 0000000..1f72b50 --- /dev/null +++ b/contrib/pep8analysis/www/index.html @@ -0,0 +1,141 @@ + + + + Pep/8 Analysis + + + + + + + + + + + + + + + + + + +
+ +
Loading the tool... This may take some time.
+ +
+
+
+
Pep/8 Source Code
+
+ + + + +
+
+
+ +
+
+ +
+
+ + +
+ + + -- 1.7.9.5