<?xml version="1.0" encoding="utf8"?>
<?xml-stylesheet type="text/xsl" href="index.xsl"?>
<html>
<head>
  <title>URI Filesystem Project</title>
</head>
<body bgcolor="#fefefe" alink="#000099" lang="EN-US" link="blue" vlink="purple">
<h1 align="center">Welcome to the URI Filesystem Project</h1>
<p align="justify">
The Uniform Resource Indicator File System (UriFS) attempts to go where no file system has gone before. The ultimate goal is to map everything in a single file system. Think of httpfs, ftpfs, ... all combined with one structure.
</p>
<p align="justify">
The URI filesystem maps a varity of protocals to a mountable filesystem which
is encoded according to rfc3986.  The ultimate goal of this project is to be
able to map any URI to a filesystem via loadable modules.   At this time support
is only implimented for a few protocals such as HTTP, FTP, and FILE.
</p>
<p />
</body>
</html>
