source: network-demos/http/shttpd_index.html @ ea7c3bf

4.11network-demos-4-10-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branch
Last change on this file since ea7c3bf was 8c6b033, checked in by Joel Sherrill <joel.sherrill@…>, on 09/06/07 at 22:01:37

2007-09-06 Joel Sherrill <joel.sherrill@…>

  • Makefile, init.c, rootfs/.cvsignore: Add some dynamic content. Can now look at cpu usage, reset cpu usage and print a stack usage report.
  • goahead_index.html, shttpd.png, shttpd_ext.c, shttpd_index.html: New files.
  • index.html.in: Removed.
  • Property mode set to 100644
File size: 920 bytes
Line 
1<HTML>
2<HEAD><TITLE>RTEMS Simple HTTPD Web Server Test Page</TITLE></HEAD>
3<BODY BGCOLOR="FFFFFF">
4<table>
5<tr>
6  <td width="40%">
7    <A HREF="http://www.rtems.org">
8      <IMG align=right BORDER=0 SRC="rtems_logo.jpg" ALT="RTEMS"> </A>
9  <td>
10  <td width="20%"></td>
11  <td width="40%">
12    <A HREF="http://http://shttpd.sourceforge.net/">
13      <IMG align=left BORDER=0 SRC="shttpd.png" ALT="Simple HTTPD"> </A>
14  <td>
15  <td width="10%"></td>
16</tr>
17</table>
18<BIG>
19<P>Congratulations, you have successfully loaded your first page
20from the Simple HTTPD Web Server running on RTEMS.
21</P>
22
23</P>
24This RTEMS program includes some dynamic web pages.  Check
25out the following links for examples:
26</P>
27<UL>
28  <LI><A HREF="queries?cpuuse_report">CPU Usage -- Report</LI>
29  <LI><A HREF="queries?cpuuse_reset">CPU Usage -- Reset</LI>
30  <LI><A HREF="queries?stackuse_report">Stack Usage -- Report</LI>
31</UL>
32</big>
33
34</BODY></HTML>
Note: See TracBrowser for help on using the repository browser.