summaryrefslogtreecommitdiff
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
parent9683b7bb0d04164e38a7b37261b29092aef784f8 (diff)
downloadcrawler-4bb40bb87a46b42fbf793df7310fdba25bd5668d.tar.gz
crawler-4bb40bb87a46b42fbf793df7310fdba25bd5668d.tar.bz2
fixed some docu
-rw-r--r--README12
-rw-r--r--README.3rdPARTY3
2 files changed, 15 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.
diff --git a/README.3rdPARTY b/README.3rdPARTY
index 2e9ac56..7b42bee 100644
--- a/README.3rdPARTY
+++ b/README.3rdPARTY
@@ -1,4 +1,5 @@
libfetch 2.33
+-------------
BSD License
@@ -13,6 +14,7 @@ slightly adapted:
- new to new_ (clashes with C++ keyword)
streamhtmlparser
+----------------
Copyright (c) 2006, Google Inc.
@@ -30,6 +32,7 @@ http://code.google.com/p/streamhtmlparser/
- fixed some "error: comma at end of enumerator list [-Werror=pedantic]"
google-url
+----------
Copyright 2007, Google Inc.