-
Notifications
You must be signed in to change notification settings - Fork 17
/
survey.ht
55 lines (43 loc) · 2.18 KB
/
survey.ht
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Survey
<table summary="Before downloading..."> <tr>
<td bgcolor="#000000" align=center><font color="#ffffff"><b>Before downloading...</b></font></td>
</tr> </table>
Before downloading, please help us by filling in the simple survey below about your intended SWIG usage.
<p>
If you like you can skip it and go straight to the <a href="download.html">Download area</a>.
<table summary="Usage Survey"> <tr>
<td bgcolor="#000000" align=center><font color="#ffffff"><b>SWIG Usage Survey</b></font></td>
</tr> </table>
<form method=post action="https://oligarchy.co.uk/swigsurveyresponse.cgi">
<b>
Which target languages will you be using SWIG for? Please select all that apply.
</b>
<blockquote>
<input name="langCSharp" type=checkbox value="1"> C# <br>
<input name="langGuile" type=checkbox value="1"> Guile <br>
<input name="langJava" type=checkbox value="1"> Java <br>
<input name="langMzscheme" type=checkbox value="1"> MzScheme/Racket <br>
<input name="langOcaml" type=checkbox value="1"> Ocaml <br>
<input name="langPerl" type=checkbox value="1"> Perl <br>
<input name="langPhp" type=checkbox value="1"> Php <br>
<input name="langPython" type=checkbox value="1"> Python <br>
<input name="langRuby" type=checkbox value="1"> Ruby <br>
<input name="langTcl" type=checkbox value="1"> Tcl <br>
<input name="langXml" type=checkbox value="1"> Xml <br>
<input name="langOtherLang" type=checkbox value="1"> Other, please specify: <input name="namedLanguage" size="20"> <br>
</blockquote>
<p>
<b>
Which operating systems will you be running SWIG on? Please select all that apply.
</b>
<blockquote>
<input name="osBSD" type=checkbox align="left" value="1"> FreeBSD/OpenBSD/NetBSD <br>
<input name="osHPUX" type=checkbox align="left" value="1"> HP-UX <br>
<input name="osLinux" type=checkbox align="left" value="1"> Linux <br>
<input name="osMacOSX" type=checkbox align="left" value="1"> Mac OS X <br>
<input name="osSolaris" type=checkbox align="left" value="1"> Solaris <br>
<input name="osWindows" type=checkbox align="left" value="1"> Windows <br>
<input name="osOtherOS" type=checkbox align="left" value="1"> Other, please specify: <input name="namedOS" size="20"> <br>
</blockquote>
<input type=submit value="Submit">
</form>