source: trunk/prototype/library/tonic/examples/filesystem/representations/default.html @ 6528

Revision 6528, 1.1 KB checked in by gustavo, 12 years ago (diff)

Ticket #2766 - Merge do branch das novas funcionalidaes para o trunk

  • Property svn:executable set to *
Line 
1<!DOCTYPE html>
2<html>
3    <head>
4        <title>Default Document</title>
5    </head>
6    <body>
7        <p>Welcome to the filesystem example.</p>
8        <p>The resource "FilesystemResource" in filesystem.php is wired to any URI starting /filesystem and then maps the remaining part of the URI to the filenames on the filesystem within "examples/filesystem/representations".</p>
9        <p>This page is being read from "examples/filesystem/default.html" on the filesystem as it is the default document
10        for the current URL. <a href="filesystem/default.html">You'll also be able to see it at this URL</a>.</p>
11        <p>The FilesystemResource also allows updating of the files by sending PUT and DELETE requests to their mapped URI.</p>
12        <p>The resource "FilesystemCollection" in filesystemcollection.php
13        <p><a href="filesystem/collection">View a collection resource for the directory "examples/filesystem/representations/collection"</a>.</p>
14        <p>The FilesystemCollection also allows adding of a file to the collection by sending a POST request to the collection URI.</p>
15    </body>
16</html>
Note: See TracBrowser for help on using the repository browser.