summaryrefslogtreecommitdiff
path: root/docs/FAQ
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-10 12:41:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-10 12:41:44 +0000
commit17de7e0f1c34cae409647c8944fe23a3ea59b768 (patch)
treeb809ef98cb29009461c405544072395642cbdb8e /docs/FAQ
parent2cea4844285736fdcb935a71e2b1cf0f3cc579d5 (diff)
downloadcurl-17de7e0f1c34cae409647c8944fe23a3ea59b768.tar.gz
minor reformat to suit the new FAQ parser
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ15
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 7626b9103..a7b44dc27 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -370,8 +370,7 @@ FAQ
Find out more about which languages that support curl directly, and how to
install and use them, in the libcurl section of the curl web site:
-
- http://curl.haxx.se/libcurl/
+ http://curl.haxx.se/libcurl/
In February 2003, there are interfaces available for the following
languages: Basic, C, C++, Cocoa, Dylan, Euphoria, Java, Lua, Object-Pascal,
@@ -444,15 +443,15 @@ FAQ
Some work-arounds usually suggested to overcome this javascript dependency:
- - Depending on the javascript complexity, write up a script that
- translates it to another language and execute that.
+ - Depending on the javascript complexity, write up a script that
+ translates it to another language and execute that.
- - Read the javascript code and rewrite the same logic in another language.
+ - Read the javascript code and rewrite the same logic in another language.
- - Implement a javascript interpreter, people have successfully used the
- Mozilla javascript engine in the past.
+ - Implement a javascript interpreter, people have successfully used the
+ Mozilla javascript engine in the past.
- - Ask your admins to stop this, for a static proxy setup or similar.
+ - Ask your admins to stop this, for a static proxy setup or similar.
3.15 Can I do recursive fetches with curl?