diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/httpd/httpd.rewrite | 10 | ||||
| -rw-r--r-- | services/httpd/httpd.suff | 110 | ||||
| -rw-r--r-- | services/webget/help.html | 58 | ||||
| -rwxr-xr-x | services/webget/inferno.gif | bin | 0 -> 2987 bytes | |||
| -rw-r--r-- | services/webget/start.html | 17 | ||||
| -rw-r--r-- | services/webget/vnlogo.gif | bin | 0 -> 2431 bytes |
6 files changed, 195 insertions, 0 deletions
diff --git a/services/httpd/httpd.rewrite b/services/httpd/httpd.rewrite new file mode 100644 index 00000000..73d49c84 --- /dev/null +++ b/services/httpd/httpd.rewrite @@ -0,0 +1,10 @@ +# syntax: pattern replacement +# The most specific pattern wins, and is applied once (no rescanning). +# Leave off trailing slash if pattern is a directory. +# Replacements starting with http:// return "Permanently moved" +# message. +# e.g the following line aliases requests for / to requests for +# /usr/mig/html + +# / /usr/mig/html + diff --git a/services/httpd/httpd.suff b/services/httpd/httpd.suff new file mode 100644 index 00000000..dbc599d2 --- /dev/null +++ b/services/httpd/httpd.suff @@ -0,0 +1,110 @@ +#suffix generic type specific type encoding +.C text plain - # C++ program +.Z - - x-compress +.a application octet-stream - # [Mosaic] +.ada text plain - # ada program +.ai application postscript - # [Mosaic] +.aif audio x-aiff - +.aifc audio x-aiff - +.aiff audio x-aiff - +.au audio basic - # sun audio +.avi video x-msvideo - # [Mosaic] +.awk text plain - # awk program +.bas text plain - # basic program +.bbl text plain - # BibTex output +.bcpio application x-bcpio - # [Mosaic] +.bib text plain - # BibTex input +.c text plain - # C program +.c++ text plain - # C++ program +.cc text plain - # [Mosaic] +.cdf application x-netcdf - +.cpio application x-cpio - +.cpp text plain - # DOS C++ program +.dat text plain - # AMPL et al. +.diff text plain - +.dvi application x-dvi - # TeX output +.enc application octet-stream - # encrypted file +.eps application postscript - +.etx text x-setext - # [Mosaic] +.exe application octet-stream - # DOS executable +.executable application octet-stream - # DOS executable +.exz application octet-stream x-gzip # gziped DOS executable +.f text plain - # fortran-77 program +.flc video x-flc - +.fli video x-fli - +.gif image gif - +.gtar application x-gtar - # [Mosaic] +.gz - - x-gzip # gziped file +.h text plain - # C header file +.hdf application x-hdf - +.hqx application octet-stream - # Mac BinHex +.htm text html - +.html text html - +.ief image ief - # [Mosaic] +.jfif image jpeg - # [Mosaic] +.jfif-tbnl image jpeg - # [Mosaic] +.jpe image jpeg - # [Mosaic] +.jpeg image jpeg - +.jpg image jpeg - +.latex application x-latex - # [Mosaic] +.ltx application x-latex - +.man application x-troff-man - # [Mosaic] +.me application x-troff-me - # [Mosaic] +.mime message rfc822 - # [Mosaic] +.mod text plain - # AMPL et al. +.mov video quicktime - # [Mosaic] +.movie video x-sgi-movie - # [Mosaic] +.mpe video mpeg - # [Mosaic] +.mpeg video mpeg - +.mpg video mpeg - +.ms application x-troff-ms - # [Mosaic] +.mv video x-sgi-movie - # [Mosaic] +.nc application x-netcdf - # [Mosaic] +.o application octet-stream - # [Mosaic] +.oda application oda - # [Mosaic] +.pbm image x-portable-bitmap - # [Mosaic] +.pdf application pdf - # Adobe Portable Document Format +.pgm image x-portable-graymap - # [Mosaic] +.pl text plain - # [Mosaic] +.pnm image x-portable-anymap - # [Mosaic] +.ppm image x-portable-pixmap - # [Mosaic] +.ps application postscript - +.qt video quicktime - # [Mosaic] +.r text plain - # ratfor program +.ras image x-cmu-rast - # [Mosaic] +.rc text plain - # rc +.rfr text plain - # refer +.rgb image x-rgb - # [Mosaic] +.roff application x-troff - # [Mosaic] +.rtf application rtf - # [Mosaic] +.rtx text richtext - # MIME richtext [Mosaic] +.sh application x-shar - +.shar application x-shar - +.snd audio basic - +.sv4cpio application x-sv4cpio - # [Mosaic] +.sv4crc application x-sv4crc - # [Mosaic] +.t application x-troff - # [Mosaic] +.tar application x-tar - # [Mosaic] +.taz application x-tar x-compress +.tcl application x-tcl - +.tex application x-tex - # Tex input +.texi application x-texinfo - # [Mosaic] +.texinfo application x-texinfo - # [Mosaic] +.text text plain - # [Mosaic] +.tgz application x-tar x-gzip +.tif image tiff - +.tiff image tiff - +.toc text plain - # table of contents +.tr application x-troff - # [Mosaic] +.trz application x-tar x-compress +.tsv text tab-separated-values - # [Mosaic] +.txt text plain - +.ustar application x-ustar - # [Mosaic] +.wav audio x-wav - +.wsrc application x-wais-source - # [Mosaic] +.xbm image x-xbitmap - # X bitmap +.xpm image x-xpixmap - # [Mosaic] +.xwd image x-xwindowdump - # [Mosaic] +.z - - x-compress +.Z - - x-compress +.zip application zip - diff --git a/services/webget/help.html b/services/webget/help.html new file mode 100644 index 00000000..a6a231ec --- /dev/null +++ b/services/webget/help.html @@ -0,0 +1,58 @@ +<HTML> +<HEAD> +<TITLE>Browser Help</TITLE> +</HEAD> +<BODY BGCOLOR="#90EE90"> + +<P> + +Click on the buttons to travel around during a browsing session. +<P> + +<IMG SRC="file:///icons/charon/redleft.bit"> Goes back to the previous page. +<P> +<IMG SRC="file:///icons/charon/redright.bit"> Goes forward one page beyond the page that you've gone back to. +<P> +<IMG SRC="file:///icons/charon/circarrow.bit"> Reloads the current page. +<P> +<IMG SRC="file:///icons/charon/stop.bit"> Stops loading the current page. +<P> +<IMG SRC="file:///icons/charon/home.bit"> Returns to your home page. +<P> +The location field displays your current location on the internet. When you are accessing a web site, the location field +will also include a status bar that tells you what's happening with your web site connection. +<P> +The <b>History</b> is a list of web sites that you have visited since you opened the browser. +<P> +To view the History touch +<IMG SRC="file:///icons/charon/history.bit"> +and then touch the desired web page to return to that page. +<P> +<b>Bookmarks</b> are saved URLs (web site addresses). +<P> +To save a bookmark, access the desired web page and touch +<IMG SRC="file:///icons/charon/edit.bit"> . +<P> +To view saved bookmarks, touch +<IMG SRC="file:///icons/charon/bookmark.bit"> . +<P> +To access a bookmark, touch +<IMG SRC="file:///icons/charon/bookmark.bit"> +and then touch the desired bookmark to go to that page. +<P> +<b> +User Preferences</b> allow you to make changes in how your web browser performs. +<P> +Touch +<IMG SRC="file:///icons/charon/conf.bit"> +to change the User Preferences. +<P> +Check Automatically Load Images if you want images on web sites to be +loaded. Enter the URL you want for your home page. Touch Ok to save the information. +<P> +<IMG SRC="file:///icons/charon/help.bit"> Displays this help file. +<P> +Touch a down arrow to scroll down a line in a web site. Touch an up arrow to scroll up in a web site. +You may also use the PgUp and PgDn keys on your keyboard to scroll a full page at a time. The Home and End keys allow you to jump to the beginning and end of a web page. +</BODY> +</HTML> diff --git a/services/webget/inferno.gif b/services/webget/inferno.gif Binary files differnew file mode 100755 index 00000000..a46a74a0 --- /dev/null +++ b/services/webget/inferno.gif diff --git a/services/webget/start.html b/services/webget/start.html new file mode 100644 index 00000000..2c6a084e --- /dev/null +++ b/services/webget/start.html @@ -0,0 +1,17 @@ +<head><title>Welcome to Inferno</title></head> +<body bgcolor=#ff5500 link=#000000> +<font color=#ffffff> +<br><br> +<center> +<table bgcolor=#000000> +<tr> +<td valign=middle><img src="vnlogo.gif"> +<td valign=middle><img src="inferno.gif"> +</table> +<br><br> +<h2>brought to you by +<a href="http://www.vitanuova.com"> +Vita Nuova +</a></h2> +</center> +</body> diff --git a/services/webget/vnlogo.gif b/services/webget/vnlogo.gif Binary files differnew file mode 100644 index 00000000..3f3469c8 --- /dev/null +++ b/services/webget/vnlogo.gif |
