Marc Lehmann > PApp > simple-edit/simple-edit.papp

Download:
PApp-1.43.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

FUNCTIONS ^

client_edit_surl $ref, $content-type, %flags

Returns a surl for remote editing ref

  $ref            A tied scalar that should be edited or a fully
                 qualified filename
  $content-type   Content-type like "image/jpg"
  @flags          Optional flags that affects processing.
                  Supported flags:

                      extension => ".png"
                        Extension like ".txt" (or "txt")

                      check_ms => 300
                        check interval for
                        filesystem updates

                      on_exit_only => 1
                        save only when client-app
                        is exiting

                      quiet => 1
                        suppress "Upload OK messages"

                      dirty_wait => 2
                        mtime must be stable for
                        dirty_wait check_ms rounds
                        before submitting

                      template => "/path/to/templatefile" 
                        use this file if source does not exists
client_edit_slink $content, $ref, $content-type, %flags

See client_edit_surl

SEE ALSO ^

PApp

AUTHOR ^

 Marc Lehmann <schmorp@schmorp.de>
 http://www.goof.com/pcg/marc/