summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-04-08 15:22:35 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-04-08 15:23:30 +0100
commit04705b8e377cb83a7e649b9082dc9e204fd39624 (patch)
tree6ea067db9443b54569a1f1b3eb3599042c13a206
parent2db0024651a5129585292df812debe7231d15496 (diff)
downloadnetsurf-04705b8e377cb83a7e649b9082dc9e204fd39624.tar.gz
netsurf-04705b8e377cb83a7e649b9082dc9e204fd39624.tar.bz2
Add JS doc.
-rw-r--r--Docs/JavaScript16
1 files changed, 16 insertions, 0 deletions
diff --git a/Docs/JavaScript b/Docs/JavaScript
new file mode 100644
index 000000000..ced2fbe7c
--- /dev/null
+++ b/Docs/JavaScript
@@ -0,0 +1,16 @@
+--------------------------------------------------------------------------------
+ NetSurf: JavaScript 8 April 2013
+--------------------------------------------------------------------------------
+
+ NetSurf may be built with primitive support for JavaScript.
+
+ | Note: NetSurf's JavaScript handling is currently:
+ |
+ | * incomplete,
+ | * unsupported,
+ | * disabled by default.
+
+ To test it, you may build NetSurf with JavaScript and ensure NetSurf's
+ "enable_javascript" run-time configuration option is set to "1". To do this
+ you may set the option in the frontend's settings GUI, create/edit a Choices
+ file, or pass --enable_javascript=1 to the executable.