File: dwww.src

package info (click to toggle)
dwww 1.11.3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 800 kB
  • ctags: 367
  • sloc: perl: 3,046; ansic: 1,823; sh: 163; makefile: 159
file content (26 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (4)
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
<SEARCH
   version = "3.1"
   name = "dwww"
   description = "Debian Documentation on localhost"
   method = "GET"
   action = "http://localhost/cgi-bin/dwww"
   searchForm = "http://localhost/cgi-bin/dwww"
   queryCharset="UTF-8"
   queryEncoding="UTF-8"
>

<INPUT NAME="search" user>
<INPUT NAME="searchtype" VALUE="d">

# searching all
<INTERPRET
   browserResultType = "result"
   charset = "UTF-8"
   resultListStart = "<dl>"
   resultListEnd = "</dl>"
   resultItemStart = "<dt>"
   resultItemEnd = "</dt>"
>

</SEARCH>