From 0c1fe61f44aef71167b3fdc915bc795fcb3eabf8 Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 9 Sep 2008 18:51:07 +0200 Subject: [PATCH] [svn r58009] move old webcheck things into contrib --HG-- branch : trunk --- {py/test/web => contrib/webcheck}/__init__.py | 0 {py/test/web => contrib/webcheck}/exception.py | 0 {py/test/web => contrib/webcheck}/post_multipart.py | 0 contrib/webcheck/readme.txt | 4 ++++ {py/test/web => contrib/webcheck}/webcheck.py | 0 5 files changed, 4 insertions(+) rename {py/test/web => contrib/webcheck}/__init__.py (100%) rename {py/test/web => contrib/webcheck}/exception.py (100%) rename {py/test/web => contrib/webcheck}/post_multipart.py (100%) create mode 100644 contrib/webcheck/readme.txt rename {py/test/web => contrib/webcheck}/webcheck.py (100%) diff --git a/py/test/web/__init__.py b/contrib/webcheck/__init__.py similarity index 100% rename from py/test/web/__init__.py rename to contrib/webcheck/__init__.py diff --git a/py/test/web/exception.py b/contrib/webcheck/exception.py similarity index 100% rename from py/test/web/exception.py rename to contrib/webcheck/exception.py diff --git a/py/test/web/post_multipart.py b/contrib/webcheck/post_multipart.py similarity index 100% rename from py/test/web/post_multipart.py rename to contrib/webcheck/post_multipart.py diff --git a/contrib/webcheck/readme.txt b/contrib/webcheck/readme.txt new file mode 100644 index 000000000..85405d073 --- /dev/null +++ b/contrib/webcheck/readme.txt @@ -0,0 +1,4 @@ +this directory contains some code to perform CSS and w3c +validation checks for html strings. + +see webcheck.py diff --git a/py/test/web/webcheck.py b/contrib/webcheck/webcheck.py similarity index 100% rename from py/test/web/webcheck.py rename to contrib/webcheck/webcheck.py