mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
made a copy
This commit is contained in:
parent
bb7dc7c37f
commit
e20f132f48
2632 changed files with 751681 additions and 0 deletions
28
20080212/Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/files
Normal file
28
20080212/Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/files
Normal file
|
@ -0,0 +1,28 @@
|
|||
# This script shows the access statistics for different files on the
|
||||
# web server.
|
||||
#
|
||||
# First, we include the HTML header.
|
||||
i /files_header.html
|
||||
# Print out the name of the file, and call the function that prints
|
||||
# the access statistics of that file.
|
||||
t <tr><td><a href="/index.html">/index.html</a></td><td>
|
||||
c b /index.html
|
||||
t </td></tr> <tr><td><a href="/about.html">/about.html</a></td><td>
|
||||
c b /about.html
|
||||
t </td></tr> <tr><td><a href="/control.html">/control.html</a></td><td>
|
||||
c b /control.html
|
||||
t </td></tr> <tr><td><a href="/img/bg.png">/img/bg.png</a></td><td>
|
||||
c b /img/bg.png
|
||||
t </td></tr> <tr><td><a href="/404.html">/404.html</a></td><td>
|
||||
c b /404.html
|
||||
t </td></tr> <tr><td><a href="/cgi/files">/cgi/files</a></td><td>
|
||||
c b /cgi/files
|
||||
t </td></tr> <tr><td><a href="/cgi/stats">/cgi/stats</a></td><td>
|
||||
c b /cgi/stats
|
||||
t </td></tr> <tr><td><a href="/cgi/tcp">/cgi/tcp</a></td><td>
|
||||
c b /cgi/tcp
|
||||
t </td></tr>
|
||||
# Include the HTML footer.
|
||||
i /files_footer.plain
|
||||
# End of script.
|
||||
.
|
4
20080212/Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/stats
Normal file
4
20080212/Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/stats
Normal file
|
@ -0,0 +1,4 @@
|
|||
i /stats_header.html
|
||||
c a
|
||||
i /stats_footer.plain
|
||||
.
|
4
20080212/Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/tcp
Normal file
4
20080212/Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/tcp
Normal file
|
@ -0,0 +1,4 @@
|
|||
i /tcp_header.html
|
||||
c c
|
||||
i /tcp_footer.plain
|
||||
.
|
Loading…
Add table
Add a link
Reference in a new issue