summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-04 21:19:37 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-04 21:19:37 +0200
commit4bb40bb87a46b42fbf793df7310fdba25bd5668d (patch)
tree0e4b2b6e30c18dcc847ae836de3c90da53fcc8cb /README
parent9683b7bb0d04164e38a7b37261b29092aef784f8 (diff)
downloadcrawler-4bb40bb87a46b42fbf793df7310fdba25bd5668d.tar.gz
crawler-4bb40bb87a46b42fbf793df7310fdba25bd5668d.tar.bz2
fixed some docu
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..daabe78
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+CrawlingWolf
+------------
+
+A web roboter framework written in C++ following the Mercator
+architecture.
+
+All major components are loadable modules.
+
+Customization of the crawler behaviour is done in Lua.
+
+Currently developed on Linux, but porting to e. g. Windows
+should not be a big issue.