summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-11 22:08:26 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-11 22:08:26 +0200
commit6ee6e41c7c82c300478ad198ee3f20ef37815b21 (patch)
treee3f2e4ecf3c7a8e2e9f62fc2accddcb4ce640a90 /docs
parentb2f35389b68fb1e58ea13dc273fdebaf534a325c (diff)
downloadcrawler-6ee6e41c7c82c300478ad198ee3f20ef37815b21.tar.gz
crawler-6ee6e41c7c82c300478ad198ee3f20ef37815b21.tar.bz2
added some links
Diffstat (limited to 'docs')
-rw-r--r--docs/LINKS11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/LINKS b/docs/LINKS
index ac7e0c3..8e5b042 100644
--- a/docs/LINKS
+++ b/docs/LINKS
@@ -54,3 +54,14 @@ http://gcc.gnu.org/onlinedocs/libstdc++/manual/ext_demangling.html
http://tombarta.wordpress.com/category/gcc/
?? name of module or typeid of derived class in module?
http://gcc.gnu.org/onlinedocs/gcc-4.4.3/gcc/Name-lookup.html#Name-lookup
+
+file type detection
+
+http://sourceforge.net/projects/libmagic/: classic for Unix, not for Windows
+
+network access libraries
+
+libCurl
+libfetch
+WinHTTP
+