File: index.html

package info (click to toggle)
rapache 1.2.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,368 kB
  • sloc: sh: 18,629; ansic: 10,417; perl: 5,675; javascript: 2,800; makefile: 307
file content (13 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h1>RApache Test page<h1>
Click on the following to test things out.
<ul>
<li><a href="/test/hello">Hello World!</a>
<li><a href="/test/R">R Test hanlder: exercises most functionality.</a>
<li><a href="/test/sendBin">Sending binary data with R</a>
<li><a href="/test/receiveBin">Receiving binary data with R</a>
<li><a href="/test/receiveBinLarge">Receiving Large binary data with R</a>
<li><a href="/RApacheInfo">RApacheInfo Page</a>
<li><a href="/brew/simple.rhtml">Brew: novice application</a>
<li><a href="/brew/useR2007.rhtml">Brew: expert application</a>
<li><a href="/brew/useR2007/index.html">Your Stuff Here!</a>
</ul>