File: README.testing

package info (click to toggle)
edbrowse 3.8.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,992 kB
  • sloc: ansic: 48,603; javascript: 16,211; perl: 6,825; sh: 120; makefile: 81; cpp: 56
file content (14 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
edbrowse is the ed for the web.  To actually see a webpage, use for instance:

$ edbrowse www.debian.org
1,$p

To test the JS support, execute:

```
edbrowse /usr/share/doc/edbrowse/examples/jsrt
b
```

`b` puts Edbrowse in browse mode. After 30 seconds, a message should pop up
showing that JS worked.