Ticket #1662: ticket-1662.patch

File ticket-1662.patch, 833 bytes (added by marlowe, at 2012-04-10T15:04:13Z)

Adds info on /file

  • docs/frontends/webapi.rst

    From 0957118e687005bf8a877ca8db7dfbe105f5be20 Mon Sep 17 00:00:00 2001
    From: Patrick R McDonald <marlowe@antagonism.org>
    Date: Tue, 10 Apr 2012 09:55:25 -0500
    Subject: [PATCH] Fix for ticket #1662
    
    ---
     docs/frontends/webapi.rst |    2 ++
     1 files changed, 2 insertions(+), 0 deletions(-)
    
    diff --git a/docs/frontends/webapi.rst b/docs/frontends/webapi.rst
    index 47ab754..78ef3c9 100644
    a b Viewing/Downloading a File 
    10611061 this form can *only* be used with file caps; it is an error to use a
    10621062 directory cap after the /named/ prefix.
    10631063
     1064 URLs may also use /file/$FILECAP/FILENAME as a synonym for
     1065 /named/$FILECAP/FILENAME.
    10641066
    10651067Getting Information About A File Or Directory (as HTML)
    10661068-------------------------------------------------------